/*
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: 2.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;
}
/*===========================================================================
::Header
===========================================================================*/
.bg-main {
    background: #1d9bd1;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-right: 18px;
    padding-left: 18px;
    line-height: 35px;
    font-size: 18px;
}
.dropdown-menu a {
    color: #2062ae;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #d82648;
}
.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: transparent;
}
.ht-100 img {
    height: 80px;
    width: 100px;
}
.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
===========================================================================*/
.bg-logo {
    background: #af3263;
}
.ht-70 img {
    height: 70px;
    width: 70px;
}
.rounded-100 {
    border-radius: 100px;
}
.cover {
    object-fit: cover;
}
.cat-head:after {content: "";position: absolute;background: #2062ae;width: 100%;height: 20px;left: 0;top: 8px;}
.cat-head a {
   color: #ffffff;
}
.cat-head span {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    background: #af3263;
    padding: 0 20px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    z-index: 99;
    position: relative;
}
.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%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #2062ae;
}
.scrollbox {
    height: 355px;
    overflow: auto;
    overflow-x: hidden;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 10px;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d5d5d5;
    padding: 0;
}
#mybox::-webkit-scrollbar {
    width: 6px;
}
.logo-ads img {
    margin-bottom: 15px;
}
/*===========================================================================
::Footer
===========================================================================*/
#back-to-top {
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 999;
}
