.backody {
    background:#251d3a;
  }
  .preloader-1 {
    margin: 100px auto 0;
    width: 66px;
    height: 12px;
  }
  
  .preloader-2 {
    margin: 120px auto 0;
  }
  
  .backody {
      font-weight: bold;
      height: 700px;
      padding-top: 1px;
      color: #ffffff;
      margin: 5px 0;
      text-transform: capitalize;
      text-align: center;
      font-family: 'Arial', sans-serif;
      font-size: 24px;
      font-family: ui-sans-serif;
      letter-spacing: -1px;
  }
  
  .preloader-1 .line {
      width: 2px;
      height: 12px;
      background: #d56eff;
      margin: 0 1px;
      display: inline-block;
      animation: opacity-1 1000ms infinite ease-in-out;
  }
  
  .preloader-2 .line {
      width: 2px;
      height: 12px;
      background: #ffd920;
      margin: 0px -6px;
      display: inline-block;
      animation: opacity-2 1200ms infinite ease-in-out;
  }
  
  .preloader-1 .line-1, .preloader-2 .line-1 { animation-delay: 800ms; }
  .preloader-1 .line-2, .preloader-2 .line-2 { animation-delay: 600ms; }
  .preloader-1 .line-3, .preloader-2 .line-3 { animation-delay: 400ms; }
  .preloader-1 .line-4, .preloader-2 .line-4 { animation-delay: 200ms; }
  .preloader-1 .line-6, .preloader-2 .line-6 { animation-delay: 200ms; }
  .preloader-1 .line-7, .preloader-2 .line-7 { animation-delay: 400ms; }
  .preloader-1 .line-8, .preloader-2 .line-8 { animation-delay: 600ms; }
  .preloader-1 .line-9, .preloader-2 .line-9 { animation-delay: 800ms; }
  
  @keyframes opacity-1 { 
    0% { 
      opacity: 1;
    }
    50% { 
      opacity: 0;
    }
    100% { 
      opacity: 1;
    }  
  }
  
  @keyframes opacity-2 { 
    0% { 
      opacity: 1;
      height: 15px;
    }
    50% { 
      opacity: 0;
      height: 12px;
    }
    100% { 
      opacity: 1;
      height: 15px;
    }  
  }
  @media only screen and (min-width:300px) and (max-width:1500px){
      .preloader-1 {
          margin: 60px auto 0 !important;
      }
  }
  .preloader-1 {
      margin: 190px auto 0;
      width: 161px;
      height: 12px;
  }
  .borders {
      margin-right: 60px;
      margin-left: 60px;
      letter-spacing: 4px;
  }