@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;800&family=Hind:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700');
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}
.main-bar {
    top: 0 !important;
    border-bottom: 3px solid #00a652;
    background: #ed1b24;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 0px;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #e82525;
}
.dbl-bdr {
    width: 100%;
    height: 2px;
    border: 0;
    border-top: 1px solid #d7dbe3;
    border-bottom: 1px solid #d7dbe3;
    font-size: 0;

}
.exp_sm-ft {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}
.dbl1 >:not(.uk-first-column)::before {
    border-left: 5px solid #f3f3f3 !important;
}
p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
em {
    color: #565656;
}
.main-btn {
    border: 0;
    border-radius: 50px;
    line-height: 35px;
}
.bal {
    font-family: 'Baloo 2', cursive;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu---
------------------------------------------------------------------------------------------------------------*/
.nav-item {
    position: relative;
    margin: 0 20px;
}
.nav-item:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.nav-item:hover:before {
    height: 3px;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 50px;
    color: #ffffffe6;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
    font-family: poppins,sans-serif;
}
.menu a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}  
.menu a:hover {
    color: #f00 !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffc107;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #02314b;
    color: #ffffff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body---
------------------------------------------------------------------------------------------------------------*/
.trendings {
    color: #272727;
    font-size: 29px;
    border-radius: 5px;
    padding: 4px;
    font-weight: 600;
}
.vid-bx {
    background: #e75725;
    padding: 19px;
    height: 80px;
    color: #fff;
    width: 144px;
    transition: width 1s;
    display: block;
    right: -70px;
}
.nn:hover .vid-bx {
    width: 300px;
    height: 80px;
    transition: width 1s;
}
.text-blue, .text-blue a {
    color: #005594;
}
.dabali-heading {
    margin-bottom: 15px;
    margin-top: 1px;
    position: relative;
    background: #00a652;
    line-height: 26px;
}
.dabali-heading h1 {
    display: inline-block;
    background: #ed1b24;
    color: #fff;
    padding: 10px 15px;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
    border-right: 8px double #fff;
    position: relative;
}
.dabali-heading a {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 17px;
    padding-right: 10px;
    color: #fff;
    text-decoration: none;
}
.dabali-heading a:after {
    content: "\f2f6";
    font-family: fontawesome;
    margin-left: 6px;
}

.uk-sticky-fixed .logo-part img {
    width: 150px;
    transition: 1s;
}
.uk-sticky-fixed .logo-part {
    padding: 10px;
    transition: 1s;
}
.zk-excerpt {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: #838383;
}
.zk-date {
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
    color: #838383;
}
.bg1 {
    background: #4b4b4d;
}
.bg2 {
    background: #001b42;
}
.bg3 {
    background: #e82525;
}
.bg4 {
    background: #5a5a5a;
}
.date-llf {
    float: right;
    font-size: 12px;
}
.cate__head {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.cate__head a {
    background: #c10000;
    padding: 0px 11px;
    text-align: center;
}
.auther-rrf {
    float: left;
    font-size: 12px;
}
.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;
}
.slide-menu a:before {
    content: "\f0da";
    margin-right: 10px;
    font-family: 'FontAwesome';
}
.slide-menu li:before {
    height: 0;
    margin: 0;
}
.slide-menu a {
    color: #333;
    font-size: 20px;
}
.slide-menu li {
    border-top: 1px solid #cacaca;
    margin: 0 !important;
    padding: 0;
    line-height: 50px;
    padding: 0 30px;
}
.slide-menu a:hover {
    color: #db4321;
}
.respo__fnt {
    font-size: calc(1.25rem + 2.9vw);
    line-height: 130%;
}
.blog-box {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
}
.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;
}
.ft-18 {
    font-size: 18px;
}
.ft-20 {
    font-size: 20px;
    line-height: 34px;
}
.more-news {
    font-size: 16px;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Height---
------------------------------------------------------------------------------------------------------------*/
.ht-550 {
    height: 550px;
}
.ht-110 img {
    height: 90px;
    width: 110px;
    float: left;
    margin-right: 10px;
}
.ht-180 img {
    height: 180px;
}
.ads img {
    border-radius: 4px;
}
.ht-400 img {
    height: 460px;
}
.small-box-thumnail img {
    width: 135px;
    height: 95px;
}
.ht-80 img {
    height: 80px;
    width: 90px;
}
.ht-135 img {
    width: 195px;
    height: 130px;
}
.ht-250 img {
    height: 270px;
}
.ht-300 img {
    height: 476px;
}
.ht-310 {
    height: 310px;
}
.ht-255 img {
    height: 290px;
}
.ht-350 img {
    height: 350px;
}
.ht-360 img {
    height: 360px;
}
.ht-325 img {
    height: 325px;
}
.ht-390 img {
    height: 390px;
}
.ht-400 img {
    height: 460px;
}
.ht-100 img {
    width: 110px;
    height: 75px;
}
.ht-80 img {
    height: 80px;
    width: 80px;
}
.ht-230 img {
    height: 145px;
    width: 230px;
}
.ht-220 img {
    height: 217px;
}
.ht-140 img {
    height: 95px;
    width: 140px;
}
.ht-75 img {
    height: 75px;
    width: 75px;
}
.ht-25 {
    height: 25px;
    width: 25px;
}
.ht-145 img {
    width: 145px;
    height: 110px;
}
.ht-500 img {
    height: 500px;
}
.ht-530 img {
    height: 530px;
}

/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.fw-9 {
    font-weight: 800;
}
.bdr>li:nth-child(n+2) {
    -border-top: 1px dashed #231f20;
}
.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%);
}
.scrollbox {
    height: 595px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding-right: 15px;
}
.scrollbox-content, .scrollbox:hover, .scrollbox:focus {
    visibility: visible;
}
#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;
}
.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, .ht-auto img {
        height: auto;
    }
    .m-ht-300 img {
        height: 300px;
    }
    .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;
}
.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%);
}
.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: 3px;
    background: transparent;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e75726;
    padding: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Navigation Menu---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #ffffff;
    box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
    width: 270px;
}
.sidebar-navigation-logo-area {
    background: #ffffff;
    padding: 23px;
}
.sidebar-navigation-search-input {
    height: 49px !important;
    background: #0e5dae !important;
    border: none !important;
}
.sidebar-navigation-search-icon {
    background: #d70304;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-navigation-area {
    background: #d3d3d3;
}
.sidebar-navigation-sub-item {
    display: none;
    padding-left: 15px;
}
.sidebar-navigation-sub-category.open > .sidebar-navigation-sub-item {
    display: block;
    background: white;
}
.sidebar-navigation-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-navigation-item a {
    font-size: 18px;
    color: #383838;
    padding: 12px 18px 12px 18px;
    font-weight: 600;
}
.sidebar-navigation-item a:hover {
    color: #ff0000;
}
.sidebar-navigation-sub-item a {
    color: #000000e3;
    padding: 10px 10px 10px 18px;
    font-size: 15px;
    font-weight: 600;
}
.sidebar-navigation-sub-item a:hover {
    color: #d70304;
}
.dropdown-button-icon {
    background: #ffffff;
    display: inline-block;
    padding: 16px 15px;
    border: none;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #22408c;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #ed1c24;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}