<!DOCTYPE html>
<html class="no-js" lang>

<!-- Mirrored from www.jeppiaarinstitute.org/gp-it.php by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 18 Feb 2024 20:39:16 GMT -->
<!-- Added by HTTrack -->
<!-- Mirrored from backbencher-note.netlify.app/gp-it by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 10 May 2024 13:18:01 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>E Learnings | IT - Jeppiaar Institute of Technology</title>
<meta name="description" content>
<meta name="viewport" content="width=device-width, initial-scale=1">



<link rel="stylesheet" href="css2/normalize.css">

<link rel="stylesheet" href="css2/main.css">

<link rel="stylesheet" href="css2/bootstrap.min.css">

<link rel="stylesheet" href="css2/animate.min.css">

<link rel="stylesheet" href="css2/font-awesome.min.css">

<link rel="stylesheet" href="vendor/OwlCarousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/OwlCarousel/owl.theme.default.min.css">

<link rel="stylesheet" href="css2/meanmenu.min.css">

<link rel="stylesheet" href="vendor/slider/css/nivo-slider.css" type="text/css">
<link rel="stylesheet" href="vendor/slider/css/preview.css" type="text/css" media="screen">

<link rel="stylesheet" href="css2/jquery.datetimepicker.css">

<link rel="stylesheet" href="css2/select2.min.css">

<link rel="stylesheet" href="css2/magnific-popup.css">

<link rel="stylesheet" href="css2/hover-min.css">


<link rel="stylesheet" href="style2.css">

<script src="js/modernizr-2.8.3.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>
</head>
<body>

<div id="wrapper">

<style type="text/css">
   .header4-area .header-top-area .header-top-right ul li {
    position: relative;
    font-size: 12px;
    padding-right: 0;
    display: inline-block;
    border-right: 1px solid #0ca3c2;
}

.container{ margin:auto!important;}

#desktop-nav ul li a {
    font-size: 1.5rem;
    
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.btn3{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
}

.btn::before {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #6098FF;
  display: block;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btn:hover::before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}

.buttons:hover{
  border: 1px solid white;
  padding: 2px;
  background-color: #2e9ab8;
  color: white;
  
}

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

/* for mobile phones */
@media only screen and (max-width: 600px) {
  .logocont ul li{
    display: none;
  }
  .mlogo{
    display: none;
    width:50%;
  }
 
}

/* for tablets */
.row::after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (min-width: 600px) {}

/* for Desktops */
@media only screen and (min-width: 768px) {}










//for desktop
@media only screen and (min-width: 600px) {
  .up{
      margin: auto;
      margin-top: -20px;
      
  }
  
  .jitlogo{
      margin-top: -90px;
  }
  .blink {
        animation: blinker 0.6s linear infinite;
        color: #1c87c9;
        font-size: 5px;
        
      }
   #blink {
        animation: blinker 0.6s linear infinite;
        color: #1c87c9;
       font-size: 100%;
        
      }   
      .hide{
          display:none;
      }

}



	.row{
		width: 100%;
	}
	.logocont{
		position: relative;
		width: 100%;
		padding: 1% 0%;
		background-color: #169fcc;
		overflow: hidden;
		height: 110px;
	}
	.logocont .topheader{
		display: inline-flex;
		align-items: center;


		}
	.logocont ul li{
		clear: both;
		align-content: center;
		justify-content: center;
		list-style: none;
		padding: 0% 1%;
		
	}
	.logocont ul{
		position: absolute;
		width: 80%;
		left: 18%;	
		margin: 0 auto;
		
	}
	.giflogo{
		width: 80%;
		margin: 0 auto;
	}
.gilogbac{
		width: 100%;
        margin: 0 auto;
		background-color: white;
	}

  #menubg{
    
  }
 
  @media only screen and (max-width:991px){
     .desktopOnly, .logocont,  .applyContainer{
        display: none;
     }
  }
.btn-dark{
   color:white;
   background:black;
   border-color:black;
}
.btn-dark:hover{
   color:white;
   background:black;
   border-color:black;
}
.blink {
        animation: blinker 0.6s linear infinite;
        color: #1c87c9;
        font-size: 18px;
        font-weight: bold;
      }
</style>
<header>








 


<div class="giflogo">
        <a href='index.html'>
          <img class="mlogo" style="max-width: 100%; margin-top:1px; display: block; margin-left: auto; margin-right: auto;" class="img-responsive jitlogo" src="img/jplogo.png" alt="logo">
        </a>
      </div>
