.video-wrap {
    width: 100%;
    height: 480px;
    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-1 .video-wrap a.popup-video,
.video-style-2 .video-wrap a.popup-video.font {
    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: #fff;
    text-align: center;
    font-size: 16px;
    color: #000;
    position: relative;
}
.video-style-2 .video-wrap a.popup-video.font{
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-style-1 .video-wrap a.popup-video:hover,
.video-style-2 .video-wrap a.popup-video.font:hover{
  color: #fff;
  background-color: #BA1C24;
}
.video-style-1 .video-wrap a.popup-video::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #CED4DA;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1s linear infinite;
    animation: pulse-border-2 1s linear infinite;
}
.video-style-1 .video-wrap a.popup-video::after,
.video-style-2 .video-wrap a.popup-video.font::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #CED4DA;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.video-style-2 .video-wrap a.popup-video.font::before,
.video-style-2 .video-wrap a.popup-video.font::after{
  border: 0;
  background-color: #fff;
  z-index: -1;
}
.video-style-2 .video-wrap,
.video-style-3 .video-wrap {
  height: auto;
}
.video-style-3 .video-wrap{
  display: inline-block;
  width: auto;
}
.video-style-3 .video-wrap a{
  display: flex;
  align-items: center;
  padding: 20px;
  -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);
  background-color: #fff;
}
.video-style-3 .video-wrap a:hover{
  background-color: #BA1C24;
  color: #fff;
}
.video-style-3 .video-wrap a i{
  margin-right: 10px;
}
.video-style-3 .video-wrap a p{
  margin: 0;
}

/* video style 4 */
.video-style-4 .video-box {
    position: relative;
    box-shadow: 0 0 0 1px rgb(67 41 163 / 8%), 0 1px 5px 0 rgb(67 41 163 / 8%);
    border-radius: 3px;
    cursor: pointer;
    height: 100%;
}
.video-style-4 .video-box .video_wrapper {
    height: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #141433;
}
.video-style-4 .video-box iframe{
  height: 100%;
}
.video-style-4 .video-box .video_wrapper .videoPoster {
    position: relative;
}
.video-style-4 .videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    border: none;
    background-position: center;
    overflow: hidden;
    opacity: 1;
    transition: opacity 100ms, height 0s;
    transition-delay: 0s, 0s;
}
.video-style-4 .video-box iframe.videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video-style-4 .videoPoster .video-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.video-style-4 .video-box .video_wrapper .videoPoster .video-inner a {
    border: 2px solid #ba1c24;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    position: relative;
}
.video-style-4 .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    transition-delay: 0s, 800ms;
}
.video-style-4 .video-box .video_wrapper .videoPoster .video-inner a i {
    font-size: 25px;
}
.video-style-4 .video-box .video_wrapper .videoPoster .video-inner>svg {
    width: 70px;
    margin-right: 15px;
    animation: move-icon-circle 1s infinite;
    height: auto;
    position: relative;
    filter: invert(1);
    top: -12px;
}
.video-style-4 .video-box .video_wrapper .videoPoster .video-inner span {
    position: absolute;
    top: -54px;
    font-size: 26px;
    left: -25px;
    color: #fff;
}
.video-style-4 .videoPoster .video-inner.svg-animate {
    display: flex;
    align-items: center;
}

.video-style-5 .about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video-style-5 .about_video a {
  color: #fff;
}
.about_video a i {
    margin-right: 10px;
}
.video-style-5 .about_video {
  background: #141433;
  text-align: center;
  padding: 20px 0px;
  margin-top: -15px;
  position: relative;
  z-index: 9;
}

.video-style-6 .video-wrap{
  position: relative;
  overflow: hidden;
}

.video-style-6 .video-wrap:before {
    content: "";
    position: absolute;
    z-index: 2;
    border: 2px solid #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 20px;
    background: rgba(255, 255, 255, 0.66);
}
.video-style-6 .video-wrap a.popup-video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    transform: translateY(-50%);
    z-index: 10;
}
.video-style-6 .video-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video-style-6 .video-wrap a.popup-video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 0 0 0 rgb(76 39 60);
    animation: pulse-blue 2s infinite;
    background: #ba1c2400;
    border: 2px solid #ba1c24;
    margin: auto;
    margin-bottom: 20px;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-style-6 .video-wrap .blob {
	box-shadow: 0 0 0 0 rgb(49, 70, 203);
	animation: pulse-blue 2s infinite;
	background: #141433;
}

@media(max-width: 991px) {
  body .sigma_video_wrapper.video-style-4 .video-box .video_wrapper{
    height: 400px;
  }
}
