#svgBox{
	margin: 0 auto;
	max-width: 400px;
}

svg{
	display: block;
	margin: 0 auto;
	opacity: 0;
}
svg:not(:root){overflow: hidden}

.svg1 path{
	transition: stroke-dashoffset 8s ease-out;
}
.svg1.animated path{
	stroke-dashoffset: 0 !important;
}