.inner-navigation {
    text-align: center;
}
.menu-item-span {
    font-weight: 600;
    font-size: 12px;
    border-bottom: 2px solid #fff;
}
.header-light .inner-nav > ul > li > a:hover .menu-item-span {
    border-bottom: 2px solid rgba(255, 255, 255, .7);
}

.header.header-small .inner-nav > ul > li > a {
    color: #464646;
}

.row-portfolio .grid-sizer, .row-portfolio .portfolio-item {
    width: 20%;
}

.portfolio-item .portfolio-img-wrap {
    padding-top: 140%;
}

.portfolio-subtitle {
    opacity: 0.85;
    font-size: 11px;
}

.m-title h6, .special-title h6 {
    font-size: 11px;
    color: #636363;
    font-weight: 600;
}

.media-body {
    font-weight: 600;
    color: #333;
}

.form-control {
    border-width: 1px;
    border-color: #999;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    padding: .75rem;
}

.form-control:focus {
    border-color: #333;
}

.module-dark {
    background-color: #3a95eb!important;
}

.bg-dark-30:before {
    background: rgba(0, 0, 0, .15);
}

.owl-dots .owl-dot {
    height: 6px;
}

.bg-dark .owl-dots .owl-dot, .bg-gradient .owl-dots .owl-dot, .module-dark .owl-dots .owl-dot {
    background: rgba(255, 255, 255, .6);
}

.bg-dark .owl-dots .owl-dot.active, .bg-gradient .owl-dots .owl-dot.active, .module-dark .owl-dots .owl-dot.active {
    background: #fff;
}