body,
html {
    /* height: 100%; */
    background: #f9f9fa;

}

.splash-container {

    background: #f9f9fa;
}

.app-loading {
    /* position: relative; */
    bottom: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: hsla(0, 0%, 100%, 0.1);
}

/* .app-loading .logo {
        //width: 100px;
        //height: 100px;
        //background: url(./assets/logo.png) center center no-repeat; 
      } */

.app-loading .spinner {
    height: 250px;
    width: 250px;
    animation: rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.app-loading .spinner .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #0694c0
}

.logo {
    /* background-color: white; */
    margin-top: 5em;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-logo {
    width: 120px;
    z-index: 9999;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

.loading-text {
    position: absolute;
    top: 70%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px !important;
}

.company-text {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    /* position: absolute; */
    /* top: 90%; */
    text-align: center;
    margin-top: 10px;
    /* font-weight: 600; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    font-size: 16px !important;
}


.progress-container {
    position: fixed;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    z-index: 9999;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: #0694c0;
    border-radius: 4px;
    transition: width 0.3s ease-in-out;
}

.loading {

    position: absolute;
    top: 85%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pl {
    width: 6em;
    height: 6em;
}

.pl__ring {
    animation: ringA 2s linear infinite;
}

.pl__ring--a {
    stroke: #f42f25;
}

.pl__ring--b {
    animation-name: ringB;
    stroke: #f49725;
}

.pl__ring--c {
    animation-name: ringC;
    stroke: #255ff4;
}

.pl__ring--d {
    animation-name: ringD;
    stroke: #f42582;
}

/* Animations */
@keyframes ringA {

    from,
    4% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }

    12% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -335;
    }

    32% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -595;
    }

    40%,
    54% {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -660;
    }

    62% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -665;
    }

    82% {
        stroke-dasharray: 60 600;
        stroke-width: 30;
        stroke-dashoffset: -925;
    }

    90%,
    to {
        stroke-dasharray: 0 660;
        stroke-width: 20;
        stroke-dashoffset: -990;
    }
}

@keyframes ringB {

    from,
    12% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -110;
    }

    20% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -115;
    }

    40% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -195;
    }

    48%,
    62% {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    70% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    90% {
        stroke-dasharray: 20 200;
        stroke-width: 30;
        stroke-dashoffset: -305;
    }

    98%,
    to {
        stroke-dasharray: 0 220;
        stroke-width: 20;
        stroke-dashoffset: -330;
    }
}

@keyframes ringC {
    from {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    8% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    28% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    36%,
    58% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    66% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    86% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    94%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}

@keyframes ringD {

    from,
    8% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: 0;
    }

    16% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -5;
    }

    36% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -175;
    }

    44%,
    50% {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -220;
    }

    58% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -225;
    }

    78% {
        stroke-dasharray: 40 400;
        stroke-width: 30;
        stroke-dashoffset: -395;
    }

    86%,
    to {
        stroke-dasharray: 0 440;
        stroke-width: 20;
        stroke-dashoffset: -440;
    }
}


@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Exo', sans-serif;
}


.context {
    width: 100%;
    position: absolute;
    top: 50vh;

}

.context h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area {
    background: #f9f9fa;
    background: -webkit-linear-gradient(to left, #8f94fb, #282829);
    width: 100%;
    height: 100vh;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f9f9fa !important;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(18, 109, 10, 0.2);
    animation: animate 10s linear infinite;
}

/* .circles li:nth-child(odd) {
    top: 80%;
}

.circles li:nth-child(even) {
    top: 50%;
} */

.circles li:nth-child(1) {
    left: 25%;
    top: 80%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 100px;
    height: 100px;
    top: 60%;
    animation-delay: 0s;
    animation-duration: 3s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    top: 30%;
    animation-delay: 0s;
    animation-duration: 5s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    top: 50%;
    animation-delay: 0s;
    animation-duration: 3s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    top: 90%;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 3s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    top: 73%;
    animation-delay: 0s;
    animation-duration: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 50px;
    top: 50%;
    height: 50px;
    animation-delay: 0s;
    animation-duration: 4s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    top: 70%;
    animation-delay: 0s;
    animation-duration: 3s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 25px;
    height: 25px;
    top: 40%;
    animation-delay: 0s;
    animation-duration: 4s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 4s;
}



@keyframes animate {

    0% {
        transform: translateY(360deg) rotate(10deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}