@import url('https://fonts.googleapis.com/css?family=Mukta:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800;900&display=swap');
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 { font-family: 'Mukta', sans-serif;}
body {
    font-family: 'Mukta', sans-serif;
}
.pop {
    font-family: 'Poppins', sans-serif;
}
.uk-link, a {
    color: #1d1d1d;
}
a:hover {
    color: #b90000;
    text-decoration: none;
}
p {
    font-size: 20px;
    line-height: 34px;
    color: #484848;
}
.sm_text {
    font-size: 17px;
    line-height: 30px;
}
.sp__brand {
    background: #026b96;
}
.uk-sticky-fixed {
    background: #cd222a;
    top: 0 !important;
}
.hard--back {
    background: #004179;
}
.navbar-light .navbar-nav .nav-link, .menu a {
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    padding: 0 22px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.menu a {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f9f9f9;
    background: #b90000;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #b90000;
}
.uk-navbar-dropdown {
    top: 39px !important;
    padding: 8px;
    width: 260px;
}
.uk-search-navbar .uk-search-input {
    font-size: 17px;
}
.heading__formall span {
    font-size: 19px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding: 0 20px;
    background: #026b96;
    border-radius: 0 10px 0 0;
}
.heading__formall {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
.heading__formall a {
    color: #ffffff;
}
.heading__formall li a {
    font-size: 19px;
    line-height: 25px;
    display: inline-block;
}
.heading__formall:before {content: "";background: #b90000;width: 10px;height: 100%;position: absolute;left: 0;z-index: 99;}
.heading__formall:after {content: "";position: absolute;border-bottom: 3px solid #026b96;width: 100%;left: 0;bottom: 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: 98px;
    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%);
}
.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;
}
.footer p {
    color: #fff;
    line-height: 28px;
    font-size: 16px;
}
@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;
    }
}