</div>
</div>
<header>
<div id="header2" class="header4-area desk-nav desktopOnly">
<div class="header-top-area">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
</div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12"></div>
</div>
</div>
</div>
<div class="main-menu-area bg-primary" id="menubg">
<div class="container" style="width: 100%;">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<nav id="desktop-nav">
<ul>
<li>
                                <a class='custombox' href='index.html'>Home<span class="dce-nav-icon"><i class="caret"></i></span> </a>
                            </li>
                            <li>
                                <a class='custombox' href='library.html'> Library<span class="dce-nav-icon"><i class="caret"></i></span> </a>
                            </li>

                            <li>
                                <a class='custombox' href='notes.html'> Notes<span class="dce-nav-icon"><i class="caret"></i></span> </a>
                            </li>
                            <li>
                                <a class='custombox' href='studymaterials.html'> Placement prep.<span class="dce-nav-icon"><i class="caret"></i></span> </a>
                            </li>

                            <li>
                                <a class='custombox' href='important-links.html'> Important Links<span class="dce-nav-icon"><i class="caret"></i></span> </a>
                            </li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>

</header>
<style type="text/css">
   @media (max-width:500px){
   .desk-nav{ display: none;}
   }
   .drop-list{
   background-color: #0ca3c2;
   text-align: center;
   }
   .dropdown-login {
   position: relative;
   display: inline-block;
   }
   .dropdown-content {
   display: none;
   position: absolute;
   background-color: #f9f9f9;
   min-width: 160px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   }
   .dropdown-content a {
   color: black;
   padding: 7px 7px;
   text-decoration: none;
   display: block;
   }
   .dropdown-content a:hover {background-color: #f1f1f1}
   .dropdown:hover .dropdown-content {
   display: block;
   }
   .dropdown:hover .dropbtn {
   background-color: #3e8e41;
   }
</style>
<script type="745b44a5bbfed2bd24012b78-text/javascript">
   var timeDisplay = document.getElementById("time");
   
   
   function refreshTime() {
      var date = new Date().toLocaleString("en-US", {timeZone: "Asia/Calcutta"});
      var d = new Date(date),
      month = '' + (d.getMonth() + 1),
      day = '' + d.getDate(),
      year = d.getFullYear();
      var dateString = new Date()
      .toLocaleString()
      ;
      var d = new Date(),
      month = '0' + (d.getMonth() + 1),
      day = '' + d.getDate(),
      year = d.getFullYear();
      hours = d.getHours();
      min = d.getMinutes();
      sec = d.getSeconds();
      var date= [day, month, year].join('index-3.html');
      var time= [hours, min, sec].join(':');
      timeDisplay.innerHTML = date+" "+time;
   }
   
   setInterval(refreshTime, 1000);
</script> 

<div class="inner-page-banner-area" style="background-image: url('img/banner/5.html');">
<div class="container">
<div class="pagination-area">
<h1 style="font-size: 40px">E Learnings - IT Group Presentations</h1>
<ul>
<li><a href='index.html'>Home</a> -</li>
<li>Academics</li>
</ul>
</div>
</div>
</div>


<div class="courses-page-area5">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="course-details-inner">

<div class="course-details-tab-area">
<div class="tab-content">
<div class="tab-pane fade active in">
<h3 class="sidebar-title">IT - Group Presentations</h3>
<div class="clear"></div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<table width="727">
<tbody>
<tr>
<th width="58">
<p>S.NO</p>
</th>
<th width="102">
<p>NAME OF THE SUBJECT</p>
</th>
<th width="161">
<p>LINKS</p>
</th>
</tr>
<tr>
<td width="58">
<p>1</p>
</th>
<td width="102">
<p>Alpha and Beta Testing</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/alpha%20and%20beta%20testing%20(1).html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>2</p>
</th>
<td width="102">
<p>Levels of Testing</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/levels%20of%20testing.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>3</p>
</th>
<td width="102">
<p>Test Automation</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/test%20automation.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>4</p>
</th>
<td width="102">
<p>Test Maturity model</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/test%20maturity%20model.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>5</p>
</th>
<td width="102">
<p>Testing process</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/testing%20process.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>6</p>
</th>
<td width="102">
<p>White box testing</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/white%20box%20testing.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>7</p>
</th>
<td width="102">
<p>Data and File format</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/data%20and%20file%20format.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>8</p>
</th>
<td width="102">
<p>Evolving Technologies of Multimedia Systems</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/evolving%20technologies%20of%20multimedia%20systems.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>9</p>
</th>
<td width="102">
<p>JPEG,VIDEO,MPEG Compression</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/jpeg%20%2c%20video%20%2c%20mpeg%20compression.html">Download</a>
</tr>
<tr>
<td width="58">
<p>10</p>
</th>
<td width="102">
<p>Multimedia Application</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/multimedia%20application%20-%20copy.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>11</p>
</th>
<td width="102">
<p>Multimedia Data Interface Standard</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/multimedia%20data%20interface%20standard.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>12</p>
</th>
<td width="102">
<p>Storage and Retrieval Techniques</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/storage%20and%20retrieval%20techniques.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>13</p>
</th>
<td width="102">
<p>Type of Compression</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/type%20of%20compresion.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>14</p>
</th>
<td width="102">
<p>Database Architecture</p>
</td>
<td width="161">
<a href='pdf/elearningpdffiles/it/it-links/databasearchitecture.html'>Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>15</p>
</th>
<td width="102">
<p>Data Models</p>
</td>
<td width="161">
<a href='pdf/elearningpdffiles/it/it-links/datamodels.html'>Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>16</p>
</th>
<td width="102">
<p>DDLANDDML Commands
</p>
</td>
<td width="161">
<a href='pdf/elearningpdffiles/it/it-links/ddlanddmlcommands.html'>Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>17</p>
</th>
<td width="102">
<p>Keysln Relational Model</p>
</td>
<td width="161">
<a href='pdf/elearningpdffiles/it/it-links/keysinrelationalmodel.html'>Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>18</p>
</th>
<td width="102">
<p>Operations Relational Algebra</p>
</td>
<td width="161">
<a href='pdf/elearningpdffiles/it/it-links/operationsinrelationalalgebra.html'>Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>19</p>
</th>
<td width="102">
<p>SQL JOIN Commands</p>
</td>
<td width="161">
<a href='pdf/elearningpdffiles/it/it-links/sqljoincommands.html'>Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>20</p>
</th>
<td width="102">
<p>Building data path/p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/building%20data%20path.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>21</p>
</th>
<td width="102">
<p>Cache Memory</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/cache%20memory.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>22</p>
</th>
<td width="102">
<p>Graphical processing unit</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/graphical%20processing%20unit.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>23</p>
</th>
<td width="102">
<p>Hazards</p>
</td>
<td width="161">
<a href='pdf/elearningpdffiles/it/it-links/hazards.html'>Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>24</p>
</th>
<td width="102">
<p>Interrupts</p>
</td>
<td width="161">
<a href='pdf/elearningpdffiles/it/it-links/interrupts.html'>Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>25</p>
</th>
<td width="102">
<p>MIPS Addressing Mode</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/mips%20addressing%20mode.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>26</p>
</th>
<td width="102">
<p>Big Data for E-Commerce</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/big%20data%20for%20e-commerce.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>27</p>
</th>
<td width="102">
<p>Graph Database HIVE</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/graph%20database%20hive.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>28</p>
</th>
<td width="102">
<p>NOSQL Database</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/nosql%20database.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>29</p>
</th>
<td width="102">
<p>Real Time Sentimental Analysis</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/real%20time%20sentimental%20analysis.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>30</p>
</th>
<td width="102">
<p>Recomendation System</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/recomendation%20system.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>31</p>
</th>
<td width="102">
<p>Stock Market Prediction</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/stock%20market%20prediction.html">Download</a>
</td>
</tr>
<tr>
<td width="58">
<p>32</p>
</th>
<td width="102">
<p>Stream Memory</p>
</td>
<td width="161">
<a href="pdf/elearningpdffiles/it/it-links/stream%20memory.html">Download</a>
</td>
</tr>
</tbody>
</table>
</div>
<br> <br>
</tbody>
</table>
</div>
</div>


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


<style>
@media (min-width: 490px) and (max-width: 600px) {
    .icons{
 position: fixed;
        margin-left: 0px;
    }
}

@media (min-width: 601px) and (max-width: 777px) {
    .icons{
 position: fixed;
        margin-left: 0px;
    }
}
@media (min-width: 360px) and (max-width: 489px) {
    .icons{
         position: fixed;
        margin-left: 0px;
    }
}

</style>
<footer>


</ul>
</div>
</div>
</div>
</div>

<div id="menu2" class="container tab-pane fade">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="footer-box">
<h3>Contact Us</h3>
<ul class="corporate-address">
<li><i class="fa fa-phone" aria-hidden="true"></i><a href="Phone:044-27159000"> 044-27159000 </a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='c5aaa3a3aca6a085afa0b5b5aca4a4b7acabb6b1acb1b0b1a0ebaab7a2' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-map-marker" aria-hidden="true"></i> Jeppiaar Institute of Technology,
Kunnam, Sunguvarchatram,
Sriperumbudur (TK),<br>
Chennai - 631 604.
</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="footer-box">
<h3>Mail Address</h3>
<ul class="corporate-address">
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='711e1717181214311b14010118101003181f020518050405145f1e0316' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='dabeb3a8bfb9aeb5a89ab0bfaaaab3bbbba8b3b4a9aeb3aeafaebff4b5a8bd' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='553b3021223a273e153f3025253c3434273c3b26213c212021307b3a2732' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='204a4954504c4143454d454e54604a45505049414152494e535449545554450e4f5247' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='ef838e8b868a9c87809c9b8a83af858a9f9f868e8e9d86819c9b869b9a9b8ac1809d88' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
<li><i class="fa fa-envelope-o" aria-hidden="true"></i><a class='__cf_email__' data-cfemail='e384868d97908b8c9097868fa3898693938a8282918a8d90978a97969786cd8c9184' href='cdn-cgi/l/email-protection.html'>[email&#160;protected]</a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-12">
<div class="footer-box">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3889.2813876216824!2d79.87234891430361!3d12.88961922016061!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a52edd2f17dca51%3A0x1825c97e3f212814!2sJeppiaar%20Institute%20Of%20Technology!5e0!3m2!1sen!2sin!4v1611545783780!5m2!1sen!2sin" width="100%" height="250" frameborder="0" style="border:0;" allowfullscreen aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
</div>
</div>
<div id="menu3" class="container tab-pane fade">
<br>

<div class="footer-area-bottom">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<p style="text-align: left; font-size: 14px;">&copy; 2024 BACKBENCHERS , All right reserved. site developed & maintained by <a href="https://www.linkedin.com/in/panchanansahoo/" target="_blank">Panchanan Sahoo</a></p>
</div>
</div>
</div>
</div>






<style type="text/css">
   .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 95px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
</style>

<style>

   .icon-bar {
   position: fixed;
   z-index: 9999;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   }
   .icon-bar a {
   display: block;
   text-align: center;
   padding: 10px;
   transition: all 0.3s ease;
   color: white;
   font-size: 20px;
   }
   .icon-bar a:hover {
   background-color: #000;
   }
   .facebook {
   background: #3B5998;
   color: white;
   }
   .twitter {
   background: #55ACEE;
   color: white;
   }
   .google {
   background: #dd4b39;
   color: white;
   }
   .linkedin {
   background: #007bb5;
   color: white;
   }
   .youtube {
   background: #bb0000;
   color: white;
   }
   .content {
   margin-left: 75px;
   font-size: 30px;
   }
</style>
<style>

   .icon-bar1 {
   position: absolute;
   padding-left: 1380px;
   top: 9%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-20%);
   

   }
   .icon-bar1 a {
   display: block;
   text-align: center;
   padding: 2px;
   transition: all 0.3s ease;
   color: white;
   font-size: 20px;
  
   }
   .icon-bar1 a:hover {
   background-color: #000;
   }
  
   
   .content {
   margin-left: 75px;
   font-size: 30px;
   }
</style>
<style>

   .icon-bar2 {
   position: absolute;
   padding-left: 1200px;
   top: 9%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-20%);
   

   }
   .icon-bar2 a {
   display: block;
   text-align: center;
   padding: 2px;
   transition: all 0.3s ease;
   color: white;
   font-size: 20px;
  
   }
   .icon-bar2 a:hover {
   background-color: #000;
   }
  
   
   .content {
   margin-left: 75px;
   font-size: 30px;
   }





   button,
