@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Mukta:wght@300;400;500;600;700;800&family=Open+Sans');
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: 18px;
    line-height: 32px;
    color: #333;
}
em {
    color: initial;
    font-weight: initial;
}
.main__header {
    background: #0e539a;
    position: relative;
}
.bg-logo {
    background: #ff0012;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 50px;
    color: #f8f9fa;
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px;
}
.menu a {
    color: #3366cc;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}  
.menu a:hover {
    color: #f00 !important;
} 
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background: #fe0000;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #ff0516;
    color: #fff;
}
.uk-navbar-dropdown {
    top: 39px !important;
    padding: 8px;
    width: 260px;
}
.uk-search-navbar .uk-search-input {
    font-size: 17px;
}
.heading__formall {
    margin-bottom: 25px;
    background: #e4e4e4;
    display: block;
    position: relative;
    overflow: hidden;
}
.heading__formall span {color: #ffffff;font-size: 25px;line-height: 50px;font-weight: 900;position: relative;display: inline-block;background: #0e539a;padding: 0 20px;z-index: 3;}
.heading__formall span:before {content: "";position: absolute;background: #ff0012;width: 85px;height: 110%;right: -35px;top: -4px;clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);z-index: -1;}
.heading__formall span:after {
    content: "";
    position: absolute;
    background: #0e539a;
    width: 85px;
    height: 110%;
    right: -20px;
    top: -1px;
    clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    z-index: -1;
}
.heading__formall ul a {
    line-height: 45px;
    background: #fff;
    padding: 0 10px;
    margin: 0 10px;
    color: #f00;
    font-weight: 600;
    border-radius: 50px;
}
.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;
    line-height: 34px;
}
.ft-18 {
    font-size: 18px;
    line-height: 28px;
}
.ht-550 {
    height: 550px;
}
.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: 215px;
}
.ht-140 img {
    height: 95px;
    width: 140px;
}
.ht-90 img {
    height: 90px;
    width: 100px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #df2929;
    background-color: transparent;
    border-color: #df2929 !important;
}
.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%);
}
#skip-ads {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;
    margin: auto;
    position: fixed;
    text-align: center;
    background: #fff;
}
.footer p {
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}
#skip-ads img {margin: 20px;box-shadow: 0px 0px 10px -6px #000000;}
@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); }
}