@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);

/*body{
background: -webkit-linear-gradient(45deg, #03D38E 0%, rgba(3, 211, 142, 0) 70%), -webkit-linear-gradient(315deg, #DD09EC 10%, rgba(221, 9, 236, 0) 80%), -webkit-linear-gradient(225deg, #03C4DD 10%, rgba(3, 196, 221, 0) 80%), -webkit-linear-gradient(135deg, #AA09D3 100%, rgba(170, 9, 211, 0) 70%);
background: linear-gradient(45deg, #03D38E 0%, rgba(3, 211, 142, 0) 70%), linear-gradient(135deg, #DD09EC 10%, rgba(221, 9, 236, 0) 80%), linear-gradient(225deg, #03C4DD 10%, rgba(3, 196, 221, 0) 80%), linear-gradient(315deg, #AA09D3 100%, rgba(170, 9, 211, 0) 70%);

}*/

.center-a {
position: absolute;
display: block;
color: #FFF;
top: 40%;
left: 0;
right: 0;
text-align: center;
font-family: raleway;
text-transform: uppercase;
font-weight: 800;
font-size: 62px;
text-shadow: 3px 3px rgba(0, 0, 0, 0.25);
}

/* Preloader */
.loader_hide {opacity:0; width:100%; overflow-x:hidden;}
.loader {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#ecf0f1;
    z-index: 99999;
}

.svg-ani {
margin-left: auto;
  margin-right: auto;
position: absolute;
top: 20rem;
left: 0;
bottom: 0;
right: 0;
}

svg path, svg rect {
fill: #FF6700;
}
