/* ============================================================
   LOTUS EFFECTS CSS
   ============================================================ */

/* Animated white underline */
/*.lotus-underline {
/*	position: relative;
/*	display: inline-block;
/*}
/*
/*.lotus-underline::after {
/*	content: '';
/*	position: absolute;
/*	bottom: -4px;
/*	left: 0;
/*	width: 0%;
/*	height: 3px;
/*	background: #ffffff;
/*	border-radius: 2px;
/*	transition: width 0.7s cubic-bezier(0.25, 1, 0.5, 1);
/*}
/*
/*.lotus-underline--active::after {
/*	width: 100%;
/*}*/





