@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: #333;
}
.uk-link:hover, a:hover {
    color: #ec1e24;
    text-decoration: none;
}
p {
    font-size: 20px;
    line-height: 38px;
    color: #000000;
    font-weight: 500;
}
.home__para_sn {
    font-size: 18px;
}
.main__header {
    background: #043786;
    position: relative;
}
.main__header:after {content: "";position: absolute;bottom: -4px;width: 100%;left: 0;}
.bg-header {
    background: #002750;
}
.hard--back {
    background: #004179;
}
.text-secondary {
    color: #4a4c4e!important;
}
.navbar-light .navbar-nav .nav-link, .menu a {
    padding-right: 17px;
    padding-left: 17px;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.menu a {
    color: #fff;
}
.nav-item {
    position: relative;
}
.aws a {
    background: #ef1b27;
    width: 30px;
    height: 30px;
    box-shadow: 2px 2px 2px #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff8188;
    background: transparent;
}
.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;
}
.kh_header {
    border-left: 0;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #22428d;
    margin-bottom: 25px;
}
.kh_header span {
    font-size: 30px;
    font-weight: 700;    
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #3c3c3c;
    color: #22428d;
}
.kh_header a {
    float: right;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    padding: 0 20px;
    background: #f00;
    border-radius: 100px;
    line-height: 25px;
    font-size: 14px;
}
.kh_header a:before {/* content: ""; *//* position: absolute; *//* background: #f00; */width: 15px;height: 15px;right: 0;top: 11px;border-radius: 50%;}
.noafter a:before {
    display: none;
}
.noafter a {
    float: none;
    padding: 0 10px;
}
.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-17 {
    font-size: 17px;
}
.ft-16 {
    font-size: 16px;
    line-height: 30px;
}
.ht-550 {
    height: 550px;
}
.ht-400 img {
    height: 400px;
}
.ht-350 img {
    height: 350px;
}
.ht-170 img {
    height: 204px;
}
.ht-100 img {
    width: 90px;
    height: 90px;
} 
.ht-80 img {
    height: 80px;
    width: 100px;
}
.ht-220 img {
    height: 217px;
}
.ht-150 img {
    height: 100px;
    width: 120px;
}
.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: 515px;
    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;
}
@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;
    }
}
.footer p strong {
    font-weight: 600;
}
.footer p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    font-weight: 300;
}
