/**
Theme Name: Momentum
Author: Dibyajyoti Saikia
Author URI: https://www.hellopixels.com/
Description: NA
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: momentum
Template: astra
*/
a{
	outline: none !important;
}
.ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@keyframes bar {
  0%, 100% {
	  height: 139px;
	  top: -13px;
	  transform: translate(-50%) rotate(20deg);
	}
  50% {
	  height: 139px;
	  top: -13px;
	  transform: translate(-50%) rotate(-20deg);
	}
}