/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.mobile-menu {
    padding: 20px 0px 20px 0px;
}
.search-input {
    height: 49px !important;
    border-radius: 8px;
    background: #ffffff !important;
    border: 1px solid #d3d3d3 !important;
}
.search-icon {
    background: #f1f3f4;
    border-radius: 4px;
    width: 44px !important;
    color: #5c5c5c !important;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    padding: 16px 0px 16px 0px;
    background: #0049a8;
}
.main-navbar-nav {
    display: flex;
}
.navbar-item li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'rubik';
    padding: 21px 23px;
    line-height: 29px;
}
.navbar-item li a:hover {
    color: #ffffff;
    background: #0491fe;
}
.dropdown-box {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    padding: 0;
    top: 61px !important;
    border-radius: 0 0 7px 7px;
}
.dropdown-navbar-list-divider>:nth-child(n+2) {
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}
.dropdown-navbar-item li a {
    font-size: 14px;
    color: #3e3e3e;
    padding: 0px 14px !important;
    display: block;
    line-height: 28px;
}
.dropdown-navbar-item li a:hover {
    color: #ffffff;
    background: #0491fe;
}
.uk-sticky-fixed {
    top: 0 !important;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.menu-bar-area img {
    height: 25px;
}
.navbar-item li .active {
    background: #00224e;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: "rubik", sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #0d72ba;
}
.my-dots>*>* {
    display: block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgb(227 227 227 / 40%);
    transition: .2s ease-in-out;
    transition-property: background-color, border-color;
    background: #f5f5f57a;
}
.my-dots>.uk-active>* {
    background-color: rgb(196 22 22);
    border-color: transparent;
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 100%);
}
.read-more-button-links a {
    background: #0049a8;
    padding: 9px 20px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
}
.read-more-button-links a:hover {
    background: #0491fe;
    color: white;
}
.read-more-button-links svg {
    background: #ffffff;
    border-radius: 50%;
    color: #4c4c4c;
}
.message-from-president-section {
    background-image: url(../image/bg1.png);
    padding: 55px 0 55px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.learn-more-links a {
    color: #0049a8;
    font-size: 17px;
    font-weight: 500;
}
.apply-links-button a {
    background: #0049a8;
    padding: 7px 14px;
    color: white;
    display: inline-block;
    border-radius: 2px;
}
.apply-links-button a:hover {
    background: #00224e;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.about-us-excerpt p {
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    line-height: 28px;
}
.karma {
    font-family: 'karma';
}
.work-text-area h4 {
    margin-bottom: 8px;
    font-size: 23px;
    font-weight: 500;
}
.work-text-area p {
    margin: 0;
    font-size: 17px;
    color: #3e3e3e;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.slider-thumnail img {
    height: 600px;
}
.about-us-thumnail img {
    border: 1px solid #efefef;
    padding: 5px;
    border-radius: 10px;
}
.background-overlay {
    background: #0049a8;
    border-radius: 0px 300px 300px 300px;
}
.chearman-thumnail img {
    border-radius: 0px 300px 300px 300px;
}
.work-area img {
    height: 150px;
    border: 1px solid #e1e1e1;
    padding: 3px;
    border-radius: 7px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.categoty-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #0049a8;
    font-weight: 700;
}
.more-links a {
    font-size: 15px;
    color: #0491fe !important;
    text-transform: none;
    font-weight: 500;
}
.more-links span {
    background: #c5e6ff;
    border-radius: 50%;
    top: -3px;
    position: relative;
    height: 15px;
    width: 15px;
    padding: 2px;
    color: #0491fe;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-area {
    background: #0049a8;
    padding: 40px 0px 40px 0px;
}
.footer-heading .lines {
    position: relative;
    display: inline-block;
    font-size: 21px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 38px;
}
.footer-heading .lines:before {
    position: absolute;
    left: -40px;
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: currentColor;
    content: "";
}
.footer-links a {
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #ffffff;
}
.trademark-box {
    background: #0491fe;
}
.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: #235153;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.news-title-section {
    background-image: url(../image/title-bg.png);
    padding: 95px 0 95px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.single-news-title h2 {
    font-size: 35px;
    font-family: 'Jost';
    font-weight: 600;
}
.author-area img {
    height: 25px;
    width: 25px;
    border-radius: 50px;
    border: 1px solid #1d30c9;
    padding: 2px;
    margin-right: 7px;
}
.author-area a {
    font-size: 16px;
    font-family: 'jost';
    text-transform: none;
    font-weight: 500;
    color: #3095f3;
}
.news-publish-date {
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: 300;
    color: #8492a6 !important;
}
.read-time {
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: 300;
    color: #8492a6 !important;
}
.single-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Jost';
}
.title-tag-box span {
    background: #f0d891;
    padding: 4px 17px;
    color: #584200;
    font-size: 14px;
    border-radius: 5px;
    font-family: 'jost';
}
.sub-title-text {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    font-family: 'jost';
}
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;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.trending-tags a {
    background: #d9eeff;
    margin-right: 13px;
    padding: 3px 11px;
    font-size: 12px;
    border-radius: 12px;
    font-family: 'jost';
    font-weight: 500;
    color: #008eff;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline Page---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----Page Blade---
------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.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: #ed1c24;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Menu Modal---
------------------------------------------------------------------------------------------------------------*/
.canvas-bar {
    background: #f2faff;
    max-width: 250px !important;
}
.navbar-logo-box {
    padding: 19px;
    background: #f2faff;
}
.navbar-category li a {
    padding-left: 23px;
}
.navbar-category a {
    font-size: 16px;
    font-weight: 600;
    color: #5a5a5a !important;
}
.dropdown-icon {
    background: #f2faff;
    color: #015cab;
    margin-right: 15px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 19px;
    border: 1px solid #015cab;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.not-found-heading-text h2 {
    font-size: 25px;
    font-family: 'jost';
    font-weight: 600;
    color: #c41616;
    margin: 0;
}
.not-found-heading-text h5 {
    font-size: 20px;
    margin: 0;
    font-family: 'jost';
    color: #666666;
}
.home-page-button a {
    background: #c41616;
    padding: 6px 12px;
    color: white;
    font-family: 'jost';
}