



#section-copy{
    padding: 10px 0px;
    line-height: 15px;
    font-size: 12px;
    background: #e8e8e8;
}



   #section-copy p{
       font-size: 12px;

       margin-bottom: 0px;
   }






   #section-copy p a{

       color: inherit;
   }


   #section-copy .box-copyright{
      font-size: 12px;
      margin-bottom: 0px;
  }



  #section-copy .box-copyright .material-icons-sharp{
      font-size: 20px;
      margin-left: 10px;
  }






@media (min-width: 768px) {

}










@media (min-width: 992px) {


}














.back-top {
  cursor: pointer;
  position: fixed !important;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #1128c8;
  padding: 20px 0 15px 0;
  width: 40px;
  position: absolute;
  color: #ffffff;
}

.back-top.back-top-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.back-top .scoll-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-left: 8px;
}

.back-top .scroll-line {
  width: 1px;
  height: 60px;
  overflow: hidden;
  margin: 0 0 10px 20px;
}

.back-top .scroll-line:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, rgba(21, 175, 90, 0)));
  background: linear-gradient(180deg, #ffffff 50%, rgba(21, 175, 90, 0) 0);
  background-position: 0 -60px;
  background-size: 100% 200%;
  -webkit-animation: backtop 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
  animation: backtop 5s cubic-bezier(0.76, 0, 0.3, 1) infinite forwards;
}

@-webkit-keyframes backtop {
  from {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 60px;
  }
}

@keyframes backtop {
  from {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 60px;
  }
}















@media (max-width: 992px) {

  #footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}





