/*
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: #3e3e3e;
    text-decoration: none !important;
}
.uk-link:hover, a:hover {
    color: #ed1b24;
}
.uk-link {
    text-decoration: none !important;
}
.uk-h1 {
    color: #3e3e3e;
    font-size: 3.625rem;
}
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 {
    font-size: 16px;
  	color:#000;
}
.multiple-ads img {
    margin-bottom: 20px;
}
body {
    overflow-x: hidden;
    background: #d4cbcb42;
}
p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #00a74d!important;
}
.ads img {
    margin-bottom: 15px;
}
 /*--------------------------------------------------------------
 # HEADER
 --------------------------------------------------------------*/
 .bg-main {
    background: #007098;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    padding-right: 17px;
    padding-left: 17px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
    background: #00a74d;
}
.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: #0064a9;
}
/*--------------------------------------------------------------
## BODY
--------------------------------------------------------------*/
.my-overlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.ht-215 img {
    height: 212px;
}
.ht-80 img {
    height: 80px;
}
.ht-100 img {
    height: 100px;
}
.ht-480 img {
    height: 465px;
}
.cover {
    object-fit: cover;
}
.my-overflow {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.cat-title h2 {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}
.cat-title a {
    float: right;
    line-height: 49px;
    font-size: 18px;
    background: #dc3545;
}
.cat-title a:after {
    content: "\f196";
    font-family: fontawesome;
    color: #ffffff;
}
.my-navs {
    background: #004a7f;
    border-radius: 50%;
    color: #fff !important;
    border: 1px solid;
}
/*--------------------------------------------------------------
 # FOOTER
 --------------------------------------------------------------*/
.footer {
    background: #776f6f;
}
.note {
    background: #8e0006;
}
#back-to-top {
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.uk-sticky-fixed .d-none {
    display: inline-block !important;
}