.Banner_contact .button_Group {
    margin-top: 25px;
}
.Banner_contact ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.Banner_contact ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}
.banner_section h4 {
    color: #fff;
    text-transform: uppercase;
}

.animista {
}

.animista [class*="anim-delay-"] {
    opacity: 0;
  }

.animista.appear [class*="anim-delay-"]{
      opacity: 1;
}

.animista.appear .slide-bottom[class*="anim-delay-"]  {
      animation-name: slide-bottom;
      animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
      animation-fill-mode: both;
 }

.animista.appear .slide-top[class*="anim-delay-"]  {
      animation-name: slide-top;
      animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
      animation-fill-mode: both;
 }

.animista.appear .slide-right[class*="anim-delay-"]  {
      animation-name: slide-in-right;
      animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
      animation-fill-mode: both;
 }

.animista.appear .slide-left[class*="anim-delay-"]  {
      animation-name: slide-in-left;
      animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
      animation-fill-mode: both;
 }


.animista.appear .scale-up-center[class*="anim-delay-"]  {
      animation-name: scale-up-center;
      animation-timing-function: cubic-bezier(0.390, 0.575, 0.565, 1.000);
      animation-fill-mode: both;
 }

.animista.appear .scale-down-center[class*="anim-delay-"]  {
      animation-name: scale-down-center;
      -webkit-animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	    animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
 }

/*
.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.scale-down-center {
	-webkit-animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}*/

    // Let's add animation delays so we can
    // create staggered animation effect
    .animista.appear .anim-delay-1 { animation-delay: 0.1s; }
    .animista.appear .anim-delay-2 { animation-delay: 0.3s; }
    .animista.appear .anim-delay-3 { animation-delay: 0.6s; }
    .animista.appear .anim-delay-4 { animation-delay: 0.8s; }
    .animista.appear .anim-delay-5 { animation-delay: 1.0s; }
    .animista.appear .anim-delay-6 { animation-delay: 1.3s; }
    .animista.appear .anim-delay-7 { animation-delay: 1.5s; }

    .animista.appear .anim-slow { animation-duration: 0.3s; }
    .animista.appear .anim-medium { animation-duration: 0.8s; }
    .animista.appear .anim-fast { animation-duration: 1.4s; }


@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-2-17 13:52:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-2-17 14:50:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}


