﻿/*.ajaxLoader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('pipeloader.gif') 50% 50% no-repeat;
    background-size: 100px 100px;
}*/

/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
/*body.loading {
    overflow: hidden;
}*/

/* Anytime the body has the loading class, our modal element will be visible */
/*body.loading .ajaxLoader {
display: block;
}*/


/*----------------start code by basma new loder-------------------------------*/



.loading-a {
    display:none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 );
    background-size: 100px 100px;
}
body.loading {
    overflow: hidden;
}
body.loading .loading-a {
        display: block;
}

/*.loading-a-item:nth-child(1) {
    animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
}

.loading-a-item:nth-child(2) {
    animation: bouncing 0.4s 0.1s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
}

.loading-a-item:nth-child(3) {
    animation: bouncing 0.4s 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
}

@keyframes bouncing {
    0% {
        transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
    }

    100% {
        transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
    }
}*/
/*=====================counter by basma=============================*/
.counter.loading-a2 {
    display: none;
}

body.loading{overflow: hidden;}

body.counter.loading-a2 {
    display: block;
}

.counter.loading-a2 {
    background-color: #eaecf0;
    text-align: center;
    display: none;
}
body.loading-a2 {
    display: block;
}
.employees, .customer, .design, .order {
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 34px;
    text-align: center !important;
}

.counter.loading-a2 {
    display: none!important;
    font-size: 18px;
    background-color: #ffffff4a;
    border-radius: 50%;
    position: relative;
    color: #009688;
    text-align: center;
    line-height: 100px;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    border: 10px solid;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 100px;
    left: 650px !important;
}

.employee-p, .customer-p, .order-p, .design-p {
    font-size: 18px;
    color: #000000;
    line-height: 34px;
    text-align:center!important;
}