.logo-w{
	padding: 18% !important;
}
#config-url{
	display: hidden;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.animate-box {
  animation-name: fadeUp;
  animation-duration: 1s;
}

@media screen and (max-width: 1250px){
	.all-wrapper{
		padding-top: 20px !important;
	}
}