@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;
}
.uk-link, a {
    color: #666;
}
.uk-link:hover, a:hover {
    color: #ec1e24;
    text-decoration: none;
}
p {
    font-size: 20px;
    line-height: 38px;
    color: #484848;
    font-weight: 500;
}
.brand__start {
    background: #176bb5;
}
.navbar-light .navbar-text a {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link, .menu a {font-size: 17px;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;
}
.uk-search-navbar .uk-search-input {
    font-size: 17px;
}
.cover {
    object-fit: cover;
}
.sp__credit__head {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.sp__credit__head span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #f00;
    width: 100%;
    left: 0;
    top: 100%;
}
.sp__credit__head span {
    font-size: 34px;
    font-weight: 800;
    line-height: 60px;
    position: relative;
    z-index: 99;
    color: #5a5a5a;
    display: inline-block;
    padding-bottom: 5px;
}
.sp__credit__head a {
    color: #5a5a5a;
}
.blinks {
    border-radius: 40px;
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}
@-webkit-keyframes glowing {
    0% {
      background-color: #176bb5;
      -webkit-box-shadow: 0 0 3px #176bb5;
    }
    50% {
      background-color: #203d95;
      -webkit-box-shadow: 0 0 15px #1f3f99;
    }
    100% {
      background-color: #ed1b23;
      -webkit-box-shadow: 0 0 3px #ed1b23;
    }
  }
.hide , .menuimg {
    display: none;
}
.uk-sticky-fixed .hide {
    display: block;
    left: 38px;
    position: relative;
    background: #ddd;
    display: inline-block;
    padding: 0 15px;
    line-height: 32px;
}
.uk-sticky-fixed .menuimg img {
    top: 13px;
    position: relative;
    width: 20px;
    margin: auto;
    display: block;
}
.uk-sticky-fixed .menuimg {
    position: relative;
    background: #fff;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    top: 8px;
    border-radius: 50%;
    display: block;
    padding: 0;
    text-align: center;
}
.ht-550 {
    height: 550px;
}
.ht-480 {
    height: 482px;
}
.ht-350 img {
    height: 350px;
}
.ht-170 img {
    height: 170px;
}
.ht-100 img {
    width: 90px;
    height: 90px;
} 
.ht-220 img {
    height: 216px;
}
.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%);
}
.top-overlay {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 43%, rgba(0, 0, 0, 0) 100%);
}
.syy-border {
    border-right: 2px solid #e8e8e8;
    line-height: 14px;
    font-size: 19px;
    font-weight: 400;
}
.syy-border:last-child {
    border: none;
}
.ads:before {
    content: "Advertisement";
    text-align: center;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #a0a0a0;
    letter-spacing: 1px;
    font-family: monospace;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #b30f0f;
}
.footer p {
    font-size: 17px;
    line-height: 15px;
    color: #ddd;
}
.uk-search-default .uk-search-input {
    height: 28px;
    border-radius: 50px;
}
@media only screen and (max-width: 600px) {
    .uk-card-body {
        padding-right: 15px;
        padding-left: 15px;
    }
    .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;
    }
}