  .video-ex-section {
    position: relative;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .video-ex-section .video-inner {
        padding: 120px 0px;
    }
}
.video-ex-section .video-inner {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0px;
    /* border-radius: 20px; */
    text-align: center;
    overflow: hidden;
}

 .video-ex-section .video-inner .video-btn {
    text-align: center !important;
}

.video-ex-section .video-inner .video-btn a {
    color: #F44438 !important;
    background: #FFFFFF !important;
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.video-ex-section .video-inner .video-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 20%);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.2);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.2);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.2);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 20%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transition: all 500ms ease;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}
.video-ex-section .video-inner:before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.4;
}
.video-ex-section .video-inner .video-btn a {
    color: #F44438 !important;
    background: #FFFFFF !important;
}
.video-ex-section .video-inner .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: #f44438;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 20%);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.2);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.2);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.2);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 20%);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    transition: all 500ms ease;
}

.fa-play {
    font-size: 30px !important;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
	right: 95px;
    bottom: 125px;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -moz-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -ms-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -o-box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    box-shadow: 0 0 0 0 rgba(244,68,56,.35);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}



@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}