/*
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
Version: 2.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', sans-serif;
}
body {
    font-size: 17px;
    line-height: 26px;
    color: #444;
    background: #fff;
}
b, strong {
    font-weight: bold;
}
p {
    font-size: 20px;
    line-height: 35px;
    color: #444;
}
.uk-link, a {
    color: #333;
    text-decoration: none !important;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #002a6a;
    text-decoration: underline;
}
#back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-radius: 50%;
}
a:focus, a:hover {
    color: #002a6a;
    text-decoration: none;
}
.uk-sticky-fixed {
    top: 0 !important;
}
/*--------------------------------------------------
:: Header
-------------------------------------------------- */
.bg-main {
    background: #022b6b;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e0bf7f;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #cc171e;
}
.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: #ffffff;
    background: #cc171e;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #e46e1f;
    margin: 0;
}
.cat-head {
    border-bottom: 1px solid #eaeaea;
}
.cat-head span {
    font-size: 24px;
    font-weight: 900;
    line-height: 46px;
    position: relative;
    display: inline-block;
}
.cat-head span:before {
    content: "";
    background: #022b6b;
    width: 22px;
    height: 16px;
    top: 14px;
    position: absolute;
    left: 100%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 85% 49%);
}
.cat-head span:after {
    content: "";
    position: absolute;
    border-top: 1px solid #cc171e;
    bottom: -1px;
    width: 100%;
    left: 0;
    border-radius: 50px;
}
.clip {
    width: 18px;
    height: 18px;
    top: 0;
    position: relative;
    z-index: 0;
    background: #022b6b;
    clip-path: circle(50% at 50% 50%);
}
.bg3 {
    background: #e82525;
}
.ft-19 h3 {
    font-size: 19px;
}
.pro__tab li a {
    font-size: 18px;
    line-height: 30px;
    color: #3e3e3e;
}
.pro__tab .uk-active a {
    color: #ea028b;
    border-color: #ea028b;
}
.ht-70 img {
    width: 90px;
    height: 70px;
}
.ht-120 img {
    height: 110px;
    width: 135px;
}
.ht-220 img {
    height: 245px;
}
.cover {
    object-fit: cover;
}
.ht-100 img {
    height: 80px;
    width: 100px;
}
.ht-200 img {
    height: 200px;
}
.ht-110 img {
    height: 100px;
    width: 137px;
}
.ht-270 img {
    height: 270px;
}
.ht-340 img {
    height: 340px;
}
.ht-520 img {
    height: 520px;
}
.ht-200 img {
    height: 210px;
}
.ht-65 img {
    width: 65px;
    height: 65px;
}
.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%);
}
.charc {
    clip-path: polygon(50% 0%, 99% 0, 100% 75%, 50% 100%, 0 100%, 0 0);
}
.scrollbox {
    height: 570px;
    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: #890304;
    padding: 0;
}
.footer p {
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    color: #fff;
}
.footer a {
    font-size: 15px;
}