input{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	color: #1f96c2;
    padding-left: 500px;
	
  cursor:pointer;
  height:50px;
	min-width: 100px;
  //position:relative;
  
	border: 1px solid #1f96c2;
	border-radius: 5px;
  padding: 0 10px;	

	font-size: 20px;
}

//input:hover{box-shadow:0px 0px 4px #fff;}
//input:active{top:1px;}

//body{background-color:#222;}

.button-container {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(3,1fr);
	justify-items: center;
	width: 400px;	
	padding: 40px 0;
	margin: 0 auto;
}
</style>
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="745b44a5bbfed2bd24012b78-text/javascript">
var vert = 'vertical'.split("").join("<br/>")
$('#vert').html(vert);
</script> 
</div>

<div id="preloader"></div>


<script src="js/jquery-2.2.4.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/plugins.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/bootstrap.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/wow.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="vendor/slider/home.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="vendor/OwlCarousel/owl.carousel.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/jquery.meanmenu.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/jquery.scrollUp.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/waypoints.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/jquery.countdown.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/isotope.pkgd.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/select2.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="vendor/noUiSlider/nouislider.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/validator.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/jquery.magnific-popup.min.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>

<script src="js/main.js" type="745b44a5bbfed2bd24012b78-text/javascript"></script>
<script src="cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="745b44a5bbfed2bd24012b78-|49" defer></script></body>

<!-- Mirrored from www.jeppiaarinstitute.org/gp-it.php by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 18 Feb 2024 20:39:50 GMT -->

<!-- Mirrored from backbencher-note.netlify.app/gp-it by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 10 May 2024 13:18:38 GMT -->
</html>