
:root{
    /* --first-color: #D9A634; */ /* var(--first-color) */
    --first-color: #F8DE4F; /* var(--first-color) */
    --second-color: #830124; /* var(--second-color) */
    --third-color: #003BC7; /* var(--second-color) */
}

#popup_this, .b-modal {
    display: none !important;
}



.fixed_header{
    min-height: 196px;
}
.top{
    background-color: #000000;
}
.top-info{
    color: #FFFFFF;
    /* float: left; */
    line-height: 32px;
    font-size: 15px;
}
/* @media (min-width: 768px) { */
    .top .navbar-nav > li > a{
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ffffff;
        padding-right: 9px;
        padding-left: 9px;
        border: 1px solid #FFF;
        width: 30px;
        height: 30px;
        display: inline-block;
        margin: 7px 5px;
        border-radius: 15px;
        font-size: 12px;
    }
    .top-info .nav > li {
        position: relative;
        display: inline-block;
    }
/* } */

.header{
    background-color: #FFFFFF;;
}
.header .logo h1{
    /* color: #ca560f; */
    color: var(--second-color);
}
.main-btn > li > a{
    /* background: #ca560f; */
    background: var(--second-color);
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0px 40px;
    min-width: 150px;
    text-align: center;
}
.topbar .navbar-default{
    background: var(--first-color);
}
.topbar .navbar-default .navbar-nav > li > a{
    line-height: 55px;
    color: #000000;
    font-size: 16px;
}
.topbar .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a{
        color: var(--second-color);
    background-color: #ffffff;
}
.topbar .dropdown-menu, .main-btn .dropdown-menu{
    background-color: #FFFFFF;
    padding: 0;
}
.topbar .dropdown-menu li a:hover, .main-btn .dropdown-menu li a:hover{
    background: var(--second-color);
    color: #FFF;
}
.topbar .dropdown-menu li a, .main-btn .dropdown-menu li a{
    color: #000;
    font-size: 13px;
    padding: 6px 15px;
}
.mblock{
    margin-bottom: 5px;
}
.slider_wrapper {
    padding: 0px 0px;
    background: #fff;
}
.mega-menu h5, .mega-menu .menu li a{
    color: inherit;
    border-radius: 0px;
}
.mega-menu h5{
    margin-top: 10px;
        margin-bottom: 5px;
}
.news .news-scroll:before{
    background-color: var(--first-color);
}
.news{
    border-bottom: 5px solid var(--first-color);
}
.news ul li a:before{
    color: var(--second-color);
}
.hls-example-dimensions{
    height: 440px;
}
.footer{
    background: #242424;
}
.footer h3 span, .ul li a:before, .footer .read:before, .footer .read, .special {
    color: var(--first-color);
    /* color: var(--second-color); */
}
.bottomline {
    background: #2f2f2f;
}

/* .footer{
    background: rgb(101 0 29 / 95%);
}
.footer h3 span, .ul li a:before, .footer .read:before, .footer .read, .special {
    color: var(--first-color);
} */

