@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: #505050;
}
a:hover {
    color: #ec1e24;
    text-decoration: none;
}
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #0b7751;
    text-decoration: none;
}
p {
    font-size: 20px;
    line-height: 34px;
    color: #484848;
}
.sm_text {
    font-size: 17px;
    line-height: 30px;
}
.main__header {
    background: #cd222a;
}
.hard--back {
    background: #005839;
}
.main__header:after {content: "";position: absolute;bottom: -4px;width: 100%;left: 0;}
.bg-header {
    background: #002750;
}
.uk-sticky-fixed {
    background: #cd222a;
    top: 0 !important;
}
.navbar-light .navbar-nav .nav-link, .menu a {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 40px;
    color: #505050;
    font-size: 17px;
    font-weight: 700;
}
.menu a {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0b7751;
    background: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #0056ad;
}
.uk-navbar-dropdown {
    top: 39px !important;
    padding: 8px;
    width: 260px;
    left: 1000px !important;
}
.uk-search-navbar .uk-search-input {
    font-size: 17px;
}
.sp__credit__head {
    background: #0b7751;
    margin-bottom: 25px;
}
.sp__credit__head span {
    background: #005839;
    padding-right: 35px;
    padding-left: 15px;
    color: #fff;
    font-size: 23px;
    line-height: 45px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.sp__credit__head a {
    color: #fff;
}
.sp__credit__head span:after {
    content: "";
    position: absolute;
    background: #0b7751;
    width: 60px;
    height: 100%;
    right: -40px;
    clip-path: polygon(100% 0%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.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;
}
.ht-550 {
    height: 550px;
}
.ht-650 {
    height: 600px;
}
.ht-400 img {
    height: 400px;
}
.ht-350 img {
    height: 350px;
}
.ht-170 img {
    height: 170px;
}
.ht-100 img {
    width: 90px;
    height: 90px;
} 
.ht-220 img {
    height: 217px;
}
.ht-150 img {
    height: 100px;
    width: 120px;
}
.neg__margin {
    margin-top: -40px;
    position: relative;
}
.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%);
}
.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;
}
.scrollbox {
    height: 475px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
}
.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;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ff0000;
    padding: 0;
}
.last-child {
    display: none;
}
.last-child:first-child {
    display: inline-block;
}
.sp-h4 {
    font-size: 19px;
    line-height: 29px;
}
@media only screen and (max-width: 600px) {
    .ht-550,.ht-650 .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;
    }
}
.footer p {
    color: #dcdcdc;
    font-size: 17px;
    line-height: 32px;
    margin: 0;
}
