@import url('https://fonts.googleapis.com/css?family=Mukta:300,400,500,600,700,800,900');
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 { font-family: 'Mukta', sans-serif;}
body {
    font-family: 'Mukta', sans-serif;
    background: #eef1f3;
}
.uk-link, a {
    color: #505050;
}
.uk-link:hover, a:hover {
    color: #ec1e24;
    text-decoration: none;
}
p {
    font-size: 20px;
    line-height: 38px;
    color: #484848;
    font-weight: 500;
    margin: 10px;
}
.brand__start {
    background: #092863;
}
.navbar-light .navbar-text a {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link, .menu a {font-size: 16px;color: #fff;font-weight: 500;line-height: 40px;padding-left: 20px;padding-right: 20px;}
.menu a {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f9f9f9;
    background: #b30f0f;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #0056ad;
}
.uk-navbar-dropdown {
    top: 39px !important;
    padding: 8px;
    width: 260px;
}
.sidebar-menu-box {
    background: #082459;
    box-shadow: rgb(34 96 191 / 24%) 0 0 48px;
}
.sidebar-menu a {
    color: #d7d7d7 !important;
    font-size: 16px;
    font-weight: 600;
    font-family: 'mukta';
}
.uk-search-navbar .uk-search-input {
    font-size: 17px;
}
.last-child {
    display: none;
}
.last-child:last-child {
    display: block;
}
.cover {
    object-fit: cover;
}
.sp__credit__head {
    position: relative;
    background: #092863;
    font-size: 24px;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sp__credit__head span {
    background: #e40505;
    font-weight: 900;
    color: #ffffff;
    position: relative;
    padding: 0 10px;
    display: inline-block;
}
.sp__credit__head a {
    color: #ffffff;
}
.sp__credit__head span:after {
    content: "";
    position: absolute;
    background: #e40505;
    width: 35px;
    height: 55px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    right: -34px;
}
.sub-category a {
    background: #e40505;
    font-size: 13px;
    padding: 3px 9px;
    border-radius: 50px;
}
.ht-550 {
    height: 550px;
}
.ht-455 {
    height: 455px;
}
.ht-350 img {
    height: 350px;
}
.ht-170 img {
    height: 170px;
}
.ht-100 img {
    width: 90px;
    height: 90px;
} 
.ht-220 img {
    height: 210px;
}
.ht-150 img {
    height: 98px;
    width: 150px;
}
.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%);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #b30f0f;
}
.footer p {
    font-size: 17px;
    line-height: 24px;
    color: #ddd;
}
@media only screen and (max-width: 600px) {
    .ht-550, .ht-400 img, .ht-350 img, .ht-220 img {
        height: auto;
    }
    .ht-150 img {
        height: 100px;
        width: 90px;
    }
    .uk-height-large {
        height: auto;
    }
    .uk-h4,.uk-h3,.uk-h2,.uk-h1 {
        font-size: 18px;
        line-height: 24px;
    }
}