.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ac2af1;
}

.nav-link {
    color: #4f4f4f;
    box-shadow: 0px 0px 2px #444;
}

.dashboard {
    .tab-content {
        box-shadow: 0px 0px 1px #444;
        border-radius: 6px;
    }
}

.error-message {
    color: #fff;
}

.gallery-block {
    margin-bottom: 50px;
}

.gallery-block .col-lg-4 {
    cursor: pointer;
}

.gallery-block .rounded {
    overflow: hidden;
    position: relative;
}

.gallery-block h3 {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 25%;
    background: aliceblue;
    padding: 10px;
}

.gallery-block img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.gallery-block .col-lg-4 .rounded:hover img {
    transform: scale(1.05);
}

.single-input.white-bg {
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
}

iframe {
    width: 100%;
    height: 340px;
}

.header-meta .social-list li {
    float: left;
    margin-left: 10px;
}

.header-meta .social-list li a {
    color: #ffae4a;
}

.header-meta .social-list li a b {
    font-size: 0;
    transition: all ease-in-out .3s;
}

.header-meta .social-list li a:hover b {
    font-size: 12px;
}

.schedule-area .schedule-wrapper .schedule-title a {
    font-size: 30px;
}