@media only screen and (max-width:767px){
			.hidden-mobile{display:none;}
	.ast-theme-transparent-header #ast-desktop-header > .ast-main-header-wrap > .main-header-bar, .ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > .ast-main-header-wrap > .main-header-bar {
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  display: none;
}
		  .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    text-align: center;
    display: none !important;
  }
}

  .bg-gradient-animate {
      background: linear-gradient(45deg, #1A3C34, #00D4FF) !important;
      background-size: 200% 200%;
      animation: gradientShift 15s ease infinite;
    }

.bgg{background-color:#ff0000 !important;}