.bg-breadcrumb{background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;padding:60px 0 30px;position:relative;transition:.5s}.bg-breadcrumb:after{animation:RotateMoveSingle 5s linear infinite;background:transparent;border:80px solid rgba(247,71,128,.05);border-radius:300px;bottom:-20%;content:"";height:600px;left:-10%;position:absolute;width:600px;z-index:-1}.bg-breadcrumb .breadcrumb{position:relative;z-index:2}.bg-breadcrumb:before{animation:RotateMoveSingle 5s linear infinite;background:transparent;border:80px solid rgba(247,71,128,.04);border-radius:300px;content:"";height:600px;position:absolute;right:-10%;top:-15%;width:600px;z-index:-1}@keyframes RotateMoveSingle{0%{-webkit-transform:rotate(0deg) rotate(0deg) translate3d(0,1%,0) rotate(0deg);transform:rotate(0deg) rotate(0deg) translate3d(0,1%,0) rotate(0deg)}to{-webkit-transform:rotate(1turn) rotate(1turn) translate3d(0,1%,0) rotate(-1turn);transform:rotate(1turn) rotate(1turn) translate3d(0,1%,0) rotate(-1turn)}0%{top:0}50%{top:10%}to{top:0}}@media (max-width:992px){.bg-breadcrumb{padding-top:100px!important}}.breadcrumb-animation{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.breadcrumb-animation li{animation:animate 25s linear infinite;background:rgba(102,16,242,.07);bottom:-150px;display:block;height:20px;list-style:none;position:absolute;width:20px}.breadcrumb-animation li:first-child{animation-delay:0s;height:80px;left:25%;width:80px}.breadcrumb-animation li:nth-child(2){animation-delay:2s;animation-duration:12s;height:20px;left:10%;width:20px}.breadcrumb-animation li:nth-child(3){animation-delay:4s;height:20px;left:70%;width:20px}.breadcrumb-animation li:nth-child(4){animation-delay:0s;animation-duration:18s;height:60px;left:40%;width:60px}.breadcrumb-animation li:nth-child(5){animation-delay:0s;height:20px;left:65%;width:20px}.breadcrumb-animation li:nth-child(6){animation-delay:3s;height:110px;left:75%;width:110px}.breadcrumb-animation li:nth-child(7){animation-delay:7s;height:150px;left:35%;width:150px}.breadcrumb-animation li:nth-child(8){animation-delay:15s;animation-duration:45s;height:25px;left:50%;width:25px}.breadcrumb-animation li:nth-child(9){animation-delay:2s;animation-duration:35s;height:15px;left:20%;width:15px}.breadcrumb-animation li:nth-child(10){animation-delay:0s;animation-duration:11s;height:150px;left:85%;width:150px}@keyframes animate{0%{border-radius:0;opacity:1;transform:translateY(0) rotate(0deg)}to{border-radius:50%;opacity:0;transform:translateY(-1000px) rotate(2turn)}}