@import url('https://fonts.googleapis.com/css?family=Mukta:300,400,500,600,700,800');
body{ font-family: Mukta; line-height: 28px;}
.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: #333;
}
.uk-link:hover, a:hover {
    color: #0037a2;
    text-decoration: none;
}
p {
    font-size: 19px;
    line-height: 38px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f59d3a;
}
.brand__bg {
    background: #0462a5;
}
.bg-logo {
    background: #0462a5;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    line-height: 50px;
    font-size: 17px;
    font-weight: 600;
    padding: 0 20px;
}
.ht-90 img {
    height: 90px;
    width: 90px;
}
.ht-400 img {
    height: 400px;
}
.ht-500 img {
    height: 500px;
}
.ht-120 img {
    height: 140px;
    width: 180px;
}
.ht-240 img {
    height: 240px;
    z-index: 1;
}
.bg-load:after {
    content: "";
    position: absolute;
    background: #0462a5;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
}
.ht-170 img {
    height: 170px;
}
.ht-100 img {
    height: 110px;
    width: 140px;
}
.ht-70 img {
    height: 70px;
    width: 70px;
}
.heading__formall {
    line-height: 40px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    border-top: 3px solid #0462a5;
    border-bottom: 1px solid #0462a5;
}
.heading__formall span {
    position: relative;
    background: #db123b;
    padding: 0 20px;
    color: #ffff;
    border-radius: 10px;
}
.heading__formall a {
    float: right;
    font-size: 14px;
    color: #db123b;
    display: inline-block;
    line-height: 25px;
    position: relative;
    top: 6px;
    border-radius: 50px;
    clear: both;
}
.ft-19 {
    font-size: 19px;
}
.cn__para {
    font-size: 17px;
    line-height: 34px;
}
.my-overlay {
    background: -webkit-linear-gradient(top, transparent 10%, #212121 60%);
    padding-top: 100px;
}
.cover {
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .uk-card-body {
        padding-right: 15px;
        padding-left: 15px;
    }
    .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 {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
}