.back{z-index: -1}

.light ul li{color: #fff}

.ba-icon-list-wrapper ul li i{margin-right: 10px !important}


.line:after{
  content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  color: #c2211b;
  text-decoration:underline; 
  
  }

.center-line:after{
  content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  color: #c2211b;
  text-decoration:underline; 
  position: absolute;
  left: 50%;
  top:70px;
  transform: translate(-50%)
  }

.float{   

  animation: float 4s ease-in-out infinite !important;
}

@keyframes float {
	0% {transform: translatey(0px);}
	50% {transform: translatey(-20px);}
	100% {transform: translatey(0px);	}
}
