/** Preloaders **/
.edm_preloader_main {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999999999;
    text-align: center;
}

.edm_preloader_inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.edm-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .edm-ripple div {
    position: absolute;
    border: 4px solid #4d0d8e;
    opacity: 1;
    border-radius: 50%;
    animation: edm-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .edm-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes edm-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  

  .edm-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .edm-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #4d0d8e;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .edm-ellipsis div:nth-child(1) {
    left: 8px;
    animation: edm-ellipsis1 0.6s infinite;
  }
  .edm-ellipsis div:nth-child(2) {
    left: 8px;
    animation: edm-ellipsis2 0.6s infinite;
  }
  .edm-ellipsis div:nth-child(3) {
    left: 32px;
    animation: edm-ellipsis2 0.6s infinite;
  }
  .edm-ellipsis div:nth-child(4) {
    left: 56px;
    animation: edm-ellipsis3 0.6s infinite;
  }
  @keyframes edm-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes edm-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes edm-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }


  .edm-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .edm-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #4d0d8e;
    animation: edm-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .edm-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
  }
  .edm-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
  }
  .edm-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
  }
  @keyframes edm-facebook {
    0% {
      top: 8px;
      height: 64px;
    }
    50%, 100% {
      top: 24px;
      height: 32px;
    }
  }


  .edm-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .edm-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #4d0d8e;
    border-radius: 50%;
    animation: edm-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #4d0d8e transparent transparent transparent;
  }
  .edm-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .edm-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .edm-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes edm-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  .edm-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .edm-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #4d0d8e;
    animation: edm-grid 1.2s linear infinite;
  }
  .edm-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
  }
  .edm-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
  }
  .edm-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
  }
  .edm-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
  }
  .edm-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
  }
  .edm-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
  }
  .edm-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
  }
  .edm-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
  }
  .edm-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
  }
  @keyframes edm-grid {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }


  .edm-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .edm-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #4d0d8e;
    border-radius: 50%;
    animation: edm-default 1.2s linear infinite;
  }
  .edm-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
  }
  .edm-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
  }
  .edm-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .edm-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .edm-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .edm-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .edm-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .edm-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .edm-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .edm-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
  }
  .edm-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
  }
  .edm-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
  }
  @keyframes edm-default {
    0%, 20%, 80%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }