CINXE.COM

IIPPT Ecolesuperieure

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="IIPPT Ecolesuperieure"> <meta name= "keywords" content= "education,school,university,educational,learn,learning,teaching,workshop"> <title>IIPPT Ecolesuperieure</title> <!-- Fav Icon --> <link rel="icon" type="image/x-icon" href="assets/imgs/logo/favicon.png"> <!-- Google Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <!-- All CSS files --> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/css/all.min.css"> <link rel="stylesheet" href="assets/css/swiper-bundle.min.css"> <link rel="stylesheet" href="assets/css/progressbar.css"> <link rel="stylesheet" href="assets/css/meanmenu.min.css"> <link rel="stylesheet" href="assets/css/master.css"> <link rel="stylesheet" href="style.css"> </head> <body> <!-- Cursor Animation --> <div class="cursor1"></div> <div class="cursor2"></div> <!-- Preloader --> <div class="preloader"> <div class="loading"> <div class="bar bar1"></div> <div class="bar bar2"></div> <div class="bar bar3"></div> <div class="bar bar4"></div> <div class="bar bar5"></div> <div class="bar bar6"></div> <div class="bar bar7"></div> <div class="bar bar8"></div> </div> </div> <!-- Switcher Area Start --> <div class="switcher__area"> <div class="switcher__icon"> <button id="switcher_open"><i class="fa-solid fa-gear"></i></button> <button id="switcher_close"><i class="fa-solid fa-xmark"></i></button> </div> <div class="switcher__items"> <div class="switcher__item"> <div class="switch__title-wrap"> <h2 class="switcher__title">Cursor</h2> </div> <div class="switcher__btn"> <select name="cursor-style" id="cursor_style"> <option value="1">default</option> <option selected value="2">animated</option> </select> </div> </div> <div class="switcher__item"> <div class="switch__title-wrap"> <h2 class="switcher__title">mode</h2> </div> <div class="switcher__btn mode-type wc-col-2"> <button class="active" data-mode="light">light</button> <button data-mode="dark">dark</button> </div> </div> <div class="switcher__item"> <div class="switch__title-wrap"> <h2 class="switcher__title">Direction</h2> </div> <div class="switcher__btn lang_dir wc-col-2"> <button class="active" data-mode="ltr">LTR</button> <button data-mode="rtl">RTL</button> </div> </div> <div class="switcher__item"> <div class="switch__title-wrap"> <h2 class="switcher__title">Language Support</h2> </div> <div class="switcher__btn lang_dir wc-col-2"> <button class="active" data-mode="ltr">LTR</button> <button data-mode="rtl">RTL</button> </div> </div> </div> </div> <!-- Switcher Area End --> <!-- Scroll Smoother --> <div class="has-smooth" id="has_smooth"></div> <!-- Go Top Button --> <button id="scroll_top" class="scroll-top"><i class="fa-solid fa-arrow-up"></i></button> <!-- Header area start --> <header class="header__area-7"> <div class="header__inner-2"> <div class="header__logo-2"> <a href="index.html" class="logo-dark"><img src="assets/imgs/logo/logo-black.png" alt="Site Logo"></a> <a href="index.html" class="logo-light"><img src="assets/imgs/logo/site-logo-white-2.png" alt="Site Logo"></a> </div> <div class="header__nav-2"> <ul class="main-menu-4 menu-anim"> <li class="has-megamenu"><a href="#">home</a> </li> <li><a href="about-us-en.html">About</a> <ul class="main-dropdown"> <li><a href="about-us-en.html">About Us (English)</a></li> <li><a href="about-us-fr.html">About Us (French)</a></li> <li><a href="courses.html">Courses We Offer</a></li> </ul> </li> <li><a href="core-team.html">Our Strength</a> <ul class="main-dropdown"> <li><a href="advisory.html">Advisory Board</a></li> <li><a href="jury.html">Jury Members</a></li> <li><a href="core-team.html">Our Team</a></li> </ul> </li> <li><a href="gallery.html">Activities</a> <ul class="main-dropdown"> <li><a href="awardees.html">Awardees</a></li> <li><a href="gallery.html">Gallery</a></li> </ul> </li> <li><a href="contact.html">Contact</a></li> </ul> </div> <div class="header__nav-icon-7"> <button class="menu-icon-2" id="open_offcanvas"><img src="assets/imgs/icon/menu-dark.png" alt="Menubar Icon"></button> </div> </div> </header> <!-- Header area end --> <!-- Offcanvas area start --> <div class="offcanvas__area"> <div class="offcanvas__body"> <div class="offcanvas__left"> <div class="offcanvas__logo"> <a href="index.html"><img src="assets/imgs/logo/site-logo-white-2.png" alt="Offcanvas Logo"></a> </div> <div class="offcanvas__links"> <ul> <li><a href="about-us-en.html">About</a></li> <li><a href="contact.html">contact</a></li> <li><a href="core-team.html">Team</a></li> <li><a href="jury.html">Jury</a></li> </ul> </div> </div> <div class="offcanvas__mid"> <div class="offcanvas__menu-wrapper"> <nav class="offcanvas__menu"> <ul class="menu-anim"> <li><a href="index.html">home</a> </li> <li> <a href="about-us-fr.html">About</a> <ul> <li><a href="about-us-en.html">About Us (English) </a></li> <li><a href="about-us-fr.html">About Us (French)</a></li> <li><a href="courses.html">Courses We Offer</a></li> </ul> </li> <li><a>Our Strength</a> <ul> <li><a href="blog.html">Advisory Board</a></li> <li><a href="jury.html">Jury Member</a></li> <li><a href="core-team.html">Our Team</a></li> </ul> </li> <li><a>Activities</a> <ul> <li><a href="awardees.html">Awardees</a></li> <li><a href="gallery.html">Gallery</a></li> </ul> </li> <li><a href="contact.html">contact</a></li> </ul> </nav> </div> </div> <div class="offcanvas__right"> <div class="offcanvas__search"> <form action="#"> <input type="text" name="search" placeholder="Search keyword"> <button><i class="fa-solid fa-magnifying-glass"></i></button> </form> </div> <div class="offcanvas__contact"> <h3>Get in touch</h3> <ul> <li><a href="tel:02094980547">+(91) - 9810052712</a></li> <li><a href="mailto:vivek@iipptecolesuperieure.com">vivek@iipptecolesuperieure.com</a></li> <li>India: B-25 Sec -1 Noida 201301</li> <li>France: 8 rue jacquard 54500 vandoeuvre les nancy</li> </ul> </div> <img src="assets/imgs/shape/11.png" alt="shape" class="shape-1"> <img src="assets/imgs/shape/12.png" alt="shape" class="shape-2"> </div> <div class="offcanvas__close"> <button type="button" id="close_offcanvas"><i class="fa-solid fa-xmark"></i></button> </div> </div> </div> <!-- Offcanvas area end --> <div id="smooth-wrapper"> <div id="smooth-content"> <main> <!-- Hero area start --> <section class="service__hero-2"> <div class="container"> <div class="row"> <div class="col-xxl-12"> <div class="service__hero-inner-2"> <div class="service__hero-left-2"> <img src="assets/imgs/home-7/sh-1.jpg" alt="Image" class="image-1"> <img src="assets/imgs/home-7/sh-2.jpg" alt="Image" class="image-2"> <img src="assets/imgs/home-7/sh-3.jpg" alt="Image" class="image-3"> <img src="assets/imgs/home-7/sh-4.jpg" alt="Image" class="image-4"> </div> <div class="service__hero-right-2 hero7__thum-anim"> <h1 class="title creative">Degree Through Experience (VAE) &amp; Honorary <span class="solution">Doctorate</span> </h1> <p class="animate_content">The University Ecole Supérieure Robert de Sorbon was registered in France as a non-profit association under the law of 1901, and is classified in the French education system as an “établissement d’enseignement supérieur privé” (private institution of higher education), we offer: <strong>Doctorate/PHD/Post-Doctoral/Honorary Doctorate/MBA/MS.</strong> We apply the unique VAE (Valorization of Acquired Experience) process, which is, since 2002, the Law in France.</p> <img src="assets/imgs/home-7/scroll.png" alt="scroll Image" class="scroll"> </div> </div> </div> </div> </div> <img src="assets/imgs/home-7/shape-6.png" alt="Shape Image" class="shape-1"> </section> <!-- Hero area end --> <div class="video__area about__img-2"> <img src="assets/imgs/home-7/video.jpg" alt="Video Image" data-speed="0.2"> </div> <!-- About area start --> <section class="about__area-7"> <div class="container pt-130 pb-110"> <div class="row"> <div class="col-xxl-12"> <div class="sec-title-wrapper"> <h2 class="sec-title title-anim"> INTEGRITY OF<br> OUR PROCESS </h2> </div> </div> </div> <div class="row"> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4"> <div class="about__left-7"> <img src="assets/imgs/home-7/a1.jpg" alt="Image" data-speed="auto"> </div> </div> <div class="col-xxl-5 col-xl-5 col-lg-5 col-md-5"> <div class="about__mid-7 text-anim"> <p>The degree that the Ecole Supérieure Robert de may grant is a “Certificat issu par un Etablissement d’Enseignement Supérieur Privé” as defined by the Ordonnance nº 2000-916 du 19 septembre 2000 art. 3 Journal Officiel du 22 septembre 2000 en vigueur le 1er janvier 2002) </p> <p>We expect total integrity from our students and the jury may check, with the issuing sources, the documents presented for the VAE and the identity of the applicant. To produce a false document is a felony punished by a large fine and up to three years in jail in France. Article 441 of the French Code Pénal:”Constitue un faux toute altération frauduleuse de la vérité de nature à causer un préudice et accomplie par quelque moyen que ce soit, dans un écrit ou tout autre support d’expression de la pensée qui a pour objet ou qui peut avoir pour effet d’établir la preuve d’un droit ou d’un fait ayant des conséquences juridiques. Le faux et l’usage de faux sont punis de trois ans d’emprisonnement et de 45000 euros d’amende.”</p> <img src="assets/imgs/home-7/shape-5.png" alt="Shape" class="signature"> <img src="assets/imgs/home-7/a2.jpg" alt="Image" class="image-1"> </div> </div> <div class="col-xxl-3 col-xl-3 col-lg-3 col-md-3"> <div class="about__right-7"> <img src="assets/imgs/home-7/a3.jpg" alt="Image" data-speed="0.7"> </div> </div> </div> </div> <img src="assets/imgs/home-7/shape-4.png" alt="Shape" class="shape-1"> </section> <!-- About area end --> <!-- Service area start --> <section class="service__area-7 pt-130"> <div class="container"> <div class="row"> <div class="col-xxl-12"> <div class="service__items-7 animation_service_7"> <div class="service__item-7"> <a href="about-us-en.html"> <h3 class="service__title-7">Recognized <span>Entity</span></h3> </a> <p>Registered by French Authorities as Trade Mark #134045899. <br><br> Registered French Institution of Higher Education # 0862003720<br><br> Publication Journal Officiel de la Republique Francaise # 20040039-1669 </p> </div> <div class="service__item-7"> <a href="about-us-en.html"> <h3 class="service__title-7">Authorized <span>Entity</span> </h3> </a> <p>Authorized to bestow degrees L731-14. </p> </div> <div class="service__item-7"> <a href="about-us-en.html"> <h3 class="service__title-7">Experimental <span>Learning</span> </h3> </a> <p>CAEL : The Cousl fer Adult &amp;Experiential Learning . </p> </div> <div class="service__item-7"> <a href="about-us-en.html"> <h3 class="service__title-7">Global <span> Recognition</span> </h3> </a> <p>Ecole Supérieure Robert de Sorbon is referenced on the University Worldwide and the Consortium for International Education (Worldwide Classroom) that the US Dept. of Education considers as of as valuable reference sources:. </p> <ul> <li>+ University</li> <li>+ Directory</li> <li>+ Worldwide</li> </ul> </div> <div class="service__item-7"> <a href="about-us-en.html"> <h3 class="service__title-7">Window<span>Of Opportunity</span></h3> </a> <p>For awarding degrees SORBON use the following formula : 3 years of qualified work experience = 1 year of University studies.<br><br> Bachelor Degree of 3 years MBA/MS (UNESCO ISCED Code-7), PHD/PostDoctoral (UNESCO ISCED Code 8) </p> </div> <div class="service__item-7"> <a href="about-us-en.html"> <h3 class="service__title-7">Work <span>Experience</span> </h3> </a> <p>MBA/M.S (UNESCO ISCED Code-7): may be considered equivalent to a US, UK Master Degree from a regionally accredited institution of higher education. </p> </div> </div> </div> </div> </div> </section> <!-- Service area end --> <!-- Award area start --> <section class="award__area-7"> <div class="container"> <div class="row inherit_row"> <div class="col-xxl-12"> <div class="award__top-7"> <div class="award__counter fade_bottom_2"> <h2 class="counter__number">100 +</h2> <p>Awards</p> </div> <div class="award-video-7"> <video loop muted autoplay playsinline> <source src="assets/video/video.mp4" type="video/mp4"> </video> </div> </div> </div> </div> <div class="award__btm-7"> <div class="row"> <div class="col-xxl-3 col-xl-3 col-lg-3 col-md-4"> <div class="award__left-7"> <h2 class="sec-title title-anim">Partner <br> Brands</h2> </div> </div> <div class="col-xxl-5 col-xl-5 col-lg-5 col-md-8"> <div class="award__mid-7 text-anim"> <p>We like to work in a progressive way that also reflects in our partner brands.</p> </div> </div> <div class="col-xxl-4 col-xl-4 col-lg-4"> <div class="award__right-7"> <div class="award__list-7"> <div class="award__item-7 zoom_in"> <img src="assets/imgs/brand/5.png" alt="Image"> <h3 class="title">Hayford</h3> </div> <div class="award__item-7 zoom_in"> <img src="assets/imgs/brand/3.png" alt="Image"> <h3 class="title">AIMRI</h3> </div> <div class="award__item-7 zoom_in"> <img src="assets/imgs/brand/1.png" alt="Image"> <h3 class="title">Economic Council of India</h3> </div> <div class="award__item-7 zoom_in"> <img src="assets/imgs/brand/4.png" alt="Image"> <h3 class="title">Fashion Tv</h3> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Award area end --> <!-- Portfolio area start --> <section class="portfolio__area-7"> <div class="container pt-140 pb-100"> <div class="row"> <div class="col-xxl-12"> <div class="sec-title-wrapper text-anim"> <h2 class="sec-title title-anim">Course We Offer</h2> <p class="sec-text">We offer limited variety of courses with expertise</p> </div> </div> </div> </div> <div class="swiper portfolio__slider-7"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="portfolio__slide-7"> <div class="slide-img"> <a href="courses.html"><img src="assets/imgs/home-7/p1.jpg" alt="Portfolio Image"></a> </div> <div class="slide-content"> <a href="courses.html"> <h2 class="title"> PHD <span>Courses</span> </h2> </a> </div> </div> </div> <div class="swiper-slide"> <div class="portfolio__slide-7"> <div class="slide-img"> <a href="courses.html"><img src="assets/imgs/home-7/p2.jpg" alt="Portfolio Image"></a> </div> <div class="slide-content"> <a href="portfolio-details.html"> <h2 class="title"> MBA <span>Courses</span> </h2> </a> </div> </div> </div> <div class="swiper-slide"> <div class="portfolio__slide-7"> <div class="slide-img"> <a href="courses.html"><img src="assets/imgs/home-7/p3.jpg" alt="Portfolio Image"></a> </div> <div class="slide-content"> <a href="portfolio-details.html"> <h2 class="title"> BBA <span>Courses</span> </h2> </a> </div> </div> </div> </div> </div> </section> <!-- Portfolio area end --> <!-- Team area start --> <section class="team__area-7"> <h2 class="team__title-7 title-anim">Team</h2> <div class="container"> <div class="row"> <div class="col-xxl-12"> <div class="sec-text pb-100 text-anim"> <p>We are here to help you achieve your goals and the team create an amazing outstanding for your career.</p> </div> </div> </div> <div class="row"> <div class="col-xxl-12"> <div class="team__items-7"> <a href="team-member1.html"> <div class="team__item-7 fade_bottom_3"> <div class="team__name-wrap-7"> <p class="tm-serial">01</p> <h3 class="tm-name">Dr. Vivek Choudhry</h3> </div> <h4 class="tm-role"> <br> </h4> <div class="tm-link"><i class="fa-solid fa-arrow-right"></i></div> <div class="team__hover-7" style="background-image: url(assets/imgs/team/1.jpg);"></div> </div> </a> <a href="#"> <div class="team__item-7 fade_bottom_3"> <div class="team__name-wrap-7"> <p class="tm-serial">02</p> <h3 class="tm-name">Dr. Sohan Roy SK</h3> </div> <h4 class="tm-role"> <br> </h4> <div class="tm-link"><i class="fa-solid fa-arrow-right"></i></div> <div class="team__hover-7" style="background-image: url(assets/imgs/team/2.jpg);"></div> </div> </a> <a href="team-member2.html"> <div class="team__item-7 fade_bottom_3"> <div class="team__name-wrap-7"> <p class="tm-serial">03</p> <h3 class="tm-name">Dr. Nirmal Bansal</h3> </div> <h4 class="tm-role"> <br> </h4> <div class="tm-link"><i class="fa-solid fa-arrow-right"></i></div> <div class="team__hover-7" style="background-image: url(assets/imgs/team/3.jpg);"></div> </div> </a> <a href="#"> <div class="team__item-7 fade_bottom_3"> <div class="team__name-wrap-7"> <p class="tm-serial">04</p> <h3 class="tm-name">Dr. Rajiv Kumar Dubey</h3> </div> <h4 class="tm-role"> <br> </h4> <div class="tm-link"><i class="fa-solid fa-arrow-right"></i></div> <div class="team__hover-7" style="background-image: url(assets/imgs/team/4.jpg);"></div> </div> </a> <a href="#"> <div class="team__item-7 fade_bottom_3"> <div class="team__name-wrap-7"> <p class="tm-serial">05</p> <h3 class="tm-name">Dr. Mukesh Tyagi</h3> </div> <h4 class="tm-role"> <br> </h4> <div class="tm-link"><i class="fa-solid fa-arrow-right"></i></div> <div class="team__hover-7" style="background-image: url(assets/imgs/team/5.jpg);"></div> </div> </a> <a href="#"> <div class="team__item-7 fade_bottom_3"> <div class="team__name-wrap-7"> <p class="tm-serial">06</p> <h3 class="tm-name">Dr. M.K Jain</h3> </div> <h4 class="tm-role"> <br> </h4> <div class="tm-link"><i class="fa-solid fa-arrow-right"></i></div> <div class="team__hover-7" style="background-image: url(assets/imgs/team/6.jpg);"></div> </div> </a> <!--<a href="team-details.html"> <div class="team__item-7 fade_bottom_3"> <div class="team__name-wrap-7"> <p class="tm-serial">07</p> <h3 class="tm-name">Denial Karlos</h3> </div> <h4 class="tm-role">Backend <br> Developer</h4> <div class="tm-link"><i class="fa-solid fa-arrow-right"></i></div> <div class="team__hover-7" style="background-image: url(assets/imgs/team/7.jpg);"></div> </div> </a>--> <div class="team7__img-wrap"> <div class="team7__img"></div> </div> </div> </div> </div> </div> </section> <!-- Team area end --> <!-- Brand area start --> <section class="brand__area"> <div class="container pt-140 pb-140"> <div class="row"> <div class="col-xxl-12"> <h2 class="brand__title-3 title-anim">We worked with global largest brands </h2> <div class="brand__list-3"> <div class="brand__item-2 fade_bottom"> <img src="assets/imgs/brand/1.png" alt="Brand Logo"> </div> <div class="brand__item-2 fade_bottom"> <img src="assets/imgs/brand/2.png" alt="Brand Logo"> </div> <div class="brand__item-2 fade_bottom"> <img src="assets/imgs/brand/3.png" alt="Brand Logo"> </div> <div class="brand__item-2 fade_bottom"> <img src="assets/imgs/brand/4.png" alt="Brand Logo"> </div> <div class="brand__item-2 fade_bottom"> <img src="assets/imgs/brand/5.png" alt="Brand Logo"> </div> <div class="brand__item-2 fade_bottom"> <img src="assets/imgs/brand/6.png" alt="Brand Logo"> </div> </div> </div> </div> </div> </section> <!-- Brand area end --> <!-- Blog area start --> <!-- <section class="blog__area-7 blog__animation"> <div class="container g-0 pb-140"> <div class="row"> <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12"> <div class="sec-title-wrapper"> <h3 class="sec-title title-anim">News insignt</h3> </div> </div> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4"> <article class="blog__item"> <div class="blog__img-wrapper"> <a href="blog-details.html"> <div class="img-box"> <img class="image-box__item" src="assets/imgs/blog/1/1.jpg" alt=""> <img class="image-box__item" src="assets/imgs/blog/1/1.jpg" alt=""> </div> </a> </div> <h4 class="blog__meta"><a href="category.html">UI Design</a> . 02 May 2019</h4> <h5><a href="blog-details.html" class="blog__title">Ways of lying to yourself about your new relationship.</a></h5> <a href="blog-details.html" class="blog__btn">Read More <span><i class="fa-solid fa-arrow-right"></i></span></a> </article> </div> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4"> <article class="blog__item"> <div class="blog__img-wrapper"> <a href="blog-details.html"> <div class="img-box"> <img class="image-box__item" src="assets/imgs/blog/1/2.jpg" alt=""> <img class="image-box__item" src="assets/imgs/blog/1/2.jpg" alt=""> </div> </a> </div> <h4 class="blog__meta"><a href="category.html">UI Design</a> . 02 May 2019</h4> <h5><a href="blog-details.html" class="blog__title">How to manage a talented and successful de sign team</a></h5> <a href="blog-details.html" class="blog__btn">Read More <span><i class="fa-solid fa-arrow-right"></i></span></a> </article> </div> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4"> <article class="blog__item"> <div class="blog__img-wrapper"> <a href="blog-details.html"> <div class="img-box"> <img class="image-box__item" src="assets/imgs/blog/1/3.jpg" alt="Blog Thumbnail"> <img class="image-box__item" src="assets/imgs/blog/1/3.jpg" alt="BLog Thumbnail"> </div> </a> </div> <h4 class="blog__meta"><a href="category.html">UI Design</a> . 02 May 2019</h4> <h5><a href="blog-details.html" class="blog__title">How to bring fold to your startup company with Axtra</a></h5> <a href="blog-details.html" class="blog__btn">Read More <span><i class="fa-solid fa-arrow-right"></i></span></a> </article> </div> </div> </div> </section> <!-- Blog area end --> --> <!-- CTA area start --> <section class="cta__area cta__area-7 pt-130"> <div class="container pb-110"> <div class="row"> <div class="col-xxl-12"> <div class="cta__content"> <p class="cta__sub-title">We like hearing from you</p> <h2 class="cta__title title-anim">Feel free to discuss, we are here to assist!</h2> <div class="btn_wrapper"> <a href="contact.html" class="wc-btn-primary btn-hover btn-item"><span></span>Let’s talk us <i class="fa-solid fa-arrow-right"></i></a> </div> </div> </div> </div> </div> </section> <!-- CTA area end --> </main> <!-- Footer area start --> <footer class="footer__area-2 pt-130"> <div class="container"> <div class="footer__top-2 text-anim"> <div class="row"> <div class="col-xxl-12"> <h2 class="sec-title-3 title-anim">Ecole <br> Superieure</h2> <p class="footer__sub-title">The University Ecole Supérieure Robert de Sorbon was registered in France as a non-profit association under the law of 1901, and is classified in the French education system as an “établissement d’enseignement supérieur privé” (private institution of higher education).</p> </div> </div> </div> <div class="footer__middle-2"> <div class="row"> <div class="col-xxl-6 col-xl-6 col-lg-6 col-md-6"> <div class="footer__location-2"> <div class="location"> <h3>India</h3> <p>B-25 Sec -1 Noida 201301, <br> Uttar Pradesh</p> </div> <div class="location"> <h3>France</h3> <p>8 rue jacquard 54500 vandoeuvre les nancy <br>, France</p> </div> </div> </div> <div class="col-xxl-6 col-xl-6 col-lg-6 col-md-6"> <div class="footer__subscribe-2"> <form action="#"> <input type="text" name="email" placeholder="Enter your email"> <button type="submit" class="submit"><img src="assets/imgs/icon/arrow-black.png" alt="Arrow Icon"></button> </form> </div> </div> </div> </div> <div class="footer__btm-2"> <div class="row"> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-5"> <div class="footer__copyright-2"> <p>© 2022 - 2035 | Alrights reserved by <a href="https://www.iipptecolesuperieure.com/" target="_blank">iipptecolesuperieure</a> | Tech partner <a href="https://adhyay.co.in/" target="_blank">Adhyay</a> </p> </div> </div> <div class="col-xxl-8 col-xl-8 col-lg-8 col-md-7"> <div class="footer__nav"> <ul class="footer-menu menu-anim"> <li><a href="about-us-en.html">about us</a></li> <li><a href="contact.html">contact</a></li> <li><a href="jury.html">Team</a></li> <li><a href="gallery.html">Gallery</a></li> </ul> </div> </div> </div> </div> </div> </footer> <!-- Footer area end --> </div> </div> <!-- All JS files --> <script src="assets/js/jquery-3.6.0.min.js"></script> <script src="assets/js/bootstrap.bundle.min.js"></script> <script src="assets/js/swiper-bundle.min.js"></script> <script src="assets/js/counter.js"></script> <script src="assets/js/gsap.min.js"></script> <script src="assets/js/ScrollTrigger.min.js"></script> <script src="assets/js/ScrollToPlugin.min.js"></script> <script src="assets/js/ScrollSmoother.min.js"></script> <script src="assets/js/SplitText.min.js"></script> <script src="assets/js/chroma.min.js"></script> <script src="assets/js/mixitup.min.js"></script> <script src="assets/js/vanilla-tilt.js"></script> <script src="assets/js/jquery.meanmenu.min.js"></script> <script src="assets/js/main.js"></script> </body> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'sg2plzcpnl508747'},{'dcenter':'sg2'},{'cp_id':'10207530'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>

Pages: 1 2 3 4 5 6 7 8 9 10