:root {
    --white: #fff;
    --lms-base-color: #612a39;
    --lms-base-color-hover: #2b26cc;
    --lms-primary-color: #ffc221;
    --lms-small-border-radius: 4px;
    --lms-border-radius: 8px;
    --lms-light-border-color: #ececec;
    --lms-light-bg-color: #F7F9FA;
    --lms-body-color: #262626;
    --lms-primary-body-color: #6c5f5f;
}

.lms-search .input-lg {
    padding: 6px 15px;
    --lms-base-color: #6e1a52;
    --lms-light-border-color: #ececec;
    --lms-light-bg-color: #F7F9FA;
    --lms-primary-body-color: #6c5f5f;
}

/*============Top_categories css ========  */
.top-categories .icon-box-wrapper {
    margin-top: 1rem;
    /* background-color: #fff; */
    background-color: #F5BB18;
    border-radius: 8px;
    transition: all 0.5s ease;
    padding: 24px 16px;
    align-items: center;
}

.top-categories .icon-wrap {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 11px;
    margin-left: 4px;
}

.top-categories .icon-wrap img {
    width: 100%;
}

.icon-box-content .heading {
    margin-bottom: 0 !important;
    font-weight: 600;
}

.top-categories a:hover .icon-box-wrapper {
    transform: translateY(-6px);
}

.heading-title {
    position: relative;
    color: #ffffff;
    font-weight: 650;
    text-align: center;
    /*border-bottom: 1px solid var(--lms-light-border-color);*/
    padding-bottom: 20px;
    /*font-size: 28px;
    font-weight: 600;*/
}

.heading-title:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    /*background-color: #A07B2C;*/
}

.heading-title h3 {
    font-size: 28px;
    font-weight: 600;
}

.heading-title-2 {
    font-size: 20px;
}

.section-title {
    position: relative;
}

.section-title a {
    /*background-color: var(--lms-light-bg-color);*/
    padding-left: 15px;
    color: #A07B2C;
    float: right;
    position: absolute;
    top: 38px;
    right: 0;
}

.section-title .heading-title-2~a {
    top: 30px;
}


/* CUSTOM COLORS */

.card-body-green {
    background: linear-gradient(to right, #043A22, #0F6735, #0E3827);
    color: white;
}

.background-green {
    background: linear-gradient(to right, #043A22, #0F6735, #0E3827) !important;
}

.text-green {
    color: #043A22;
}

.background-gold {
    background: linear-gradient(to right, #B58D2E, #F5BB18, #B58D2E);
}

.background-gold-btn {
    background: linear-gradient(to right, #B58D2E, #F5BB18, #B58D2E);

}

@media only screen and (max-width: 600px) {
    .background-gold-btn {
        background: linear-gradient(to right, #B58D2E, #F5BB18, #B58D2E);
        font-size: x-small;
        height: 40px;
        min-width: 50px;
        padding: 3px;
    }
}

.navbar-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}



.text-yellow {
    color: #f7bb16;
}

/*.left-side-menu-detached {

    background: linear-gradient(to right, #043A22, #0F6735, #0E3827);
}*/

.left-side-menu-detached .side-nav-light .side-nav-title {
    color: white;
}

.leftbar-user .leftbar-user-name {
    color: white;
}

.left-side-menu-detached .side-nav-light .side-nav-link {
    color: white;
    /* color: #f7bb16; */

}

.left-side-menu-detached .side-nav-light .side-nav-link:hover {
    color: #f7bb16;
    /* color: white; */

}

.left-side-menu-detached .side-nav-light .side-nav-second-level li a,
.left-side-menu-detached .side-nav-light .side-nav-third-level li a {
    color: white;
    font-weight: 800;
}

.left-side-menu-detached .side-nav-light .side-nav-second-level li a:hover,
.left-side-menu-detached .side-nav-light .side-nav-third-level li a:hover {
    color: black;
}

.left-side-menu-detached .side-nav-light .side-nav-link:focus,
.left-side-menu-detached .side-nav-light .side-nav-link:hover {

    color: white; !important;
}

.left-side-menu-detached .side-nav-light .side-nav-link.active {
    color: white;
}

.background-brown-3 {
    background-color: #83502c;
}

.background-lime-coinvest {
    background-color: #40f017;
}

/* END OF CUSTOM COLORS */

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px; 
    padding-left: 15px;
    
}

.row{
    margin-right: 0;
    margin-left: 0;
}

.img-fluid1 {
    width: 400px;
    height: 255px;
}

.img-fluid2 {
    width: 800px;
    height: 400px;
}

/*=====Top-categories_Media====*/
@media (max-width: 991px) {

    .top-categories .icon-box-wrapper {
        padding: 24px 10px;
    }
}

@media (max-width: 576px) {

    .icon-box-content .heading {
        font-size: 13px;
    }

    .top-categories .icon-wrap {
        width: 25px;
        height: 25px;
        line-height: 20px;
        margin-right: 8px;
    }
}

/*=============Blog Css =================*/
/* Event_cart */
.event {
    padding-bottom: 85px;
}

.event-item {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 8px;
}

#common-home .event-item {
    margin-bottom: 0;
}

.event-item .event-img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
}

.event-img img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.event-item:hover .event-img img {
    transform: scale(1.1);
}

.event-title {
    color: black;
    margin-bottom: 16px;
    padding-bottom: 4px;
    font-weight: 800;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 16px;
}

.event-content {
    padding: 16px 12px;
    border-radius: 0 0 8px 8px;
    background-color: #fff;
}

.event-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*border-top: 1px solid #0E3827;*/
    padding-top: 14px;
}

