@keyframes rotateVid {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateVidTwo {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.video-style-1 .play-btn-big {
    width: 84px;
    text-align: center;
    height: 84px;
    position: relative;
    display: inline-block;
    background: #0C2278;
    border-radius: 50%;
}

.video-style-1 .play-btn-big:after,
.play-btn-big:before {
    position: absolute;
    content: close-quote;
    width: 130px;
    height: 130px;
    border: 2px dashed rgba(255, 255, 255, .35);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-style-1 .play-btn-big:after{
    animation-name: rotateVid;
    animation-duration: 34s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.video-style-1 .play-btn-big:before{
    animation-name: rotateVidTwo;
    animation-duration: 54s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.video-style-1 .play-btn-big:before {
    width: 175px;
    height: 175px;
    border: 2px dashed rgba(255, 255, 255, .2);
}
.video-style-1 .play-btn-big i {
    color: #fff;
    font-size: 20px;
	width: 100%;
    line-height: 84px;
}
.video-style-1 .play-btn-big a.popup-video {
    position: relative;
    z-index: 10;
}
.video-style-1 .play-btn-big.btn-sm i {
    line-height: 47px;
    font-size: 14px;
}
.video-style-1 .play-btn-big.btn-sm {
    width: 55px;
    height: 55px;
}
.video-style-1 .play-btn-big.btn-lg:after, .video-style-1 .play-btn-big.btn-lg:before {
    width: 160px;
    height: 160px;
}
.video-style-1 .play-btn-big.btn-lg:before {
    width: 215px;
    height: 215px;
    border: 2px dashed rgba(255, 255, 255, .2);
}
.video-style-1 .play-btn-big.btn-lg {
    width: 110px;
    height: 110px;
}
.video-style-1 .play-btn-big.btn-lg i {
    font-size: 30px;
    line-height: 90px;
}
.video-style-1 .play-btn-big.btn-sm:after,
.video-style-1 .play-btn-big.btn-sm:before {
    width: 100px;
    height: 100px;
  }
.video-style-1 .play-btn-big.btn-sm:before {
    width: 145px;
    height: 145px;
}
/*---- video style 2 ---*/

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgb(12 34 120 / 52%);
    }
    70% {
        box-shadow: 0 0 0 30px rgb(12 34 120 / 0%);
    }
    100% {
        box-shadow: 0 0 0 0 rgb(12 34 120 / 0%);
    }
}

@keyframes pulse-blue-small {
    0% {
        box-shadow: 0 0 0 0 rgb(12 34 120 / 52%);
    }
    70% {
        box-shadow: 0 0 0 15px rgb(12 34 120 / 0%);
    }
    100% {
        box-shadow: 0 0 0 0 rgb(12 34 120 / 0%);
    }
}
.video-style-2 .play-btn {
    width: 75px;
    position: relative;
    height: 75px;
    background: #0C2278;
    text-align: center;
    border-radius: 50%;
}
.video-style-2 .play-btn {
    margin: auto;
    margin-bottom: 20px;
}
.blob {
    box-shadow: 0 0 0 0 #0C2278;
    animation: pulse-blue 2s infinite;
}
.video-style-2 .popup-video{
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: relative;
}

.video-style-2 .play-btn.btn-sm i {
    line-height: 65px;
}
.video-style-2 .play-btn.btn-md {
    width: 90px;
    height: 90px;
}
.video-style-2 .play-btn.btn-md i {
    line-height: 90px;
    font-size: 20px;
}
.video-style-2 .play-btn.btn-lg {
    width: 110px;
    height: 110px;
}
.video-style-2 .play-btn.btn-lg i {
    line-height: 90px;
    font-size: 26px;
}
/*== video style 3 ==*/
.video-style-3 .video-wrap {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    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;
}

.video-style-3 .video-wrap .popup-video {
    border-radius: 50%;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #0C2278;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.video-style-3{
    height: 100%;
}

@keyframes pulse-border-2{
  0%{opacity:1;transform:scale(.3)}
  100%{opacity:0;transform:scale(1.7)}
}

.video-style-2 .play-btn:after,
.video-style-3 .video-wrap .popup-video:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #0C2278;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 4s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

.video-style-2 .play-btn:before,
.video-style-3 .video-wrap .popup-video:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #0C2278;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 3s linear infinite;
    animation: pulse-border-2 3s linear infinite;
}
.video-style-3 .video-wrap.btn-sm .popup-video {
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
}
.video-style-3 .video-wrap.btn-lg .popup-video i {
    font-size: 26px;
}
.video-style-3 .video-wrap.btn-lg .popup-video {
    width: 150px;
    height: 150px;
    line-height: 160px;
}
.play-btn a, .play-btn a:hover {
    color: #fff;
}
.full-height-wrapper .wpb_wrapper{
  height: 100%;
}
