@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800');
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 {
    overflow-x: hidden;
}
.uk-link, a {
    color: #272727;
}
.uk-link:hover, a:hover {
    color: #e00000;
    text-decoration: none;
}
.dbl-bdr {
    width: 100%;
    height: 2px;
    border: 0;
    border-top: 1px solid #d7dbe3;
    border-bottom: 1px solid #d7dbe3;
    font-size: 0;

}
p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
em {
    color: #565656;
}
.main-btn {
    border: 0;
    border-radius: 50px;
    line-height: 35px;
}
.bg1 {
    background: #0077c1;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 50px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 0 25px;
}
.menu a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}  
.menu a:hover {
    color: #f00 !important;
} 
.uk-sticky-fixed .logo-part img {
    width: 150px;
    transition: 1s;
}
.uk-sticky-fixed .logo-part {
    padding: 10px;
    transition: 1s;
}
.bg2 {
    background: #0071b4;
}
.bg3 {
    background: #b40000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #e13236;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #02314b;
    color: #ffffff;
}
.uk-navbar-dropdown {
    top: 36px !important;
    padding: 8px;
    width: 320px;
}
.uk-search-navbar .uk-search-input {
    font-size: 17px;
}
.uk-navbar-nav>li>a {
    color: #02314b;
    font-size: 16px;
    line-height: 45px;
    min-height: auto;
    font-weight: 800;
}
.respo__fnt {
    font-size: calc(1.25rem + 2.9vw);
    line-height: 130%;
}
.cover {
    object-fit: cover;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ec1e24 !important;
    color: #fff !important;
}
.text-init {
    color: #c7c7c7;
}
.ft-12 {
    font-size: 12px;
}
.ft-14 {
    font-size: 14px;
    line-height: 26px;
}
.ft-15 {
    font-size: 15px;
    line-height: 28px;
}
.ft-17 {
    font-size: 17px;
    line-height: 30px;
}
.ft-18 {
    font-size: 18px;
    line-height: 28px;
}
.ft-20 {
    font-size: 20px;
    line-height: 34px;
}
.ht-550 {
    height: 550px;
}
.ht-400 img {
    height: 400px;
}
.ht-350 img {
    height: 350px;
}
.ht-325 img {
    height: 325px;
}
.ht-190 img {
    height: 190px;
}
.ht-100 img {
    width: 90px;
    height: 90px;
} 
.ht-220 img {
    height: 210px;
}
.ht-140 img {
    height: 95px;
    width: 140px;
}
.ht-90 img {
    height: 75px;
    width: 75px;
}
.ht-25 {
    height: 25px;
    width: 25px;
}
.bdr>li:nth-child(n+2) {
    -border-top: 1px dashed #231f20;
}
.non-head {
    border-top: 6px solid #231f20;
    border-bottom: 1px solid #555;
}
.non-head:before {content: "";position: absolute;width: 100%;left: 0;top: -10px;}
.hover_img:hover img {
    transform: scale(1.2);
}
.hover_img img {
    transition: 1s;
}
.heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 45px;
    background: #12232E;
    padding: 0 10px;
    position: relative;
}
.heading span {
    color: #ffffff;
    position: relative;
}
.cat_lead {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    background: #e8e7e7 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.cat_lead span {
    font-size: 25px;
    font-weight: 800;
    position: relative;
    padding: 0 15px;
    line-height: 50px;
    display: inline-block;
    color: #0077c1;
}
.cat_lead a {
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    padding: 0 10px;
    font-weight: 800;
    color: #12232e;
}
.cat_lead a:hover {
    color: #007cc7;
}
.author-box {
    border: 1px solid #c7c7c7;
    padding: 20px;
    padding-bottom: 20px;
    margin: 0;
    padding-left: 10px;
    padding-right: 11px;
    background: #f3f3f3;
}
.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%);
}
#skip-ads {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;
    margin: auto;
    position: fixed;
    text-align: center;
    background: #fff;
}
.footer p {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    color: #fff;
}
#skip-ads img {margin: 20px;box-shadow: 0px 0px 10px -6px #000000;}
.uk-tab-right::before {
    border: 0;
}
.uk-active > .bg-class-activ {
    background: #28a5b7 !important;
    border: 1px solid #28a5b7 !important;
    color: #fff !important;
}
.uk-active > .bg-class-activ a, .uk-active > .bg-class-activ i {
    color: #fff !important;
}
@media    all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .dropdown-menu{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
@media only screen and (max-width: 600px) {
    .ht-550 {
        height: auto;
    }
    .mob-vv {
        left: 0 !important;
        margin-top: 0 !important;
    }
}
.tag__box {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.tag__box a:after {content: "";position: absolute;border-bottom: 1px solid #f8f9fa;width: 100%;left: 0;bottom: -1px;}
.tag__box a:hover, .tag__box a:focus {
    background: #f8f9fa !important;
}
.tag__box a {
    position: relative;
    display: inline-block;
}
.searchbox{
    position:relative;
    width:0%;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    border:0;
    outline:0;
    background:#dcddd8;
    margin:0;
    color:red;
    padding: 4px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}
.searchbox-open{
    width:100%;
}
.s-box.s-big {
    position: fixed;
    display: block;
    color: #000 !important;
    z-index: 999;
    top: 30px;
}
.s-box.s-big a, .s-box.s-big span {
    color: #000 !important;
}
.site-logo img {
    max-height: 75px;
    -webkit-transition:max-height 0.2s ease-out;
    -moz-transition:max-height 0.2s ease-out;
    -o-transition:max-height 0.2s ease-out;
    transition:max-height 0.2s ease-out;
}
.site-logo.shrink img {
    max-height: 45px;
} 
.top__bx {
    background: rgb(108,108,108);
    background: radial-gradient(circle, rgba(108,108,108,1) 0%, rgba(116,116,116,1) 48%, rgba(170,170,170,1) 100%);
}