@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
body,.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 { font-family: Mukta;}
.uk-link, a {
    color: #222;
}
.uk-link:hover, a:hover {
    color: #ec1e24;
    text-decoration: none;
}
p {
    font-size: 20px;
    line-height: 38px;
    color: #484848;
    font-weight: 500;
}
.main__header {
    background: #1178bd;
}
.brand__start {
    background: #3873cc;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    line-height: 50px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #b72025;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #b72025;
}
.cover {
    object-fit: cover;
}
.ft-17 {
    font-size: 16px;
    line-height: 25px;
}
.sp__credit__head {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 3px solid #1178bd;
    border-top: 1px solid #187cbf;
}
.sp__credit__head span {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    display: inline-block;
    z-index: 99;
    color: #b72528;
}
.sp__credit__head:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #187dbe;
    width: 100%;
    left: 0;
    transform: translate(0, -5px);
    bottom: -4px;
}
.sp__credit__head a {
    color: #b72528;
}
.uk-subnav-pill>.uk-active>a {
    background-color: #b8282c !important;
}
.clip {
    top: 5px;
    position: relative;
    background: #003f80;
    height: 10px;
    width: 10px;
    clip-path: polygon(0 0, 60% 50%, 0 100%, 0 100%, 25% 51%, 0 0);
    border-bottom: 5px solid #ff0000;
}
.special__part:after {
    content: "";
    position: absolute;
    background: #3873cc;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50%;
    z-index: 0;
}
.ht-550 {
    height: 550px;
}
.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%);
}
.footer p {
    font-size: 15px;
    color: #fff;
    line-height: 33px;
    font-weight: 400;
    margin: 0;
}
#back-to-top {
    background: #003f80;
    width: 60px;
    height: 30px;
    right: 30px;
    bottom: 0;
    border: 0;
    border-radius: 10px 10px 0 0;
}
.uk-active div .media {
    border: 1px solid #3873cc !important;
    background: #e6e6e6;
}
@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;
    }
}
.d-logo img {
    width: 0;
    transition: 300ms;
}
.uk-sticky-fixed > div > div > div > .d-logo img {
    width: 150px;
}
@media    all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .dropdown-menu{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}