/*
Theme Name: Sobizpress
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description:  sobizpress Theme
Version: 2.0.1 
*/
a,.uk-link {
    color: #000d4c;
    text-decoration: none !important;
}
.uk-link:hover, a:hover {
    color: #989898;
}
.uk-link {
    text-decoration: none !important;
}
body,h1,.uk-link,.uk-h3,.uk-h1,.text-white,.uk-h2,.uk-h5,.uk-h4 {
    font-family: 'Ek Mukta', sans-serif;
}
h3.widget-title {
    display: none;
}
.text-white {
    color: #fff;
}
.ads-main img {
    margin-bottom: 20px;
}
.ads img {
    margin-bottom: 20px;
}
.dark-color {
    color: #000d4c;
}
.dark-back {
    background: #000d4c;
}
.dark-border {
    border: 3px solid #000d4c;
}
body {
    overflow-x: hidden;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    padding: 5px 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
    background: #e00000;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    border-radius: 0;
    margin-top: 0;
    background: #000d4c;
}
.dropdown-item {
    color: #fff;
}
.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 {
    color: rgb(255, 255, 255);
    background: #f30024;
}
/*--------------------------------------------------------------
## BODY
--------------------------------------------------------------*/
.fancy-head:after {
    content: "";
    position: absolute;
    border-top: 4px solid #31a0ff;
    width: 20%;
    left: 0;
    top: 0;
}
.news_list_image {
    border-bottom: 2px dashed #e4e4e4;
}
.white-overlay {
    position: absolute;
    bottom: 0;
    background: #fff;
    margin: 60px;
    margin-bottom: 0;
}
.white-overlay li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.news_list_image {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.news_list_image img {
    height: 90px;
    width: 140px;
}
.ht-100 {
    height: 100px;
}
.img-left img,.ht-220  {
    height: 220px;
    opacity: 0.8;
}
.img-left img:hover,.ht-220:hover  {
    opacity: 1;
}
.interview img {
    height: 150px;
}
.interview h4 {
    font-size: 17px;
}
.cover {
    object-fit: cover;
}
.my-overflow {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.my-overflow> .uk-link {
    color: #fff;
}
.bullet-list li:before {
    content: "\2022";
    color: red;
    font-weight: bold;
    margin: 0 10px;
    display: inline-block;
}
.bullet-list li:last-child:before {
    display: none;
}
.bullet-list li {
    display: inline-block;
}
.light-blue {
    background: #03a9f414;
}
.news-list span:before,.cat-head span:before {
    border: 1px solid #f00;
} 
.news-list {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news-list img {
    float: right;
    width: 85px;
    height: 55px;
}
.footer-logo img {
    height: 55px;
}
.my-tabs {
    padding: 0;
    margin-left: 0;
}
.my-tabs li {
    margin: 0;
    padding: 0;
    border-left: 0;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.my-tabs a {
    padding: 20px !important;
}
.uk-light .uk-subnav-pill>.uk-active>a {
    background: none;
    color: #f00;
    border-bottom: none;
}
.my-tabs li.uk-active {
    border-bottom: none;
}
.my-overlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.dami-actt >.uk-active a {
    background: #f00;
    padding: 8px;
    margin: -3px;
}
.dark-blue-back {
    background: #1a3c52;
}
.mbl {
    display: none;
    position: relative;
    z-index: 99;
}
@media only screen and (max-width: 600px) {
  .mbl {
    display: block;
  }
}