.video-slider-wr .owl-nav button {
    background-color: #003A5C !important;
    width: 68px;
    height: 68px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.video-slider-wr .owl-nav button:hover {
    background-color: #B8B8B8!important;
}
.video-slider-wr .owl-nav button span {
    font-size: 0px;
}
.video-slider-wr .owl-nav button.owl-prev, .home-slider .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url(../images/left_arrow_slider.svg) !important;
}
.video-slider-wr .owl-nav button.owl-next, .home-slider .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url(../images/right_arrow_slider.svg) !important;
}
.home-slider .elementor-swiper-button svg.e-font-icon-svg {
    width: 0px;
}
.popup-content iframe, .popup-content video {
    width: 100% !important;
    height: 100% !important;
}
.video-slider-wr .owl-nav button:focus {
    outline: none !important;
}
.popup-content {
    display: none;
    width: 898px;
    height: 510px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 120;
    border: 5px solid #ffffff;
}
.popup-content a, .stop-video {
    position: absolute;
    top: -5px;
    background-color: #003A5C;
    width: 35px;
    height: 35px;
    font-size: 22px!important;
    text-align: center;
    color: #ffffff!important;
    right: -5px;
    box-shadow: 0px 9px 121px 18px rgb(0 0 0);
    font-weight: 600;
}


.popup-overlay-wr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0 ,0, 0.8);
    z-index: 111;
}
.video-wr-box img {
    width: 100%;
}
.video-wr-box {
    border: 1px solid #7070701F;
    cursor: pointer;
}
.video-wr-box figure {
    position: relative;
}
.video-wr-box .video_thumb_box::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    background-image: url(../images/play-circle-svgrepo-com.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    background-size: 90px;
    transform: translatey(-50%);
    margin: 0 auto;
    z-index: 999999;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
}
.video-title-box {
    display: none;
}
.video-slider-wr .video-main-wr .owl-nav {
    position: absolute;
    left: -135px;
    bottom: 1px !important;
    top: unset !important;
}
.video-slider-wr video {
    width: 100%;
}
.home-slider .elementor-swiper-button {
    background-repeat: no-repeat;
    background-position: center;
}