.indexpage-titles{
    font-size: 22px;
    color: var(--second-color);
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.upEvents{

}
.tag{
    position: relative;

}
.tag-banner:before{
    content: '';
    width: 150px;
    height: 35px;
    position: absolute;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 10px solid var(--second-color);
    margin-left: 140px;

}
.tag-banner{
    width: 141px;
    height: 35px;
    background: var(--second-color);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    padding-right: 15px;
    box-shadow: 0 10px 20px var(--second-color);
}

.tag-cnt{
    position: absolute;
    top: 10px;
    left: 25px;
    color: #FFFFFF;
    padding-left: 5px;
}
.tag-cnt:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #FFFFFF;
    top: 2px;
    left: -12px;
}
.event-list{
    padding: 5px 10px 5px 10px!important;
    background: #f7f7f7;
    border-bottom: #e2e2e2 solid 1px;
    display: inline-block;
    width: 100%;
}
.upEvents {
    margin-top: 20px;
}
.event-list h5{
    margin-top: 2px;
    font-size: 14px;
    float: right;
    color: var(--second-color);
    font-weight: 600;
    line-height: 55px;

}
.effect5 {
    position: relative;
}
.event-list.effect5 {
    padding: 15px 20px !important;
    margin-bottom: 40px;
}
.event-list.effect5 p {
    font-weight: lighter;
    font-size: 13px;
    margin-top: 0px;
}
.effect5:after, .effect5:before {
    z-index: -1;
    position: absolute;
    bottom: 25px;
    left: 10px;
    top: 28%;
    content: "";
    width: 50%;
    max-width: 300px;
    background: #777;
    box-shadow: 1px 16px 25px #1f191970;
    -webkit-box-shadow: 1px 16px 25px #1f191970;
    -moz-box-shadow: 1px 16px 25px #1f191970;
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
}
.effect5:after {
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    right: 10px;
    left: auto;
}
.event-list img {
    height: 40px;
    margin-top: 5px;
}
.mt25{
    margin-top: 25px;
}
.donation img{
    width: 100%;
}
.donation {
    padding: 20px 20%;
    background: rgb(217 166 52 / 70%);
    margin: 25px 10px 25px 10px;
}
.service-img{
    position: relative;
}
.service-img:hover .ser-hover{
    display: flex;
}
.service-img img{
    max-width: 100%;
}
.ser-hover{
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    opacity: 1;
    animation-name: rightFadeInOut;
    animation-duration: 5s;
}
h5.services-title {
    font-size: 15px;
    color: #FFF;
    background: #000000;
    padding: 10px 15px;
}
.ser-hover{

}
.services-title h3{
    margin: 15px 15px 30px;
    color: var(--second-color);
    font-size: 16px;
    border-bottom: 1px dashed var(--second-color);
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .navbar-toggle{
        float: left;
    }
    .topbar .navbar-default .navbar-nav > li > a{
        line-height: 36px;
    }
    .topbar .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
        color: #000000;
        background-color: #ffffff;
    }
    .topbar .dropdown-menu li a:hover, .main-btn .dropdown-menu li a:hover {
        background: var(--second-color);
        color: #FFFFFF !important;
    }
    .topbar .navbar-default .navbar-nav > li .dropdown-menu li a{
        color: var(--second-color);
    }
}
@media screen and (max-width: 991px) {
    .topbar .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .main-btn > li > a{
        min-width: 100px;
    }
}
.top-email{
    float: left;
}
.top-email li{
    display: inline-block;
}
.top-email li{
    margin-right: 15px;
    margin-top: 5px;
}
.top-email li:first-child{
    margin-right: 15px;
}
.top-info .inner{
    float: right;
}
.top .navbar-nav > li > a:hover{
    background: var(--first-color);
    border-color: var(--first-color);
}

@media (max-width: 768px) {
    .top-email, .top-info .inner{
        float: none;
        text-align: center;
    }
 }
.banner .title{
    margin-left: 0px;
    color: inherit;
    position: relative
}
.banner{
    background-image: url(http://beta.divyavani.tv/images/service1.jpg);

    /* background-image: none; 
    background-color: rgb(0 0 0 / 60%) !important; */

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
}

section.banner:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 25%);
    width: 100%;
    height: 100%;
}
.withbg .extralinks h4 span, 
.shows .item strong{
    background: var(--third-color);
}

@media (max-width: 767px) {
.hls-example-dimensions {
    height: 400px;
    }
  
  }
/*   
  @media (max-width: 767px) {
    .hls-example-dimensions {
      height; 350px
    }
  } */
  
  @media (max-width: 640px) {
    .hls-example-dimensions {
      height: 320px;
    }
    .services-title h3{
        height: 54px;
    }
  }
  
  @media (max-width: 480px) {
    .hls-example-dimensions {
      height: 250px;
    }
  }
  