.event-meta i {
    color: var(--lms-base-color);
}

.event-date span,
.event-location span {
    color: var(--lms-primary-body-color);
}

/* Event_page */
.event-page a {
    color: var(--lms-primary-body-color);
}

.event-page .event-content img {
    border-radius: 8px;
}

.event-page .aside-box {
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.05);
}

.event-page .aside-item ul li:not(:last-child) {
    border-bottom: 1px solid var(--lms-light-border-color);
    margin-bottom: 12px;
}

.event-page .aside-item ul li {
    display: flex;
    align-items: center;
    padding: 0 16px 12px 0;
    font-size: 14px;
}

.event-page .post-image {
    width: 28%;
    margin-right: 16px;
}

.event-page .post-image img {
    width: 100%;
    border-radius: 4px;
}

.event-page .post-list {
    display: flex;
}

.event-page .post-list:not(:last-child) {
    border-bottom: 1px solid var(--lms-light-border-color);
    margin-bottom: 24px;
    padding-bottom: 16px;
}

.event-page .post-content {
    width: 70%;
}

.event-page .event-description {
    padding: 30px 16px;
}

.event-page .entry-info-event {
    display: flex;
    margin-bottom: 16px;
}

.event-page .entry-info-contetnt {
    margin-right: 16px;
}

.event-page .entry-info-contetnt i {
    color: var(--lms-base-color);
}

.event-page .tag-link {
    padding: 4px 16px;
    color: var(--lms-body-color);
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 12px;
    background-color: var(--lms-light-bg-color);
    border-radius: 30px;
}

.event-page .heading-title-2 {
    font-size: 16px;
}

.event-page #search input {
    border-radius: 8px 0 0 8px;
    border: none !important;
}

.event-page .form-control {
    background: #fff !important;
    border: none !important;
}

.event-page #search span {
    border-radius: 0 8px 8px 0;
}

.event-page .event-contents {
    background: #fff;
    border-radius: 8px;
}

/*  Event_Respponsive_Start  */

@media (max-width: 991px) {
    .event-title {
        font-size: 15px;
    }

    .event-date span,
    .event-location span {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .section-title a {
        display: none;
    }
}

@media (max-width: 576px) {

    .event-date span,
    .event-location span {
        font-size: 11px;
    }

    .event-meta {
        padding-top: 8px;
        display: block;
    }

    .event-meta .float-start,
    .event-meta .float-end {
        float: initial !important;
    }
}

@media (max-width: 490px) {
    .event-title {
        font-size: 13px;
    }

    .event-content {
        padding: 10px 8px;
    }

    .event-title {
        margin-bottom: 10px;
    }

    .event-meta {
        padding-top: 8px;
        display: block;
    }
}

/* -------------------------   Start_of_Swipper_Css   ------------------------ */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    margin-top: 18px;
}

.swiper-viewport {
    position: relative;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
}

.swiper-button-white {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    width: 40px !important;
    height: 40px !important;
    /*background-color: var(--lms-base-color);*/
    background-color: #0F6735;
    border-radius: 8px;
    outline: none !important;
}

.swiper-button-prev.swiper-button-white {
    color: #ffffff;
}

.swiper-container:hover .swiper-button-white {
    visibility: visible;
    opacity: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: 700;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    display: none;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: none !important;
}

.swiper-viewport:hover .swiper-button-prev,
.swiper-viewport:hover .swiper-button-next {
    opacity: 1 !important;
}

/*General cass*/
.card-body1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* padding: 1.25rem; */
    margin-bottom: 20px !important;
}

.card1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    padding: 12px 25px 0px 25px !important;
}

.card1 li {
    /*background-color: #007834;*/
    padding: 10px;
    font-weight: 650;
}

.card1 li:hover {
    background: #f7bb16;
    color: white;
    cursor: pointer;
}

.card1 a {
    color: black;
}

.card2 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0.25rem;
}


.card2 li {
    background-color: #0E3827;
    padding: 10px;
}

.card2 li:hover {
    background: linear-gradient(to right, #B58D2E, #F5BB18, #B58D2E);
    cursor: pointer;
}

.card2 a {
    color: white;
}

.text-center1 {
    text-align: center;
}


.btn-green {
    background: linear-gradient(to right, #043A22, #0F6735, #0E3827);
}

.small-card {
    min-height: 175px;
}

.category-course-list-area {
    background: url(../img/green_g.webp) center;
    background-size: cover;
}


@media only screen and (max-width: 600px) {
    .hide-btn {
        display: none;
    }
}

@media (max-width: 767px) {
.mobile-main-nav { 
    background: url(../img/sidebar_mobile.png) center;
    background-size: cover;
}
@media (max-width: 767px) {
.green-backgound-color { 
    background: url(../img/sidebar_mobile.png) center !important;
    background-size: cover;
    color: white;
}
@media (max-width: 767px) {
.sub-category { 
    background: url(../img/sidebar_mobile.png) center !important;
    background-size: cover;
    color: white;
}

@media (max-width: 767px) {
    #disble-visit-mobile { 
        display: none;
    }
}

#card_green_backgound
{
  background: linear-gradient(to right, #043A22, #0F6735, #0E3827) !important;
  color: white;
}
