/*-----------------------------------------------------------------------------------------------------------
                                    ----Index Dashboard---
------------------------------------------------------------------------------------------------------------*/
.dashboard-navbar-item li a {
    font-size: 16px;
}
.dashboard-menu {
    background: #111827;
}
.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-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 60px;
}
.main-menu {
    position: relative;
    background: white;
    padding: 7px 0px 7px 0px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.main-navbar-nav {
    display: flex;
    gap: 30px;
}
.navbar-item li a {
    font-size: 18px;
    font-weight: 500;
    color: #1b3788;
    transition: 1s;
}
.navbar-item li a:hover {
    color: #d0020b;
}
.dropdown-box {
    background: white;
    box-shadow: 0 5px 12px rgba(0,0,0,.15);
    border-radius: 5px;
    min-width: 165px;
}
.dropdown-navbar-item li a {
    font-size: 14px;
    color: #606060;
}
.dropdown-navbar-item li a:hover {
    background: #e3e3e3;
    color: #4c4c4c;
}
.nav-bar-lines::before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0px;
    right: 100%;
    border-bottom: 2px solid #c41616;
    transition: right .3s ease-out;
}
.nav-bar-lines:focus::before, .nav-bar-lines:hover::before {
    right: 0px;
}
.nav-bar-lines {
    position: relative;
}
.uk-sticky-fixed {
    top: 0 !important;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.uk-sticky-fixed .main-menu {
    border: none;
}
.get-button-search .get-button {
    background: #081245;
    padding: 13px 14px;
    color: white;
    font-weight: 500;
}
.get-button-search .search-icon {
    font-size: 21px;
    background: #1b3788;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    margin-right: 25px;
    color: white;
}
.get-button a {
    background: #02136c;
    padding: 15px 22px;
    border-radius: 3px;
    font-weight: 600;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Part---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.search-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 23px;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: yellowgreen;
    border-radius: 0px 16px 16px 1px;
    width: 36px !important;
    color: #ed1c24 !important;
}
.search-icon-box {
    background: #ed1c24;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: 'Poppins', sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #e82525;
}
.location-time-date i {
    color: #ffba00;
}
.overlay-box {
    background: rgba(1, 12, 52, 0.9);
}
.countdown-box {
    background: #9b0087;
    padding: 40px;
    border-radius: 50px 0px 50px 2px;
    width: 153px;
}
.days {
    font-size: 65px;
    font-weight: 700;
    margin-right: 10px;
}
.hours {
    font-size: 65px;
    font-weight: 700;
    margin-right: 10px;
}
.minutes {
    font-size: 65px;
    font-weight: 700;
    margin-right: 10px;
}
.seconds {
    font-size: 65px;
    font-weight: 700;
    margin-right: 10px;
}
.know-more-button a {
    background: #1b3788;
    padding: 9px 24px;
    color: white;
    font-weight: 500;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.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%);
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #c6a554;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #cdb15e;
    border-radius: 50%;
    transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
    border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(5);
    opacity: 0;
  }
}
.date-box {
    background: #046fc0;
    padding: 7px;
    border-radius: 0px 0px 20px 0px;
    border: 3px solid #ca8c3e;
}
.news-date {
    color: whitesmoke;
    font-size: 12px;
}
.features-card {
    background: white;
    padding: 18px;
    cursor: pointer;
    transition: all 300ms ease;
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.features-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .20);
    transition: all 300ms ease;
}
.more-button a {
    background: #02136c;
    padding: 12px 10px;
    border-radius: 5px;
    color: white;
}
.small-card {
    background: #282828ed;
    padding: 14px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
.about-excerpt p {
    font-size: 14px;
    margin: 0;
    text-align: justify;
    font-weight: 500;
    line-height: 25px;
}
.heading {
    margin-bottom: 25px;
}
.title h1 {
    font-size: 41px;
    font-weight: 700;
    color: white;
}
.title h4 {
    font-size: 27px;
    font-weight: 700;
    color: #ffba00;
}
.location-time-date h5 {
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.page-excerpt p {
    font-size: 16px;
    text-align: justify;
}
.features-card h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #00288f;
    line-height: 28px;
    margin-top: 0px;
}
.features-card p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Thumnail Part---
------------------------------------------------------------------------------------------------------------*/
.xmedium-thumnail img {
    height: 203px;
    border: 2px solid #1b3788;
}
.icon-thumnail img {
    height: 66px;
    padding: 6px;
}
.xxmedium-thumnail img {
    height: 225px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading Part---
------------------------------------------------------------------------------------------------------------*/
.heading h5 {
    font-size: 17px;
    font-weight: 500;
    color: #fe00c5;
    margin-bottom: 10px;
}
.heading h2 {
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
}
.heading h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1b3788;
}
.heading p {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.heading h6 {
    font-size: 17px;
    color: #5a00bf;
    margin-bottom: 11px;
    font-weight: 500;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-box {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 87px 0px 95px 0px;
    background: #081245;
}
.footer-heading-title {
    font-size: 28px;
    font-weight: 600;
    color: white;
}
.trademark-box {
    background: #080808;
}
.footer-logo img {
    height: 104px;
}
.footer-content p {
    color: white;
    line-height: 24px;
    font-size: 16px;
}
.footer-title-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 9px;
}
.back-to-top-buttom {
    background: #c41616;
    position: fixed!important;
    bottom: 50px;
    right: 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:hover {
    background: #d4d4d4;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single---
------------------------------------------------------------------------------------------------------------*/
.single-author img {
    height: 40px;
    width: 40px;
    padding: 2px;
    border: 1px dashed #12aa98;
    margin-right: 8px;
}
.single-author a {
    font-size: 17px;
    font-weight: 600;
    color: #343434;
}
.single-title {
    font-size: 44px;
}
.single-date i {
    font-size: 17px;
}
.single-date span {
    font-size: 14px;
    font-weight: 600;
    color: #464646;
}
.share-count span {
    font-size: 25px;
    color: #666666;
    font-family: 'Poppins';
    font-weight: 500;
}
.share-count {
    display: inline-block;
    line-height: 32px;
}
.share-count-title {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    line-height: 1px;
    color: #2a2a2a;
    font-family: 'Poppins';
}
blockquote {
    background: #3496d71f;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 387px;
    margin-right: 25px;
    overflow: hidden;
}
blockquote p {
    font-size: 21px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
}
blockquote:before {
    content: "\f10d";
    font-family: fontawesome;
    color: #ed1c24;
    font-size: 39px;
}
blockquote:after {
    content: "\f10e";
    font-family: fontawesome;
    color: #ed1c24;
    font-size: 39px;
}
.single-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}
.attach-cap {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    display: inline-block;
    width: auto;
}
figcaption {
    background: #f8f9fa;
    padding: 8px;
}
.tag-box {
    background: #e6f2fa;
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    padding: 15px;
}
.post-attachment-box {
    margin: 0 20px;
}
.single-content a {
    color: #12aa98;
}
.trending-tags a {
    background: white;
    margin-right: 13px;
    padding: 3px 11px;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border-radius: 12px;
    color: #3a3a3a;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.trendings-number {
    font-size: 40px;
    font-weight: 900;
    color: #d9d9d9;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----News Archive---
------------------------------------------------------------------------------------------------------------*/
.icon-box span {
    background: #231f20;
    color: white;
    border-radius: 50px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Author Archive---
------------------------------------------------------------------------------------------------------------*/
.user-profile-box {
    background: white;
    box-shadow: 0px 10px 40px 0px #0066b324;
    padding: 20px;
    border-radius: 10px;
}
.user-title {
    font-size: 20px;
    color: #525252;
    margin: 10px;
}
.user-thumnail img {
    height: 110px;
    width: 110px;
    border: 3px dashed #0066b3;
    padding: 5px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Page Archive---
------------------------------------------------------------------------------------------------------------*/
.page-box {
    background: #e2e2e2;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 10px 40px 0px #0066b324;
}
.page-recent-news-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0px 10px 40px 0px #0066b324;
}
.recent-post-category-heading {
    background: #ed1c24;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Archive---
------------------------------------------------------------------------------------------------------------*/
.no-results-found {
    background: #d56e00;
    padding: 10px 12px;
    margin: 0;
}
.no-results-found h3 {
    font-size: 17px;
    font-weight: 600;
    color: #5a2f00;
    margin: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Nav---
------------------------------------------------------------------------------------------------------------*/
.navbar-logo-box img {
    height: 50px;
}
.sidebar-menu-items {
    font-size: 17px;
    line-height: 40px;
    font-weight: 700;
}
.navbar-logo-box {
    background: #ffffff;
    padding: 19px;
}
.navbar-category li a {
    padding-left: 23px;
}
.navbar-category a {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #1a1a1a !important;
}
.sidebar-menu-box {
    background: #ddd;
    padding: 0px 0px;
    max-width: 300px;
}
.sidebar-subnav-background {
    background: white;
    padding: 10px 0px 10px 0px !important;
}
.navbar-search {
    background: #282828;
    width: 100%;
}
.dropdown-icon {
    background: #ed1c24;
    padding: 5px 6px;
    color: white;
    margin-right: 15px;
    border-radius: 3px;
}
.search-input {
    height: 46px !important;
    color: #666 !important;
}