/*
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 {
    display: none;
}
body {
    overflow-x: hidden;
    font-family: 'Ek Mukta', sans-serif;
}
p {
    font-size: 18px;
    line-height: 32px;
}
.ads img {
    margin-bottom: 15px;
}
.main-bar {
    background: #0E4F91;
}
iframe {
    max-width: 100%;
}
 /*--------------------------------------------------------------
 # HEADER
 --------------------------------------------------------------*/
.bg-main {
    background: #008cc6;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 32px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background: #d2001b;
}
.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: transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #005cb9;
}
h3.menubelow {
    font-size: 13px;
    float: left;
    margin-left: 121px;
    font-weight: 500;
    margin-top: -34px;
}
/*--------------------------------------------------------------
## BODY
--------------------------------------------------------------*/
.my-overlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.cat-head {
    background: #f00;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}
.cat-head span:before {content: "";clip-path: polygon(50% 100%, 0 0, 100% 0);background: #af3800;position: absolute;width: 20px;height: 10px;bottom: -9px;left: 20px;}
.cat-head span {
    background: #af3800;
    line-height: 40px;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
}
.my-dots li a {
    background: #fff;
    z-index: 999;
    padding: 8px;
}
.my-dots li.uk-active a {
    background: #d90909;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.ht-215 img {
    height: 212px;
}
.ht-100 img {
    height: 100px;
    width: 120px;
}
.ht-480 img {
    height: 665px;
}
.cover {
    object-fit: cover;
}
.my-overflow {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.field {
    font-size: 21px;
    font-weight: bold;
    background: #d7edff;
    margin-left: 0px;
}
.my-navs {
    background: #004a7f;
    border-radius: 50%;
    color: #fff !important;
    border: 1px solid;
}
/*--------------------------------------------------------------
 # FOOTER
 --------------------------------------------------------------*/
.footer {
    background: #006994;
}
#back-to-top {
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}