/*
Theme Name: Sobizpress
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description:  sobizpress Theme For Anjuli Online
Version: 3.0.0 
*/
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;500;700&family=Poppins:wght@300;400;500;700&display=swap');
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6{
    font-family: 'Mukta', sans-serif;
}
body {
    font-family: 'Mukta', sans-serif;
    color: #555;
}
a, .uk-link {
    color: #333;
    text-decoration: none !important;
}
.uk-link:hover, a:hover {
    color: #ed1b24;
    cursor: pointer;
}
h3.widget-title {
    display: none;
}
p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
}
.formal__bg__main {
    background: #0b4da2;
}
.popin {
    font-family: 'Poppins', sans-serif;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.bg1 {
    background: #0b4da2;
}
.bg2 {
    background: #b31313;
}
.uk-sticky-fixed {
    top: 0 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding: 0 20px;
    font-size: 16px;
    line-height: 56px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #fcb040;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #fcb040;
}
.left-0 {
    left: 0 !important;
}
.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: #d21818;
}
.menu a {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 40px;
}
/*--------------------------------------------------------------
## BODY
--------------------------------------------------------------*/
.resp-fnt {
    font-size: calc(1.25rem + 3.3vw);
    line-height: 136%;
}
.ht-100 img {
    height: 100px;
    width: 120px;
}
.ht-540 img {
    height: 540px;
}
.ads-main img {
    margin-bottom: 15px;
}
.ht-170 img {
    height: 170px;
}
.ht-70 img {
    height: 70px;
    width: 70px;
}
.ht-90 img {
    height: 95px;
    width: 120px;
}
.ht-225 img {
    height: 225px;
}
.ht-300 img {
    height: 300px;
}
.ft-17 {
    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%);
}
.cat-title {position: relative;border-bottom: 2px solid #fcb040;margin-bottom: 25px;} .cat-title span {font-size: 31px;font-weight: 700;color: #055da4;line-height: 50px;position: relative;} .cat-title a {background: #055da4;padding: 0 15px;position: absolute;right: 0;top: 22%;line-height: 28px;color: #fff;border-radius: 50px;font-family: 'Poppins';font-size: 13px;}
.cat-title span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    bottom: 0;
    left: 0;
}
.my-overlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #d21818;
}
/*--------------------------------------------------------------
 # Single & Archive
 --------------------------------------------------------------*/
.my-tags a {
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-left: 10px;
}
/*---------------Skip Ads------------------*/

.add-head img {
    background: #444;
}
#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;
}
iframe {
    max-width: 100%;
}
.scrollbox {
    height: 450px;
    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: 10px;
    background: #b1b1b1;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #ffffff;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ec0d0d;
    padding: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ec0d0d;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer p {
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 400;
    line-height: 35px;
}