/*
Theme Name: Sobizpress
Theme URI: http://www.sobizpress.com
Author: Binod Bhattarai
Author URI: http://www.bbinod.com.np
Description: Commercial Template of sobizpress
Version: 1.0.4
*/
@import url('https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800,900');
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: Mukta;
}
body {
    font-size: 15px;
    line-height: 24px;
    color: #444;
    overflow-x: hidden;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #b31313;
    text-decoration: none;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #ed1c24;
}
p {
    font-size: 20px;
    line-height: 40px;
}
.uk-link, a {
    color: #383838;
}
.cover {
    object-fit: cover;
}
/*Header*/
.main-bg {
    background: #0c86af;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}
.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: #ed1c24;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #ac0d0d;
}
/*Body*/
.cat-head span {
    z-index: 99;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #272727;
    display: inline-block;
    line-height: 50px;
}
.cat-head {
    border-bottom: 3px solid #eaeaea;
    line-height: 45px;
}
.cat-head span:after {
    content: "";
    border-bottom: 3px solid #eaeaea;
    position: absolute;
    width: 10%;
    right: 8px;
    bottom: -3px;
    z-index: 99;
}
.cat-head span:before {
    content: "";
    border-bottom: 3px solid #ed1c24;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -3px;
    z-index: 99;
}
.cat-head div a {
    background: #f1f1f1;
    padding: 0 20px;
    border-radius: 100px;
    color: #0c86af;
    line-height: 30px;
    display: inline-block;
}
.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%);
}
aside img {
    margin-bottom: 25px;
    width: 100%;
}
.ht-90 img {
	height: 90px;
	width: 90px;
}
.ht-110 img {
    height: 90px;
    width: 120px;
}
.ht-350 img {
    height: 350px;
}
.ht-380 img {
    height: 380px;
}
.ads h3 {
   display: none;
}
.ft-18 {
    font-size: 18px;
    line-height: 35px;
}
.ft-17 {
    font-size: 18px;
    line-height: 26px;
}
.ft-15 {
    font-size: 17px;
    line-height: 30px;
}
#back-to-top {
    right: 15px;
    bottom: 15px;
}