/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2021 | 23:34:53 */
.cls_footer_link {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.cls_footer_link:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #6699ff;
  transition: .3s;
}
.cls_footer_link:hover:after {
  width: 80%;
}


