@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: #1d1d1d;
}
.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: #1d1d1d;
}
.navbar-light .navbar-nav .nav-link, .menu a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    padding-left: 25px;
    padding-right: 25px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f9f9f9;
    background: #ff9600;
}
.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;
}
.warning {
    background: #ff9600;
}
.sp__credit__head {
    position: relative;
    margin-bottom: 20px;
    background: #1d1d1d;
    border-top: 2px solid #ff9600;
}
.sp__credit__head ol {
    background: #1d1d1d;
    padding: 0 18px;
    line-height: 45px;
}
.sp__credit__head .sabai {
    line-height: 25px;
    color: #fff;
    background: #ff9601;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 50px;
    margin-top: 10px;
}
.sp__credit__head .sabai a {
    color: #fff;
}
.sp__credit__head ol a {
    color: #fff;
}
.sp__credit__head span {
    font-size: 22px;
    font-weight: 800;
    color: #1d1d1d;
    line-height: 45px;
    position: relative;
    display: inline-block;
    z-index: 99;
    background: #ff9601;
    padding: 0 15px;
    border-radius: 0 0 15px 0;
    text-shadow: 0 0 5px #fff;
}
.sp__credit__head a {
    color: #1d1d1d;
}
.clip {
    border-radius: 50%;
    top: 5px;
    position: relative;
    box-shadow: 0px 0px 10px 2px #828282;
    border: 5px dotted #f00;
}
.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: #ff9600;
    border-radius: 0;
}
.footer p {
    font-size: 17px;
    margin: 0;
    line-height: 35px;
}
.ht-200 img{
    height: 198px;
}
.first__child {
    display: none;
}
.first__child:first-child {
    display: block;
}
@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;
    }
}