/*
Theme Name: Sobizpress template for news portal
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description: Commercial Template of sobizpress
Version: 2.0.4
*/
body {
    font-family: 'Mukta', sans-serif;
}
.main-bg {
    background: #3a54e6;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}
.uk-link:hover, a:hover {
    color: #fe0012;
    text-decoration: none;
}
.uk-link, a {
    color: #444;
    text-decoration: none;
}
h3.widget-title {
    display: none;
}
.ads img {
    margin-bottom: 20px;
}
.page-content p {
    font-size: 20px;
    line-height: 38px;
}
blockquote p {
    width: 40%;
    float: right;
    background: #ddd;
    padding: 10px;
    margin: 10px;
}

blockquote p:before {content: "\f10d";font-family: fontawesome;}
/*======================================================================
    **Header
======================================================================*/
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 19px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
    background: #fe0012;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    background: #fe0012;
    color: rgb(255, 255, 255);
}
/*======================================================================
    **Body
======================================================================*/
.cover {
    object-fit: cover;
}
.my-overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(95%,rgb(0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0)0,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.ht-215 img {
    height: 213px;
}
.ht-80 img {
    height: 85px;
    width: 100px;
}
.ht-100 img {
    height: 100px;
    width: 100px;
}
.video iframe {
    max-width: 100%;
    height: 300px;
}
.tagg a {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 3px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
marquee {
    font-size: 17px;
    margin: 11px 0;
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
}
.break_samachar {
    position: absolute;
    padding: 4px 10px 4px 10px;
    color: #fff;
    font-size: 18px;
    background-color: #3F51B5!important;
    left: -39px;
    top: 0;
    margin: 10px 8px;
}
/*======================================================================
    **Footer
======================================================================*/
#messagem{
    display:block;
    background:#fff;
    height:100%;
    width:100%;
    position:fixed;
    z-index:999999;
    top:0px;
    right:0px;
    left:0px;
    bottom:0px;
    text-align:center;   
    overflow: scroll;
}
.add-img img {
    margin: auto;
    padding: 5px;
    background: #fff;
    border: 4px double #444;
}

.add-img {
    display: inline-block;
    width: 100%;
    background: #ddd;
    padding: 30px;
    overflow: scroll;
}
.add-txt h1 {
    position: absolute;
    left: 10%;
    font-size: 17px;
    text-transform: uppercase;
    color: #797979;
}
.add-text a {
    line-height: 6px;
    background: #f00;
    position: relative;
    padding: 0 10px;
    color: #fff;
    font-weight: 900;
    font-family: inherit;
    letter-spacing: 2px;
    margin-bottom: 2px;
    border: 2px solid #fff;
}

.add-text h1 {
    position: absolute;
    left: 10%;
    font-size: 18px;
    line-height: 30px;
    color: #888;
}
.add-text {
    display: inline-block;
    width: 100%;
    position: relative;
}