﻿body {
    color: #333;
}

.brand-name {
    color: #000;
    font-weight: 600;
}

.news-subtitle {
    font-weight: bold;
    text-decoration: underline;
}

.dark-header {
    color: #333333;
}

.rd-navbar .rd-navbar-nav > li {
    text-align: left;
}

.owl-dots {
    counter-reset: dots;
}

.owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}
.owl-dot {
    width: 23px;
    height: 28px;
}

.pre-footer-corporate ul,
.pre-footer-corporate ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pre-footer-corporate ul li,
.pre-footer-corporate ol li {
    display: block;
}

    @media (max-width: 991px) {
        #partnership.parallax-container {
            background-image: none !important;
            background: #000000;
        }
    }

table#pipline-project th:not(:first-child) {
    width: 25%;
}

p.q, .pst p {
    text-align: justify;
}

.panel-custom {
    padding: 10px 0 10px 0;
}

@media (min-width: 768px) {
    .panel-custom {
        padding: 10px 0 10px 0;
    }
}