@font-face{
  font-family:'ocr-aregular';
  src: url(font/ocr-aregular.ttf);
}

body{
  
  text-transform: uppercase;
  
}


h1{
  font-family: 'ocr-aregular';
  color: #00000027;
  font-size: 1em;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}





a:link {
  font-family: 'ocr-aregular';
  font-size: 1em;
  text-align: center;
  color:black;
  text-decoration: none;
}

a:visited {
  font-family: 'ocr-aregular';
  font-size: 1em;
  text-align: center;
  color: black;
  text-decoration: none;
}

a:hover {
  font-family: 'ocr-aregular';
  font-size: 1em;
  text-align: center;
  color:#66cc00; 

}

a:active {
  font-family: 'ocr-aregular';
  font-size: 1em;
  text-align: center;
  color:#000000; 
}



  
li {
    display: inline;
    font-size: 0px;
    margin-left: 0px;
}


  .left-hovring {
    
    
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-top: 1%;
    margin: auto;
    
    }

  

    .text-ref {
      width: 60%;
      font-family: 'ocr-aregular';
    font-size: 1em;
    text-align: left;
 
    margin-left: 8%;
    margin-top: -3%;
    }


ul{
  list-style: none;
  font-family: 'ocr-aregular';
  font-size: 2em;
 
 

}




ul li{
  font-size: 1.0em;
  line-height: 1.0em;
  display: inline-block;
}



li.title{
  color: #66cc00;
}


li.keywords{
  color: #66cc00;
}




span.title{
  font-size: 1em;
}


.dot {
  height: 25px;
  width: 25px;
  background-color: #66cc00;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  
}


.left-hovring ul li img{
 
  
  visibility: hidden;
  position: absolute;
 
  
}

.left-hovring ul li:hover img{
  visibility: visible;
  transform: scale(1);
}




/* image1 */
  
.left-hovring ul li.hover  img{
   
    
  visibility: hidden;
  position: absolute;
 
  z-index: 1;
  transition: all 0.3s ease;
  transform: scale(0);
  height: 25%;
  border: 3px solid black;
  
}

.left-hovring ul li.hover:hover img{
  visibility: visible;
  transform: scale(1);
}

/* image2 */

.left-hovring ul li.hover2 img {


visibility: hidden;
position: absolute;

z-index: 1;
transition: all 0.3s ease;
transform: scale(0);
height: 20%;
border: 3px solid black;

}

.left-hovring ul li.hover2:hover img {
visibility: visible;
transform: scale(1);
}

/* image3 */

.left-hovring ul li.hover3 img {


  visibility: hidden;
  position: absolute;
  
  z-index: 1;
  transition: all 0.3s ease;
  transform: scale(0);
  height: 30%;
  border: 3px solid black;
  
}

.left-hovring ul li.hover3:hover img {
  visibility: visible;
  transform: scale(1);
}

/* image4 */

.left-hovring ul li.hover4 img {


  visibility: hidden;
  position: absolute;
  
  z-index: 1;
  transition: all 0.3s ease;
  transform: scale(0);
  height: 30%;
  border: 3px solid black;
  
}

.left-hovring ul li.hover4:hover img {
  visibility: visible;
  transform: scale(1);
}
 /* image5 */

 .left-hovring ul li.hover5 img {


  visibility: hidden;
  position: absolute;

  z-index: 1;
  transition: all 0.3s ease;
  transform: scale(0);
  height: 30%;
  border: 3px solid black;
  
  }
  
  .left-hovring ul li.hover5:hover img {
  visibility: visible;
  transform: scale(1);
  }


li.one{
color: #00000027;
}


li.one:hover{
  color: #66cc00;
  }


  /*scrollbar*/
::-webkit-scrollbar{
  width: 15px;
}

::-webkit-scrollbar-track{
  background: linear-gradient(to top, transparent, #66cc00, transparent);
}

::-webkit-scrollbar-thumb{
  background: linear-gradient(to top, transparent, #eeffdc ,transparent);
  
}

  