
/* seminar-video-sec-wrapper */
.seminar-video-sec .video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
}

.seminar-video-sec .video-modal-content {
    position: relative;
    /* margin: 8% auto; */
    padding: 20px;
    width: 54%;
    background: white;
    border-radius: 10px;
    text-align: center;
    padding-top: 32%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.seminar-video-sec .close-modal {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
    right: 0%;
    transform: translate(50%, -50%);
    z-index: 9;
   
}
.seminar-video-sec .close-modal::after{
    content: " ";
    background-color: var(--background_main_color);
    border-radius: 50px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0%;
    z-index: -1;
}

.seminar-video-sec .close-modal:hover,
.seminar-video-sec .close-modal:focus {
    color: #fff;
}


.seminar-video-sec .interview-slider {
    position: relative;
}

.seminar-video-sec  .interview-slider .waves-wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.seminar-video-sec .video-modal iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


@keyframes waves {
    0% {
        -webkit-transform: scale(0.15, 0.15);
        transform: scale(0.15, 0.15);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


.seminar-video-sec .play-waves {
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.seminar-video-sec .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.seminar-video-sec .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.seminar-video-sec .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.seminar-video-sec .video {
    height: 40px;
    width: 40px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #090e43;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;

}

.seminar-video-sec .video img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.seminar-video-sec .slider-img img {
    object-fit: contain;
    padding: 0px;
    width: 100%;
    height: 100%;
    border-radius: 7px 7px ;
    max-height: 198px;
}
.interview-slider-box {
    padding-top: 30px;
}
.load-more a {
    max-width: 180px;
    margin: auto;
    margin-top: 20px;
}
.owl-seminar-video{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.filter-btn, .close-btn-left {
    display: none;
}

/*  breadcrumbs css*/

#navbar-breadcrumbs-content ol {
    padding: 10px 0;
    display: flex;
    padding-bottom: 20PX;
    margin-bottom: 0;
}

#navbar-breadcrumbs-content ol li {
    padding-left: 0.3rem
}

#navbar-breadcrumbs-content ol li:first-child {
    background-image: url(../images/Home.svg);
    width: 25px;
    height: 25px;
    display: block;
    background-size: 100%;
    padding-left: 0px
}

#navbar-breadcrumbs-content ol li:first-child a {
    width: 20px;
    height: 20px;
    display: block
}

#navbar-breadcrumbs-content ol li:first-child a span {
    display: none
}

#navbar-breadcrumbs-content ol li a {
    color: var(--common-color);
    text-decoration: none;
    text-transform: none
}

#navbar-breadcrumbs-content ol li span {
    display: inline-block;
    font-size: 18px;
}

#navbar-breadcrumbs-content .breadcrumb-item+.breadcrumb-item::before {
    content: '';
    background-image: url(https://s3-ap-southeast-1.amazonaws.com/static.streetsine/Web/Version_4/Assets/common/chevron-right-black.svg);
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 24px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    opacity: 0.5;
    float: unset;
}

.breadcrumb-item .active span {
    color: var(--background_main_color);
    font-family: "Candara_Bold";
}


/* responsive-start */
@media (max-width: 1400px) {
    .owl-seminar-video{
        grid-template-columns: repeat(2,1fr);
    } 
}

@media (max-width: 1365px) {
    .seminar-video-sec .video-modal-content {
        width: 55%;
        padding-top: 32%;
    }
}
@media (max-width: 991px) {
    .seminar-video-sec .video-modal-content {
        width: 60%;
    }

}
@media (max-width: 767px) {
    .seminar-video-sec .video-modal-content {
        width: 75%;
        padding-top: 39%;
    }
}
@media (max-width: 600px) {
    .owl-seminar-video{
        grid-template-columns: repeat(1,1fr);
    } 
}
@media (max-width : 575px) {

    .seminar-video-sec .video-modal-content {
        width: 80%;
        padding-top: 42%;
    }
}
