/**
* Demo Styles
*/

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    /* padding-bottom: 6rem; */
    min-height: 100vh;
}


/**
* Footer Styles
*/

.footer {

    /* position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center; */
}



.logo-img{
    height: 40px
}
.avatar-profile{
    height:30px
}
.search-div-new{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f0f0f0;
    border-bottom:1px solid #B5121B;
    padding: 10px;
}
.navbar.fixed-top{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar.fixed-top.open-search{
    top:50px !important
}
.navbar-nav li.nav-item.active{
    position: relative;
}
.navbar-nav li.nav-item.active a{
    color: #b5121b !important;
}
.navbar-nav li.nav-item.active:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background: #b5121b;
    top: 0px;
    right: 0px;
    position: absolute;
}

.owl-stage-outer{
    width: 100%  !important
}
.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
    border-radius: 50em !important;
}

.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
    border-radius: 50em !important;
}
.owl-prev .fa, .owl-next .fa {
    font-size: 30px;
}


.gallery-loop .card .gallery-item,.gallery-loop .card .gallery-item img{
    height: 220px
}
.gallery-loop .card .gallery-item img{
    object-fit: cover   
}
.gallery-loop .card .gallery-item .gallery-caption{
    padding: 5px   
}


.inner-content{
    height: 80vh !important;
}

.footer{
    background: #000000;
    padding: 35px
}

.iframe-livex{
    height: 350px
}
.iframe-live-chatx{
    height: 350px
}


.mediax .media-body{
    padding: 10px
}

.slide-banner{
    margin-top: unset;
}

.article-list{
    padding: 20px 0;
    margin-bottom: 20px;
    box-shadow: 0 3px 2px -2px #ccc;
}
.article-list img{
    width: 100%;
    height: 180px;
    object-fit: cover
}


.timeline-item{
    border: 1px solid #ccc;
    margin-bottom: 100px;
    position: relative;
    z-index: 999
}
.line::after{
    content: "";
    border-left: 3px dotted #cccccc;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: -100px;
    z-index: 9
}

.timeline-item img{
    width: 100%;
    z-index: 999999
}

.timeline-item.text{
    background: #ae1411;
    color: #ffffff;
    text-align: center;
    min-height: 300px;
    padding: 30px 0;
    font-weight: bold;
}

.timeline-item .over{
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    width: 100%;
    height: 80px;
    padding: 10px;
    background: rgba( 0, 0, 0, 0.833 );
    text-align: center;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    color: #ffffff
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    height: 100px;
    width: 100px;
}

.carousel-control-next-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.empty-content{
    text-align: center;
    font-size: 16px;
    font-weight: 400
}

.empty-content a{
    font-size: 20px   
}

#search-click,#user-link{
    color: #ae1411
}

.item-thumb.homepage{
    background: #000000;
    height: 210px;
}
.item-thumb.homepage img{
    width: 100%;
    height: 210px;
}
.item-thumb.homepage .instagram{
    object-fit: cover;
    object-position: center center;
}


.item-status{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    color: #fff;
}
.item-status.pending{
    background: #FFC107;
}
.item-status.approved{
    background: #28A745;
}


.navbar-toggler{
    border: none;
}


.category{
    font-weight: 600;
    color:#B3B6BD
}

@media only screen and (max-width: 576px) {
    .iframe-livex{
        height: 250px
    }
}

.newpage .row{
    margin-left: 0;
    margin-right: 0;
}

.card.video-thumb{
    border: none !important;
    margin-bottom: 20px
}
.card.video-thumb .card-body{
    padding: 10px 0 
}
.card.video-thumb .card-title{
    font-size: 16px;
    font-weight: 600
}
.card.video-thumb .card-text{
    font-size: 12px
}
.video-thumb img{
    width: 100%;
    height: 250px;
    object-fit: cover
}
.video-thumb .col-4{
    text-align: center;
    padding: 15px 0
}