@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:300,400,500,600,700');
body{ font-family: 'Ek Mukta', sans-serif;}
.uk-link, a {
    color: #313131;
    transition: 500ms;
}
.uk-link:hover, a:hover {
    color: #0f6ecd;
    text-decoration: none;
    transition: 500ms;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Ek Mukta', sans-serif;
    color: #5f5f5f;
}
.bg-main {
    background: #004179;
}
.navbar {
    /* border-top: 2px solid #dc143c; */
    /* border-bottom: 1px solid #003893; */
}
.navbar-light .navbar-nav .nav-link {
    padding-right: 18px;
    padding-left: 18px;
    line-height: 38px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}
.uk-accordion-title {
    font-size: 15px;
    padding-bottom: 0;
    color: #fff;
}
p {
    font-size: 19px;
    line-height: 35px;
}
.hard--back {
    background: #0048a9;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffbe33;
}
/*--------------------------------------------------------------
 # Body
 --------------------------------------------------------------*/
 .byline-news a {
    font-size: 16px;
    font-weight: 600;
}
.byline-news img {
    height: 25px;
    width: 25px;
    margin-right: 3px;
}
.heading-title-bg {
    background: #0048a9;
    padding: 9px 10px;
    border-radius: 5px 5px 0px 0px;
}
.heading-title-bg .heading-title-text {
    font-size: 25px;
    font-weight: 700;
    color: white;
}
.sub-category a {
    background: #ffffff;
    padding: 2px 6px;
    margin-right: 6px;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}
.sub-category a:hover {
    background: #0048a9;
    color: white;
}
.more-links-bg {
    background: #6cabff;
    color: #0048a9;
    height: 30px;
    width: 30px;
}
 .cate__heading {
    border-top: 4px solid #001f52;
    border-bottom: 1px solid #ababab;
    margin-bottom: 25px;
}
.cate__heading span {
    color: #001f52;
    font-size: 22px;
    line-height: 48px;
    font-weight: 600;
}
.cate__heading a {
    float: right;
    position: relative;
}
.cate__heading a:after {content: "\f067";font-family: 'Font Awesome 5 Free';color: #fff;position: absolute;background: #006bde;right: 0;width: 20px;height: 20px;font-size: 14px;text-align: center;border-radius: 50px;top: 12px;font-weight: 900;}
.triple-bdr {
    border-top: 1px dotted #001f52;
    position: relative;
    display: inline-block;
    width: 100%;
}
.triple-bdr:after {content: "";position: absolute;border-bottom: 1px dotted #001f52;border-top: 1px dotted #001f52;width: 100%;left: 0;top: 2px;height: 4px;}
.my-overlay {
    background: linear-gradient(to bottom,rgba(0,0,0,0)0,rgb(34, 34, 34) 100%);
}
.neg {
    margin-bottom: -25px;
}
.no-after a {
    float: none;
}

.no-after a:after {
    display: none;
}

.right-head span {
    display: inline-block;
    font-size: 16px;
}
.clips {
    -webkit-clip-path: ellipse(100% 80% at 37% 19%);
    clip-path: ellipse(130% 88% at 35% 10%);
}
.sp-clip {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.cover {
    object-fit: cover;
}
.ht-200 img {
    height: 210px;
}
.ht-150 img {
    height: 123px;
    width: 150px;
}
.ht-100 img {
    height: 90px;
    width: 120px;
}
.ht-90 img {
    height: 90px;
    width: 90px;
}
.xxxmedium-thumnail img {
    height: 240px;
}
.xxxxsmall-thumnail img {
    height: 90px;
    width: 120px;
}
.xxxlarge-thumnail img {
    height: 310px;
}
.xxsmall-thumnail img {
    width: 130px;
    height: 110px;
}
.xxxxmedium-thumnail img {
    height: 215px;
}
.scrollbox {
    height: 380px;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
}
.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: 6px;
}
#mybox::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #6cabff;
    padding: 0;
}
@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) {
    .auto-ht img {
        height: auto;
    }
}
.footer-area {
    padding: 20px 0;
    background-color: #0048a9;
}
.footer-heading {
    margin-bottom: 20px !important;
}
.text-link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    transition: all .1sease-in-out;
    color: #ffffff;
}
.text-link::before {
    width: 35px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #f58320;
    height: 2px;
    transition: all .1sease-in-out;
}
.text-link:hover::before {
    width: 100%;
}
.footer-text p {
    color: #ffffff;
    font-size: 15px;
}
.footer-links a {
    font-size: 17px;
    color: #626262;
    text-transform: none !important;
}
.trademark-area {
    background: #003a89;
}
.trademark-content p {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
    text-align: center;
}
.trademark-content a {
    color: #ff6000;
}
.back-to-top-buttom a {
    background: #5c5c5c;
    position: fixed !important;
    bottom: 50px;
    left: 20px;
    width: 30px;
    height: 30px;
    z-index: 88;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    color: #ffffff;
    border-radius: 4px;
}
.back-to-top-buttom a:hover {
    background: #7e7e7e;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}