.new-loader {
    position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100000;
      display: none;
  }
  .new-loader .loader-overlay {
    position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      transition: opacity .15s linear;
      overflow: hidden;
    background: rgba(0,0,0,1);
  }
  
  .animation {
    width: 100%;
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .animation .box_opacity {
    position: relative;
    width: 100%;
    height: 225px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .animation .box_opacity .box1 {
    position: absolute;
    width: 225px;
    height: 225px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5;
  }
  
  .animation .box_opacity .box1 img {
    -webkit-animation: rotateBox1 3s 4;
            animation: rotateBox1 3s 4;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  
  .animation .box_opacity .box2 {
    position: absolute;
    width: 225px;
    height: 225px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .animation .box_opacity .box2 img {
    -webkit-animation: rotateBox2 3s 4;
            animation: rotateBox2 3s 4;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  
  .animation .box_opacity .premium_quote {
    position: absolute;
    width: 150px;
    height: 150px;
    -webkit-animation: premium_quote_animation 3s 4;
            animation: premium_quote_animation 3s 4;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  
  .animation .text-flow {
    position: relative;
    width: 100%;
    height: 65px;
    bottom: -75px;
    text-align: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-family: lato;
    overflow: hidden;
  }
  
  .animation .text-flow span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: text_flow 5s 5;
            animation: text_flow 5s 5;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    font-size: 30px;
    /* color: #1d3c55; */
    color: #ffffff;
    font-weight: 600;
  }
  
  @-webkit-keyframes rotateBox1 {
    0% {
      position: absolute;
      width: 225px;
      height: 225px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      position: absolute;
      width: 100px;
      height: 100px;
      top: 50%;
      left: 50%;
      animation-duration:1s;
      -webkit-transform: translate(-50%, -50%) rotate(155deg);
              transform: translate(-50%, -50%) rotate(155deg);
    }
    100% {
      position: absolute;
      width: 200px;
      height: 200px;
      top: 50%;
      left: 50%;
      animation-duration:1s;
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg);
    }
  }
  
  @keyframes rotateBox1 {
    0% {
      position: absolute;
      width: 200px;
      height: 200px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      position: absolute;
      width: 100px;
      height: 100px;
      top: 50%;
      left: 50%;
      animation-duration:1s;
      -webkit-transform: translate(-50%, -50%) rotate(155deg);
              transform: translate(-50%, -50%) rotate(155deg);
    }
    100% {
      position: absolute;
      width: 200px;
      height: 200px;
      top: 50%;
      left: 50%;
      animation-duration:1s;
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg);
    }
  }
  
  @-webkit-keyframes rotateBox2 {
    0% {
      position: absolute;
      width: 200px;
      height: 200px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      position: absolute;
      opacity: 0.8;
      width: 150px;
      height: 150px;
      top: 50%;
      left: 50%;
      animation-duration:1s;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
      position: absolute;
      opacity: 0.8;
      width: 200px;
      height: 200px;
      top: 50%;
      left: 50%;
      animation-duration:1s;
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  
  @keyframes rotateBox2 {
    0% {
      position: absolute;
      width: 200px;
      height: 200px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      position: absolute;
      opacity: 0.8;
      width: 150px;
      height: 150px;
      top: 50%;
      left: 50%;
      animation-duration:1s;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
      position: absolute;
      opacity: 0.8;
      width: 200px;
      height: 200px;
      top: 50%;
      left: 50%;
      animation-duration:1s;
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  
  @-webkit-keyframes premium_quote_animation {
    0% {
      opacity: 0;
      z-index: 6;
      width: 0px;
      height: 0px;
    }
    50% {
      opacity: 0.5;
      z-index: 6;
      width: 100px;
      height: 100px;
    }
    100% {
      opacity: 1;
      z-index: 6;
      width: 170px;
      height: 170px;
    }
  }
  
  @keyframes premium_quote_animation {
    0% {
      opacity: 0;
      z-index: 6;
      width: 0px;
      height: 0px;
    }
    50% {
      opacity: 0.5;
      z-index: 6;
      width: 100px;
      height: 100px;
    }
    100% {
      opacity: 1;
      z-index: 6;
      width: 170px;
      height: 170px;
    }
  }
  
  @-webkit-keyframes text_flow {
    0% {
      left: 100%;
      width: -webkit-fit-content;
      width: fit-content;
      opacity: 0;
    }
    50% {
      left: 50%;
      width: -webkit-fit-content;
      width: fit-content;
      opacity: 1;
    }
    100% {
      left: 0%;
      width: -webkit-fit-content;
      width: fit-content;
      opacity: 0;
    }
  }
  
  @keyframes text_flow {
    0% {
      left: 100%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      opacity: 0;
    }
    50% {
      left: 50%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      opacity: 1;
    }
    100% {
      left: 0%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      opacity: 0;
    }
  }
  @media all and (max-width:768px) {
    .animation .box_opacity .premium_quote {
      width: 90px;
      height: 90px;
    }
    .animation .text-flow span {
      font-size: 16px;
    }
    @-webkit-keyframes rotateBox1 {
      0% {
        position: absolute;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
      }
      50% {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(155deg);
                transform: translate(-50%, -50%) rotate(155deg);
      }
      100% {
        position: absolute;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(225deg);
                transform: translate(-50%, -50%) rotate(225deg);
      }
    }
    
    @keyframes rotateBox1 {
      0% {
        position: absolute;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
      }
      50% {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(155deg);
                transform: translate(-50%, -50%) rotate(155deg);
      }
      100% {
        position: absolute;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(225deg);
                transform: translate(-50%, -50%) rotate(225deg);
      }
    }
    
    @-webkit-keyframes rotateBox2 {
      0% {
        position: absolute;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
      }
      50% {
        position: absolute;
        opacity: 0.8;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg);
      }
      100% {
        position: absolute;
        opacity: 0.8;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
      }
    }
    
    @keyframes rotateBox2 {
      0% {
        position: absolute;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
      }
      50% {
        position: absolute;
        opacity: 0.8;
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
                transform: translate(-50%, -50%) rotate(180deg);
      }
      100% {
        position: absolute;
        opacity: 0.8;
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
      }
    }
    @-webkit-keyframes premium_quote_animation {
      0% {
        opacity: 0;
        z-index: 6;
        width: 0px;
        height: 0px;
      }
      50% {
        opacity: 0.5;
        z-index: 6;
        width: 50px;
        height: 50px;
      }
      100% {
        opacity: 1;
        z-index: 6;
        width: 90px;
        height: 90px;
      }
    }
    
    @keyframes premium_quote_animation {
      0% {
        opacity: 0;
        z-index: 6;
        width: 0px;
        height: 0px;
      }
      50% {
        opacity: 0.5;
        z-index: 6;
        width: 50px;
        height: 50px;
      }
      100% {
        opacity: 1;
        z-index: 6;
        width: 90px;
        height: 90px;
      }
    }
  }