.align{
	vertical-align:super;
}
.svg-icon{
	vertical-align:sub;
}
.svg-icon-top{
	vertical-align:middle;
}
.border{
	border:1px solid #009688;
	
}
.border p{
	padding:17px 0 0 10px;
	text-align:center;
	font-weight:bold;
}
.sec-title p{
    position: relative;
    color: #009688;
  
	-webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

@media only screen and (max-width: 600px) {
  .hidden-xs {
    display: none !important;
  }
}