.twoCol_text_wrapper {
  position: relative;
}
.twoCol_text_bottom {
    position: relative;
    bottom: -2px;
}




@media(max-width: 767px) {

}




/* Pattern Animation Code */


.tb{
  animation: tb 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.rl{
  animation: rl 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.brotate{
  animation: brotate 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.bt{
  animation: bt 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.lr{

  animation: lr 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.lr2{
  animation: lr2 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.btd{
  animation: btd 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.lbt{
  animation: lbt 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
/* vertical svg animation */

@keyframes lbt {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(132px);
  }

  30% {
    transform: translateY(132px);
  }

  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bt {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-135px);
  }

  30% {
    transform: translateY(-135px);
  }

  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes brotate {
  0% {
    transform: rotate(0) translate(0 , 0);
  }

  20% {
    transform: rotate(-90deg) translate(-194px, 61px);
  }

  30% {
    transform: rotate(-90deg) translate(-194px, 61px);
  }

  60% {
    transform: rotate(0) translate(0 , 0);
  }
  80% {
    transform: rotate(0) translate(0 , 0);
  }

  100% {
    transform: rotate(0) translate(0 , 0);
  }
}

@keyframes lr2 {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(133.2px);
  }

  30% {
    transform: translateX(133.2px);
  }

  60% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes rl {
  0% {
    transform: translateX(0);
  }


  20% {
    transform: translateX(-267px);
  }

  30% {
    transform: translateX(-267px);
  }


  60% {
    transform: translateX(0);
  }

  80% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }


}
@keyframes lr {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-133.5px);
  }

  30% {
    transform: translateX(-133.5px);
  }

  60% {
    transform: translateX(266px);
  }

  70% {
    transform: translateX(266px);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes tb {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform:translate(-132px, 132px);
  }

  30% {
    transform: translate(-132px, 132px);
  }

  60% {
    transform: translate(0, 0);
  }


  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes btd {
  0% {
    transform: translate(0, 0);
  }


  20% {
    transform: translate(134px, -132px);
  }

  30% {
    transform:translate(134px, -132px);
  }

  60% {
    transform: translate(0, 0);
  }


  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}


.bottom-pattern-wrapper-2 {
  position: relative;
  padding-top: clamp(48px,8vw + 2rem,78px);
}

.bottom-pattern-wrapper-2 svg{
  margin-left: -31px;
  vertical-align: middle;
}

.bottom-pattern-wrapper-2:after {
  content: '';
  position: absolute;
  width: 100%;
  min-height: 130px;
  background: #000;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: -1;
}

.bt_2{
  animation: bt_2 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}


@keyframes bt_2 {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-129px);
  }

  30% {
    transform: translateY(-129px);
  }

  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.lr_1{
  animation: lr_1 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes lr_1 {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-129.5px);
  }

  30% {
    transform: translateX(-129.5px);
  }

  60% {
    transform: translateX(261px);
  }

  70% {
    transform: translateX(261px);
  }

  100% {
    transform: translateX(0);
  }
}


.lr2_2{
  animation: lr2_2 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes lr2_2 {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(130px);
  }

  30% {
    transform: translateX(130px);
  }

  60% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

.btd_2{
  animation: btd_2 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}


@keyframes btd_2 {
  0% {
    transform: translate(0, 0);
  }


  20% {
    transform: translate(131px, -129px);
  }

  30% {
    transform: translate(131px, -129px);
  }

  60% {
    transform: translate(0, 0);
  }


  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}


.tb_2{
  animation: tb_2 6s infinite;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes tb_2 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(-130px, 130px);
  }

  30% {
    transform: translate(-130px, 130px);
  }

  60% {
    transform: translate(0, 0);
  }


  80% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}


.brotate_2{
  animation: brotate_2 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes brotate_2 {
  0% {
    transform: rotate(0) translate(0 , 0);
  }

  20% {
    transform: rotate(-90deg) translate(-109px, -18px);
  }

  30% {
    transform: rotate(-90deg) translate(-109px, -18px);
  }

  60% {
    transform: rotate(0) translate(0 , 0);
  }
  80% {
    transform: rotate(0) translate(0 , 0);
  }

  100% {
    transform: rotate(0) translate(0 , 0);
  }
}

.rl_2{
  animation: rl_2 6s infinite;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  transform-origin: center;
}

@keyframes rl_2 {
  0% {
    transform: translateX(0);
  }


  20% {
    transform: translateX(-260px);
  }

  30% {
    transform: translateX(-260px);
  }


  60% {
    transform: translateX(0);
  }

  80% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }


}
/* 
.twoCol_text_bottom {
  padding-top: 52px;
} */

.twoCol_text_bottom svg {
  width: 100%;
}

.twoCol_text_bottom {
  display: flex;
  overflow: hidden;
}


@media(max-width: 991px) {
  .twoCol_text_wrapper .twoCol_text_bgImg {
    max-width: 160px !important;
  }
}

@media(max-width: 767px) {
  .twoCol_text_wrapper .twoCol_text_bgImg {
    max-width: 120px !important;
  }
}

