@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;800&family=Hind:wght@400;700&display=swap');
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}
.main-bar {
    border-bottom: 1px solid #265787;
    border-top: 1px solid #265787;
    background: #1d354f;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #e82525;
}
.dbl-bdr {
    width: 100%;
    height: 2px;
    border: 0;
    border-top: 1px solid #d7dbe3;
    border-bottom: 1px solid #d7dbe3;
    font-size: 0;

}
.dbl1 >:not(.uk-first-column)::before {
    border-left: 5px solid #f3f3f3 !important;
}
p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
em {
    color: #565656;
}
.main-btn {
    border: 0;
    border-radius: 50px;
    line-height: 35px;
}
.footer {border-top: 2px solid #f8f8f8;background: #e2e2e2;}
.bal {
    font-family: 'Baloo 2', cursive;
}
.nav-item {
    position: relative;
    margin: 0 20px;
}
.nav-item:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.nav-item:hover:before {
    height: 3px;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}
.menu a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}  
.menu a:hover {
    color: #f00 !important;
} 
.uk-sticky-fixed .logo-part img {
    width: 150px;
    transition: 1s;
}
.uk-sticky-fixed .logo-part {
    padding: 10px;
    transition: 1s;
}
.bg1 {
    background: #e75625;
}
.bg2 {
    background: #58585a;
}
.bg3 {
    background: #e82525;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #70c9ff;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #02314b;
    color: #ffffff;
}
.uk-navbar-dropdown {
    top: 36px !important;
    padding: 8px;
    width: 320px;
}
.uk-search-navbar .uk-search-input {
    font-size: 17px;
}
.uk-navbar-nav>li>a {
    color: #02314b;
    font-size: 16px;
    line-height: 45px;
    min-height: auto;
    font-weight: 800;
}
.slide-menu a:before {
    content: "\f24d";
    margin-right: 10px;
    font-family: 'FontAwesome';
}
.ads img {
    margin-bottom: 10px;
    border-radius: 4px;
}
.slide-menu li:before {
    height: 0;
    margin: 0;
}
.slide-menu a {
    color: #333;
    font-size: 20px;
}
.slide-menu li {
    border-top: 1px solid #cacaca;
    margin: 0 !important;
    padding: 0;
    line-height: 50px;
    padding: 0 30px;
}
.slide-menu a:hover {
    color: #db4321;
}
.respo__fnt {
    font-size: calc(1.25rem + 2.9vw);
    line-height: 130%;
}
.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-12 {
    font-size: 12px;
}
.ft-14 {
    font-size: 14px;
    line-height: 26px;
}
.ft-15 {
    font-size: 15px;
    line-height: 28px;
}
.ft-17 {
    font-size: 17px;
}
.ft-18 {
    font-size: 18px;
}
.ft-20 {
    font-size: 20px;
    line-height: 34px;
}
.ht-550 {
    height: 550px;
}
.ht-110 img {
    height: 90px;
    width: 110px;
    float: left;
    margin-right: 10px;
}
.sp-clip {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    float: left;
}
.ht-400 img {
    height: 409px;
}
.ht-350 img {
    height: 350px;
}
.ht-325 img {
    height: 325px;
}
.ht-90 img {
    height: 75px;
    width: 75px;
}
.ht-190 img {
    height: 190px;
}
.ht-100 img {
    width: 110px;
    height: 75px;
}
.small-main-thumnail img {
    height: 123px;
    width: 188px;
}
.ht-220 img {
    height: 210px;
}
.ht-140 img {
    height: 95px;
    width: 140px;
}
.ht-75 img {
    height: 75px;
    width: 75px;
}
.ht-25 {
    height: 25px;
    width: 25px;
}
.fw-9 {
    font-weight: 800;
}
.bdr>li:nth-child(n+2) {
    -border-top: 1px dashed #231f20;
}
.vid-bx {
    background: #e75725;
    padding: 19px;
    height: 80px;
    color: #fff;
    width: 144px;
    transition: width 1s;
    display: block;
    right: -70px;
}
.nn:hover .vid-bx {
    width: 300px;
    height: 80px;
    transition: width 1s;
}
.text-blue, .text-blue a {
    color: #005594;
}
.heading__formall span {
    color: #265787;
    font-size: 30px;
    line-height: 55px;
    font-weight: 800;
    position: relative;
    display: inline-block;
}
.heading__formall {
    margin-bottom: 25px;
    display: block;
    position: relative;
    border-bottom: 1px solid #c3c3c3;
    border-top: 3px solid #ea7600;
}
.heading__formall a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 15px;
    line-height: 28px;
    position: absolute;
    right: 15px;
    top: 25%;
    border-radius: 90px;
    background: #083a84;
}
.heading__formall a:after {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
}
.heading__formall a:hover {
    background: #e82525;
}
.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: 28px;
    font-size: 15px;
    margin: 0;
    color: #fff;
}
.uk-active > .bg-class-activ {
    background: #28a5b7 !important;
    border: 1px solid #28a5b7 !important;
    color: #fff !important;
}
.uk-active > .bg-class-activ a, .uk-active > .bg-class-activ i {
    color: #fff !important;
}
@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); }
}
@media only screen and (max-width: 600px) {
    .ht-550, .ht-auto img {
        height: auto;
    }
    .m-ht-300 img {
        height: 300px;
    }
    .mob-vv {
        left: 0 !important;
        margin-top: 0 !important;
    }
}
.tag__box {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.tag__box a:after {content: "";position: absolute;border-bottom: 1px solid #f8f9fa;width: 100%;left: 0;bottom: -1px;}
.tag__box a:hover, .tag__box a:focus {
    background: #f8f9fa !important;
}
.tag__box a {
    position: relative;
    display: inline-block;
}
.s-box.s-big {
    position: fixed;
    display: block;
    color: #000 !important;
    z-index: 999;
    top: 30px;
}
.s-box.s-big a, .s-box.s-big span {
    color: #000 !important;
}
.site-logo img {
    max-height: 75px;
    -webkit-transition:max-height 0.2s ease-out;
    -moz-transition:max-height 0.2s ease-out;
    -o-transition:max-height 0.2s ease-out;
    transition:max-height 0.2s ease-out;
}
.site-logo.shrink img {
    max-height: 45px;
} 
.top__bx {
    background: rgb(108,108,108);
    background: radial-gradient(circle, rgba(108,108,108,1) 0%, rgba(116,116,116,1) 48%, rgba(170,170,170,1) 100%);
}

.scrollbox {
    height: 455px;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    padding-right: 15px;
}
.tab-content {
    background: #fff;
}
.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;
    background: transparent;
}
#mybox::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e75726;
    padding: 0;
}