Help
RSS
API
Feed
Maltego
Contact
Domain > www.villageinternationalschool.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-05-07
182.18.161.48
(
ClassC
)
2025-10-16
34.200.157.166
(
ClassC
)
Port 80
HTTP/1.1 200 OKCache-Control: privateContent-Type: text/html; charsetutf-8Server: Microsoft-IIS/10.0X-AspNet-Version: 4.0.30319X-Powered-By: ASP.NETDate: Thu, 16 Oct 2025 23:18:40 GMTContent-Length: 198977 !DOCTYPE html>html xmlnshttp://www.w3.org/1999/xhtml>head> !-- Required meta tags --> meta charsetutf-8 />meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno /> !-- title> Best international school with quality education | best residential school/title>meta nameDescription contentOne of the best international schools in Kerala, India pledged to provide quality education. We are the best residential school in kerala equipped with excellent and modern education facilities />meta nameKeywords contentbest international schools in kerala international residential schools in kerala /> --> link relicon hreffavicon.ico typeimage/x-icon /> !-- Google tag (gtag.js) - Google Analytics --> !-- Global site tag (gtag.js) - Google Analytics script async srchttps://www.googletagmanager.com/gtag/js?idUA-180943678-1>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, UA-180943678-1);/script>script async srchttps://www.googletagmanager.com/gtag/js?idUA-156526534-1>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, UA-156526534-1);/script>--> !-- Google Tag Manager --> !-- End Google Tag Manager --> !-- Owl Caousel CSS --> link relstylesheet hrefvendor/OwlCarousel/owl.carousel.min.css />link relstylesheet hrefvendor/OwlCarousel/owl.theme.default.min.css /> !-- nivo slider CSS --> link relstylesheet hrefvendor/slider/css/nivo-slider.css typetext/css />link relstylesheet hrefvendor/slider/css/preview.css typetext/css mediascreen />link relstylesheet hrefcss/magnific-popup.css typetext/css />link relstylesheet hrefcss/bootstrap.css typetext/css />link hrefhttps://fonts.googleapis.com/css?familyOpen+Sans relstylesheet />link hrefhttps://fonts.googleapis.com/css?familyPoppins:400,500,600,700,800 relstylesheet /> script languageJavaScript typetext/javascript srcjs/script.js>/script> script languageJavaScript typetext/javascript srcjs/jquery-1.12.4.min.js>/script> script defer languageJavaScript typetext/javascript srcjs/owl.carousel.min.js>/script> title>Top international school in kerala international schools in kerala/title> meta namedescription contentThe Village International – one of the best International school in Kerala, India varies with its rich experiences gained over years, world class facilities and pollution free and serene learning ambience. /> meta namekeywords contentInternational school in Kerala, International School in India, CBSE school India, International schools in Idukki, International schools in cochin, Boarding school facilities in Kerala, Boarding Schools in Kerala /> meta nameviewport contentwidthdevice-width, initial-scale1> !-- Global site tag (gtag.js) - Google Analytics --> script> document.addEventListener(DOMContentLoaded, () > { const carousel1 document.querySelector(.carousel1); const cards document.querySelectorAll(.card); const prevButton document.getElementById(prev); const nextButton document.getElementById(next); const itemsPerScreen 3; const totalItems cards.length; let currentIndex 0; let isDragging false; let startX 0; let currentTranslate 0; let prevTranslate 0; function updateCarousel() { const offset -currentIndex * (100 / itemsPerScreen); carousel1.style.transform `translateX(${offset}%)`; prevTranslate offset; } prevButton.addEventListener(click, () > { currentIndex Math.max(currentIndex - itemsPerScreen, 0); updateCarousel(); }); nextButton.addEventListener(click, () > { currentIndex Math.min(currentIndex + itemsPerScreen, totalItems - itemsPerScreen); updateCarousel(); }); carousel.addEventListener(mousedown, (e) > { isDragging true; startX e.pageX; carousel1.style.transition none; }); carousel.addEventListener(mousemove, (e) > { if (!isDragging) return; const currentX e.pageX; const distance currentX - startX; carousel1.style.transform `translateX(${prevTranslate + distance / carousel.offsetWidth * 100}%)`; }); carousel.addEventListener(mouseup, (e) > { isDragging false; const currentX e.pageX; const distance currentX - startX; const threshold carousel.offsetWidth / 4; if (distance > threshold) { currentIndex Math.max(currentIndex - itemsPerScreen, 0); } else if (distance -threshold) { currentIndex Math.min(currentIndex + itemsPerScreen, totalItems - itemsPerScreen); } carousel1.style.transition transform 0.5s ease-in-out; updateCarousel(); }); carousel.addEventListener(mouseleave, () > { if (isDragging) { isDragging false; updateCarousel(); } }); function showVideo(thumbnail) { const iframe thumbnail.nextElementSibling; thumbnail.style.display none; } }); /script> script typeapplication/ld+json>{ @context: https://schema.org, @type: School, name: The Village International School, url: http://www.villageinternationalschool.com/, logo: http://www.villageinternationalschool.com/images/about.JPG, sameAs: https://www.facebook.com/villageinternationalschool/} /script> style> .fa-angle-right { margin-top: 15px; } .fa-angle-left { margin-top: 15px; } .item-title { text-transform: uppercase; } .courses-box1 .single-item-wrapper { min-height: 305px; } @media (max-width: 1600px) { .banner { /*min-height: 750px !important;*/ } .kb_wrapper { min-height: 650px !important; } .carousel-inner { min-height: 650px !important; } } /*test*/ @media (max-width:1440px) { .kb_elastic .item { height: 750px !important; } } @media (max-width:2000px) { .kb_elastic .item { height: 650px !important; } } .card { /* transform: translate(-50%,-50%); */ /* width: 300px; */ min-height: 235px; background: #00000045 !important; box-shadow: 0 20px 50px rgba(0,0,0,.1); border-radius: 0px; transition: 0.5s; backdrop-filter: blur(4px); } /style> style> .w3l-price-2 .top-middle-1-sst { border-bottom: 1px solid #eee; margin: 20px 0; padding: 3px 0; } .w3l-price-2 .top-middle-1-sst p { width: 200px; line-height: 3ex; height: 6ex; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .sst-label { color: #383535; } .modal-content { position: absolute !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 40% !important; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: 0.3rem; outline: 0; text-align: center !important; margin: -120px 450px !important; z-index: 99; } .modal-header { padding: .5rem !important; } #nurtury { /* background-image: url(Images/bg5.jpg);*/ background-image: url(Images/bg121.jpg) !important; } .card { /* transform: translate(-50%,-50%); */ /* width: 300px; */ min-height: 235px; background: #00000045 !important; box-shadow: 0 20px 50px rgba(0,0,0,.1); border-radius: 0px; transition: 0.5s; backdrop-filter: blur(4px); } a .brochure_div { border: 1px solid #eaeaea; padding: 1.5em 0; text-align: right; position: relative; background: #fff; box-shadow: 0 0 6px 4px #e3e3e3; cursor: pointer; transition: all .3s; } a .brochure_div .brochure_cover { position: absolute; left: 6%; top: -44%; box-shadow: 0 3px 3px 0 #a8a8a8; margin-right: 20%; } a .brochure_div p { display: inline-block; padding: 0 1.1em; font-weight: 500; margin-bottom: 1rem; font-size: inherit; color: #3c3c3c; line-height: 1.6; text-rendering: optimizeLegibility; } .item-box1 .info { text-align: center !important; color: black !important; } @media (min-width: 768px) { .modal-content { -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%); box-shadow: 0 5px 15px rgb(0 0 0 / 50%); margin-left: 27%; margin-top: 1%; width: 75%; /*height:400px;*/ } .modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } element.style { } .modal-header .close { margin-top: -2px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity20); opacity: .2; } .modal-body { position: relative; padding: 15px; } } @media only screen and (max-width: 600px) { .modal-content { width: 100% !important; margin: 15px 69px !important; } .mm { padding-top: 100px !important; } .ss { padding-top: 100px !important; } #nurtury { background-image: none !important; } #lampadario { display: none !important; } .align-middle { margin-top: 5% !important; } } /style> script> function CloseModalPopup() { $(#myModal).hide(); } function CloseCallBackPopup() { $(#openpopup).hide(); } openpopup function ShowCallBackPopup() { $(#openpopup).show(); } /script> script> // Sticky navbar // $(document).ready(function () { $(#openpopup).hide(); }); //callBackPopup /script> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css relstylesheet /> link href//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css relstylesheet /> link hrefcss/ken-burns.css relstylesheet /> link hrefcss/testimonial.css typetext/css relstylesheet /> script srcjs/bootstrap.min.js>/script> script srcjs/jquery-1.12.4.min.js>/script> script srccss/banner_slider.js>/script> style> .modal-content { position: fixed; top: 68%; left: 22%; transform: translate(-50%, -50%); width: 80%; max-width: 600px; background-color: white; border: 1px solid #888; z-index: 1000; display: none; /* Initially hidden */ margin-top: 20%; } .slider { position: relative; width: 100%; overflow: hidden; } .slides { display: flex; transition: transform 0.5s ease-in-out; } .slide { min-width: 100%; /*box-sizing: border-box;*/ display: none; /* Hide all slides initially */ } .slide.active { display: block; /* Show only the active slide */ } .modal-header { display: flex; justify-content: space-between; align-items: center; padding: 10px; background-color: #f1f1f1; border-bottom: 1px solid #ddd; } .modal-title { font-size: 18px; font-weight: bold; margin: 0; text-align: left; /* Ensures the title is aligned to the left */ } .close { font-size: 24px; cursor: pointer; text-align: right; /* Ensures the close button is aligned to the right */ margin-left: auto; /* Pushes the close button to the right */ background: none; border: none; } .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; background: rgba(0, 0, 0, 0.4); } .next { right: 0; border-radius: 3px 0 0 3px; } .prev { left: 0; } .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); } /style> script> let slideIndex 0; // Start with the first slide (1-based index) function plusSlides(n) { showSlides(slideIndex + n); } function showSlides(n) { let slides document.getElementsByClassName(slide); // Ensure the slideIndex wraps around correctly if (n > slides.length) { slideIndex 1; // Wrap around from the last slide to the first } if (n 1) { slideIndex slides.length; // Wrap around from the first slide to the last } // Hide all slides for (let i 0; i slides.length; i++) { slidesi.classList.remove(active); } // Show the current slide slidesslideIndex - 1.classList.add(active); // Adjusted index for 0-based array } function openSliderModal() { document.getElementById(sliderModal).style.display block; showSlides(slideIndex); // Show the first slide when the modal is opened } function closeSliderModal() { document.getElementById(sliderModal).style.display none; } // Automatically advance the slides every 5 seconds setInterval(function () { plusSlides(-1); }, 5000); // Adjust the timing as needed // Auto open the modal when the page loads window.onload function () { openSliderModal(); }; /script> style> .banner video { width: 100%; max-width: 100%; height: auto; display: block; object-fit: cover;}/* Mobile-specific adjustments */@media (max-width: 768px) { .banner video { width: 100vw; /* Full viewport width */ height: auto; /* Adjusts height automatically */ object-fit: cover; /* Crop and scale nicely */ max-height: 100vh; /* Avoid overflowing on small screens */ }}/style> style> @media (min-width: 768px) { .modal-content { -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%); box-shadow: 0 5px 15px rgb(0 0 0 / 50%); margin-left: 0% !important; margin-top: 16% !important; width: 40%; } } /style> style>.side-social { position: fixed; right: 0; top: 40%; /* optional: center vertically */ z-index: 11111;}.side-social a { display: block; background-color: #ffb606; border: 1px solid #053631; color: #053631; margin-top: 0px; width: 180px; padding: 10px 15px; text-align: center; text-decoration: none; font-weight: bold; border-radius: 20px 0 0 20px; transition: background 0.3s ease;}.side-social a:hover { background-color: #e6a400;}/style> !-- Bootstrap CSS --> link relstylesheet hrefhttps://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css integritysha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm crossoriginanonymous />link relstylesheet hrefcss/style.css />link relstylesheet hreficonmoon/iconmoon/css/iconmoon.css />link relstylesheet hrefhttps://use.fontawesome.com/releases/v5.3.1/css/all.css integritysha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU crossoriginanonymous />/head>body> style> @media (min-width: 2000px) { p { font-size: 25px !important; line-height: 50px !important; } h1 { font-size: 55px !important; } h2 { font-size: 50px !important; } h3 { font-size: 40px !important; } h4 { font-size: 30px !important; } h5 { font-size: 25px !important; } h6 { font-size: 20px !important; } span { font-size: 20px !important; } li { font-size: 25px !important; } a { font-size: 20px !important; } .navbar-light .navbar-nav .nav-link { font-size: 26px !important; color: black !important; } .container { min-width: 2000px !important; } #abt { padding-top: 90px !important; } /* section.banner_village-14 { min-height: 41rem !important; }*/ } /style> style> @media (min-width: 2000px) { section.banner_about { position: relative; background: url(../images/banner_about.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_about-facilities { position: relative; background: url(../images/banner13.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_facilities { position: relative; background: url(../images/banner_facilities.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_gallery { position: relative; background: url(../images/banner_gallery.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_gallery-new { position: relative; background: url(../images/banner11.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_contact { position: relative; background: url(../images/banner_contact.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_village { position: relative; background: url(../images/banner_village.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village_village { position: relative; background: url(../images/banner12.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village-smc { position: relative; background: url(../images/banner12.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village-senior { position: relative; background: url(../images/banner9.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village-middleschool { position: relative; background: url(../images/banner9.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village-primary { position: relative; background: url(../images/banner9.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village23 { position: relative; background: url(../images/banner5.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village11 { position: relative; background: url(../images/banner3.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village11-campus { position: relative; background: url(../images/banner14.jpg); background-size: cover; height: 65vh; min-height: 25rem; width: 100%; overflow: hidden; } section.banner_village11-mobile { position: relative; background: url(../images/banner3.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-13 { position: relative; background: url(../images/banner7.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } .team-img { border-radius: 50%; } .team-p { text-align: center; } section.banner_village-13-mob { position: relative; background: url(../images/banner7.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_about-facilities-mob { position: relative; background: url(../images/banner13.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-14 { position: relative; background: url(../images/Background31.jpg); background-position: top center !important; background-size: cover; height: 65vh; min-height: 41rem; width: 100%; overflow: hidden; } section.banner_village-114 { position: relative; background: url(../images/Curriculum Cover Photo.JPG); background-position: top center !important; background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-vision { position: relative; background: url(../images/OurStrengthCover.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-vision-mob { position: relative; background: url(../images/OurStrengthCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-14-mob { position: relative; background: url(../images/OurStrengthCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-academics { position: relative; background: url(../images/AcademicsCover1.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-academics-mob { position: relative; background: url(../images/AcademicsCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-studentresources { position: relative; background: url(../images/StudentResourcesCover1.jpg); background-size: cover; height: 65vh !important; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-studentresources-mob { position: relative; background: url(../images/StudentResourcesCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-activities { position: relative; background: url(../images/ActivitiesCover.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-activities-mob { position: relative; background: url(../images/ActivitiesCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-facilities { position: relative; background: url(../images/FacilitiesCover.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-facilities-mob { position: relative; background: url(../images/FacilitiesCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-circular { position: relative; background: url(../images/CircularCover.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-circular-mob { position: relative; background: url(../images/CircularCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-admission { position: relative; background: url(../images/AdmissionCover.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-admission-mob { position: relative; background: url(../images/AdmissionCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village13 { position: relative; background: url(../images/banner2.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_admission { position: relative; background: url(../images/banner_admission.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_cultural { position: relative; background: url(../images/banner10.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_campus { position: relative; background: url(../images/banner10.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_sports { position: relative; background: url(../images/banner10.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_arts { position: relative; background: url(../images/banner10.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_admission { position: relative; background: url(../images/AdmissionBanner.JPG); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } } /style> !-- Google Tag Manager (noscript) --> !-- End Google Tag Manager (noscript) --> style> .topbar ul.top-nav { display: flex; padding-top: 8px; padding-right: 10px; float: left; list-style-type: none; margin-bottom: 6px; } .top-nav li { margin: 0px 5px; } .top-nav li > a { color: white; border-left: 1px solid; padding-left: 14px; } .head-mt-5 { color: rgb(255 255 255); text-align: center !important; margin-top: 11px !important; } .side-fix-social { position: fixed; left: 10px; z-index: 11111; } /*@media only screen and (min-width: 468px) { .side-fix-social { top: 50%; } }*/ .marquee { /*width:80%;*/ } @media only screen and (max-width: 600px) { .top-nav-mobile { /*display: none !important;*/ padding-top: 0px !important; } .socialicons { text-align: center; margin-top: 5px; margin-bottom: 10px; } .head { text-align: center; } .marquee { width: 100%; color: orange; } .topleftcontact { color: rgb(255 255 255); text-align: center !important; margin-top: 11px !important; font-size: 12px; } .toprightnav { color: rgb(255 255 255); text-align: center !important; } .smallfont { font-size: 10px !important; text-align: center !important; } .menuleft { font-size: 1.1rem !important; } } .side-fix-social a.redit_link { /* width: fit-content; */ height: auto; background-color: #053631; border: 1px solid #053631 !important; color: #fff; /* font-family: Segoe,Segoe UI,DejaVu Sans,Trebuchet MS,Verdana,sans-serif; */ font-size: 16px; font-weight: 700; -webkit-box-shadow: 0 10px 17px -6px #717070; -moz-box-shadow: 0 10px 17px -6px #717070; box-shadow: 0 5px 7px #7170703d; border-radius: 20px 20px 20px 20px !important; text-align: left; display: inline-block; padding: 6px 12px; margin-bottom: 15px; position: absolute; width: 150px; left: 0; /*top: -52px;*/ } @media only screen and (min-width: 767px) { .scrolling-bar { /*position: absolute;*/ /* left: 62px; */ left: 130px; right: 0px; top: 6px; background: rgba(255,255,255,.83); margin-top: 30px; margin-bottom: 21px; } .socialicons { margin-top: 25px; } } @media only screen and (min-width: 767px) { .banner-add .container, .news-scroll, .news-scroll .head, .news-scroll .marquee { display: -ms-flexbox; display: -webkit-flex; display: flex; } marquee { width: 100%; color: orange; } .head { display: flex; width: 121px; } .topleftcontact { color: rgb(255 255 255); margin-top: 11px !important; /*padding-left: 65px !important;*/ } .toprightnav { color: rgb(255 255 255); text-align: right !important; } .menuleft { display: none !important; } } /* .navbar-light .navbar-nav .nav-link { color: rgb(33 37 41) !important; font-size: 15px !important; }*/ .navbar-new { padding: 0px 1rem !important; } /style> !--top header--> header> div classtopbar stylebackground-color: #333030;> div classcontainer> div classrow> div classcol-md-7 topleftcontact> h6 classfont-weight-bold text-left smallfont> span>i classfar fa-envelope>/i>/span> admissions@villageschool.in span>i classfas fa-phone-volume>/i>/span> +91 9744 401 975, +91 9072 401 975 /h6> /div> div classcol-md-5 toprightnav> ul classtop-nav top-nav-mobile smallfont> li>a styleborder-left: none; hrefMandatoryDisclosure.aspx >Mandatory Disclosure/a>/li> li>a hrefhttp://career.villageinternationalschool.com/ target_blank>Career/a>/li> li>a hrefcontact.aspx>Contact /a>/li> /ul> /div> /div> /div> /div> !--most top info --> div classtopbar > div classcontainer> div classrow> div classcol-md-3 > a hrefindex.aspx> img srcimages/TVIS_PNG.png stylemargin-top: 7px !important; margin-bottom: 7px !important; classw-100 mt-3 ml-1>br /> /a> /div> div classcol-md-5 > div classscrolling-bar> div classnews-scroll_> div classmarquee> marquee onmouseoverthis.stop(); onmouseoutthis.start();> a hrefadmission.aspx>Admissions Open 2025-26 - Enroll Now./a> We are Hiring – a hrefhttp://career.villageinternationalschool.com/ target_blank>Apply Now!/a> a hrefDocuments/scoresheet.pdf target_blank>CCA RESULTS 2025/a> /marquee> /div> /div> /div> /div> div classcol-md-4 > div classsocialicons > a hrefhttps://instagram.com/thevillageinternationalshool?igshidYmMyMTA2M2Y target_blank> img srcImages/instagrampop.gif width45px />/a> a hrefhttps://www.facebook.com/villageinternationalschool/ target_blank> img srcImages/facebookpop.gif width45px />/a> a hrefhttps://www.youtube.com/channel/UCyEqoHaFk19hu0musd6e58g target_blank> img srcImages/youtubepop.gif width45px />/a> /div> /div> /div> /div> /div> !-- End most top info --> nav classnavbar navbar-expand-lg navbar-light top-navbar navbar-new data-togglesticky-onscroll> div classcontainer-fluid> a classnavbar-brand d-sm-block menuleft hrefIndex.aspx>The Village International School/a> button classnavbar-toggler typebutton data-togglecollapse data-target#navbarSupportedContent aria-controlsnavbarSupportedContent aria-expandedfalse aria-labelToggle navigation> span classnavbar-toggler-icon>/span> /button> div classcollapse navbar-collapse justify-content-center idnavbarSupportedContent> ul classnavbar-nav pull-right smooth-scroll> li classnav-item> a classnav-link hrefIndex.aspx>Home/a> /li> li classnav-item dropdown> a classnav-link dropdown-toggle hrefVillage.aspx idnavbarDropdown rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse>Our Strength /a> div classdropdown-menu aria-labelledbynavbarDropdown> a classdropdown-item hrefcampus.aspx>Our Campus/a> div classdropdown-divider>/div> a classdropdown-item hrefVisionAndMission.aspx>Vision & Mission/a> div classdropdown-divider>/div> a classdropdown-item hrefManagement1.aspx>Management /a> div classdropdown-divider>/div> a classdropdown-item hrefPrincipal.aspx>Principal and Dean/a> div classdropdown-divider>/div> a classdropdown-item hrefParenttestimonial.aspx>Parent Testimonial/a> div classdropdown-divider>/div> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle href# idA1 rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse>Facilities /a> div classdropdown-menu aria-labelledbynavbarDropdown> a classdropdown-item hrefFacilities.aspx#section_boarding>Boarding/a> div classdropdown-divider>/div> a classdropdown-item hrefFacilities.aspx#section_mess>In-house Catering/a> div classdropdown-divider>/div> a classdropdown-item hrefFacilities.aspx#section_Learning_tools>Learning Tools/a> div classdropdown-divider>/div> a classdropdown-item hrefFacilities.aspx#section_medical>Medical/a> div classdropdown-divider>/div> a classdropdown-item hrefFacilities.aspx#section_transport>Transport /a> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle href# idC1 rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse>Curriculum /a> div classdropdown-menu aria-labelledbynavbarDropdown> a classdropdown-item hrefNurturyAndCradle.aspx>The Nurtury/a> div classdropdown-divider>/div> a classdropdown-item hrefPrimarySchool.aspx>Primary School/a> div classdropdown-divider>/div> a classdropdown-item hrefMiddleSchool.aspx>Middle School/a> div classdropdown-divider>/div> a classdropdown-item hrefSeniorSchool.aspx>Senior School/a> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle href# idA2 rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse>Activities /a> div classdropdown-menu aria-labelledbynavbarDropdown> a classdropdown-item hrefLEA.aspx>Learning Enrichment Activities (LEA)/a> div classdropdown-divider>/div> a classdropdown-item hrefsports.aspx>Sports/a> div classdropdown-divider>/div> a classdropdown-item hrefarts.aspx>Performing Arts/a> div classdropdown-divider>/div> a classdropdown-item hrefExtraCurricularActivities.aspx>Extracurricular Activities /a> div classdropdown-divider>/div> a classdropdown-item hrefActivityGallery.aspx>Student Achievements/a> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle href# idA3 rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse>Admissions /a> div classdropdown-menu aria-labelledbynavbarDropdown> a classdropdown-item hrefAdmission.aspx>Admission Procedure/a> div classdropdown-divider>/div> a classdropdown-item>span onclickShowCallBackPopup(); stylecursor: pointer;>Enquiry/span>/a> div classdropdown-divider>/div> a classdropdown-item hrefFee.aspx>Fees/a> div classdropdown-divider>/div> a classdropdown-item hrefFAQs.aspx>FAQs/a> div classdropdown-divider>/div>a classdropdown-item href/Uniform & Textbooks Circular 2025-26.pdf target_blank>Uniform and Textbook 2025-26/a> /div> /li> !-- li classnav-item> a classnav-link hrefblog.html>Blog/a> /li> --> li classnav-item> a classnav-link hrefhttps://tvis.insightse.com/ target_blank>Parent Logini classfas fa-sign-in-alt ml-1 mt-1 stylecolor: #f7b825;>/i>/a> /li> /ul> /div> /div> /nav> /header> form methodpost action./ idaspnetForm>input typehidden name__VIEWSTATE id__VIEWSTATE value/wEPDwUJLTUwNzgxMTkxDxYCHhNWYWxpZGF0ZVJlcXVlc3RNb2RlAgEWAmYPZBYCAgMPZBYEAhkPDxYCHgRUZXh0ZWRkAhsPZBYEAgMPZBYCAgEPFgIeC18hSXRlbUNvdW50Ag0WGmYPZBYCZg8VBAMgMDQIIDAxLTIwMjQCMTMzRXhwbG9yaW5nIHRoZSBKb3lmdWwgUGF0aCBvZiBsZWFybmluZyBhbmQgY3JlYXRpbmcuZAIBD2QWAmYPFQQDIDA5CCAxMi0yMDIzAjEyPENlbnRyYWwgS2VyYWxhIFNhaG9kYXlhIEludGVyLVNjaG9vbCBDaGVzcyBUb3VybmFtZW50IDIwMjM6IGQCAg9kFgJmDxUEAyAyNAggMTEtMjAyMwIxMVJNaXRodW5hIE0gTmFpciBDbGluY2hlcyBUb3AgSG9ub3JzIGluIEJoYXJhdGFuYXR5YW0sIE1vaGluaXlhdHRhbSwgYW5kIEt1Y2hpcHVkaS4gZAIDD2QWAmYPFQQDIDE2CCAxMS0yMDIzAjEwN0hhcm1vbnkgaW4gTWVsb2R5IC0gQSBQbGVhZCBmb3IgUGVhY2Ugb24gQ2hpbGRyZW4ncyBEYXlkAgQPZBYCZg8VBAMgMzEIIDEwLTIwMjMBOU5UaGUgVmlsbGFnZSBJbnRlcm5hdGlvbmFsIFNjaG9vbCBIb3N0cyBEeW5hbWljIE1vZGVsIFVuaXRlZCBOYXRpb25zIENvbmZlcmVuY2VkAgUPZBYCZg8VBAMgMjUIIDEwLTIwMjMBOE5QYXZpdGhyYSBTdWdpc2ggQ2xpbmNoZXMgU2lsdmVyIGF0IENCU0UgU291dGggWm9uZSBBcmNoZXJ5OyBIZWFkcyB0byBOYXRpb25hbHNkAgYPZBYCZg8VBAMgMjgIIDExLTIwMjMBNyVDZW50cmFsIEtlcmFsYSBTYWhvZGF5YSBLYWxvdHNhdiAyMDIzZAIHD2QWAmYPFQQDIDE4CCAxMC0yMDIzATYWTmF2YXJhdGhyaUBUaGUgTnVydHVyeWQCCA9kFgJmDxUEAyAxNAggMTAtMjAyMwE1IiAnVGhlIFRWSVMgUmFkaW8gQ2x1YicgSW5hZ3VyYXRpb25kAgkPZBYCZg8VBAMgMjAIIDA5LTIwMjMBNIQBIkVtcG93ZXJpbmcgSGVhbHRoeSBGdXR1cmU6IFlvZ2EgU2Vzc2lvbiBieSBFYXQgUmlnaHQgU2Nob29sIGNhbXBhaWduIGluIEFzc29jaWF0aW9uIHdpdGggRlNTQUkgYXQgVGhlIFZpbGxhZ2UgSW50ZXJuYXRpb25hbCBTY2hvb2wiZAIKD2QWAmYPFQQDIDE1CCAwOC0yMDIzATMSMTh0aCBGb3VuZGVyJ3MgRGF5ZAILD2QWAmYPFQQDIDIwCCAwNi0yMDIzATINQ3JlYXRpdmEgMjAyM2QCDA9kFgJmDxUEAyAwNQggMDYtMjAyMwExD0Vudmlyb25tZW50IERheWQCBQ9kFgICAQ8WAh8CAg0WGmYPZBYCZg8VBAMgMDQIIDAxLTIwMjQCMTMzRXhwbG9yaW5nIHRoZSBKb3lmdWwgUGF0aCBvZiBsZWFybmluZyBhbmQgY3JlYXRpbmcuZAIBD2QWAmYPFQQDIDA5CCAxMi0yMDIzAjEyPENlbnRyYWwgS2VyYWxhIFNhaG9kYXlhIEludGVyLVNjaG9vbCBDaGVzcyBUb3VybmFtZW50IDIwMjM6IGQCAg9kFgJmDxUEAyAyNAggMTEtMjAyMwIxMVJNaXRodW5hIE0gTmFpciBDbGluY2hlcyBUb3AgSG9ub3JzIGluIEJoYXJhdGFuYXR5YW0sIE1vaGluaXlhdHRhbSwgYW5kIEt1Y2hpcHVkaS4gZAIDD2QWAmYPFQQDIDE2CCAxMS0yMDIzAjEwN0hhcm1vbnkgaW4gTWVsb2R5IC0gQSBQbGVhZCBmb3IgUGVhY2Ugb24gQ2hpbGRyZW4ncyBEYXlkAgQPZBYCZg8VBAMgMzEIIDEwLTIwMjMBOU5UaGUgVmlsbGFnZSBJbnRlcm5hdGlvbmFsIFNjaG9vbCBIb3N0cyBEeW5hbWljIE1vZGVsIFVuaXRlZCBOYXRpb25zIENvbmZlcmVuY2VkAgUPZBYCZg8VBAMgMjUIIDEwLTIwMjMBOE5QYXZpdGhyYSBTdWdpc2ggQ2xpbmNoZXMgU2lsdmVyIGF0IENCU0UgU291dGggWm9uZSBBcmNoZXJ5OyBIZWFkcyB0byBOYXRpb25hbHNkAgYPZBYCZg8VBAMgMjgIIDExLTIwMjMBNyVDZW50cmFsIEtlcmFsYSBTYWhvZGF5YSBLYWxvdHNhdiAyMDIzZAIHD2QWAmYPFQQDIDE4CCAxMC0yMDIzATYWTmF2YXJhdGhyaUBUaGUgTnVydHVyeWQCCA9kFgJmDxUEAyAxNAggMTAtMjAyMwE1IiAnVGhlIFRWSVMgUmFkaW8gQ2x1YicgSW5hZ3VyYXRpb25kAgkPZBYCZg8VBAMgMjAIIDA5LTIwMjMBNIQBIkVtcG93ZXJpbmcgSGVhbHRoeSBGdXR1cmU6IFlvZ2EgU2Vzc2lvbiBieSBFYXQgUmlnaHQgU2Nob29sIGNhbXBhaWduIGluIEFzc29jaWF0aW9uIHdpdGggRlNTQUkgYXQgVGhlIFZpbGxhZ2UgSW50ZXJuYXRpb25hbCBTY2hvb2wiZAIKD2QWAmYPFQQDIDE1CCAwOC0yMDIzATMSMTh0aCBGb3VuZGVyJ3MgRGF5ZAILD2QWAmYPFQQDIDIwCCAwNi0yMDIzATINQ3JlYXRpdmEgMjAyM2QCDA9kFgJmDxUEAyAwNQggMDYtMjAyMwExD0Vudmlyb25tZW50IERheWRkcvpmDeck0EdaNnC1/Ishp7jx1APfwt4d2flaSWY/XxE />input typehidden name__VIEWSTATEGENERATOR id__VIEWSTATEGENERATOR value90059987 />input typehidden name__EVENTVALIDATION id__EVENTVALIDATION value/wEdAAadddmVpAPdTlUEH1MHulHvt0GqqGmTunmU8BFOEDL5JBp27H5MnXjaS3EP6vbk6N876lHX0jFK5DIKlpWLEfGUXQBucupGAIEl4s40LHbUzrQYWuBx16g3hoOJaZE33B44H1kzmuayl4jSu1Ysw53C/eE8i+93YTMKFTpxIvfWFA /> script> // Sticky navbar // $(document).ready(function () { $(#Enquiryform).hide(); }); //callBackPopup /script> script> function CloseModalPopup() { $(#myModal).hide(); } //function CloseCallBackPopup() { // $(#callBackPopup).hide(); //} function CloseCallBackPopup() { $(#Enquiryform).hide(); } openpopup function ShowCallBackPopup() { $(#Enquiryform).show(); } /script> style> .w3l-price-2 .top-middle-1-sst { border-bottom: 1px solid #eee; margin: 20px 0; padding: 3px 0; } .w3l-price-2 .top-middle-1-sst p { width: 200px; line-height: 3ex; height: 6ex; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .sst-label { color: #383535; } @media only screen and (min-width: 2000px) { .container .contact-form input, .container .contact-form textarea { width: 41%; padding: 10px !important; margin: 1% 0% !important; } } .modal-content { position: absolute !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 40% !important; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: 0.3rem; outline: 0; text-align: center !important; margin: -120px 450px !important; z-index: 99; } .modal-header { padding: .5rem !important; } #nurtury { background-image: url(Images/bg5.jpg); } .card { /* transform: translate(-50%,-50%); */ /* width: 300px; */ min-height: 235px; background: #00000045 !important; box-shadow: 0 20px 50px rgba(0,0,0,.1); border-radius: 0px; transition: 0.5s; backdrop-filter: blur(4px); } a .brochure_div { border: 1px solid #eaeaea; padding: 1.5em 0; text-align: right; position: relative; background: #fff; box-shadow: 0 0 6px 4px #e3e3e3; cursor: pointer; transition: all .3s; } a .brochure_div .brochure_cover { position: absolute; left: 6%; top: -44%; box-shadow: 0 3px 3px 0 #a8a8a8; margin-right: 20%; } a .brochure_div p { display: inline-block; padding: 0 1.1em; font-weight: 500; margin-bottom: 1rem; font-size: inherit; color: #3c3c3c; line-height: 1.6; text-rendering: optimizeLegibility; } .item-box1 .info { text-align: center !important; color: black !important; } @media (min-width: 768px) { .modal-content { -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%); box-shadow: 0 5px 15px rgb(0 0 0 / 50%); margin-left: 27%; margin-top: 1%; width: 75%; /*height:400px;*/ } .modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } element.style { } .modal-header .close { margin-top: -2px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity20); opacity: .2; } .modal-body { position: relative; padding: 15px; } } @media only screen and (max-width: 600px) { .modal-content { width: 100% !important; /* margin: 0px 0px !important;*/ margin: 35px 0px !important; } .mm { padding-top: 100px !important; } .ss { padding-top: 100px !important; } #nurtury { background-image: none !important; } #lampadario { display: none !important; } .align-middle { margin-top: 5% !important; } } /style> script> // Sticky navbar // $(document).ready(function () { $(#Enquiryform).hide(); }); //callBackPopup /script> div> div classmodal-content idEnquiryform stylemargin-top: 600px !important; background-color: white; border-radius: 20px;> div classmodal-body> span classclose animate__heartBeat onclickCloseCallBackPopup(); stylecolor: red;>×/span> h2 classmodal-title stylecolor: #04aeef; text-align: left !important; font-family: Times New Roman;>b>Call Back Request Form/b>/h2> p classsubtitle styletext-align: left;>Please complete the below form to request a place./p> section> div classcontainer> div classrow> div classcontact-form col-md-12> div idcontact-form> span idctl00_Parentname stylealign-items: flex-start; display: flex; font-weight: bold;>Parent Name:/span> input namectl00$txtName typetext idctl00_txtName classform-control placeholderEnter Parent Name requiredrequired /> br /> span idctl00_email stylealign-items: flex-start; display: flex; font-weight: bold;>E-Mail:/span> input namectl00$txtEmail typetext idctl00_txtEmail classform-control placeholderEnter email requiredrequired /> span idctl00_phoneno classintl-tel-input stylealign-items: flex-start; display: flex; font-weight: bold;>Phone:/span> input namectl00$txtPhone typetext idctl00_txtPhone Classform-control intl-tel-input placeholderEnter Phone requiredrequired /> span idctl00_grade stylealign-items: flex-start; display: flex; font-weight: bold;>Grade:/span> input namectl00$txtgrade typetext idctl00_txtgrade classform-control placeholderEnter Grade of Child to be Added requiredrequired />br /> div> input typesubmit namectl00$submitbtn valueREQUEST A CALLBACK idctl00_submitbtn classbtn-send stylecolor: whitesmoke!important; border-color: goldenrod; background-color: deepskyblue; padding: 10px; border-radius: 10px; font-weight: bold; /> /div> span idctl00_lblWarning>/span> br /> /div> /div> /div> /div> /section> /div> /div> div classside-social> a hrefhttps://www.villageinternationalschool.com/admission.aspx target_blank> Admission 2025 /a>/div> div idctl00_ContentPlaceHolder1_myModal styletext-align: > div idsliderModal classmodal-content> div classmodal-body> div classslider> div classslides> div classslide > div classmodal-body_> span classclose stylefloat: right; onclickcloseSliderModal();>b>×/b>/span> img src/images/tvisresult.jpg stylewidth: 100%; /> /div> /div> div classslide > div classmodal-body_> span classclose stylefloat: right; onclickcloseSliderModal();>b>×/b>/span> img src/images/TVISHiring.jpg stylewidth: 100%; /> /div> /div> /div> a classprev onclickplusSlides(-1)>❮/a> a classnext onclickplusSlides(1)>❯/a> /div> /div> /div> /div> section classbanner idbiggerimg> div classbanner> div idkb classcarousel kb_elastic animate_text kb_wrapper data-ridecarousel data-pausefalse data-interval2000 > !-- Wrapper-for-Slides --> div classcarousel-inner> div classbanner stylemargin: 0; padding: 0; > video idmyVideo autoplay muted loop playsinline controls stylewidth: 100%; max-width: 100%; height: auto; display: block; object-fit: cover;> source srcvdo/tvis_campus_banner.mp4 typevideo/mp4 /> Your browser does not support the video tag. /video>/div> /div> !-- Left-Button --> /div> /div> !-- div classoverlay>/div>--> !-- div classcontainer h-100> div classd-flex text-center h-100> div classmy-auto w-100 text-white> h1 classdisplay-3>The/h1> h2>Village International School/h2> /div> /div> /div>--> /section> style> @media (max-width: 768px) { section.banner video { position: absolute; top: 12%;} }/style> style> @media (min-width: 2000px) { p { font-size: 25px !important; } h1 { font-size: 55px !important; } h2 { font-size: 50px !important; } h3 { font-size: 40px !important; } h4 { font-size: 30px !important; } h5 { font-size: 25px !important; } h6 { font-size: 20px !important; } span { font-size: 20px !important; } a { font-size: 20px !important; } #myvideo { width: 100% !important; } #nurtury { background-repeat: no-repeat !important; background-size: cover !important; } marquee { font-size: 20px !important; } span.close { font-size: 40px !important; } /* #popupwidth{ width:12% !important; }*/ } /style> section classabout idabt stylepadding: 50px 0px 50px !important;> div classcontainer> div classrow> div classcol-lg-6 col-md-12 col-xl-6> h2 classblue>Admissions Open 2025-26/h2> div class> p classmt-3 mb-4 styleline-height: 2; text-align: justify;> Founded in 2005, we at b>The Village International School/b> is a distinctively different Semi-Residential CBSE School located in Thodupuzha, Kerala. With a curriculum that is vibrant, demanding and progressive, our students balance a wealth of co-curricular and co-scholastic opportunities with academic excellence to develop into aspirational global citizens with a desire to be lifelong learners. /p> p classmt-3 mb-4 styleline-height: 2; text-align: justify;> Ranked among the Top 3 Day-cum Boarding Schools in Kerala, the core objective of The Village International School is to nurture global ideas through blending western standards with rich Indian values! /p> p classmt-3 mb-4 styleline-height: 2; text-align: justify;> The Future Begins Here ! !--a hrefhttp://www.villageinternationalschool.com/about_us.html class >Read More/a>--> /p> a hrefCampusTour.aspx classyellow mt-2 px-3 py-2>Virtual Campus Tour/a> a classyellow mt-2 px-3 py-2 stylecolor: white; cursor: pointer;>span onclickShowCallBackPopup();>Enroll Online/span>/a> br /> br /> /div> /div> div classcol-lg-6 col-md-12 text-center> img srcImages/TVISCover3.1.jpg altCampus Image stylewidth: 600px; height: auto; margin-top: 65px; />/div> /div> /div> /section> section classabout stylebackground-image: url(Images/Award.jpg); background-repeat: round; padding: 0px 0px 17px;> div classcontainer> div classrow> div classcol-md-6 stylebackground: #0000008c;> style> /style> div classalign-middle styletext-align: center !important;> !-- h4 classblue text-white>The Nurtury/h4>--> br /> br /> h2 stylecolor: white>Ranked among the Top 3 Day-cum-Boarding Schools in Kerala./h2> br /> br /> br /> br /> /div> /div> div classcol-md-6> div classrow> div classalign-middle> div classcol-md-12> img srcimages/NurturyAward1.jpg styleborder-radius: 50%; height: 250px; width: 250px; object-fit: cover; object-position: top; border: 2px solid #f7b824; margin-bottom: 8px; margin-top: -33px; margin-left: 50px; /> /div> /div> /div> /div> /div> /div> /section> div stylebackground-image: url(images/BackgroundBig.png); background-repeat: no-repeat; background-position: center; background-size: cover;> section classabout1> div classcontainer> div classrow> div classcol-md-12> /div> div classcol-md-6 py-5> a hrefDocuments/TVIS Brochure.pdf target_blank> div classbrochure_div> img classbrochure_cover srcimages/tvis_fee1.png alt> img classpdf-icon srcimages/pdf_download.png alt>p stylecolor: #f7b825;>Download Brochure/p> /div> /a> /div> div classcol-md-6 py-5> a hrefDocuments/TVIS Photo Gallery.pdf target_blank> div classbrochure_div> img classbrochure_cover srcimages/tvis_fee2.png alt> img classpdf-icon srcimages/pdf_download.png alt>p stylecolor: #f7b825;>Photo Gallery/p> /div> /a> /div> !-- div classcol-md-6 py-5> a hrefTVIS Fee Structure.pdf target_blank>div classbrochure_div> img classbrochure_cover srcimages/tvis_fee.JPG alt> img classpdf-icon src# alt>p>TVIS Fee Structure/p>/div> /a> /div>--> /div> /div> /section> /div> style> .team-p { background-color: #f7b825; border-radius: 20px; color: #333030; } .dfd { text-align: center; color: white; font-weight: 500; background-color: #00000059; } .team-p:hover { text-align: center; border-radius: 20px; background-color: transparent; color: white; } @media (max-width: 570px) { #mobihide { display: none !important; } #percent { width: 50% !important; } } @media (max-width: 570px) { #pad3 { margin-top: -200px !important; } } /style> style> /* Container to set overflow hidden */ .zoomin { border-radius: 10px; /* Optional: rounds the corners */ /* Optional: adds a transition to smoothly zoom in/out */ transition: transform 0.3s ease; } /* Image styling */ .zoomin img { width: 100%; height: 100%; transition: transform 1.5s ease; /* Smooth zoom effect */ } /* Zoom effect on hover */ .zoomin:hover img { transform: scale(1.2); /* Adjust scale for desired zoom level */ } /style> div stylebackground-image: url(images/primary1Copy.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;> section classabout princy-mg> div classcontainer> div classrow> div classcol-md-3 zoomin idpercent> div classmt-3> a hrefNurturyAndCradle.aspx stylecolor: white> img srcimages/HomeNurtury.jpg classw-100 my-2 img1 team-img stylebackground-color: white; padding: 5px; border: solid 10px #f7b825;> br /> br /> p classdfd>Nurtury/p> /a> /div> /div> div classcol-md-3 zoomin idpercent> div classmt-3> a hrefPrimarySchool.aspx stylecolor: white;> img srcimages/HomePrimary.jpg classw-100 my-2 img1 team-img stylebackground-color: white; padding: 5px; border: solid 10px #f7b825;> br /> br /> p classdfd>Primary School/p> /a> /div> /div> div classcol-md-3 zoomin idpercent> div classmt-3> a hrefMiddleSchool.aspx stylecolor: white;> img srcimages/HomeMiddle.jpg classw-100 my-2 img1 team-img stylebackground-color: white; padding: 5px; border: solid 10px #f7b825;> br /> br /> p classdfd>Middle School/p> /a> /div> /div> div classcol-md-3 zoomin idpercent> div classmt-3> a hrefSeniorSchool.aspx stylecolor: white;> img srcimages/HomeSenior.jpg classw-100 my-2 img1 team-img stylebackground-color: white; padding: 5px; border: solid 10px #f7b825;> br /> br /> p classdfd>Senior School/p> /a> /div> /div> /div> /div> /section> /div> div classweekly-top-items carousel-shadow_ default-padding-top_50 bg-gray stylepadding-bottom: 30px; background-color: #b5b5b4; background-size: cover;> div classcontainer> div classrow> div classcol-md-12> !-- Start Categoriesftest --> div classcategory-area > div classcontainer1> div classrow> div classcol-3>/div> div classcol-md-5 col-sm-12> div classsite-heading text-center stylemargin-bottom: 24px;> div classcol-md-12 col-sm-12 styledisplay: flex; justify-content: center; align-items: center;> !-- Add the image as a logo --> img srcimages/logo11.PNG altLogo stylemax-width: 80px; max-height: 100px; display: block; margin: 0 0 16px;> h2 styletext-align: center; color: black;>Why Choose Us?/h2> /div> /div> /div> /div> div classcategory-items> div classrow> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem brilliantrose> a href#> div classitem-box> div classicon> i classfas fa-award stylecolor: blue;>/i> /div> div classinfo> h5>World Class Education/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem brilliantrose> a href#> div classitem-box> div classicon stylecolor: blue; width: 80px;> i classfas fa-star stylefont-size: 17px;>/i> i classfas fa-star stylefont-size: 17px;>/i> i classfas fa-star stylefont-size: 17px;>/i> br /> i classfas fa-star stylepadding-left: 16px; font-size: 17px;>/i> i classfas fa-star stylefont-size: 17px;>/i> /div> div classinfo> h5>5-Star Boarding Facilities/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem malachite> a href#> div classitem-box> div classicon stylecolor: green;> i classfas fa-leaf>/i> /div> div classinfo> h5>Pollution Free Ambiencebr /> /h5> /div> /div> /a> /div> /div> !-- End Single Item -- classfas fa-wheelchair> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem java> a href#> div classitem-box> div classicon stylecolor: orange;> i classfas fa-futbol>/i> /div> div classinfo> h5>Excellent Sports Infrastructure/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem brilliantrose> a href#> div classitem-box> div classicon> i classfas fa-coffee stylecolor: red;>/i> /div> div classinfo> h5>Breakfast, Lunch & Snacks for All Students/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem java> a href#> div classitem-box> div classicon> i classfa fa-graduation-cap>/i> /div> div classinfo> h5>Well-trained Qualified Teachers/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem Green> a href#> div classitem-box> div classicon stylecolor: orange;> i classfas fa-bus>/i> /div> div classinfo> h5>Transportation in & around 40 km radius /h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem brilliantrose> a href#> div classitem-box> div classicon> i classfas fa-users stylecolor: blue;>/i> /div> div classinfo> h5>Low: Teacher Student Ratio br /> /h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem brilliantrose> a href#> div classitem-box> div classicon> i classfas fa-flask stylecolor: purple;>/i> /div> div classinfo> h5>Hobby Classes: Swimming, Archery & many more/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem mariner> a href#> div classitem-box> div classicon> i classfas fa-laptop>/i> /div> div classinfo> h5>Individual Attention & Care/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem Gandhi> a href#> div classitem-box> div classicon> i classfas fa-bullseye stylecolor: red;>/i> /div> div classinfo> h5>Experiential Learning & Enrichment Activities/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem Gandhi> a href#> div classitem-box> div classicon> i classfa fa-language stylecolor: orange;>/i> /div> div classinfo> h5>English Speaking Habit br /> /h5> /div> /div> /a> /div> /div> !-- End Single Item --> /div> /div> br /> br /> /div> /div> !-- End Categories --> /div> /div> /div> /div> !--Old Testimonial --> !--Old Testimonial End --> section classabouts bg-speciality1> style> .contents-box { background: #00000078; /* width: 366px;*/ padding: 122px 32px; } section.abouts { position: relative; padding: 0px 0px 42px; } .testimonial-titles { color: white; font-size: 39px; margin: -17px; /* margin-left: 24px;*/ margin-left: -15px; } /style> style> .carousel-container { position: relative; max-width: 800px; margin: auto; overflow: hidden; border-radius: 10px; } .carousel-track { display: flex; transition: transform 0.5s ease-in-out; } .video-container { flex: 0 0 33.33%; max-width: 33.33%; height: 407px; padding: 10px; box-sizing: border-box; } .video-container iframe { width: 100%; height: 100%; border: none; border-radius: 10px; } /* Navigation Buttons */ .carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0, 0, 0, 0.5); color: white; border: none; padding: 10px 15px; cursor: pointer; font-size: 20px; transition: 0.3s; border-radius: 5px; } .carousel-btn.prev { left: 10px; } .carousel-btn.next { right: 10px; } .carousel-btn:hover { background: rgba(0, 0, 0, 0.8); } /* Responsive adjustments */ @media (max-width: 600px) { .video-container { flex: 0 0 100%; max-width: 100%; } } /style> style> .carousel-container { overflow: hidden; width: 104%; /* Adjust as needed */ margin: 0 auto; position: relative; max-width: 1200px; } .carousel-track { display: flex; transition: transform 0.3s ease-in-out; } .video-container { flex: 1 0 33.33%; /* Three videos visible at once */ max-width: 33.33%; height: 450px; padding: 10px; box-sizing: border-box; } /* Optional: style the iframe to fill the container */ .video-container iframe { width: 100%; height: 100%; border: none; } /* Navigation button styles */ .carousel-btn { position: absolute; top: 50%; z-index: 10; background-color: rgba(0, 0, 0, 0.5); color: #fff; border: none; padding: 10px 20px; cursor: pointer; opacity: 0.7; transform: translateY(-50%); } .carousel-btn:hover { opacity: 1; } .prev { left: 10px; } .next { right: 10px; } /* Mobile View Adjustments */ @media (max-width: 768px) { .carousel-container { width: 100%; max-width: 100%; } .video-container { flex: 1 0 100%; /* One video per view */ max-width: 46%; height: 300px; /* Adjust height for mobile */ } .carousel-btn { padding: 8px 16px; font-size: 18px; } } /style> !-- Load the YouTube Iframe API --> script srchttps://www.youtube.com/iframe_api>/script> !-- Your page content --> div classcontainer> div classrow align-items-center> !-- Left Column: Title --> div classcol-lg-4 col-md-5 text-center> div classcontents-box> h2 classtestimonial-titles>Listen to What Our Parents & Students Have to Say About Us! /h2> /div> /div> !-- Right Column: Carousel --> div classcol-lg-8 col-md-12 stylepadding-top: 26px;> div classcarousel-container> div classcarousel-track> !-- Each video-container now has a data attribute with the video ID --> div classvideo-container data-video-id3jOl1vtYXZ4>/div> div classvideo-container data-video-iduSu4MW7O_Ok>/div> div classvideo-container data-video-idumeT3TzJiVs>/div> div classvideo-container data-video-idKiONlNjW9SI>/div> div classvideo-container data-video-idZsOQbELchUM>/div> div classvideo-container data-video-idamP7nwgatEY>/div> div classvideo-container data-video-idZxmZkl-oK1U>/div> /div> !-- Navigation buttons --> button classcarousel-btn prev onclickmoveSlide(-1)>❮/button> button classcarousel-btn next onclickmoveSlide(1)>❯/button> /div> /div> /div> /div> /section> script> // Global variables var players ; var currentIndex 0; var videoContainers document.querySelectorAll(.video-container); var totalSlides videoContainers.length; var visibleSlides 3; // Number of slides visible at once var carouselTrack document.querySelector(.carousel-track); // This function is called automatically by the YouTube API when it is ready. function onYouTubeIframeAPIReady() { videoContainers.forEach((container, index) > { var videoId container.getAttribute(data-video-id).trim(); // Create a new player in each container. playersindex new YT.Player(container, { videoId: videoId, playerVars: { autoplay: index 0 ? 0 : 0, // Only the first video autoplays controls: 0, mute: 0 // Autoplay works best if muted (remove if sound is desired) }, events: { onStateChange: function (event) { // When the video ends, automatically play the next video. if (event.data YT.PlayerState.ENDED) { playNextVideo(); } } } }); }); } // Function to play the next video automatically function playNextVideo() { // Stop the current video (if necessary) playerscurrentIndex.stopVideo(); // Increment index; loop back if at the end. currentIndex (currentIndex + 1) % totalSlides; // Move the carousel (calculate offset based on visible slides) var offset -currentIndex * (100 / visibleSlides); carouselTrack.style.transform translateX( + offset + %); // Autoplay the next video. playerscurrentIndex.playVideo(); } // Manual navigation via buttons function moveSlide(step) { // Stop current video before manual navigation. playerscurrentIndex.stopVideo(); currentIndex (currentIndex + step + totalSlides) % totalSlides; var offset -currentIndex * (100 / visibleSlides); carouselTrack.style.transform translateX( + offset + %); playerscurrentIndex.playVideo(); } /script> section classabout idnurtury stylebackground-repeat: round; padding: 0px 0px 17px;> div classcontainer> div classrow> div classcol-md-5> style> /style> div classalign-middle> !-- h4 classblue text-white>The Nurtury/h4>--> div idlampadario> input typeradio classbulb nameswitch valueon /> input typeradio classbulb nameswitch valueoff checkedchecked /> label forswitch>/label> div idfilo>/div> div idlampadina> div idsorpresa> div idshadow> /div> /div> /div> /div> img srcimages/nurture_logo1.png stylewidth: 150px; classmr-2 /> p classmt-2 mb-4 stylecolor: black; text-align: justify;> The Nurtury offers both pre-school and daycare facilities gladly welcoming children from 1 year to 5 years of age under the following wings that suits the child’s growth and interest: /p> ul> li>b>THE CRIB/b> (1 year to 2.5 years)/li> li>b>CRADLE/b> (2.5 years to 3.5 years)/li> li>b>Kindergarten/b> - LKG & UKG (4 years to 5 years)/li> /ul> p classmt-2 mb-4 stylecolor: black; text-align: justify;> It is a purpose-built space created just for young learners with a thoughtful curriculum, colours and fun; all into play in one building. As your little bundle of joy takes the first baby steps into a new world away from you, we are always there to help him/her ger comfortable and offer a nurturing environment. We make your child’s transition between home and school a joyful experience. /p> a hrefNurturyAndCradle.aspx classyellow mt-2 px-3 py-2>Know more/a> br /> br /> /div> /div> div classcol-md-7> div classrow> div classalign-middle> div classcol-md-12 idpad3> br /> br /> br /> img srcimages/KGHome_2.jpg classmr-2 styleborder-radius: 50%; height: 250px; width: 250px; object-fit: cover; object-position: top; border: 2px solid #f7b824; margin-bottom: 8px; margin-top: 200px; margin-left: 50px; /> img srcimages/KGHome_4.jpg styleborder-radius: 50%; height: 250px; width: 250px; object-fit: cover; object-position: top; border: 2px solid #f7b824; margin-bottom: 8px; margin-left: 50px; margin-bottom: 100px /> /div> /div> /div> /div> /div> /div> /section> style> .canvas { display: block; margin: 0 auto; box-sizing: border-box; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #261241; } /style> script> var canvas, ctx, width 0, height 0, particles , i 0, twoPi Math.PI * 2; function rand(min, max) { min Math.ceil(min); max Math.floor(max); return Math.floor(Math.random() * (max - min)) + min; } function randInt(min, max) { return Math.random() * (max - min) + min; } function negRand(min, max) { return Math.floor((Math.random() * max) - min); } function init() { width 1400; height 1200; canvas document.getElementById(stars); ctx canvas.getContext(2d); canvas.width width; canvas.height height; i 0; while (i 100) { particles.push(new Particle()); i++; } loop(); } function clear() { ctx.clearRect(0, 0, width, height); } var Particle function () { this.reset(); } Particle.prototype.reset function () { this.x rand(1, width); this.y rand(1, height); this.vx randInt(0.1, 0.9); this.vy randInt(0.1, 0.9); this.radius rand(1, 10); this.hue rand(5, 25); this.light rand(65, 85); this.saturation rand(65, 75); this.opacityMin 0.1; this.opacityMax 0.9; this.opacity randInt(this.opacityMin, this.opacityMax); this.fadeSpeed randInt(this.opacityMin, this.opacityMax) / 100; this.fadeIn false; this.move { x: (rand(0, 10) % 2 1 ? true : false), y: (rand(0, 10) % 2 1 ? true : false) }; this.blur rand(1, 10); } Particle.prototype.update function (i) { console.log(this.vx); if (this.fadeIn) { this.opacity + this.fadeSpeed; this.x (this.move.x ? this.x + this.vx : this.x - this.vx); this.y (this.move.y ? this.y + this.vy : this.y - this.vy); } else { this.opacity - this.fadeSpeed; this.x (this.move.x ? this.x + this.vx : this.x - this.vx); this.y (this.move.y ? this.y + this.vy : this.y - this.vy); } this.fadeIn (this.opacity > this.opacityMax ? false : true); if (this.x > width - 50 || this.x 50 || this.y > height || this.y 50) { particles.splice(i, 1); } } Particle.prototype.render function () { ctx.beginPath(); ctx.arc(this.x, this.y, this.radius, 0, twoPi); ctx.fillStyle hsla( + this.hue + , + this.light + %, + this.saturation + %, + this.opacity + ); ctx.fill(); //ctx.filter blur( + this.blur + px); ctx.strokeStyle hsla( + this.hue + , + this.light + %, + this.saturation + %, + this.opacity + ); ctx.stroke(); } // animation function loop() { requestAnimationFrame(loop); clear(); ctx.globalCompositeOperation lighter; i particles.length; while (i--) { var p particlesi; p.update(i); p.render(); } } init(); /script> section classabout bg-speciality> div classrow text-white stylemargin-right: 0px;> div classcol-md-6 stylepadding-left: 30px; padding-right: 15px;> div classcard mt-2 stylemax-width: 100%;> div classbox> div classrow> div classcol-md-3> img srcimages/pencil.PNG> /div> div classcol-md-9> h1 styletext-align: left;>Vision/h1> p> span classyellow-cl>T/span>o be an excellent academy of global choice, emphasizing indian values and culture to empower the child holistically to face the challenges of the world. /p> a hrefVisionAndMission.aspx> p>span classyellow-cl>R/span>ead More/p> /a> /div> /div> /div> /div> /div> div classcol-md-6 stylepadding-left: 30px; padding-right: 15px;> div classcard mt-2 stylemax-width: 100%;> div classbox> div classrow> div classcol-md-3> img srcimages/pencil.PNG> /div> div classcol-md-9> h1 styletext-align: left;>Mission/h1> p> span classyellow-cl>A/span>CHIEVE ACADEMIC EXCELLENCE/b> - By providing congenial learning environment using a judicious blend of state of the art technology and world class facilitators to take the students beyond the realms of text books.br /> /p> a hrefAboutUs.aspx> p>span classyellow-cl>R/span>ead More/p> /a> /div> /div> br /> /div> /div> /div> /div> /section> section classabout > div classss>/div> div classcontainer> div classrow> div classcol-md-8> h2 classblue>Our Facilities/h2> div class> main classpage-content> div classcard-me> div classcontent stylepadding: 1rem;> h2 classtitle>Boarding/h2> p classcopy stylefont-size: 13px;>Residential facilities have been designed to offer extremely clean, homely and a comfortable atmosphere./p> button classbtn>a hrefFacilities.aspx#section_boarding>View More/a> /button> /div> /div> div classcard-me> div classcontent stylepadding: 1rem;> h2 classtitle>In-house Catering/h2> p classcopy stylefont-size: 13px;>The School will provide breakfast followed by an appetizer, lunch and evening tea and snacks to all students including day scholars. /p> button classbtn>a hrefFacilities.aspx#section_mess>View More/a>/button> /div> /div> div classcard-me> div classcontent stylepadding: 1rem;> h2 classtitle stylecolor: #ffffff !important;>Learning Tools/h2> p classcopy stylefont-size: 13px;>The Village International school is very well resourced when it comes to information technology./p> button classbtn>a hrefFacilities.aspx#section_Learning_tools>View More/a> /button> /div> /div> div classcard-me> div classcontent stylepadding: 1rem;> h2 classtitle>Medical/h2> p classcopy stylefont-size: 13px;>The health of the children at Village is of utmost priority and the School has structured a Total Healthcare Scheme (THS) for the students./p> button classbtn>a hrefFacilities.aspx#section_medical>View More/a>/button> /div> /div> div classcard-me> div classcontent stylepadding: 1rem;> h2 classtitle>Transport/h2> p classcopy stylefont-size: 13px;>The goal of The Village International School Bus service is to provide the students a safe and secure transportation system/p> button classbtn>a hrefFacilities.aspx#section_transport>View More/a>/button> /div> /div> /main> /div> /div> div classcol-md-4 stylemargin-top: 63px;> div classnotif_section col-md-12 margin-top-30_mob> h2>Latest News/h2> div idctl00_ContentPlaceHolder1_divNotifications classnewsticker-jcarousellite-0 styleheight: 300px !important;> ul stylelist-style-type: none;> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 04/article> article classmonth> 01-2024/article> /div> /td> td> a hrefNewsDetails.aspx?id13> h3 stylefont-size: 16px;>Exploring the Joyful Path of learning and creating./h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 09/article> article classmonth> 12-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id12> h3 stylefont-size: 16px;>Central Kerala Sahodaya Inter-School Chess Tournament 2023: /h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 24/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id11> h3 stylefont-size: 16px;>Mithuna M Nair Clinches Top Honors in Bharatanatyam, Mohiniyattam, and Kuchipudi. /h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 16/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id10> h3 stylefont-size: 16px;>Harmony in Melody - A Plead for Peace on Childrens Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 31/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id9> h3 stylefont-size: 16px;>The Village International School Hosts Dynamic Model United Nations Conference/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 25/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id8> h3 stylefont-size: 16px;>Pavithra Sugish Clinches Silver at CBSE South Zone Archery; Heads to Nationals/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 28/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id7> h3 stylefont-size: 16px;>Central Kerala Sahodaya Kalotsav 2023/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 18/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id6> h3 stylefont-size: 16px;>Navarathri@The Nurtury/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 14/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id5> h3 stylefont-size: 16px;> The TVIS Radio Club Inaguration/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 20/article> article classmonth> 09-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id4> h3 stylefont-size: 16px;>Empowering Healthy Future: Yoga Session by Eat Right School campaign in Association with FSSAI at The Village International School/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 15/article> article classmonth> 08-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id3> h3 stylefont-size: 16px;>18th Founders Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 20/article> article classmonth> 06-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id2> h3 stylefont-size: 16px;>Creativa 2023/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 05/article> article classmonth> 06-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id1> h3 stylefont-size: 16px;>Environment Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> div classclear>/div> /ul> /div> /div> /div> div classcol-md-4 stylemargin-top: 63px; display: none;> div classnotif_section col-md-12 margin-top-30_mob> h2>Events/h2> div idctl00_ContentPlaceHolder1_div1 classnewsticker-jcarousellite-0 styleheight: 300px !important;> ul stylelist-style-type: none;> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 04/article> article classmonth> 01-2024/article> /div> /td> td> a hrefNewsDetails.aspx?id13> h3 stylefont-size: 16px;>Exploring the Joyful Path of learning and creating./h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 09/article> article classmonth> 12-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id12> h3 stylefont-size: 16px;>Central Kerala Sahodaya Inter-School Chess Tournament 2023: /h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 24/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id11> h3 stylefont-size: 16px;>Mithuna M Nair Clinches Top Honors in Bharatanatyam, Mohiniyattam, and Kuchipudi. /h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 16/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id10> h3 stylefont-size: 16px;>Harmony in Melody - A Plead for Peace on Childrens Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 31/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id9> h3 stylefont-size: 16px;>The Village International School Hosts Dynamic Model United Nations Conference/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 25/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id8> h3 stylefont-size: 16px;>Pavithra Sugish Clinches Silver at CBSE South Zone Archery; Heads to Nationals/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 28/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id7> h3 stylefont-size: 16px;>Central Kerala Sahodaya Kalotsav 2023/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 18/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id6> h3 stylefont-size: 16px;>Navarathri@The Nurtury/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 14/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id5> h3 stylefont-size: 16px;> The TVIS Radio Club Inaguration/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 20/article> article classmonth> 09-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id4> h3 stylefont-size: 16px;>Empowering Healthy Future: Yoga Session by Eat Right School campaign in Association with FSSAI at The Village International School/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 15/article> article classmonth> 08-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id3> h3 stylefont-size: 16px;>18th Founders Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 20/article> article classmonth> 06-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id2> h3 stylefont-size: 16px;>Creativa 2023/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 05/article> article classmonth> 06-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id1> h3 stylefont-size: 16px;>Environment Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> div classclear>/div> /ul> /div> /div> /div> /div> /div> /section> style> .online h3 { color: white !important; } .online p { color: white !important; } /style> div> p> br /> br /> /p> /div> style> @import url(https://fonts.googleapis.com/css?familyCardo:400i|Rubik:400,700&displayswap); /*:root { --d: 700ms; --e: cubic-bezier(0.19, 1, 0.22, 1); --font-sans: Rubik, sans-serif; --font-serif: Cardo, serif;}* { box-sizing: border-box;}html, body { height: 100%;}body { display: grid; place-items: center;}*/ .page-content { display: grid; grid-gap: 1rem; padding: 1rem; max-width: 1024px; margin: 0 auto; font-family: var(--font-sans); } @media (min-width: 600px) { .page-content { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 800px) { .page-content { grid-template-columns: repeat(5, 1fr); } } .card-me { position: relative; display: flex; align-items: flex-end; overflow: hidden; padding: 0rem; width: 100%; text-align: center; color: whitesmoke; background-color: whitesmoke; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1); } @media (min-width: 600px) { .card-me { height: 350px; } } .card-me:before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 110%; background-size: cover; background-position: 0 0; transition: transform calc(var(--d) * 2.5) var(--e); pointer-events: none; } .card-me:after { content: ; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 200%; pointer-events: none; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%); transform: translateY(-50%); transition: transform calc(var(--d) * 2) var(--e); } .card-me:nth-child(1):before { background-image: url(images/board1.jpg); } .card-me:nth-child(2):before { background-image: url(images/box1.jpg); } .card-me:nth-child(3):before { background-image: url(images/BoxTools.jpg); } .card-me:nth-child(4):before { background-image: url(images/BoxMedical.jpg); } .card-me:nth-child(5):before { background-image: url(images/box3.jpg); } .content { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; padding: 0rem; transition: transform var(--d) var(--e); z-index: 1; } .content > * + * { margin-top: 2rem; } .title { font-size: 1.3rem; font-weight: bold; line-height: 1.2; } .copy { font-family: var(--font-serif); font-size: 15px; font-style: italic; line-height: 1.35; } .btn { cursor: pointer; margin-top: 1.5rem; padding: 0.75rem 1.5rem; font-size: 0.65rem; font-weight: bold; letter-spacing: 0.025rem; text-transform: uppercase; color: white; background-color: black; border: none; } .btn:hover { background-color: #0d0d0d; } .btn:focus { outline: 1px dashed yellow; outline-offset: 3px; } @media (hover: hover) and (min-width: 600px) { .card-me:after { transform: translateY(0); } .content { transform: translateY(calc(100% - 4.5rem)); } .content > *:not(.title) { opacity: 1; transform: translateY(1rem); transition: transform var(--d) var(--e), opacity var(--d) var(--e); } .card-me:hover, .card-me:focus-within { align-items: center; } .card-me:hover:before, .card-me:focus-within:before { transform: translateY(-4%); } .card-me:hover:after, .card-me:focus-within:after { transform: translateY(-50%); } .card-me:hover .content, .card-me:focus-within .content { transform: translateY(0); } .card:hover .content > *:not(.title), .card-me:focus-within .content > *:not(.title) { opacity: 1; transform: translateY(0); transition-delay: calc(var(--d) / 12); } .card-me:focus-within:before, .card-me:focus-within:after, .card-me:focus-within .content, .card-me:focus-within .content > *:not(.title) { transition-duration: 3s; } } /style> !-- /.card-wrap --> script> var ppbutton document.getElementById(vidbutton); ppbutton.addEventListener(click, playPause); myVideo document.getElementById(myvid); function playPause() { if (myVideo.paused) { myVideo.play(); ppbutton.innerHTML img srcpause-button-2.png>; } else { myVideo.pause(); ppbutton.innerHTML img srcplay-button.png>; } } /script> script srchttps://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js>/script> script> anime.timeline({ loop: true }) .add({ targets: .ml5 .line, opacity: 0.5, 1, scaleX: 0, 1, easing: easeInOutExpo, duration: 700 }).add({ targets: .ml5 .line, duration: 600, easing: easeOutExpo, translateY: (el, i) > (-0.625 + 0.625 * 2 * i) + em }).add({ targets: .ml5 .ampersand, opacity: 0, 1, scaleY: 0.5, 1, easing: easeOutExpo, duration: 600, offset: -600 }).add({ targets: .ml5 .letters-left, opacity: 0, 1, translateX: 0.5em, 0, easing: easeOutExpo, duration: 600, offset: -300 }).add({ targets: .ml5 .letters-right, opacity: 0, 1, translateX: -0.5em, 0, easing: easeOutExpo, duration: 600, offset: -600 }).add({ targets: .ml5, opacity: 0, duration: 1000, easing: easeOutExpo, delay: 1000 }); /script> script> $(document).ready(function () { if ($.isFunction(owlCarousel)) { $(#owl-demo).owlCarousel({ navigation: true }); } $(#news-slider).owlCarousel({ items: 3, itemsDesktop: 1199, 3, itemsDesktopSmall: 980, 2, itemsMobile: 600, 1, navigation: true, navigationText: , , pagination: true, autoPlay: trueF }); }); /script> /div> style> @media only screen and (max-width: 767px) { #ph { height: 590px !important; } } /style> section idph stylebackground-image: url(Images/Background3.jpg); background-size: cover; background-position: center; height: 345px; border: 2px solid #e0dede> div classcontainer py-5> div classrow> div classcol> div classcard1 my-2 styleborder: 1px solid gold !important;> div classbox> div classimg> img srcimages/cal.JPG> /div> h5>a hrefCalender.aspx>span>Academic Calendar/span>/a>/h5> /div> /div> /div> div classcol> div classcard1 my-2 styleborder: 1px solid gold !important;> div classbox> div classimg> img srcimages/notice.JPG> /div> h5>a hrefnotice.aspx>span>Notice Board/span>/a>/h5> /div> /div> /div> div classcol> div classcard1 my-2 styleborder: 1px solid gold !important;> div classbox> div classimg> img srcimages/news.JPG> /div> h5>a hrefnews.aspx>span>News & Events/span>/a>/h5> /div> /div> /div> div classcol> div classcard1 my-2 styleborder: 1px solid gold !important;> div classbox> div classimg> img srcimages/pdf.JPG> /div> h5>a hrefDocuments/TVIS%20Brochure.pdf target_blank>span>Brochure/span>/a>/h5> /div> /div> /div> /div> /div> /section> style> @media (min-width: 400px) and (max-width: 480px) { #mini { margin-bottom: -170px; } #myVideo { width: 394px !important; } } @media (max-width: 399px) { #myVideo { width: 335px !important; } } /style> section> div classcontainer> div classrow> div classsite-heading text-center> div classcol-md-12 col-md-offset-0> h2>Our Collaborators/h2> !-- h1 stylebackground-image: url(images/h1.png)>/h1> --> /div> /div> /div> div idimageList classcontainer stylepadding-bottom: 40px;> div classrow> div classcol-2 text-center> img srcimages/BlackSwan.jpg width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/nalla_paadam.jpg width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/seed.jpg width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/PCM.jpg width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/Mipsoft.jpg width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/DCBooks.jpg width100% classw-100 mt-2> /div> /div> br /> div classrow> div classcol-1 text-center> /div> div classcol-2 text-center> img srcimages/CBSE Logo.png width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/Google for education.png width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/insightse-logo.png width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/Kerala Blasters.png width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/Sportshood Logo.png width100% classw-100 mt-2> /div> div classcol-1 text-center> /div> /div> !-- Add more rows as needed --> /div> /div> /section> section idfooter> div classcontainer> div classrow text-center text-xs-center text-sm-left text-md-left> div classcol-xs-12 col-sm-4 col-md-3> a hrefIndex.aspx> img srcimages/logo1.png classw-100 my-2>/a> a hrefIndex.aspx> img srcimages/nurture_logo.png stylewidth: 150px;>/a> /div> div classcol-xs-12 col-sm-4 col-md-3> h5>Quick links/h5> ul classlist-unstyled quick-links> li>a hrefindex.aspx>Home/a>/li> li>a hrefManagement1.aspx>Management/a>/li> li>a hrefFacilities.aspx>Facilities/a>/li> li>a hrefcampus.aspx>Campus/a>/li> li>a hrefcontact.aspx>Contact/a>/li> li>a hrefcircular.aspx>Circulars/a>/li> /ul> /div> div classcol-xs-12 col-sm-4 col-md-3> h5>Quick links/h5> ul classlist-unstyled quick-links> li>a hrefhttps://cbseacademic.nic.in/ target_blank>CBSE Academic/a>/li> li>a hrefhttps://www.cbse.gov.in/ target_blank>CBSE Main/a>/li> li>a hrefCalender.aspx>Academic Calendar/a>/li> li>a hrefNotice.aspx>Notice Board/a>/li> li>a hrefNews.aspx>News & Events/a>/li> li>a hrefDocuments/Prospectus.pdf target_blank>Prospectus/a>/li> /ul> /div> div classcol-xs-12 col-sm-4 col-md-3> h5>Follow Us/h5> ul classlist-unstyled quick-links> li stylecolor: white;>The Village International School/li> li stylecolor: white;>Thodupuzha - Perumamkandam - Kaloor Rd/li> li stylecolor: white;>Kumaramangalam, Kerala 685608/li> /ul> ul classlist-unstyled list-inline social> li classlist-inline-item>a hrefhttps://www.facebook.com/villageinternationalschool/ target_blank> img srcImages/facebook.gif width50px />/a>/li> li classlist-inline-item>a hrefhttps://instagram.com/thevillageinternationalshool?igshidYmMyMTA2M2Y target_blank> img srcImages/instagram.gif width50px />/a>/li> li classlist-inline-item>a hrefhttps://www.youtube.com/channel/UCyEqoHaFk19hu0musd6e58g target_blank> img srcImages/youtube1.gif width75px />/a>/li> /ul> /div> /div> div classrow> div classcol-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white> p classh6>© 2023 TVIS. All rights reserved. Powered by a classtext-green ml-2 hrefhttp://www.santhisoft.com target_blank>Santhisoft Technologies/a>/p> /div> hr /> /div> /div> /section> !-- Optional JavaScript --> !-- jQuery first, then Popper.js, then Bootstrap JS --> script srchttps://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js integritysha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl crossoriginanonymous>/script> /form>/body>!-- WOW JS -->script srcjs_carousel/wow.min.js>/script>!-- Nivo slider js -->script srcvendor/slider/js/jquery.nivo.slider.js typetext/javascript>/script>script srcvendor/slider/home.js typetext/javascript>/script>!-- Owl Cauosel JS -->script srcvendor/OwlCarousel/owl.carousel.min.js typetext/javascript>/script>!-- Meanmenu Js -->script srcjs_carousel/jquery.meanmenu.min.js typetext/javascript>/script>!-- Srollup js -->script srcjs_carousel/jquery.scrollUp.min.js typetext/javascript>/script>!-- jquery.counterup js -->script srcjs_carousel/jquery.counterup.min.js>/script>script srcjs_carousel/waypoints.min.js>/script>!-- Countdown js -->script srcjs_carousel/jquery.countdown.min.js typetext/javascript>/script>!-- Isotope js -->script srcjs_carousel/isotope.pkgd.min.js typetext/javascript>/script>!-- Magic Popup js -->script srcjs/jquery.magnific-popup.min.js typetext/javascript>/script>!-- Gridrotator js -->!--script srcjs/jquery.gridrotator.js typetext/javascript>/script>-->!-- Custom Js -->script srcjs_carousel/main.js typetext/javascript>/script>script srcjs/owl.carousel.min.js>/script>script> // Sticky navbar // $(document).ready(function () { // Custom function which toggles between sticky class (is-sticky) var stickyToggle function (sticky, stickyWrapper, scrollElement) { var stickyHeight sticky.outerHeight(); var stickyTop stickyWrapper.offset().top; if (scrollElement.scrollTop() > stickyTop) { stickyWrapper.height(stickyHeight); sticky.addClass(is-sticky); } else { sticky.removeClass(is-sticky); stickyWrapper.height(auto); } }; // Find all data-togglesticky-onscroll elements $(data-togglesticky-onscroll).each(function () { var sticky $(this); var stickyWrapper $(div>).addClass(sticky-wrapper); // insert hidden element to maintain actual top offset on page sticky.before(stickyWrapper); sticky.addClass(sticky); // Scroll & resize events $(window).on(scroll.sticky-onscroll resize.sticky-onscroll, function () { stickyToggle(sticky, stickyWrapper, $(this)); }); // On page load stickyToggle(sticky, stickyWrapper, $(window)); }); });/script>script srchttps://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js>/script>!--script srcjs/jQuery.scrollSpeed.js>/script>script> $(function () { jQuery.scrollSpeed(100, 800); });/script>-->script srchttps://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js>/script>script> anime.timeline({ loop: true }) .add({ targets: .ml5 .line, opacity: 0.5, 1, scaleX: 0, 1, easing: easeInOutExpo, duration: 700 }).add({ targets: .ml5 .line, duration: 600, easing: easeOutExpo, translateY: (el, i) > (-0.625 + 0.625 * 2 * i) + em }).add({ targets: .ml5 .ampersand, opacity: 0, 1, scaleY: 0.5, 1, easing: easeOutExpo, duration: 600, offset: -600 }).add({ targets: .ml5 .letters-left, opacity: 0, 1, translateX: 0.5em, 0, easing: easeOutExpo, duration: 600, offset: -300 }).add({ targets: .ml5 .letters-right, opacity: 0, 1, translateX: -0.5em, 0, easing: easeOutExpo, duration: 600, offset: -600 }).add({ targets: .ml5, opacity: 0, duration: 1000, easing: easeOutExpo, delay: 1000 });/script>script srcnews/jcarousellite_1.0.1c4.js>/script>script typetext/javascript> $(function () { if ($(.newsticker-jcarousellite-0).find(li).length > 2) { $(.newsticker-jcarousellite-0).jCarouselLite({ vertical: true, hoverPause: true, visible: 2, auto: 1500, speed: 3000 }); } if ($(.newsticker-jcarousellite-notif).find(li).length > 2) { $(.newsticker-jcarousellite-notif).jCarouselLite({ vertical: true, hoverPause: true, visible: 2, auto: 1500, speed: 3000 }); } }); $(document).ready(function () { // alert(tab1 click); //console.log($(.newsticker-jcarousellite-1).find(li).length); if ($(.newsticker-jcarousellite-1).find(li).length > 2) { $(.newsticker-jcarousellite-1).jCarouselLite({ vertical: true, hoverPause: true, visible: 2, speed: 3000 }); } $(#menu1).hide(); $(#videogallery).hide(); $(#eventlist).hide(); }); $(#tab1).click(function () { //alert(tab1 click); $(#homeNews).show(); $(#menu1).hide(); }); $(#tab2).click(function () { //alert(tab2 click); $(#homeNews).hide(); $(#menu1).show(); }); $(#liPhotoTab).click(function () { //alert(tab1 click); $(#photogallery).show(); $(#videogallery).hide(); $(#eventlist).hide(); }); $(#liVideoTab).click(function () { //alert(tab2 click); $(#photogallery).hide(); $(#videogallery).show(); $(#eventlist).hide(); }); $(#liEventTab).click(function () { //alert(tab1 click); $(#photogallery).hide(); $(#videogallery).hide(); $(#eventlist).show(); });/script>script> $(function () { var tickerLength $(.announcements ul li).length; var tickerHeight $(.announcements ul li).outerHeight(); $(.announcements ul li:last-child).prependTo(.announcements ul); $(.announcements ul).css(marginTop, -tickerHeight); function moveTop() { $(.announcements ul).animate({ top: -tickerHeight }, 600, function () { $(.announcements ul li:first-child).appendTo(.announcements ul); $(.announcements ul).css(top, ); }); } //var tickerLength $(.containers ul li).length; var tickerHeight1 $(.notifications ul li).outerHeight(); $(.notifications ul li:last-child).prependTo(.notifications ul); $(.notifications ul).css(marginTop, -tickerHeight1); function moveTop1() { $(.notifications ul).animate({ top: -tickerHeight }, 600, function () { $(.notifications ul li:first-child).appendTo(.notifications ul); $(.notifications ul).css(top, ); }); } setInterval(function () { moveTop(); moveTop1(); }, 3000); });/script>/html>
Port 443
HTTP/1.1 200 OKCache-Control: privateContent-Type: text/html; charsetutf-8Server: Microsoft-IIS/10.0X-AspNet-Version: 4.0.30319X-Powered-By: ASP.NETDate: Thu, 16 Oct 2025 23:18:41 GMTContent-Length: 198977 !DOCTYPE html>html xmlnshttp://www.w3.org/1999/xhtml>head> !-- Required meta tags --> meta charsetutf-8 />meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno /> !-- title> Best international school with quality education | best residential school/title>meta nameDescription contentOne of the best international schools in Kerala, India pledged to provide quality education. We are the best residential school in kerala equipped with excellent and modern education facilities />meta nameKeywords contentbest international schools in kerala international residential schools in kerala /> --> link relicon hreffavicon.ico typeimage/x-icon /> !-- Google tag (gtag.js) - Google Analytics --> !-- Global site tag (gtag.js) - Google Analytics script async srchttps://www.googletagmanager.com/gtag/js?idUA-180943678-1>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, UA-180943678-1);/script>script async srchttps://www.googletagmanager.com/gtag/js?idUA-156526534-1>/script>script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, UA-156526534-1);/script>--> !-- Google Tag Manager --> !-- End Google Tag Manager --> !-- Owl Caousel CSS --> link relstylesheet hrefvendor/OwlCarousel/owl.carousel.min.css />link relstylesheet hrefvendor/OwlCarousel/owl.theme.default.min.css /> !-- nivo slider CSS --> link relstylesheet hrefvendor/slider/css/nivo-slider.css typetext/css />link relstylesheet hrefvendor/slider/css/preview.css typetext/css mediascreen />link relstylesheet hrefcss/magnific-popup.css typetext/css />link relstylesheet hrefcss/bootstrap.css typetext/css />link hrefhttps://fonts.googleapis.com/css?familyOpen+Sans relstylesheet />link hrefhttps://fonts.googleapis.com/css?familyPoppins:400,500,600,700,800 relstylesheet /> script languageJavaScript typetext/javascript srcjs/script.js>/script> script languageJavaScript typetext/javascript srcjs/jquery-1.12.4.min.js>/script> script defer languageJavaScript typetext/javascript srcjs/owl.carousel.min.js>/script> title>Top international school in kerala international schools in kerala/title> meta namedescription contentThe Village International – one of the best International school in Kerala, India varies with its rich experiences gained over years, world class facilities and pollution free and serene learning ambience. /> meta namekeywords contentInternational school in Kerala, International School in India, CBSE school India, International schools in Idukki, International schools in cochin, Boarding school facilities in Kerala, Boarding Schools in Kerala /> meta nameviewport contentwidthdevice-width, initial-scale1> !-- Global site tag (gtag.js) - Google Analytics --> script> document.addEventListener(DOMContentLoaded, () > { const carousel1 document.querySelector(.carousel1); const cards document.querySelectorAll(.card); const prevButton document.getElementById(prev); const nextButton document.getElementById(next); const itemsPerScreen 3; const totalItems cards.length; let currentIndex 0; let isDragging false; let startX 0; let currentTranslate 0; let prevTranslate 0; function updateCarousel() { const offset -currentIndex * (100 / itemsPerScreen); carousel1.style.transform `translateX(${offset}%)`; prevTranslate offset; } prevButton.addEventListener(click, () > { currentIndex Math.max(currentIndex - itemsPerScreen, 0); updateCarousel(); }); nextButton.addEventListener(click, () > { currentIndex Math.min(currentIndex + itemsPerScreen, totalItems - itemsPerScreen); updateCarousel(); }); carousel.addEventListener(mousedown, (e) > { isDragging true; startX e.pageX; carousel1.style.transition none; }); carousel.addEventListener(mousemove, (e) > { if (!isDragging) return; const currentX e.pageX; const distance currentX - startX; carousel1.style.transform `translateX(${prevTranslate + distance / carousel.offsetWidth * 100}%)`; }); carousel.addEventListener(mouseup, (e) > { isDragging false; const currentX e.pageX; const distance currentX - startX; const threshold carousel.offsetWidth / 4; if (distance > threshold) { currentIndex Math.max(currentIndex - itemsPerScreen, 0); } else if (distance -threshold) { currentIndex Math.min(currentIndex + itemsPerScreen, totalItems - itemsPerScreen); } carousel1.style.transition transform 0.5s ease-in-out; updateCarousel(); }); carousel.addEventListener(mouseleave, () > { if (isDragging) { isDragging false; updateCarousel(); } }); function showVideo(thumbnail) { const iframe thumbnail.nextElementSibling; thumbnail.style.display none; } }); /script> script typeapplication/ld+json>{ @context: https://schema.org, @type: School, name: The Village International School, url: http://www.villageinternationalschool.com/, logo: http://www.villageinternationalschool.com/images/about.JPG, sameAs: https://www.facebook.com/villageinternationalschool/} /script> style> .fa-angle-right { margin-top: 15px; } .fa-angle-left { margin-top: 15px; } .item-title { text-transform: uppercase; } .courses-box1 .single-item-wrapper { min-height: 305px; } @media (max-width: 1600px) { .banner { /*min-height: 750px !important;*/ } .kb_wrapper { min-height: 650px !important; } .carousel-inner { min-height: 650px !important; } } /*test*/ @media (max-width:1440px) { .kb_elastic .item { height: 750px !important; } } @media (max-width:2000px) { .kb_elastic .item { height: 650px !important; } } .card { /* transform: translate(-50%,-50%); */ /* width: 300px; */ min-height: 235px; background: #00000045 !important; box-shadow: 0 20px 50px rgba(0,0,0,.1); border-radius: 0px; transition: 0.5s; backdrop-filter: blur(4px); } /style> style> .w3l-price-2 .top-middle-1-sst { border-bottom: 1px solid #eee; margin: 20px 0; padding: 3px 0; } .w3l-price-2 .top-middle-1-sst p { width: 200px; line-height: 3ex; height: 6ex; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .sst-label { color: #383535; } .modal-content { position: absolute !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 40% !important; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: 0.3rem; outline: 0; text-align: center !important; margin: -120px 450px !important; z-index: 99; } .modal-header { padding: .5rem !important; } #nurtury { /* background-image: url(Images/bg5.jpg);*/ background-image: url(Images/bg121.jpg) !important; } .card { /* transform: translate(-50%,-50%); */ /* width: 300px; */ min-height: 235px; background: #00000045 !important; box-shadow: 0 20px 50px rgba(0,0,0,.1); border-radius: 0px; transition: 0.5s; backdrop-filter: blur(4px); } a .brochure_div { border: 1px solid #eaeaea; padding: 1.5em 0; text-align: right; position: relative; background: #fff; box-shadow: 0 0 6px 4px #e3e3e3; cursor: pointer; transition: all .3s; } a .brochure_div .brochure_cover { position: absolute; left: 6%; top: -44%; box-shadow: 0 3px 3px 0 #a8a8a8; margin-right: 20%; } a .brochure_div p { display: inline-block; padding: 0 1.1em; font-weight: 500; margin-bottom: 1rem; font-size: inherit; color: #3c3c3c; line-height: 1.6; text-rendering: optimizeLegibility; } .item-box1 .info { text-align: center !important; color: black !important; } @media (min-width: 768px) { .modal-content { -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%); box-shadow: 0 5px 15px rgb(0 0 0 / 50%); margin-left: 27%; margin-top: 1%; width: 75%; /*height:400px;*/ } .modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } element.style { } .modal-header .close { margin-top: -2px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity20); opacity: .2; } .modal-body { position: relative; padding: 15px; } } @media only screen and (max-width: 600px) { .modal-content { width: 100% !important; margin: 15px 69px !important; } .mm { padding-top: 100px !important; } .ss { padding-top: 100px !important; } #nurtury { background-image: none !important; } #lampadario { display: none !important; } .align-middle { margin-top: 5% !important; } } /style> script> function CloseModalPopup() { $(#myModal).hide(); } function CloseCallBackPopup() { $(#openpopup).hide(); } openpopup function ShowCallBackPopup() { $(#openpopup).show(); } /script> script> // Sticky navbar // $(document).ready(function () { $(#openpopup).hide(); }); //callBackPopup /script> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css relstylesheet /> link href//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css relstylesheet /> link hrefcss/ken-burns.css relstylesheet /> link hrefcss/testimonial.css typetext/css relstylesheet /> script srcjs/bootstrap.min.js>/script> script srcjs/jquery-1.12.4.min.js>/script> script srccss/banner_slider.js>/script> style> .modal-content { position: fixed; top: 68%; left: 22%; transform: translate(-50%, -50%); width: 80%; max-width: 600px; background-color: white; border: 1px solid #888; z-index: 1000; display: none; /* Initially hidden */ margin-top: 20%; } .slider { position: relative; width: 100%; overflow: hidden; } .slides { display: flex; transition: transform 0.5s ease-in-out; } .slide { min-width: 100%; /*box-sizing: border-box;*/ display: none; /* Hide all slides initially */ } .slide.active { display: block; /* Show only the active slide */ } .modal-header { display: flex; justify-content: space-between; align-items: center; padding: 10px; background-color: #f1f1f1; border-bottom: 1px solid #ddd; } .modal-title { font-size: 18px; font-weight: bold; margin: 0; text-align: left; /* Ensures the title is aligned to the left */ } .close { font-size: 24px; cursor: pointer; text-align: right; /* Ensures the close button is aligned to the right */ margin-left: auto; /* Pushes the close button to the right */ background: none; border: none; } .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; background: rgba(0, 0, 0, 0.4); } .next { right: 0; border-radius: 3px 0 0 3px; } .prev { left: 0; } .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); } /style> script> let slideIndex 0; // Start with the first slide (1-based index) function plusSlides(n) { showSlides(slideIndex + n); } function showSlides(n) { let slides document.getElementsByClassName(slide); // Ensure the slideIndex wraps around correctly if (n > slides.length) { slideIndex 1; // Wrap around from the last slide to the first } if (n 1) { slideIndex slides.length; // Wrap around from the first slide to the last } // Hide all slides for (let i 0; i slides.length; i++) { slidesi.classList.remove(active); } // Show the current slide slidesslideIndex - 1.classList.add(active); // Adjusted index for 0-based array } function openSliderModal() { document.getElementById(sliderModal).style.display block; showSlides(slideIndex); // Show the first slide when the modal is opened } function closeSliderModal() { document.getElementById(sliderModal).style.display none; } // Automatically advance the slides every 5 seconds setInterval(function () { plusSlides(-1); }, 5000); // Adjust the timing as needed // Auto open the modal when the page loads window.onload function () { openSliderModal(); }; /script> style> .banner video { width: 100%; max-width: 100%; height: auto; display: block; object-fit: cover;}/* Mobile-specific adjustments */@media (max-width: 768px) { .banner video { width: 100vw; /* Full viewport width */ height: auto; /* Adjusts height automatically */ object-fit: cover; /* Crop and scale nicely */ max-height: 100vh; /* Avoid overflowing on small screens */ }}/style> style> @media (min-width: 768px) { .modal-content { -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%); box-shadow: 0 5px 15px rgb(0 0 0 / 50%); margin-left: 0% !important; margin-top: 16% !important; width: 40%; } } /style> style>.side-social { position: fixed; right: 0; top: 40%; /* optional: center vertically */ z-index: 11111;}.side-social a { display: block; background-color: #ffb606; border: 1px solid #053631; color: #053631; margin-top: 0px; width: 180px; padding: 10px 15px; text-align: center; text-decoration: none; font-weight: bold; border-radius: 20px 0 0 20px; transition: background 0.3s ease;}.side-social a:hover { background-color: #e6a400;}/style> !-- Bootstrap CSS --> link relstylesheet hrefhttps://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css integritysha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm crossoriginanonymous />link relstylesheet hrefcss/style.css />link relstylesheet hreficonmoon/iconmoon/css/iconmoon.css />link relstylesheet hrefhttps://use.fontawesome.com/releases/v5.3.1/css/all.css integritysha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU crossoriginanonymous />/head>body> style> @media (min-width: 2000px) { p { font-size: 25px !important; line-height: 50px !important; } h1 { font-size: 55px !important; } h2 { font-size: 50px !important; } h3 { font-size: 40px !important; } h4 { font-size: 30px !important; } h5 { font-size: 25px !important; } h6 { font-size: 20px !important; } span { font-size: 20px !important; } li { font-size: 25px !important; } a { font-size: 20px !important; } .navbar-light .navbar-nav .nav-link { font-size: 26px !important; color: black !important; } .container { min-width: 2000px !important; } #abt { padding-top: 90px !important; } /* section.banner_village-14 { min-height: 41rem !important; }*/ } /style> style> @media (min-width: 2000px) { section.banner_about { position: relative; background: url(../images/banner_about.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_about-facilities { position: relative; background: url(../images/banner13.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_facilities { position: relative; background: url(../images/banner_facilities.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_gallery { position: relative; background: url(../images/banner_gallery.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_gallery-new { position: relative; background: url(../images/banner11.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_contact { position: relative; background: url(../images/banner_contact.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_village { position: relative; background: url(../images/banner_village.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village_village { position: relative; background: url(../images/banner12.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village-smc { position: relative; background: url(../images/banner12.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village-senior { position: relative; background: url(../images/banner9.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village-middleschool { position: relative; background: url(../images/banner9.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village-primary { position: relative; background: url(../images/banner9.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village23 { position: relative; background: url(../images/banner5.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village11 { position: relative; background: url(../images/banner3.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } section.banner_village11-campus { position: relative; background: url(../images/banner14.jpg); background-size: cover; height: 65vh; min-height: 25rem; width: 100%; overflow: hidden; } section.banner_village11-mobile { position: relative; background: url(../images/banner3.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-13 { position: relative; background: url(../images/banner7.jpg); background-size: cover; height: 65vh; min-height: 19rem; width: 100%; overflow: hidden; } .team-img { border-radius: 50%; } .team-p { text-align: center; } section.banner_village-13-mob { position: relative; background: url(../images/banner7.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_about-facilities-mob { position: relative; background: url(../images/banner13.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-14 { position: relative; background: url(../images/Background31.jpg); background-position: top center !important; background-size: cover; height: 65vh; min-height: 41rem; width: 100%; overflow: hidden; } section.banner_village-114 { position: relative; background: url(../images/Curriculum Cover Photo.JPG); background-position: top center !important; background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-vision { position: relative; background: url(../images/OurStrengthCover.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-vision-mob { position: relative; background: url(../images/OurStrengthCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-14-mob { position: relative; background: url(../images/OurStrengthCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-academics { position: relative; background: url(../images/AcademicsCover1.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-academics-mob { position: relative; background: url(../images/AcademicsCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-studentresources { position: relative; background: url(../images/StudentResourcesCover1.jpg); background-size: cover; height: 65vh !important; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-studentresources-mob { position: relative; background: url(../images/StudentResourcesCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-activities { position: relative; background: url(../images/ActivitiesCover.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-activities-mob { position: relative; background: url(../images/ActivitiesCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-facilities { position: relative; background: url(../images/FacilitiesCover.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-facilities-mob { position: relative; background: url(../images/FacilitiesCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-circular { position: relative; background: url(../images/CircularCover.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-circular-mob { position: relative; background: url(../images/CircularCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village-admission { position: relative; background: url(../images/AdmissionCover.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_village-admission-mob { position: relative; background: url(../images/AdmissionCover.jpg); background-size: CONTAIN; background-repeat: no-repeat; height: 65vh; min-height: 7rem; width: 100%; overflow: hidden; } section.banner_village13 { position: relative; background: url(../images/banner2.jpg); background-size: cover; height: 65vh; min-height: 27rem; width: 100%; overflow: hidden; } section.banner_admission { position: relative; background: url(../images/banner_admission.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_cultural { position: relative; background: url(../images/banner10.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_campus { position: relative; background: url(../images/banner10.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_sports { position: relative; background: url(../images/banner10.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_arts { position: relative; background: url(../images/banner10.jpg); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } section.banner_admission { position: relative; background: url(../images/AdmissionBanner.JPG); background-size: cover; height: 65vh; min-height: 24rem; width: 100%; overflow: hidden; } } /style> !-- Google Tag Manager (noscript) --> !-- End Google Tag Manager (noscript) --> style> .topbar ul.top-nav { display: flex; padding-top: 8px; padding-right: 10px; float: left; list-style-type: none; margin-bottom: 6px; } .top-nav li { margin: 0px 5px; } .top-nav li > a { color: white; border-left: 1px solid; padding-left: 14px; } .head-mt-5 { color: rgb(255 255 255); text-align: center !important; margin-top: 11px !important; } .side-fix-social { position: fixed; left: 10px; z-index: 11111; } /*@media only screen and (min-width: 468px) { .side-fix-social { top: 50%; } }*/ .marquee { /*width:80%;*/ } @media only screen and (max-width: 600px) { .top-nav-mobile { /*display: none !important;*/ padding-top: 0px !important; } .socialicons { text-align: center; margin-top: 5px; margin-bottom: 10px; } .head { text-align: center; } .marquee { width: 100%; color: orange; } .topleftcontact { color: rgb(255 255 255); text-align: center !important; margin-top: 11px !important; font-size: 12px; } .toprightnav { color: rgb(255 255 255); text-align: center !important; } .smallfont { font-size: 10px !important; text-align: center !important; } .menuleft { font-size: 1.1rem !important; } } .side-fix-social a.redit_link { /* width: fit-content; */ height: auto; background-color: #053631; border: 1px solid #053631 !important; color: #fff; /* font-family: Segoe,Segoe UI,DejaVu Sans,Trebuchet MS,Verdana,sans-serif; */ font-size: 16px; font-weight: 700; -webkit-box-shadow: 0 10px 17px -6px #717070; -moz-box-shadow: 0 10px 17px -6px #717070; box-shadow: 0 5px 7px #7170703d; border-radius: 20px 20px 20px 20px !important; text-align: left; display: inline-block; padding: 6px 12px; margin-bottom: 15px; position: absolute; width: 150px; left: 0; /*top: -52px;*/ } @media only screen and (min-width: 767px) { .scrolling-bar { /*position: absolute;*/ /* left: 62px; */ left: 130px; right: 0px; top: 6px; background: rgba(255,255,255,.83); margin-top: 30px; margin-bottom: 21px; } .socialicons { margin-top: 25px; } } @media only screen and (min-width: 767px) { .banner-add .container, .news-scroll, .news-scroll .head, .news-scroll .marquee { display: -ms-flexbox; display: -webkit-flex; display: flex; } marquee { width: 100%; color: orange; } .head { display: flex; width: 121px; } .topleftcontact { color: rgb(255 255 255); margin-top: 11px !important; /*padding-left: 65px !important;*/ } .toprightnav { color: rgb(255 255 255); text-align: right !important; } .menuleft { display: none !important; } } /* .navbar-light .navbar-nav .nav-link { color: rgb(33 37 41) !important; font-size: 15px !important; }*/ .navbar-new { padding: 0px 1rem !important; } /style> !--top header--> header> div classtopbar stylebackground-color: #333030;> div classcontainer> div classrow> div classcol-md-7 topleftcontact> h6 classfont-weight-bold text-left smallfont> span>i classfar fa-envelope>/i>/span> admissions@villageschool.in span>i classfas fa-phone-volume>/i>/span> +91 9744 401 975, +91 9072 401 975 /h6> /div> div classcol-md-5 toprightnav> ul classtop-nav top-nav-mobile smallfont> li>a styleborder-left: none; hrefMandatoryDisclosure.aspx >Mandatory Disclosure/a>/li> li>a hrefhttp://career.villageinternationalschool.com/ target_blank>Career/a>/li> li>a hrefcontact.aspx>Contact /a>/li> /ul> /div> /div> /div> /div> !--most top info --> div classtopbar > div classcontainer> div classrow> div classcol-md-3 > a hrefindex.aspx> img srcimages/TVIS_PNG.png stylemargin-top: 7px !important; margin-bottom: 7px !important; classw-100 mt-3 ml-1>br /> /a> /div> div classcol-md-5 > div classscrolling-bar> div classnews-scroll_> div classmarquee> marquee onmouseoverthis.stop(); onmouseoutthis.start();> a hrefadmission.aspx>Admissions Open 2025-26 - Enroll Now./a> We are Hiring – a hrefhttp://career.villageinternationalschool.com/ target_blank>Apply Now!/a> a hrefDocuments/scoresheet.pdf target_blank>CCA RESULTS 2025/a> /marquee> /div> /div> /div> /div> div classcol-md-4 > div classsocialicons > a hrefhttps://instagram.com/thevillageinternationalshool?igshidYmMyMTA2M2Y target_blank> img srcImages/instagrampop.gif width45px />/a> a hrefhttps://www.facebook.com/villageinternationalschool/ target_blank> img srcImages/facebookpop.gif width45px />/a> a hrefhttps://www.youtube.com/channel/UCyEqoHaFk19hu0musd6e58g target_blank> img srcImages/youtubepop.gif width45px />/a> /div> /div> /div> /div> /div> !-- End most top info --> nav classnavbar navbar-expand-lg navbar-light top-navbar navbar-new data-togglesticky-onscroll> div classcontainer-fluid> a classnavbar-brand d-sm-block menuleft hrefIndex.aspx>The Village International School/a> button classnavbar-toggler typebutton data-togglecollapse data-target#navbarSupportedContent aria-controlsnavbarSupportedContent aria-expandedfalse aria-labelToggle navigation> span classnavbar-toggler-icon>/span> /button> div classcollapse navbar-collapse justify-content-center idnavbarSupportedContent> ul classnavbar-nav pull-right smooth-scroll> li classnav-item> a classnav-link hrefIndex.aspx>Home/a> /li> li classnav-item dropdown> a classnav-link dropdown-toggle hrefVillage.aspx idnavbarDropdown rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse>Our Strength /a> div classdropdown-menu aria-labelledbynavbarDropdown> a classdropdown-item hrefcampus.aspx>Our Campus/a> div classdropdown-divider>/div> a classdropdown-item hrefVisionAndMission.aspx>Vision & Mission/a> div classdropdown-divider>/div> a classdropdown-item hrefManagement1.aspx>Management /a> div classdropdown-divider>/div> a classdropdown-item hrefPrincipal.aspx>Principal and Dean/a> div classdropdown-divider>/div> a classdropdown-item hrefParenttestimonial.aspx>Parent Testimonial/a> div classdropdown-divider>/div> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle href# idA1 rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse>Facilities /a> div classdropdown-menu aria-labelledbynavbarDropdown> a classdropdown-item hrefFacilities.aspx#section_boarding>Boarding/a> div classdropdown-divider>/div> a classdropdown-item hrefFacilities.aspx#section_mess>In-house Catering/a> div classdropdown-divider>/div> a classdropdown-item hrefFacilities.aspx#section_Learning_tools>Learning Tools/a> div classdropdown-divider>/div> a classdropdown-item hrefFacilities.aspx#section_medical>Medical/a> div classdropdown-divider>/div> a classdropdown-item hrefFacilities.aspx#section_transport>Transport /a> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle href# idC1 rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse>Curriculum /a> div classdropdown-menu aria-labelledbynavbarDropdown> a classdropdown-item hrefNurturyAndCradle.aspx>The Nurtury/a> div classdropdown-divider>/div> a classdropdown-item hrefPrimarySchool.aspx>Primary School/a> div classdropdown-divider>/div> a classdropdown-item hrefMiddleSchool.aspx>Middle School/a> div classdropdown-divider>/div> a classdropdown-item hrefSeniorSchool.aspx>Senior School/a> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle href# idA2 rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse>Activities /a> div classdropdown-menu aria-labelledbynavbarDropdown> a classdropdown-item hrefLEA.aspx>Learning Enrichment Activities (LEA)/a> div classdropdown-divider>/div> a classdropdown-item hrefsports.aspx>Sports/a> div classdropdown-divider>/div> a classdropdown-item hrefarts.aspx>Performing Arts/a> div classdropdown-divider>/div> a classdropdown-item hrefExtraCurricularActivities.aspx>Extracurricular Activities /a> div classdropdown-divider>/div> a classdropdown-item hrefActivityGallery.aspx>Student Achievements/a> /div> /li> li classnav-item dropdown> a classnav-link dropdown-toggle href# idA3 rolebutton data-toggledropdown aria-haspopuptrue aria-expandedfalse>Admissions /a> div classdropdown-menu aria-labelledbynavbarDropdown> a classdropdown-item hrefAdmission.aspx>Admission Procedure/a> div classdropdown-divider>/div> a classdropdown-item>span onclickShowCallBackPopup(); stylecursor: pointer;>Enquiry/span>/a> div classdropdown-divider>/div> a classdropdown-item hrefFee.aspx>Fees/a> div classdropdown-divider>/div> a classdropdown-item hrefFAQs.aspx>FAQs/a> div classdropdown-divider>/div>a classdropdown-item href/Uniform & Textbooks Circular 2025-26.pdf target_blank>Uniform and Textbook 2025-26/a> /div> /li> !-- li classnav-item> a classnav-link hrefblog.html>Blog/a> /li> --> li classnav-item> a classnav-link hrefhttps://tvis.insightse.com/ target_blank>Parent Logini classfas fa-sign-in-alt ml-1 mt-1 stylecolor: #f7b825;>/i>/a> /li> /ul> /div> /div> /nav> /header> form methodpost action./ idaspnetForm>input typehidden name__VIEWSTATE id__VIEWSTATE value/wEPDwUJLTUwNzgxMTkxDxYCHhNWYWxpZGF0ZVJlcXVlc3RNb2RlAgEWAmYPZBYCAgMPZBYEAhkPDxYCHgRUZXh0ZWRkAhsPZBYEAgMPZBYCAgEPFgIeC18hSXRlbUNvdW50Ag0WGmYPZBYCZg8VBAMgMDQIIDAxLTIwMjQCMTMzRXhwbG9yaW5nIHRoZSBKb3lmdWwgUGF0aCBvZiBsZWFybmluZyBhbmQgY3JlYXRpbmcuZAIBD2QWAmYPFQQDIDA5CCAxMi0yMDIzAjEyPENlbnRyYWwgS2VyYWxhIFNhaG9kYXlhIEludGVyLVNjaG9vbCBDaGVzcyBUb3VybmFtZW50IDIwMjM6IGQCAg9kFgJmDxUEAyAyNAggMTEtMjAyMwIxMVJNaXRodW5hIE0gTmFpciBDbGluY2hlcyBUb3AgSG9ub3JzIGluIEJoYXJhdGFuYXR5YW0sIE1vaGluaXlhdHRhbSwgYW5kIEt1Y2hpcHVkaS4gZAIDD2QWAmYPFQQDIDE2CCAxMS0yMDIzAjEwN0hhcm1vbnkgaW4gTWVsb2R5IC0gQSBQbGVhZCBmb3IgUGVhY2Ugb24gQ2hpbGRyZW4ncyBEYXlkAgQPZBYCZg8VBAMgMzEIIDEwLTIwMjMBOU5UaGUgVmlsbGFnZSBJbnRlcm5hdGlvbmFsIFNjaG9vbCBIb3N0cyBEeW5hbWljIE1vZGVsIFVuaXRlZCBOYXRpb25zIENvbmZlcmVuY2VkAgUPZBYCZg8VBAMgMjUIIDEwLTIwMjMBOE5QYXZpdGhyYSBTdWdpc2ggQ2xpbmNoZXMgU2lsdmVyIGF0IENCU0UgU291dGggWm9uZSBBcmNoZXJ5OyBIZWFkcyB0byBOYXRpb25hbHNkAgYPZBYCZg8VBAMgMjgIIDExLTIwMjMBNyVDZW50cmFsIEtlcmFsYSBTYWhvZGF5YSBLYWxvdHNhdiAyMDIzZAIHD2QWAmYPFQQDIDE4CCAxMC0yMDIzATYWTmF2YXJhdGhyaUBUaGUgTnVydHVyeWQCCA9kFgJmDxUEAyAxNAggMTAtMjAyMwE1IiAnVGhlIFRWSVMgUmFkaW8gQ2x1YicgSW5hZ3VyYXRpb25kAgkPZBYCZg8VBAMgMjAIIDA5LTIwMjMBNIQBIkVtcG93ZXJpbmcgSGVhbHRoeSBGdXR1cmU6IFlvZ2EgU2Vzc2lvbiBieSBFYXQgUmlnaHQgU2Nob29sIGNhbXBhaWduIGluIEFzc29jaWF0aW9uIHdpdGggRlNTQUkgYXQgVGhlIFZpbGxhZ2UgSW50ZXJuYXRpb25hbCBTY2hvb2wiZAIKD2QWAmYPFQQDIDE1CCAwOC0yMDIzATMSMTh0aCBGb3VuZGVyJ3MgRGF5ZAILD2QWAmYPFQQDIDIwCCAwNi0yMDIzATINQ3JlYXRpdmEgMjAyM2QCDA9kFgJmDxUEAyAwNQggMDYtMjAyMwExD0Vudmlyb25tZW50IERheWQCBQ9kFgICAQ8WAh8CAg0WGmYPZBYCZg8VBAMgMDQIIDAxLTIwMjQCMTMzRXhwbG9yaW5nIHRoZSBKb3lmdWwgUGF0aCBvZiBsZWFybmluZyBhbmQgY3JlYXRpbmcuZAIBD2QWAmYPFQQDIDA5CCAxMi0yMDIzAjEyPENlbnRyYWwgS2VyYWxhIFNhaG9kYXlhIEludGVyLVNjaG9vbCBDaGVzcyBUb3VybmFtZW50IDIwMjM6IGQCAg9kFgJmDxUEAyAyNAggMTEtMjAyMwIxMVJNaXRodW5hIE0gTmFpciBDbGluY2hlcyBUb3AgSG9ub3JzIGluIEJoYXJhdGFuYXR5YW0sIE1vaGluaXlhdHRhbSwgYW5kIEt1Y2hpcHVkaS4gZAIDD2QWAmYPFQQDIDE2CCAxMS0yMDIzAjEwN0hhcm1vbnkgaW4gTWVsb2R5IC0gQSBQbGVhZCBmb3IgUGVhY2Ugb24gQ2hpbGRyZW4ncyBEYXlkAgQPZBYCZg8VBAMgMzEIIDEwLTIwMjMBOU5UaGUgVmlsbGFnZSBJbnRlcm5hdGlvbmFsIFNjaG9vbCBIb3N0cyBEeW5hbWljIE1vZGVsIFVuaXRlZCBOYXRpb25zIENvbmZlcmVuY2VkAgUPZBYCZg8VBAMgMjUIIDEwLTIwMjMBOE5QYXZpdGhyYSBTdWdpc2ggQ2xpbmNoZXMgU2lsdmVyIGF0IENCU0UgU291dGggWm9uZSBBcmNoZXJ5OyBIZWFkcyB0byBOYXRpb25hbHNkAgYPZBYCZg8VBAMgMjgIIDExLTIwMjMBNyVDZW50cmFsIEtlcmFsYSBTYWhvZGF5YSBLYWxvdHNhdiAyMDIzZAIHD2QWAmYPFQQDIDE4CCAxMC0yMDIzATYWTmF2YXJhdGhyaUBUaGUgTnVydHVyeWQCCA9kFgJmDxUEAyAxNAggMTAtMjAyMwE1IiAnVGhlIFRWSVMgUmFkaW8gQ2x1YicgSW5hZ3VyYXRpb25kAgkPZBYCZg8VBAMgMjAIIDA5LTIwMjMBNIQBIkVtcG93ZXJpbmcgSGVhbHRoeSBGdXR1cmU6IFlvZ2EgU2Vzc2lvbiBieSBFYXQgUmlnaHQgU2Nob29sIGNhbXBhaWduIGluIEFzc29jaWF0aW9uIHdpdGggRlNTQUkgYXQgVGhlIFZpbGxhZ2UgSW50ZXJuYXRpb25hbCBTY2hvb2wiZAIKD2QWAmYPFQQDIDE1CCAwOC0yMDIzATMSMTh0aCBGb3VuZGVyJ3MgRGF5ZAILD2QWAmYPFQQDIDIwCCAwNi0yMDIzATINQ3JlYXRpdmEgMjAyM2QCDA9kFgJmDxUEAyAwNQggMDYtMjAyMwExD0Vudmlyb25tZW50IERheWRkcvpmDeck0EdaNnC1/Ishp7jx1APfwt4d2flaSWY/XxE />input typehidden name__VIEWSTATEGENERATOR id__VIEWSTATEGENERATOR value90059987 />input typehidden name__EVENTVALIDATION id__EVENTVALIDATION value/wEdAAadddmVpAPdTlUEH1MHulHvt0GqqGmTunmU8BFOEDL5JBp27H5MnXjaS3EP6vbk6N876lHX0jFK5DIKlpWLEfGUXQBucupGAIEl4s40LHbUzrQYWuBx16g3hoOJaZE33B44H1kzmuayl4jSu1Ysw53C/eE8i+93YTMKFTpxIvfWFA /> script> // Sticky navbar // $(document).ready(function () { $(#Enquiryform).hide(); }); //callBackPopup /script> script> function CloseModalPopup() { $(#myModal).hide(); } //function CloseCallBackPopup() { // $(#callBackPopup).hide(); //} function CloseCallBackPopup() { $(#Enquiryform).hide(); } openpopup function ShowCallBackPopup() { $(#Enquiryform).show(); } /script> style> .w3l-price-2 .top-middle-1-sst { border-bottom: 1px solid #eee; margin: 20px 0; padding: 3px 0; } .w3l-price-2 .top-middle-1-sst p { width: 200px; line-height: 3ex; height: 6ex; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .sst-label { color: #383535; } @media only screen and (min-width: 2000px) { .container .contact-form input, .container .contact-form textarea { width: 41%; padding: 10px !important; margin: 1% 0% !important; } } .modal-content { position: absolute !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 40% !important; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: 0.3rem; outline: 0; text-align: center !important; margin: -120px 450px !important; z-index: 99; } .modal-header { padding: .5rem !important; } #nurtury { background-image: url(Images/bg5.jpg); } .card { /* transform: translate(-50%,-50%); */ /* width: 300px; */ min-height: 235px; background: #00000045 !important; box-shadow: 0 20px 50px rgba(0,0,0,.1); border-radius: 0px; transition: 0.5s; backdrop-filter: blur(4px); } a .brochure_div { border: 1px solid #eaeaea; padding: 1.5em 0; text-align: right; position: relative; background: #fff; box-shadow: 0 0 6px 4px #e3e3e3; cursor: pointer; transition: all .3s; } a .brochure_div .brochure_cover { position: absolute; left: 6%; top: -44%; box-shadow: 0 3px 3px 0 #a8a8a8; margin-right: 20%; } a .brochure_div p { display: inline-block; padding: 0 1.1em; font-weight: 500; margin-bottom: 1rem; font-size: inherit; color: #3c3c3c; line-height: 1.6; text-rendering: optimizeLegibility; } .item-box1 .info { text-align: center !important; color: black !important; } @media (min-width: 768px) { .modal-content { -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%); box-shadow: 0 5px 15px rgb(0 0 0 / 50%); margin-left: 27%; margin-top: 1%; width: 75%; /*height:400px;*/ } .modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } element.style { } .modal-header .close { margin-top: -2px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity20); opacity: .2; } .modal-body { position: relative; padding: 15px; } } @media only screen and (max-width: 600px) { .modal-content { width: 100% !important; /* margin: 0px 0px !important;*/ margin: 35px 0px !important; } .mm { padding-top: 100px !important; } .ss { padding-top: 100px !important; } #nurtury { background-image: none !important; } #lampadario { display: none !important; } .align-middle { margin-top: 5% !important; } } /style> script> // Sticky navbar // $(document).ready(function () { $(#Enquiryform).hide(); }); //callBackPopup /script> div> div classmodal-content idEnquiryform stylemargin-top: 600px !important; background-color: white; border-radius: 20px;> div classmodal-body> span classclose animate__heartBeat onclickCloseCallBackPopup(); stylecolor: red;>×/span> h2 classmodal-title stylecolor: #04aeef; text-align: left !important; font-family: Times New Roman;>b>Call Back Request Form/b>/h2> p classsubtitle styletext-align: left;>Please complete the below form to request a place./p> section> div classcontainer> div classrow> div classcontact-form col-md-12> div idcontact-form> span idctl00_Parentname stylealign-items: flex-start; display: flex; font-weight: bold;>Parent Name:/span> input namectl00$txtName typetext idctl00_txtName classform-control placeholderEnter Parent Name requiredrequired /> br /> span idctl00_email stylealign-items: flex-start; display: flex; font-weight: bold;>E-Mail:/span> input namectl00$txtEmail typetext idctl00_txtEmail classform-control placeholderEnter email requiredrequired /> span idctl00_phoneno classintl-tel-input stylealign-items: flex-start; display: flex; font-weight: bold;>Phone:/span> input namectl00$txtPhone typetext idctl00_txtPhone Classform-control intl-tel-input placeholderEnter Phone requiredrequired /> span idctl00_grade stylealign-items: flex-start; display: flex; font-weight: bold;>Grade:/span> input namectl00$txtgrade typetext idctl00_txtgrade classform-control placeholderEnter Grade of Child to be Added requiredrequired />br /> div> input typesubmit namectl00$submitbtn valueREQUEST A CALLBACK idctl00_submitbtn classbtn-send stylecolor: whitesmoke!important; border-color: goldenrod; background-color: deepskyblue; padding: 10px; border-radius: 10px; font-weight: bold; /> /div> span idctl00_lblWarning>/span> br /> /div> /div> /div> /div> /section> /div> /div> div classside-social> a hrefhttps://www.villageinternationalschool.com/admission.aspx target_blank> Admission 2025 /a>/div> div idctl00_ContentPlaceHolder1_myModal styletext-align: > div idsliderModal classmodal-content> div classmodal-body> div classslider> div classslides> div classslide > div classmodal-body_> span classclose stylefloat: right; onclickcloseSliderModal();>b>×/b>/span> img src/images/tvisresult.jpg stylewidth: 100%; /> /div> /div> div classslide > div classmodal-body_> span classclose stylefloat: right; onclickcloseSliderModal();>b>×/b>/span> img src/images/TVISHiring.jpg stylewidth: 100%; /> /div> /div> /div> a classprev onclickplusSlides(-1)>❮/a> a classnext onclickplusSlides(1)>❯/a> /div> /div> /div> /div> section classbanner idbiggerimg> div classbanner> div idkb classcarousel kb_elastic animate_text kb_wrapper data-ridecarousel data-pausefalse data-interval2000 > !-- Wrapper-for-Slides --> div classcarousel-inner> div classbanner stylemargin: 0; padding: 0; > video idmyVideo autoplay muted loop playsinline controls stylewidth: 100%; max-width: 100%; height: auto; display: block; object-fit: cover;> source srcvdo/tvis_campus_banner.mp4 typevideo/mp4 /> Your browser does not support the video tag. /video>/div> /div> !-- Left-Button --> /div> /div> !-- div classoverlay>/div>--> !-- div classcontainer h-100> div classd-flex text-center h-100> div classmy-auto w-100 text-white> h1 classdisplay-3>The/h1> h2>Village International School/h2> /div> /div> /div>--> /section> style> @media (max-width: 768px) { section.banner video { position: absolute; top: 12%;} }/style> style> @media (min-width: 2000px) { p { font-size: 25px !important; } h1 { font-size: 55px !important; } h2 { font-size: 50px !important; } h3 { font-size: 40px !important; } h4 { font-size: 30px !important; } h5 { font-size: 25px !important; } h6 { font-size: 20px !important; } span { font-size: 20px !important; } a { font-size: 20px !important; } #myvideo { width: 100% !important; } #nurtury { background-repeat: no-repeat !important; background-size: cover !important; } marquee { font-size: 20px !important; } span.close { font-size: 40px !important; } /* #popupwidth{ width:12% !important; }*/ } /style> section classabout idabt stylepadding: 50px 0px 50px !important;> div classcontainer> div classrow> div classcol-lg-6 col-md-12 col-xl-6> h2 classblue>Admissions Open 2025-26/h2> div class> p classmt-3 mb-4 styleline-height: 2; text-align: justify;> Founded in 2005, we at b>The Village International School/b> is a distinctively different Semi-Residential CBSE School located in Thodupuzha, Kerala. With a curriculum that is vibrant, demanding and progressive, our students balance a wealth of co-curricular and co-scholastic opportunities with academic excellence to develop into aspirational global citizens with a desire to be lifelong learners. /p> p classmt-3 mb-4 styleline-height: 2; text-align: justify;> Ranked among the Top 3 Day-cum Boarding Schools in Kerala, the core objective of The Village International School is to nurture global ideas through blending western standards with rich Indian values! /p> p classmt-3 mb-4 styleline-height: 2; text-align: justify;> The Future Begins Here ! !--a hrefhttp://www.villageinternationalschool.com/about_us.html class >Read More/a>--> /p> a hrefCampusTour.aspx classyellow mt-2 px-3 py-2>Virtual Campus Tour/a> a classyellow mt-2 px-3 py-2 stylecolor: white; cursor: pointer;>span onclickShowCallBackPopup();>Enroll Online/span>/a> br /> br /> /div> /div> div classcol-lg-6 col-md-12 text-center> img srcImages/TVISCover3.1.jpg altCampus Image stylewidth: 600px; height: auto; margin-top: 65px; />/div> /div> /div> /section> section classabout stylebackground-image: url(Images/Award.jpg); background-repeat: round; padding: 0px 0px 17px;> div classcontainer> div classrow> div classcol-md-6 stylebackground: #0000008c;> style> /style> div classalign-middle styletext-align: center !important;> !-- h4 classblue text-white>The Nurtury/h4>--> br /> br /> h2 stylecolor: white>Ranked among the Top 3 Day-cum-Boarding Schools in Kerala./h2> br /> br /> br /> br /> /div> /div> div classcol-md-6> div classrow> div classalign-middle> div classcol-md-12> img srcimages/NurturyAward1.jpg styleborder-radius: 50%; height: 250px; width: 250px; object-fit: cover; object-position: top; border: 2px solid #f7b824; margin-bottom: 8px; margin-top: -33px; margin-left: 50px; /> /div> /div> /div> /div> /div> /div> /section> div stylebackground-image: url(images/BackgroundBig.png); background-repeat: no-repeat; background-position: center; background-size: cover;> section classabout1> div classcontainer> div classrow> div classcol-md-12> /div> div classcol-md-6 py-5> a hrefDocuments/TVIS Brochure.pdf target_blank> div classbrochure_div> img classbrochure_cover srcimages/tvis_fee1.png alt> img classpdf-icon srcimages/pdf_download.png alt>p stylecolor: #f7b825;>Download Brochure/p> /div> /a> /div> div classcol-md-6 py-5> a hrefDocuments/TVIS Photo Gallery.pdf target_blank> div classbrochure_div> img classbrochure_cover srcimages/tvis_fee2.png alt> img classpdf-icon srcimages/pdf_download.png alt>p stylecolor: #f7b825;>Photo Gallery/p> /div> /a> /div> !-- div classcol-md-6 py-5> a hrefTVIS Fee Structure.pdf target_blank>div classbrochure_div> img classbrochure_cover srcimages/tvis_fee.JPG alt> img classpdf-icon src# alt>p>TVIS Fee Structure/p>/div> /a> /div>--> /div> /div> /section> /div> style> .team-p { background-color: #f7b825; border-radius: 20px; color: #333030; } .dfd { text-align: center; color: white; font-weight: 500; background-color: #00000059; } .team-p:hover { text-align: center; border-radius: 20px; background-color: transparent; color: white; } @media (max-width: 570px) { #mobihide { display: none !important; } #percent { width: 50% !important; } } @media (max-width: 570px) { #pad3 { margin-top: -200px !important; } } /style> style> /* Container to set overflow hidden */ .zoomin { border-radius: 10px; /* Optional: rounds the corners */ /* Optional: adds a transition to smoothly zoom in/out */ transition: transform 0.3s ease; } /* Image styling */ .zoomin img { width: 100%; height: 100%; transition: transform 1.5s ease; /* Smooth zoom effect */ } /* Zoom effect on hover */ .zoomin:hover img { transform: scale(1.2); /* Adjust scale for desired zoom level */ } /style> div stylebackground-image: url(images/primary1Copy.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;> section classabout princy-mg> div classcontainer> div classrow> div classcol-md-3 zoomin idpercent> div classmt-3> a hrefNurturyAndCradle.aspx stylecolor: white> img srcimages/HomeNurtury.jpg classw-100 my-2 img1 team-img stylebackground-color: white; padding: 5px; border: solid 10px #f7b825;> br /> br /> p classdfd>Nurtury/p> /a> /div> /div> div classcol-md-3 zoomin idpercent> div classmt-3> a hrefPrimarySchool.aspx stylecolor: white;> img srcimages/HomePrimary.jpg classw-100 my-2 img1 team-img stylebackground-color: white; padding: 5px; border: solid 10px #f7b825;> br /> br /> p classdfd>Primary School/p> /a> /div> /div> div classcol-md-3 zoomin idpercent> div classmt-3> a hrefMiddleSchool.aspx stylecolor: white;> img srcimages/HomeMiddle.jpg classw-100 my-2 img1 team-img stylebackground-color: white; padding: 5px; border: solid 10px #f7b825;> br /> br /> p classdfd>Middle School/p> /a> /div> /div> div classcol-md-3 zoomin idpercent> div classmt-3> a hrefSeniorSchool.aspx stylecolor: white;> img srcimages/HomeSenior.jpg classw-100 my-2 img1 team-img stylebackground-color: white; padding: 5px; border: solid 10px #f7b825;> br /> br /> p classdfd>Senior School/p> /a> /div> /div> /div> /div> /section> /div> div classweekly-top-items carousel-shadow_ default-padding-top_50 bg-gray stylepadding-bottom: 30px; background-color: #b5b5b4; background-size: cover;> div classcontainer> div classrow> div classcol-md-12> !-- Start Categoriesftest --> div classcategory-area > div classcontainer1> div classrow> div classcol-3>/div> div classcol-md-5 col-sm-12> div classsite-heading text-center stylemargin-bottom: 24px;> div classcol-md-12 col-sm-12 styledisplay: flex; justify-content: center; align-items: center;> !-- Add the image as a logo --> img srcimages/logo11.PNG altLogo stylemax-width: 80px; max-height: 100px; display: block; margin: 0 0 16px;> h2 styletext-align: center; color: black;>Why Choose Us?/h2> /div> /div> /div> /div> div classcategory-items> div classrow> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem brilliantrose> a href#> div classitem-box> div classicon> i classfas fa-award stylecolor: blue;>/i> /div> div classinfo> h5>World Class Education/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem brilliantrose> a href#> div classitem-box> div classicon stylecolor: blue; width: 80px;> i classfas fa-star stylefont-size: 17px;>/i> i classfas fa-star stylefont-size: 17px;>/i> i classfas fa-star stylefont-size: 17px;>/i> br /> i classfas fa-star stylepadding-left: 16px; font-size: 17px;>/i> i classfas fa-star stylefont-size: 17px;>/i> /div> div classinfo> h5>5-Star Boarding Facilities/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem malachite> a href#> div classitem-box> div classicon stylecolor: green;> i classfas fa-leaf>/i> /div> div classinfo> h5>Pollution Free Ambiencebr /> /h5> /div> /div> /a> /div> /div> !-- End Single Item -- classfas fa-wheelchair> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem java> a href#> div classitem-box> div classicon stylecolor: orange;> i classfas fa-futbol>/i> /div> div classinfo> h5>Excellent Sports Infrastructure/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem brilliantrose> a href#> div classitem-box> div classicon> i classfas fa-coffee stylecolor: red;>/i> /div> div classinfo> h5>Breakfast, Lunch & Snacks for All Students/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem java> a href#> div classitem-box> div classicon> i classfa fa-graduation-cap>/i> /div> div classinfo> h5>Well-trained Qualified Teachers/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem Green> a href#> div classitem-box> div classicon stylecolor: orange;> i classfas fa-bus>/i> /div> div classinfo> h5>Transportation in & around 40 km radius /h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem brilliantrose> a href#> div classitem-box> div classicon> i classfas fa-users stylecolor: blue;>/i> /div> div classinfo> h5>Low: Teacher Student Ratio br /> /h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem brilliantrose> a href#> div classitem-box> div classicon> i classfas fa-flask stylecolor: purple;>/i> /div> div classinfo> h5>Hobby Classes: Swimming, Archery & many more/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem mariner> a href#> div classitem-box> div classicon> i classfas fa-laptop>/i> /div> div classinfo> h5>Individual Attention & Care/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem Gandhi> a href#> div classitem-box> div classicon> i classfas fa-bullseye stylecolor: red;>/i> /div> div classinfo> h5>Experiential Learning & Enrichment Activities/h5> /div> /div> /a> /div> /div> !-- End Single Item --> !-- Single Item --> div classcol-md-4 col-sm-6 equal-height> div classitem Gandhi> a href#> div classitem-box> div classicon> i classfa fa-language stylecolor: orange;>/i> /div> div classinfo> h5>English Speaking Habit br /> /h5> /div> /div> /a> /div> /div> !-- End Single Item --> /div> /div> br /> br /> /div> /div> !-- End Categories --> /div> /div> /div> /div> !--Old Testimonial --> !--Old Testimonial End --> section classabouts bg-speciality1> style> .contents-box { background: #00000078; /* width: 366px;*/ padding: 122px 32px; } section.abouts { position: relative; padding: 0px 0px 42px; } .testimonial-titles { color: white; font-size: 39px; margin: -17px; /* margin-left: 24px;*/ margin-left: -15px; } /style> style> .carousel-container { position: relative; max-width: 800px; margin: auto; overflow: hidden; border-radius: 10px; } .carousel-track { display: flex; transition: transform 0.5s ease-in-out; } .video-container { flex: 0 0 33.33%; max-width: 33.33%; height: 407px; padding: 10px; box-sizing: border-box; } .video-container iframe { width: 100%; height: 100%; border: none; border-radius: 10px; } /* Navigation Buttons */ .carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0, 0, 0, 0.5); color: white; border: none; padding: 10px 15px; cursor: pointer; font-size: 20px; transition: 0.3s; border-radius: 5px; } .carousel-btn.prev { left: 10px; } .carousel-btn.next { right: 10px; } .carousel-btn:hover { background: rgba(0, 0, 0, 0.8); } /* Responsive adjustments */ @media (max-width: 600px) { .video-container { flex: 0 0 100%; max-width: 100%; } } /style> style> .carousel-container { overflow: hidden; width: 104%; /* Adjust as needed */ margin: 0 auto; position: relative; max-width: 1200px; } .carousel-track { display: flex; transition: transform 0.3s ease-in-out; } .video-container { flex: 1 0 33.33%; /* Three videos visible at once */ max-width: 33.33%; height: 450px; padding: 10px; box-sizing: border-box; } /* Optional: style the iframe to fill the container */ .video-container iframe { width: 100%; height: 100%; border: none; } /* Navigation button styles */ .carousel-btn { position: absolute; top: 50%; z-index: 10; background-color: rgba(0, 0, 0, 0.5); color: #fff; border: none; padding: 10px 20px; cursor: pointer; opacity: 0.7; transform: translateY(-50%); } .carousel-btn:hover { opacity: 1; } .prev { left: 10px; } .next { right: 10px; } /* Mobile View Adjustments */ @media (max-width: 768px) { .carousel-container { width: 100%; max-width: 100%; } .video-container { flex: 1 0 100%; /* One video per view */ max-width: 46%; height: 300px; /* Adjust height for mobile */ } .carousel-btn { padding: 8px 16px; font-size: 18px; } } /style> !-- Load the YouTube Iframe API --> script srchttps://www.youtube.com/iframe_api>/script> !-- Your page content --> div classcontainer> div classrow align-items-center> !-- Left Column: Title --> div classcol-lg-4 col-md-5 text-center> div classcontents-box> h2 classtestimonial-titles>Listen to What Our Parents & Students Have to Say About Us! /h2> /div> /div> !-- Right Column: Carousel --> div classcol-lg-8 col-md-12 stylepadding-top: 26px;> div classcarousel-container> div classcarousel-track> !-- Each video-container now has a data attribute with the video ID --> div classvideo-container data-video-id3jOl1vtYXZ4>/div> div classvideo-container data-video-iduSu4MW7O_Ok>/div> div classvideo-container data-video-idumeT3TzJiVs>/div> div classvideo-container data-video-idKiONlNjW9SI>/div> div classvideo-container data-video-idZsOQbELchUM>/div> div classvideo-container data-video-idamP7nwgatEY>/div> div classvideo-container data-video-idZxmZkl-oK1U>/div> /div> !-- Navigation buttons --> button classcarousel-btn prev onclickmoveSlide(-1)>❮/button> button classcarousel-btn next onclickmoveSlide(1)>❯/button> /div> /div> /div> /div> /section> script> // Global variables var players ; var currentIndex 0; var videoContainers document.querySelectorAll(.video-container); var totalSlides videoContainers.length; var visibleSlides 3; // Number of slides visible at once var carouselTrack document.querySelector(.carousel-track); // This function is called automatically by the YouTube API when it is ready. function onYouTubeIframeAPIReady() { videoContainers.forEach((container, index) > { var videoId container.getAttribute(data-video-id).trim(); // Create a new player in each container. playersindex new YT.Player(container, { videoId: videoId, playerVars: { autoplay: index 0 ? 0 : 0, // Only the first video autoplays controls: 0, mute: 0 // Autoplay works best if muted (remove if sound is desired) }, events: { onStateChange: function (event) { // When the video ends, automatically play the next video. if (event.data YT.PlayerState.ENDED) { playNextVideo(); } } } }); }); } // Function to play the next video automatically function playNextVideo() { // Stop the current video (if necessary) playerscurrentIndex.stopVideo(); // Increment index; loop back if at the end. currentIndex (currentIndex + 1) % totalSlides; // Move the carousel (calculate offset based on visible slides) var offset -currentIndex * (100 / visibleSlides); carouselTrack.style.transform translateX( + offset + %); // Autoplay the next video. playerscurrentIndex.playVideo(); } // Manual navigation via buttons function moveSlide(step) { // Stop current video before manual navigation. playerscurrentIndex.stopVideo(); currentIndex (currentIndex + step + totalSlides) % totalSlides; var offset -currentIndex * (100 / visibleSlides); carouselTrack.style.transform translateX( + offset + %); playerscurrentIndex.playVideo(); } /script> section classabout idnurtury stylebackground-repeat: round; padding: 0px 0px 17px;> div classcontainer> div classrow> div classcol-md-5> style> /style> div classalign-middle> !-- h4 classblue text-white>The Nurtury/h4>--> div idlampadario> input typeradio classbulb nameswitch valueon /> input typeradio classbulb nameswitch valueoff checkedchecked /> label forswitch>/label> div idfilo>/div> div idlampadina> div idsorpresa> div idshadow> /div> /div> /div> /div> img srcimages/nurture_logo1.png stylewidth: 150px; classmr-2 /> p classmt-2 mb-4 stylecolor: black; text-align: justify;> The Nurtury offers both pre-school and daycare facilities gladly welcoming children from 1 year to 5 years of age under the following wings that suits the child’s growth and interest: /p> ul> li>b>THE CRIB/b> (1 year to 2.5 years)/li> li>b>CRADLE/b> (2.5 years to 3.5 years)/li> li>b>Kindergarten/b> - LKG & UKG (4 years to 5 years)/li> /ul> p classmt-2 mb-4 stylecolor: black; text-align: justify;> It is a purpose-built space created just for young learners with a thoughtful curriculum, colours and fun; all into play in one building. As your little bundle of joy takes the first baby steps into a new world away from you, we are always there to help him/her ger comfortable and offer a nurturing environment. We make your child’s transition between home and school a joyful experience. /p> a hrefNurturyAndCradle.aspx classyellow mt-2 px-3 py-2>Know more/a> br /> br /> /div> /div> div classcol-md-7> div classrow> div classalign-middle> div classcol-md-12 idpad3> br /> br /> br /> img srcimages/KGHome_2.jpg classmr-2 styleborder-radius: 50%; height: 250px; width: 250px; object-fit: cover; object-position: top; border: 2px solid #f7b824; margin-bottom: 8px; margin-top: 200px; margin-left: 50px; /> img srcimages/KGHome_4.jpg styleborder-radius: 50%; height: 250px; width: 250px; object-fit: cover; object-position: top; border: 2px solid #f7b824; margin-bottom: 8px; margin-left: 50px; margin-bottom: 100px /> /div> /div> /div> /div> /div> /div> /section> style> .canvas { display: block; margin: 0 auto; box-sizing: border-box; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #261241; } /style> script> var canvas, ctx, width 0, height 0, particles , i 0, twoPi Math.PI * 2; function rand(min, max) { min Math.ceil(min); max Math.floor(max); return Math.floor(Math.random() * (max - min)) + min; } function randInt(min, max) { return Math.random() * (max - min) + min; } function negRand(min, max) { return Math.floor((Math.random() * max) - min); } function init() { width 1400; height 1200; canvas document.getElementById(stars); ctx canvas.getContext(2d); canvas.width width; canvas.height height; i 0; while (i 100) { particles.push(new Particle()); i++; } loop(); } function clear() { ctx.clearRect(0, 0, width, height); } var Particle function () { this.reset(); } Particle.prototype.reset function () { this.x rand(1, width); this.y rand(1, height); this.vx randInt(0.1, 0.9); this.vy randInt(0.1, 0.9); this.radius rand(1, 10); this.hue rand(5, 25); this.light rand(65, 85); this.saturation rand(65, 75); this.opacityMin 0.1; this.opacityMax 0.9; this.opacity randInt(this.opacityMin, this.opacityMax); this.fadeSpeed randInt(this.opacityMin, this.opacityMax) / 100; this.fadeIn false; this.move { x: (rand(0, 10) % 2 1 ? true : false), y: (rand(0, 10) % 2 1 ? true : false) }; this.blur rand(1, 10); } Particle.prototype.update function (i) { console.log(this.vx); if (this.fadeIn) { this.opacity + this.fadeSpeed; this.x (this.move.x ? this.x + this.vx : this.x - this.vx); this.y (this.move.y ? this.y + this.vy : this.y - this.vy); } else { this.opacity - this.fadeSpeed; this.x (this.move.x ? this.x + this.vx : this.x - this.vx); this.y (this.move.y ? this.y + this.vy : this.y - this.vy); } this.fadeIn (this.opacity > this.opacityMax ? false : true); if (this.x > width - 50 || this.x 50 || this.y > height || this.y 50) { particles.splice(i, 1); } } Particle.prototype.render function () { ctx.beginPath(); ctx.arc(this.x, this.y, this.radius, 0, twoPi); ctx.fillStyle hsla( + this.hue + , + this.light + %, + this.saturation + %, + this.opacity + ); ctx.fill(); //ctx.filter blur( + this.blur + px); ctx.strokeStyle hsla( + this.hue + , + this.light + %, + this.saturation + %, + this.opacity + ); ctx.stroke(); } // animation function loop() { requestAnimationFrame(loop); clear(); ctx.globalCompositeOperation lighter; i particles.length; while (i--) { var p particlesi; p.update(i); p.render(); } } init(); /script> section classabout bg-speciality> div classrow text-white stylemargin-right: 0px;> div classcol-md-6 stylepadding-left: 30px; padding-right: 15px;> div classcard mt-2 stylemax-width: 100%;> div classbox> div classrow> div classcol-md-3> img srcimages/pencil.PNG> /div> div classcol-md-9> h1 styletext-align: left;>Vision/h1> p> span classyellow-cl>T/span>o be an excellent academy of global choice, emphasizing indian values and culture to empower the child holistically to face the challenges of the world. /p> a hrefVisionAndMission.aspx> p>span classyellow-cl>R/span>ead More/p> /a> /div> /div> /div> /div> /div> div classcol-md-6 stylepadding-left: 30px; padding-right: 15px;> div classcard mt-2 stylemax-width: 100%;> div classbox> div classrow> div classcol-md-3> img srcimages/pencil.PNG> /div> div classcol-md-9> h1 styletext-align: left;>Mission/h1> p> span classyellow-cl>A/span>CHIEVE ACADEMIC EXCELLENCE/b> - By providing congenial learning environment using a judicious blend of state of the art technology and world class facilitators to take the students beyond the realms of text books.br /> /p> a hrefAboutUs.aspx> p>span classyellow-cl>R/span>ead More/p> /a> /div> /div> br /> /div> /div> /div> /div> /section> section classabout > div classss>/div> div classcontainer> div classrow> div classcol-md-8> h2 classblue>Our Facilities/h2> div class> main classpage-content> div classcard-me> div classcontent stylepadding: 1rem;> h2 classtitle>Boarding/h2> p classcopy stylefont-size: 13px;>Residential facilities have been designed to offer extremely clean, homely and a comfortable atmosphere./p> button classbtn>a hrefFacilities.aspx#section_boarding>View More/a> /button> /div> /div> div classcard-me> div classcontent stylepadding: 1rem;> h2 classtitle>In-house Catering/h2> p classcopy stylefont-size: 13px;>The School will provide breakfast followed by an appetizer, lunch and evening tea and snacks to all students including day scholars. /p> button classbtn>a hrefFacilities.aspx#section_mess>View More/a>/button> /div> /div> div classcard-me> div classcontent stylepadding: 1rem;> h2 classtitle stylecolor: #ffffff !important;>Learning Tools/h2> p classcopy stylefont-size: 13px;>The Village International school is very well resourced when it comes to information technology./p> button classbtn>a hrefFacilities.aspx#section_Learning_tools>View More/a> /button> /div> /div> div classcard-me> div classcontent stylepadding: 1rem;> h2 classtitle>Medical/h2> p classcopy stylefont-size: 13px;>The health of the children at Village is of utmost priority and the School has structured a Total Healthcare Scheme (THS) for the students./p> button classbtn>a hrefFacilities.aspx#section_medical>View More/a>/button> /div> /div> div classcard-me> div classcontent stylepadding: 1rem;> h2 classtitle>Transport/h2> p classcopy stylefont-size: 13px;>The goal of The Village International School Bus service is to provide the students a safe and secure transportation system/p> button classbtn>a hrefFacilities.aspx#section_transport>View More/a>/button> /div> /div> /main> /div> /div> div classcol-md-4 stylemargin-top: 63px;> div classnotif_section col-md-12 margin-top-30_mob> h2>Latest News/h2> div idctl00_ContentPlaceHolder1_divNotifications classnewsticker-jcarousellite-0 styleheight: 300px !important;> ul stylelist-style-type: none;> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 04/article> article classmonth> 01-2024/article> /div> /td> td> a hrefNewsDetails.aspx?id13> h3 stylefont-size: 16px;>Exploring the Joyful Path of learning and creating./h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 09/article> article classmonth> 12-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id12> h3 stylefont-size: 16px;>Central Kerala Sahodaya Inter-School Chess Tournament 2023: /h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 24/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id11> h3 stylefont-size: 16px;>Mithuna M Nair Clinches Top Honors in Bharatanatyam, Mohiniyattam, and Kuchipudi. /h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 16/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id10> h3 stylefont-size: 16px;>Harmony in Melody - A Plead for Peace on Childrens Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 31/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id9> h3 stylefont-size: 16px;>The Village International School Hosts Dynamic Model United Nations Conference/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 25/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id8> h3 stylefont-size: 16px;>Pavithra Sugish Clinches Silver at CBSE South Zone Archery; Heads to Nationals/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 28/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id7> h3 stylefont-size: 16px;>Central Kerala Sahodaya Kalotsav 2023/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 18/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id6> h3 stylefont-size: 16px;>Navarathri@The Nurtury/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 14/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id5> h3 stylefont-size: 16px;> The TVIS Radio Club Inaguration/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 20/article> article classmonth> 09-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id4> h3 stylefont-size: 16px;>Empowering Healthy Future: Yoga Session by Eat Right School campaign in Association with FSSAI at The Village International School/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 15/article> article classmonth> 08-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id3> h3 stylefont-size: 16px;>18th Founders Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 20/article> article classmonth> 06-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id2> h3 stylefont-size: 16px;>Creativa 2023/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 05/article> article classmonth> 06-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id1> h3 stylefont-size: 16px;>Environment Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> div classclear>/div> /ul> /div> /div> /div> div classcol-md-4 stylemargin-top: 63px; display: none;> div classnotif_section col-md-12 margin-top-30_mob> h2>Events/h2> div idctl00_ContentPlaceHolder1_div1 classnewsticker-jcarousellite-0 styleheight: 300px !important;> ul stylelist-style-type: none;> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 04/article> article classmonth> 01-2024/article> /div> /td> td> a hrefNewsDetails.aspx?id13> h3 stylefont-size: 16px;>Exploring the Joyful Path of learning and creating./h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 09/article> article classmonth> 12-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id12> h3 stylefont-size: 16px;>Central Kerala Sahodaya Inter-School Chess Tournament 2023: /h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 24/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id11> h3 stylefont-size: 16px;>Mithuna M Nair Clinches Top Honors in Bharatanatyam, Mohiniyattam, and Kuchipudi. /h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 16/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id10> h3 stylefont-size: 16px;>Harmony in Melody - A Plead for Peace on Childrens Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 31/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id9> h3 stylefont-size: 16px;>The Village International School Hosts Dynamic Model United Nations Conference/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 25/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id8> h3 stylefont-size: 16px;>Pavithra Sugish Clinches Silver at CBSE South Zone Archery; Heads to Nationals/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 28/article> article classmonth> 11-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id7> h3 stylefont-size: 16px;>Central Kerala Sahodaya Kalotsav 2023/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 18/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id6> h3 stylefont-size: 16px;>Navarathri@The Nurtury/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 14/article> article classmonth> 10-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id5> h3 stylefont-size: 16px;> The TVIS Radio Club Inaguration/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 20/article> article classmonth> 09-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id4> h3 stylefont-size: 16px;>Empowering Healthy Future: Yoga Session by Eat Right School campaign in Association with FSSAI at The Village International School/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 15/article> article classmonth> 08-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id3> h3 stylefont-size: 16px;>18th Founders Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 20/article> article classmonth> 06-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id2> h3 stylefont-size: 16px;>Creativa 2023/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> li> div classnews-item> table width100% cellpadding4> tbody> tr styleheight: 8px;>/tr> tr stylepadding-top: 10px;> td width70> div classdate> article classday> 05/article> article classmonth> 06-2023/article> /div> /td> td> a hrefNewsDetails.aspx?id1> h3 stylefont-size: 16px;>Environment Day/h3> /a> /td> /tr> tr styleheight: 8px;>/tr> /tbody> /table> /div> /li> div classclear>/div> /ul> /div> /div> /div> /div> /div> /section> style> .online h3 { color: white !important; } .online p { color: white !important; } /style> div> p> br /> br /> /p> /div> style> @import url(https://fonts.googleapis.com/css?familyCardo:400i|Rubik:400,700&displayswap); /*:root { --d: 700ms; --e: cubic-bezier(0.19, 1, 0.22, 1); --font-sans: Rubik, sans-serif; --font-serif: Cardo, serif;}* { box-sizing: border-box;}html, body { height: 100%;}body { display: grid; place-items: center;}*/ .page-content { display: grid; grid-gap: 1rem; padding: 1rem; max-width: 1024px; margin: 0 auto; font-family: var(--font-sans); } @media (min-width: 600px) { .page-content { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 800px) { .page-content { grid-template-columns: repeat(5, 1fr); } } .card-me { position: relative; display: flex; align-items: flex-end; overflow: hidden; padding: 0rem; width: 100%; text-align: center; color: whitesmoke; background-color: whitesmoke; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1); } @media (min-width: 600px) { .card-me { height: 350px; } } .card-me:before { content: ; position: absolute; top: 0; left: 0; width: 100%; height: 110%; background-size: cover; background-position: 0 0; transition: transform calc(var(--d) * 2.5) var(--e); pointer-events: none; } .card-me:after { content: ; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 200%; pointer-events: none; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%); transform: translateY(-50%); transition: transform calc(var(--d) * 2) var(--e); } .card-me:nth-child(1):before { background-image: url(images/board1.jpg); } .card-me:nth-child(2):before { background-image: url(images/box1.jpg); } .card-me:nth-child(3):before { background-image: url(images/BoxTools.jpg); } .card-me:nth-child(4):before { background-image: url(images/BoxMedical.jpg); } .card-me:nth-child(5):before { background-image: url(images/box3.jpg); } .content { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; padding: 0rem; transition: transform var(--d) var(--e); z-index: 1; } .content > * + * { margin-top: 2rem; } .title { font-size: 1.3rem; font-weight: bold; line-height: 1.2; } .copy { font-family: var(--font-serif); font-size: 15px; font-style: italic; line-height: 1.35; } .btn { cursor: pointer; margin-top: 1.5rem; padding: 0.75rem 1.5rem; font-size: 0.65rem; font-weight: bold; letter-spacing: 0.025rem; text-transform: uppercase; color: white; background-color: black; border: none; } .btn:hover { background-color: #0d0d0d; } .btn:focus { outline: 1px dashed yellow; outline-offset: 3px; } @media (hover: hover) and (min-width: 600px) { .card-me:after { transform: translateY(0); } .content { transform: translateY(calc(100% - 4.5rem)); } .content > *:not(.title) { opacity: 1; transform: translateY(1rem); transition: transform var(--d) var(--e), opacity var(--d) var(--e); } .card-me:hover, .card-me:focus-within { align-items: center; } .card-me:hover:before, .card-me:focus-within:before { transform: translateY(-4%); } .card-me:hover:after, .card-me:focus-within:after { transform: translateY(-50%); } .card-me:hover .content, .card-me:focus-within .content { transform: translateY(0); } .card:hover .content > *:not(.title), .card-me:focus-within .content > *:not(.title) { opacity: 1; transform: translateY(0); transition-delay: calc(var(--d) / 12); } .card-me:focus-within:before, .card-me:focus-within:after, .card-me:focus-within .content, .card-me:focus-within .content > *:not(.title) { transition-duration: 3s; } } /style> !-- /.card-wrap --> script> var ppbutton document.getElementById(vidbutton); ppbutton.addEventListener(click, playPause); myVideo document.getElementById(myvid); function playPause() { if (myVideo.paused) { myVideo.play(); ppbutton.innerHTML img srcpause-button-2.png>; } else { myVideo.pause(); ppbutton.innerHTML img srcplay-button.png>; } } /script> script srchttps://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js>/script> script> anime.timeline({ loop: true }) .add({ targets: .ml5 .line, opacity: 0.5, 1, scaleX: 0, 1, easing: easeInOutExpo, duration: 700 }).add({ targets: .ml5 .line, duration: 600, easing: easeOutExpo, translateY: (el, i) > (-0.625 + 0.625 * 2 * i) + em }).add({ targets: .ml5 .ampersand, opacity: 0, 1, scaleY: 0.5, 1, easing: easeOutExpo, duration: 600, offset: -600 }).add({ targets: .ml5 .letters-left, opacity: 0, 1, translateX: 0.5em, 0, easing: easeOutExpo, duration: 600, offset: -300 }).add({ targets: .ml5 .letters-right, opacity: 0, 1, translateX: -0.5em, 0, easing: easeOutExpo, duration: 600, offset: -600 }).add({ targets: .ml5, opacity: 0, duration: 1000, easing: easeOutExpo, delay: 1000 }); /script> script> $(document).ready(function () { if ($.isFunction(owlCarousel)) { $(#owl-demo).owlCarousel({ navigation: true }); } $(#news-slider).owlCarousel({ items: 3, itemsDesktop: 1199, 3, itemsDesktopSmall: 980, 2, itemsMobile: 600, 1, navigation: true, navigationText: , , pagination: true, autoPlay: trueF }); }); /script> /div> style> @media only screen and (max-width: 767px) { #ph { height: 590px !important; } } /style> section idph stylebackground-image: url(Images/Background3.jpg); background-size: cover; background-position: center; height: 345px; border: 2px solid #e0dede> div classcontainer py-5> div classrow> div classcol> div classcard1 my-2 styleborder: 1px solid gold !important;> div classbox> div classimg> img srcimages/cal.JPG> /div> h5>a hrefCalender.aspx>span>Academic Calendar/span>/a>/h5> /div> /div> /div> div classcol> div classcard1 my-2 styleborder: 1px solid gold !important;> div classbox> div classimg> img srcimages/notice.JPG> /div> h5>a hrefnotice.aspx>span>Notice Board/span>/a>/h5> /div> /div> /div> div classcol> div classcard1 my-2 styleborder: 1px solid gold !important;> div classbox> div classimg> img srcimages/news.JPG> /div> h5>a hrefnews.aspx>span>News & Events/span>/a>/h5> /div> /div> /div> div classcol> div classcard1 my-2 styleborder: 1px solid gold !important;> div classbox> div classimg> img srcimages/pdf.JPG> /div> h5>a hrefDocuments/TVIS%20Brochure.pdf target_blank>span>Brochure/span>/a>/h5> /div> /div> /div> /div> /div> /section> style> @media (min-width: 400px) and (max-width: 480px) { #mini { margin-bottom: -170px; } #myVideo { width: 394px !important; } } @media (max-width: 399px) { #myVideo { width: 335px !important; } } /style> section> div classcontainer> div classrow> div classsite-heading text-center> div classcol-md-12 col-md-offset-0> h2>Our Collaborators/h2> !-- h1 stylebackground-image: url(images/h1.png)>/h1> --> /div> /div> /div> div idimageList classcontainer stylepadding-bottom: 40px;> div classrow> div classcol-2 text-center> img srcimages/BlackSwan.jpg width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/nalla_paadam.jpg width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/seed.jpg width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/PCM.jpg width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/Mipsoft.jpg width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/DCBooks.jpg width100% classw-100 mt-2> /div> /div> br /> div classrow> div classcol-1 text-center> /div> div classcol-2 text-center> img srcimages/CBSE Logo.png width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/Google for education.png width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/insightse-logo.png width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/Kerala Blasters.png width100% classw-100 mt-2> /div> div classcol-2 text-center> img srcimages/Sportshood Logo.png width100% classw-100 mt-2> /div> div classcol-1 text-center> /div> /div> !-- Add more rows as needed --> /div> /div> /section> section idfooter> div classcontainer> div classrow text-center text-xs-center text-sm-left text-md-left> div classcol-xs-12 col-sm-4 col-md-3> a hrefIndex.aspx> img srcimages/logo1.png classw-100 my-2>/a> a hrefIndex.aspx> img srcimages/nurture_logo.png stylewidth: 150px;>/a> /div> div classcol-xs-12 col-sm-4 col-md-3> h5>Quick links/h5> ul classlist-unstyled quick-links> li>a hrefindex.aspx>Home/a>/li> li>a hrefManagement1.aspx>Management/a>/li> li>a hrefFacilities.aspx>Facilities/a>/li> li>a hrefcampus.aspx>Campus/a>/li> li>a hrefcontact.aspx>Contact/a>/li> li>a hrefcircular.aspx>Circulars/a>/li> /ul> /div> div classcol-xs-12 col-sm-4 col-md-3> h5>Quick links/h5> ul classlist-unstyled quick-links> li>a hrefhttps://cbseacademic.nic.in/ target_blank>CBSE Academic/a>/li> li>a hrefhttps://www.cbse.gov.in/ target_blank>CBSE Main/a>/li> li>a hrefCalender.aspx>Academic Calendar/a>/li> li>a hrefNotice.aspx>Notice Board/a>/li> li>a hrefNews.aspx>News & Events/a>/li> li>a hrefDocuments/Prospectus.pdf target_blank>Prospectus/a>/li> /ul> /div> div classcol-xs-12 col-sm-4 col-md-3> h5>Follow Us/h5> ul classlist-unstyled quick-links> li stylecolor: white;>The Village International School/li> li stylecolor: white;>Thodupuzha - Perumamkandam - Kaloor Rd/li> li stylecolor: white;>Kumaramangalam, Kerala 685608/li> /ul> ul classlist-unstyled list-inline social> li classlist-inline-item>a hrefhttps://www.facebook.com/villageinternationalschool/ target_blank> img srcImages/facebook.gif width50px />/a>/li> li classlist-inline-item>a hrefhttps://instagram.com/thevillageinternationalshool?igshidYmMyMTA2M2Y target_blank> img srcImages/instagram.gif width50px />/a>/li> li classlist-inline-item>a hrefhttps://www.youtube.com/channel/UCyEqoHaFk19hu0musd6e58g target_blank> img srcImages/youtube1.gif width75px />/a>/li> /ul> /div> /div> div classrow> div classcol-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white> p classh6>© 2023 TVIS. All rights reserved. Powered by a classtext-green ml-2 hrefhttp://www.santhisoft.com target_blank>Santhisoft Technologies/a>/p> /div> hr /> /div> /div> /section> !-- Optional JavaScript --> !-- jQuery first, then Popper.js, then Bootstrap JS --> script srchttps://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js integritysha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl crossoriginanonymous>/script> /form>/body>!-- WOW JS -->script srcjs_carousel/wow.min.js>/script>!-- Nivo slider js -->script srcvendor/slider/js/jquery.nivo.slider.js typetext/javascript>/script>script srcvendor/slider/home.js typetext/javascript>/script>!-- Owl Cauosel JS -->script srcvendor/OwlCarousel/owl.carousel.min.js typetext/javascript>/script>!-- Meanmenu Js -->script srcjs_carousel/jquery.meanmenu.min.js typetext/javascript>/script>!-- Srollup js -->script srcjs_carousel/jquery.scrollUp.min.js typetext/javascript>/script>!-- jquery.counterup js -->script srcjs_carousel/jquery.counterup.min.js>/script>script srcjs_carousel/waypoints.min.js>/script>!-- Countdown js -->script srcjs_carousel/jquery.countdown.min.js typetext/javascript>/script>!-- Isotope js -->script srcjs_carousel/isotope.pkgd.min.js typetext/javascript>/script>!-- Magic Popup js -->script srcjs/jquery.magnific-popup.min.js typetext/javascript>/script>!-- Gridrotator js -->!--script srcjs/jquery.gridrotator.js typetext/javascript>/script>-->!-- Custom Js -->script srcjs_carousel/main.js typetext/javascript>/script>script srcjs/owl.carousel.min.js>/script>script> // Sticky navbar // $(document).ready(function () { // Custom function which toggles between sticky class (is-sticky) var stickyToggle function (sticky, stickyWrapper, scrollElement) { var stickyHeight sticky.outerHeight(); var stickyTop stickyWrapper.offset().top; if (scrollElement.scrollTop() > stickyTop) { stickyWrapper.height(stickyHeight); sticky.addClass(is-sticky); } else { sticky.removeClass(is-sticky); stickyWrapper.height(auto); } }; // Find all data-togglesticky-onscroll elements $(data-togglesticky-onscroll).each(function () { var sticky $(this); var stickyWrapper $(div>).addClass(sticky-wrapper); // insert hidden element to maintain actual top offset on page sticky.before(stickyWrapper); sticky.addClass(sticky); // Scroll & resize events $(window).on(scroll.sticky-onscroll resize.sticky-onscroll, function () { stickyToggle(sticky, stickyWrapper, $(this)); }); // On page load stickyToggle(sticky, stickyWrapper, $(window)); }); });/script>script srchttps://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js>/script>!--script srcjs/jQuery.scrollSpeed.js>/script>script> $(function () { jQuery.scrollSpeed(100, 800); });/script>-->script srchttps://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js>/script>script> anime.timeline({ loop: true }) .add({ targets: .ml5 .line, opacity: 0.5, 1, scaleX: 0, 1, easing: easeInOutExpo, duration: 700 }).add({ targets: .ml5 .line, duration: 600, easing: easeOutExpo, translateY: (el, i) > (-0.625 + 0.625 * 2 * i) + em }).add({ targets: .ml5 .ampersand, opacity: 0, 1, scaleY: 0.5, 1, easing: easeOutExpo, duration: 600, offset: -600 }).add({ targets: .ml5 .letters-left, opacity: 0, 1, translateX: 0.5em, 0, easing: easeOutExpo, duration: 600, offset: -300 }).add({ targets: .ml5 .letters-right, opacity: 0, 1, translateX: -0.5em, 0, easing: easeOutExpo, duration: 600, offset: -600 }).add({ targets: .ml5, opacity: 0, duration: 1000, easing: easeOutExpo, delay: 1000 });/script>script srcnews/jcarousellite_1.0.1c4.js>/script>script typetext/javascript> $(function () { if ($(.newsticker-jcarousellite-0).find(li).length > 2) { $(.newsticker-jcarousellite-0).jCarouselLite({ vertical: true, hoverPause: true, visible: 2, auto: 1500, speed: 3000 }); } if ($(.newsticker-jcarousellite-notif).find(li).length > 2) { $(.newsticker-jcarousellite-notif).jCarouselLite({ vertical: true, hoverPause: true, visible: 2, auto: 1500, speed: 3000 }); } }); $(document).ready(function () { // alert(tab1 click); //console.log($(.newsticker-jcarousellite-1).find(li).length); if ($(.newsticker-jcarousellite-1).find(li).length > 2) { $(.newsticker-jcarousellite-1).jCarouselLite({ vertical: true, hoverPause: true, visible: 2, speed: 3000 }); } $(#menu1).hide(); $(#videogallery).hide(); $(#eventlist).hide(); }); $(#tab1).click(function () { //alert(tab1 click); $(#homeNews).show(); $(#menu1).hide(); }); $(#tab2).click(function () { //alert(tab2 click); $(#homeNews).hide(); $(#menu1).show(); }); $(#liPhotoTab).click(function () { //alert(tab1 click); $(#photogallery).show(); $(#videogallery).hide(); $(#eventlist).hide(); }); $(#liVideoTab).click(function () { //alert(tab2 click); $(#photogallery).hide(); $(#videogallery).show(); $(#eventlist).hide(); }); $(#liEventTab).click(function () { //alert(tab1 click); $(#photogallery).hide(); $(#videogallery).hide(); $(#eventlist).show(); });/script>script> $(function () { var tickerLength $(.announcements ul li).length; var tickerHeight $(.announcements ul li).outerHeight(); $(.announcements ul li:last-child).prependTo(.announcements ul); $(.announcements ul).css(marginTop, -tickerHeight); function moveTop() { $(.announcements ul).animate({ top: -tickerHeight }, 600, function () { $(.announcements ul li:first-child).appendTo(.announcements ul); $(.announcements ul).css(top, ); }); } //var tickerLength $(.containers ul li).length; var tickerHeight1 $(.notifications ul li).outerHeight(); $(.notifications ul li:last-child).prependTo(.notifications ul); $(.notifications ul).css(marginTop, -tickerHeight1); function moveTop1() { $(.notifications ul).animate({ top: -tickerHeight }, 600, function () { $(.notifications ul li:first-child).appendTo(.notifications ul); $(.notifications ul).css(top, ); }); } setInterval(function () { moveTop(); moveTop1(); }, 3000); });/script>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]