.top-border{ 
    border-top:3px solid #00B285;
}
.bottom-border{
    border-bottom:3px solid #00B285;
}
.left-border{ 
    border-left:3px solid #00B285;
}
.right-border{
    border-right:3px solid #00B285;
}
.head-title{
    font-size:16px; font-weight:400;
}
/* SOCIAL MEDIA SHARE */
.icon-float {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 999;
}
.icon-float ul {
  padding: 0;
  margin: 0;
}
.icon-float ul li {
  list-style: none;
}
.icon-float ul li a {
  display: block;
  padding: 8px;
  transition: all 0.5s ease;
}
.icon-float ul li a i {
  padding: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
/*
.icon-float ul li a:hover {
  transform: rotateY(-180deg);
}
.icon-float ul li a:hover i {
  transform: rotateY(180deg);
}
*/
.fb1 { background: #3b5998; }
.gp1 { background: #0077b5; }
.tw1 { background: #1da1f2; }
.li1 { background: #0077b5; }
.yt1 { background: #a01a1a; }
.wa1 { background: #269122; }
.ins1 { background: #e44d8f; }
.tik1 { background: #144B4B; }