/*
Theme Name: Sobizpress
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description:  sobizpress Theme
Version: 1.0.1 
*/
@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:400,500,600,700,800');
a,.uk-link {
    color: #332e2e;
    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,.uk-h2,.uk-h5,.uk-h4 {
    font-family: 'Ek Mukta', sans-serif;
}
p {
    font-size: 18px;
    line-height: 32px;
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #dc3545!important;
}
.ads img {
    margin-bottom: 15px;
}
 /*--------------------------------------------------------------
 # HEADER
 --------------------------------------------------------------*/
.cat-head span {
    color: #fff;
    margin: 0;
    padding: 0 20px;
    background: #f00;
    border-radius: 50px;
    line-height: 45px;
    display: inline-block;
}
.cat-head{
    background: #0f3178;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600;
}
.cat-head a {
    color: #fff;
} 
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-bar {
    background: #0f388e;
    top: 0 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
    line-height: 38px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
    text-shadow: 0px 0px 3px #0074a0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #d21b20;
}
.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: #fff;
    background: #d41920;
} 
/*--------------------------------------------------------------
## 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: 95px;
    width: 115px;
}
.ht-70 img {
    height: 70px;
    width: 70px;
}
.ht-180 img {
    height: 180px;
}
.ht-100 img {
    height: 100px;
}
.ht-480 img {
    height: 465px;
}
.ht-400 img {
    height: 330px;
}
.ht-220 img {
    height: 213px;
}
.cover {
    object-fit: cover;
}
.my-overflow {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.scrollbox {
    height: 505px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding-right: 15px;
}
.tab-content {
    background: #fff;
}
.scrollbox-content,
.scrollbox:hover,
.scrollbox:focus {
    visibility: visible;
}
.scrollbox_delayed {
    transition: visibility 0.2s;
}
.scrollbox_delayed:hover {
    transition: visibility 0s 0.2s;
}
#mybox::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #896c03;
    padding: 0;
}
/*--------------------------------------------------------------
 # FOOTER
 --------------------------------------------------------------*/
.footer {
    background: #2e3192;
}
#back-to-top {
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #0f388e;
}