.btn-spandan {
    background: #fdd340;
    border: 2px solid #f8f8f8;
    color: #333 !important;
}
.btn-spandan:hover {
    background: #282f34;
    border: 2px solid #fdd340;
    color: #FFFFFF !important;
}
.yellow {
    color: #fdd340;
}
.btn-spandan-y {
    background: #fdd340;
    border: 2px solid #f8f8f8;
    color: #333 !important;
}
.btn-spandan-y:hover {
    background: #282f34;
    border: 2px solid #fdd340;
    color: #FFFFFF !important;
}
.animal-item__icon img {
    width: 60px;
} 
.campaign-item {
    background: white;
}
.campaign-item {
    background: white;
    padding: 10px;
}

.abimg img{
    border-radius:20px;
}

.spcol{
    color:#24552c;
}

.animal-item:hover{
    background-color:#ffd872;
}
.div-h{
    height:100%;
}
.footer-list{
    padding-left:0px;
}
.footer-list li a{
   font-size:16px;
   margin-bottom:10px;
   color:#fff!important;
}
.footer-list li {
   list-style:none!important;
}

.footer-list p{
   font-size:16px;
   margin-bottom:10px;
   color:#fff!important;
}

.secpad{
    padding:70px 0px;
}


		    @keyframes upDownAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.animatelogo {
  animation: upDownAnimation 2s ease-in-out infinite;
}
	.banelist{
	    list-style:none;
	    font-size:18px;
	}

	.banelist li{
	    margin-left:10px;
	    color:#fff;
	} 