/********************  Preloader Demo-1 *******************/
.preloader1, .preloader1 .loader {
    display: flex;
    align-content: center
}

.preloader1 {
    padding: 20px 0;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

/*.preloader1{height:100%;width:100%;padding:20px 0;flex-flow:column wrap;justify-content:center;align-items:center;}*/
.preloader1 .loader {
    text-align: center;
    margin: 5px;
    border-radius: 50%;
    border: 4px solid #0006ff;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    position: relative
}

.preloader1 .loader-inner-1 {
    animation: change_first_circle 4s ease-in-out infinite
}

.preloader1 .loader-inner-2 {
    animation: change_second_circle 4s ease-in-out infinite;
    border: 4px solid #00ffc5;
}

.preloader1 .loader-inner-3 {
    width: 100px;
    height: 100px;
    animation: change_last_circle 6s linear infinite;
    border: 4px solid #ffad2e;
}

@keyframes change_first_circle {
    50% {
        transform: rotateX(360deg) scale(.8)
    }
}

@keyframes change_second_circle {
    50% {
        transform: rotateY(360deg) scale(.8)
    }
}

@keyframes change_last_circle {
    50% {
        transform: rotateX(360deg) scale(.8)
    }
}

/********************  Preloader Demo-10 *******************/
.loader10 {
    width: 100px;
    height: 100px;
    margin: 50px auto;
    overflow: hidden;
    position: relative
}

.loader10 span {
    display: inline-block;
    position: absolute;
    animation: loading-10 9s cubic-bezier(.45, .05, .55, .95) infinite
}

.loader10 span:nth-child(1) {
    background: #ff4b7d;
    animation-name: loading-10
}

.loader10 span:nth-child(2) {
    background: #3485ef;
    animation-name: loading-102
}

.loader10 span:nth-child(3) {
    background: #5fad56;
    animation-name: loading-103
}

.loader10 span:nth-child(4) {
    background: #e9573d;
    animation-name: loading-104
}

@keyframes loading-10 {
    0%, 5% {
        width: 25%;
        height: 25%;
        border-radius: 100% 0 0;
        background: #ff4b7d;
        bottom: 50%;
        left: 25%
    }
    10% {
        width: 25%;
        height: 25%;
        border-radius: 100% 100% 0 0;
        background: #ff4b7d;
        bottom: 50%;
        left: 25%
    }
    13%, 18% {
        width: 25%;
        height: 25%;
        border-radius: 100% 100% 0 0;
        background: #5fad56;
        bottom: 50%;
        left: 12.5%
    }
    20% {
        width: 32.5%;
        height: 32.5%;
        border-radius: 50%;
        background: #5fad56;
        bottom: 50%;
        left: 6.25%
    }
    25%, 30% {
        width: 25%;
        height: 25%;
        border-radius: 50%;
        background: #3485ef;
        bottom: 62.5%;
        left: 12.5%
    }
    35% {
        width: 14%;
        height: 10%;
        border-radius: 999px;
        background: #ff4b7d;
        left: 0;
        bottom: 0
    }
    40%, 60% {
        height: 100%
    }
    55% {
        height: 10%
    }
    70% {
        width: 14%;
        height: 25%;
        border-radius: 999px;
        background: #ff4b7d;
        bottom: 0;
        left: 0
    }
    75%, 97% {
        width: 25%;
        height: 25%;
        border-radius: 100%;
        bottom: 57.5%;
        left: 17.5%
    }
    100% {
        width: 50%;
        height: 50%;
        border-radius: 100%;
        bottom: 25%;
        left: 25%
    }
}

@keyframes loading-102 {
    0%, 5% {
        width: 25%;
        height: 25%;
        background: #ff4b7d;
        border-radius: 0 0 0 100%;
        bottom: 25%;
        left: 25%
    }
    10% {
        width: 25%;
        height: 25%;
        background: #ff4b7d;
        border-radius: 0 0 100% 100%;
        bottom: 25%;
        left: 25%
    }
    13%, 18% {
        width: 25%;
        height: 25%;
        background: #5fad56;
        border-radius: 0 0 100% 100%;
        bottom: 25%;
        left: 12.5%
    }
    20% {
        width: 32.5%;
        height: 32.5%;
        background: #5fad56;
        border-radius: 50%;
        bottom: 25%;
        left: 6.25%
    }
    25% {
        width: 25%;
        height: 25%;
        background: #3485ef;
        border-radius: 50%;
        bottom: 12.5%;
        left: 12.5%
    }
    30% {
        left: 12.5%;
        bottom: 12.5%;
        border-radius: 50%;
        height: 25%;
        width: 25%;
        background: #3485EF
    }
    35% {
        left: 28%;
        bottom: 0;
        border-radius: 999px;
        height: 10%;
        width: 14%;
        background: #3485EF
    }
    40%, 60% {
        height: 10%
    }
    45%, 65% {
        height: 100%
    }
    75% {
        left: 28%;
        bottom: 0;
        border-radius: 999px;
        height: 25%;
        width: 14%;
        background: #3485EF
    }
    80% {
        left: 17.5%;
        bottom: 17.5%;
        border-radius: 100%;
        height: 25%;
        width: 25%
    }
    97% {
        left: 17.5%;
        bottom: 17.5%;
        border-radius: 100%;
        height: 25%;
        width: 25%;
        box-shadow: none
    }
    100% {
        box-shadow: -3px -3px 5px -5px #3485EF;
        border-radius: 100%;
        left: 25%;
        bottom: -50%;
        height: 50%;
        width: 50%
    }
}

@keyframes loading-103 {
    0%, 5% {
        left: 50%;
        bottom: 50%;
        border-radius: 0 100% 0 0;
        height: 25%;
        width: 25%;
        background: #FF4B7D
    }
    10% {
        left: 50%;
        bottom: 50%;
        border-radius: 100% 100% 0 0;
        height: 25%;
        width: 25%;
        background: #FF4B7D
    }
    13%, 18% {
        left: 62.5%;
        bottom: 50%;
        border-radius: 100% 100% 0 0;
        height: 25%;
        width: 25%;
        background: #5FAD56
    }
    20% {
        left: 66.25%;
        bottom: 50%;
        border-radius: 50%;
        height: 32.5%;
        width: 32.5%;
        background: #5FAD56
    }
    25%, 30% {
        left: 62.5%;
        bottom: 62.5%;
        border-radius: 50%;
        height: 25%;
        width: 25%;
        background: #3485EF
    }
    35% {
        left: 56%;
        bottom: 0;
        border-radius: 999px;
        height: 10%;
        width: 14%;
        background: #5FAD56
    }
    45%, 65% {
        height: 10%
    }
    50%, 70% {
        height: 100%
    }
    80% {
        left: 56%;
        bottom: 0;
        border-radius: 999px;
        height: 25%;
        width: 14%;
        background: #5FAD56
    }
    85% {
        left: 57.5%;
        bottom: 57.5%;
        border-radius: 100%;
        height: 25%;
        width: 25%
    }
    97% {
        left: 57.5%;
        bottom: 57.5%;
        border-radius: 100%;
        height: 25%;
        width: 25%;
        box-shadow: none
    }
    100% {
        box-shadow: -3px -3px 5px -5px #5FAD56;
        border-radius: 100%;
        left: 100%;
        bottom: 25%;
        height: 50%;
        width: 50%
    }
}

@keyframes loading-104 {
    0%, 5% {
        left: 50%;
        bottom: 25%;
        border-radius: 0 0 100%;
        height: 25%;
        width: 25%;
        background: #FF4B7D
    }
    10% {
        left: 50%;
        bottom: 25%;
        border-radius: 0 0 100% 100%;
        height: 25%;
        width: 25%;
        background: #FF4B7D
    }
    13%, 18% {
        left: 62.5%;
        bottom: 25%;
        border-radius: 0 0 100% 100%;
        height: 25%;
        width: 25%;
        background: #5FAD56
    }
    20% {
        left: 66.25%;
        bottom: 25%;
        border-radius: 50%;
        height: 32.5%;
        width: 32.5%;
        background: #5FAD56
    }
    25%, 30% {
        left: 62.5%;
        bottom: 12.5%;
        border-radius: 50%;
        height: 25%;
        width: 25%;
        background: #3485EF
    }
    35% {
        left: 84%;
        bottom: 0;
        border-radius: 999px;
        height: 10%;
        width: 14%;
        background: #e9573d
    }
    50%, 70% {
        height: 10%
    }
    55%, 75% {
        height: 100%
    }
    85% {
        left: 84%;
        bottom: 0;
        border-radius: 999px;
        height: 25%;
        width: 14%;
        background: #E9573D
    }
    90% {
        left: 57.5%;
        bottom: 17.5%;
        border-radius: 100%;
        height: 25%;
        width: 25%
    }
    97% {
        left: 57.5%;
        bottom: 17.5%;
        border-radius: 100%;
        height: 25%;
        width: 25%;
        box-shadow: none
    }
    100% {
        box-shadow: -3px -3px 5px -5px #e9573d;
        border-radius: 100%;
        left: 100%;
        bottom: -50%;
        height: 50%;
        width: 50%
    }
}


.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    transition: all 0.5s;
    opacity: 0.6;
}

.preloader-remove {
    opacity: 0;
    z-index: -10;
}

.text {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    margin-top: 200px;
}
.textupdate {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin-top: -3px;
}
