/**
Theme Name: Avisu
Author: teclan ltd
Author URI: https://www.teclan.com
Description: Child theme for Avisu
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: teclan
Template: astra
*/

.ast-builder-grid-row>.site-header-section {flex-wrap:wrap}

/* ----------------------------------------------
 * Generated by Animista on 2022-4-7 16:48:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.elementor-element.animated.fadeIn + .elementor-element #tec-scroller {
  -webkit-animation: slide-in-bottom 2s cubic-bezier(.33,.93,.58,.97) both;
animation: slide-in-bottom 2s cubic-bezier(.33,.93,.58,.97) both;
  animation-delay: 2s;
}


#tec-scroller {opacity: 0;position:absolute;bottom:-110px;margin-left:-110px;left:50%;height:220px;z-index:100;}
#tec-scroller .scroll-text {text-transform: uppercase;color:#fff;font-weight: 700;display:block;width:220px;text-align:center;position:absolute;left:0;top:50px}

.elementor-element.animated.fadeIn ~ .elementor-widget-heading {
    -webkit-animation: fade-out 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-out 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0s;
}