@charset "UTF-8";
/* CSS Document */




.light{
    width: 66%;
    margin: 0px auto !important;
    text-align: center !important;
}

.light img{
    width: 100%;
        margin: 10px 0;
    background-color:#fff;
}


.light img:hover{
    opacity: 0.7;
    box-shadow: 1px 1px 10px 6px rgba(255, 255, 255, 0.3);
    background-color:#fff;
}

.inner2{
    top: 50%;
    left: 9.5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top-scroll{
 position: absolute; 
    bottom: 0; 
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



.scroll-w {
 font-family: democratica, sans-serif;
 font-style: normal;
 font-weight: 700;
     display: inline-block;
 padding: 40px 0px 15px 0px;
 color: #fff;
font-size: 15px;
opacity: 0.9;
    margin: 0 auto;
    text-align: center;
 justify-content: center;
   text-shadow: 1px 5px 8px #000;
}


.scroll {
 font-family: democratica, sans-serif;
 font-style: normal;
 font-weight: 700;
  display: inline-block;
  padding: 40px 0px 15px 0px;
  color: #fff;
font-size: 15px;
opacity: 0.9;
}

.scrollborder-w {
  width: 1px;
  height: 120px;
  background-color: #9f864f;
 opacity: 0.8;
 animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
	left: 0;
  right: 0;
  margin: auto;
}

.scrollborder {
  width: 1px;
  height: 80px;
  background-color: #9f864f;
 opacity: 0.8;
 animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
	left: 0;
  right: 0;
  margin: auto;
}


@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
