/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.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;
}
.dropdown-area {
    background: #1f2937;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    min-width: 160px;
    padding: 11px;
    top: 70px !important;
    border-radius: 0 0 7px 7px;
}
.dropdown-area:before {
    position: absolute;
    left: 37px;
    top: -5px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #1f2937;
    content: "";
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.small-header {
    background: #0c5e21;
    padding: 10px 0px 10px 0px;
}
.social-media-icon {
    height: 25px;
    width: 25px;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.social-media-icon svg {
    height: 14px;
    width: 14px;
}
.xxtext h4 {
    margin: 0;
    font-size: 12px !important;
    text-transform: none !important;
    color: #ffffff !important;
}
.mobile-menu {
    padding: 20px 0px 20px 0px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-logo img {
    height: 50px;
}
.main-menu {
    background: #ffffff;
    padding: 20px 0px 20px 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;
    transition: all .3s ease;
    color: #0c5e21;
}
.navbar-item li a:hover {
    color: #249b43;
}
.dropdown-box {
    background: #ffffff;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    min-width: 170px;
    padding: 11px;
    top: 96px !important;
    border-radius: 0 0 7px 7px;
}
.dropdown-box:before {
    position: absolute;
    left: 37px;
    top: -5px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #ffffff;
    content: "";
}
.dropdown-navbar-item li a {
    font-size: 14px;
    color: #3e3e3e;
    padding: 0;
}
.dropdown-navbar-item li a:hover {
    color: #0c5e21;
    padding: 0;
    background: none;
}
.book-services-button a {
    background: #0c5e21;
    padding: 10px 13px;
    border-radius: 3px;
    color: white;
}
.book-services-button a:hover {
    background: #197431;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
.work-card {
    background: #f1fbff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #daeeff;
}
.Explore-More-Bottom a {
    background: #005674;
    padding: 12px 17px;
    color: white;
    border-radius: 2px;
}
.outer-box {
    position: relative;
    background-color: rgba(25, 103, 210, .07);
    padding: 30px 30px 30px;
    border-radius: 10px;
    overflow: hidden;
}
.btn-style-one {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #1967d2;
    font-size: 15px;
    line-height: 20px;
    border-radius: 2px;
    font-weight: 400;
    padding: 10px 32px 10px;
}
.btn-style-one:hover {
    color: #fff;
    background-color: #0146a6;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.xxsmall-text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #565656;
}
.page-excerpt p {
    margin: 0;
    font-size: 16px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.slider-thumnail img {
    height: 630px;
}
.icon-thumnail img {
    height: 100px;
    background: #ebfaff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #a3e7ff;
}
.page-thumnail img {
    background: #d6e6ff;
    object-fit: contain;
}
.image-column {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 360px;
    background-repeat: no-repeat;
    background-position: -10px 20px;
    background-size: cover;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.more-links {
    background: #0c5e21;
    padding: 6px 12px 6px 12px;
}
.categoty-heading h2 {
    font-size: 30px;
    margin: 0;
    color: #005674;
    font-weight: 700;
}
.more-links a {
    font-size: 15px;
    color: #ffffff !important;
    text-transform: none;
    font-weight: 500;
}
.categoty-heading .subheading {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #0c5e21;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 45px;
}
.categoty-heading .subheading:before {
    position: absolute;
    left: -40px;
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: currentColor;
    content: "";
}
.more-links span {
    background: #d1ffdd;
    border-radius: 50%;
    top: -3px;
    position: relative;
    height: 15px;
    width: 15px;
    padding: 2px;
    color: #249b43;
}
.categoty-heading span {
    color: #249b43;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-area {
    background: #0c5e21;
    padding: 40px 0px 40px 0px;
}
.footer-icon-thumnail img {
    height: 55px;
    background: #008522;
    padding: 7px;
    border-radius: 5px;
}
.quick-contact-text h4 {
    margin: 0;
    font-size: 22px;
    color: white;
    font-weight: 500;
}
.quick-contact-text h5 {
    margin: 0;
    font-size: 15px;
    color: white;
}
.footer-text p {
    color: #ffffff;
    margin: 0;
    font-size: 15px;
}
.footer-border {
    border-bottom: 1px solid #1a7431;
    margin-bottom: 25px;
    margin-top: 25px;
}
.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: 16px;
    text-transform: none;
    font-weight: 500;
    color: #ffffff;
}
.trademark-box {
    background: #0b521e;
}
.back-to-top-buttom {
    background: #ddffe6;
    position: fixed !important;
    bottom: 50px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 88;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    color: #0c5e21;
    border-radius: 50px;
}
.back-to-top-buttom:hover {
    background: #0c5e21;
    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: 17px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: justify;
}
.single-content a {
    color: #005674;
    text-decoration: underline;
}
.single-content>ul>li::marker {
    color: #249b43;
}
.single-content ul>:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
.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---
------------------------------------------------------------------------------------------------------------*/
.page-content p {
    text-align: justify;
    font-size: 18px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: #005674;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #249b43;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
}
.search-input {
    height: 46px !important;
    color: #fff !important;
    background: #005674 !important;
    font-size: 16px;
    font-family: 'Jost';
}
.signin-area .button {
    background: #249b43;
    position: relative;
    border-radius: 50px;
    height: 39px;
    line-height: 40px;
    padding: 0 22px 0 22px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}
.signin-area {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #005674;
    padding: 10px 0 10px 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Book Services---
------------------------------------------------------------------------------------------------------------*/
.card-box {
    background: #f7f7f7 !important;
}
.services-form-input {
    background: #e7e7e7;
    border: 1px solid #f0f5f7;
    transition: all .3s ease;
    height: 60px !important;
    border-radius: 8px;
    font-size: 14px;
}
.services-form-textarea {
    background: #e7e7e7 !important;
    border-radius: 8px;
}
.img-box {
    background: #f7f7f7;
}
.services-books-links a {
    background: #0c5e21;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    color: white;
    border-radius: 4px;
}
.services-books-links a:hover {
    background: #83b818;
    color: white;
}
.error-message span {
    font-size: 14px;
    color: #b30000;
    font-weight: 400;
}
.error-message svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    color: #b30000;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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';
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Pagination---
------------------------------------------------------------------------------------------------------------*/
.prev-button {
    border: 1px solid #cfcfcf;
    font-size: 15px;
    font-family: 'rubik';
    font-weight: 400;
    border-radius: 4px;
    margin-right: 20px;
    color: #8b8b8b;
}
.prev-button:hover {
    background: #ed1c24;
    color: white;
}
.next-button {
    border: 1px solid #cfcfcf;
    font-size: 15px;
    font-family: 'Rubik';
    font-weight: 400;
    border-radius: 4px;
    color: #8b8b8b;
}
.next-button:hover {
    background: #ed1c24;
    color: white;
}