/*
Theme Name: SobizPress
Theme URI: http://www.sobizpress.com
Author: Sobizpress
Author URI: http://www.sobizpress.com
Description: Commercial Template of sobizpress for News Portal
Licence: commercial
Version: 1.0.4
*/
body {
    font-size: 20px;
    line-height: 28px;
    color: #444;
    font-family: 'Ek Mukta',sans-serif;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Ek Mukta', sans-serif;
}
a,.uk-link {
    color: #5d5d5d;
    text-decoration: none !important;
}
.uk-link:hover, a:hover {
    color: #ec1a0a;
    text-decoration: none;
}
p {
    line-height: 35px;
    font-size: 19px;
}
.uk-container.ads {
    margin-bottom: 28px;
    margin-top: 0px;
}
/*===========================================================================
::Header
===========================================================================*/
.main-bar {
    background: #065db5;
}
.navbar-light .navbar-nav .nav-link {
    color: #fffbfb;
    padding-right: 18px;
    padding-left: 18px;
    line-height: 35px;
    font-weight: 900;
    font-size: 18px;
}
.dropdown-menu a {
    color: #2062ae;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background: #bb2125;
}
.tt-sm {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.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: #bb2125;
}
.ht-100 img {
    height: 80px;
    width: 100px;
}
.ht-70 img {
    height: 70px;
    width: 70px;
}
.ht-370 img {
    height: 370px;
}
.sub-menu {
    padding-left: 0 !important;
}
.menu a {
    color: #9a9a9a;
    line-height: 32px;
    font-size: 16px;
}

.menu a:hover {
    color: #f00;
}
/*===========================================================================
::Body
===========================================================================*/
.cover {
    object-fit: cover;
}
.cat-head {
    background: #e4e4e4;
    line-height: 45px;
    overflow: hidden;
}
.cat-head a {
   color: #ffffff;
}
.cat-head span {
    background: #213268;
    padding: 10px 15px;
    z-index: 99;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
}
.sp-overlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(0, 0, 0) 100%);
}
.adds_menu img {
    margin-bottom: 15px;
}
iframe {
    max-width: 100%;
}
/*--------------------------------------------------------------
 # FOOTER
 --------------------------------------------------------------*/
.footer {
    background: #776f6f;
}
.note {
    background: #8e0006;
}

.main-icons li i {
    font-size: 18px;
    padding: 3px;
    height: 30px;
    width: 30px;
    margin-right: 9px;
    text-align: center;
    background: #3f5c9a;
    border-radius: 50%;
    color: #fff;
    line-height: 24px;
}
.tw {
    background: #1da1f2 !important;
}
.yo {
    background: #f00 !important;
}
.ins {
    background: #e72c79 !important;
}
.featured_caption {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    font-weight: 500;
}
#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;
}