.learnedu-sidebar .single-widget.categories ul li.show{
    padding: 5px !important;
    background-color: #00B16A !important;
}
.learnedu-sidebar .single-widget.categories ul li.show a {
    color: #fff;
}
.learnedu-sidebar .single-widget.categories ul li.show a:hover {
    color: #fff;
}
.detail-content h4 {
    color: #fff;
    margin: 15px 0;
}
.eventImg.head img {
    height: 320px !important;
    width: 100% !important;
}
.owl-carousel .owl-item img {
    max-height: 450px !important;
}
.team-style2 .single-team img {
    height: 382px !important;
}
.team-details .member-detail img {
    height: 500px !important;
}
.our-features .single-feature img {
    height: 240px !important;
}
.team .single-team {
    height: 100%;
    padding: 15px 0;
}
.testimonials .single-testimonial {
    min-height: 218px !important;
}
.events .event-content p {
    min-height: 75px;
}
.datatable tbody tr th {
    padding: 5px;
    vertical-align: middle;
}
/*.owl-carousel .owl-item img {
     max-height: 450px !important;
    width: 750px !important;
    height: 450px !important;
}*/

.card-content {
    height: 215px;
    overflow: auto;
}
.custom-scrollbar {
    overscroll-behavior: contain;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
background : #555999;
    border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background : rgba(255,255,255,0.5);
    border-radius: 4px;
    box-shadow:  0 0 2px rgba(0, 0, 0, 0.5);
}

.notice-body {
    height: 300px;
    overflow: auto;
}
.notice-card .card-title {
    background: #00B16A;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    text-transform: capitalize;
}
.single-notice {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.single-notice .notice-read-more {
    text-align: right;
    color: #555999;
}
.single-notice .notice-text span {
    color: #00B16A;
    font-weight: bold;
    padding-right: 8px;
}

.home-slider {
    position: relative;
}
.important-notice {
    background: #00B16A;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.important-notice marquee {
    padding: 0 10px;
    display: inline-block;
    margin-top: 10px;
}

.important-notice ul {
    display: flex;
}

.important-notice ul li {
    list-style: circle;
    margin-left: 50px;
}
.important-notice ul li a {
    color: #fff;
}

.home-event-slider.owl-carousel .owl-item img {
    max-height: 200px !important;
    object-fit: contain;
}

.event-nav a {
    background: #00B16A;
    color: #fff;
    border-radius: 0 !important;
}
.event-nav a:hover {
    scale: 1.05;
}
.home-event-slider .event-content h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-event-slider .event-content {
    margin-top: 2px;
    padding: 5px 10px;
}
.home-event-slider .single-event {
    border: 1px solid #ddd;
}
.home-event-slider .event-content .btn {
    padding: 8px 15px;
}

.events .event-content h4 a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}

.home-notice-owlCarousel .owl-stage,
.home-event-owlCarousel .owl-stage
{
    margin: 0 auto;
}
