#mobile-contact-href {
    display: none;
}

.lead {
    font-weight: 400;
}

@media (max-width: 767px) {
    .logo {
        width: 60%
    }

    #mobile-contact-href {
        display: block;
    }
}


.banner-area:after {
    background: rgba(0, 0, 0, 0.6);
    _
}

#home-image-description {
    height: 640px;
    background-image: url('../img/slider/mandala.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fc-event-title.fc-sticky, .fc-event-time {
    font-size: 0.8rem !important;
}

.section-title h2:after {
    background: unset;
}

.slider-content .text-content {
    vertical-align: bottom;
}

.fc-toolbar-title {
    display: none;
}

.bg-orange {
    background-color: rgb(252, 211, 167, 0.5);
}

.box-courses-border {
    border: 2px solid white;
}

.single-footer-widget p,
.single-footer-widget h3,
.single-footer-widget a,
.single-footer-widget ul li i,
.single-footer-widget ul li {
    color: black;
}

.main-menu ul li a {
    text-transform: unset;
}

@media (max-width: 767px) {
    #home-image-description {
        height: 416px;
    }

    .about-area {
        padding-bottom: 1em;
    }
}

.footer-text>span {
    font-size: 15px;
}

.single-footer-widget p, a, span {
    font-size: 16px;
}

.blogpost-preview-text {
    overflow: hidden;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.blogpost-content p{
    font-weight: 400;
    line-height: 1.5 !important;
    font-size: 1.25rem;
}

.blogpost-header-image{
    max-height: 10em;
    background-size: contain;
}