/*
Theme Name: National Enterprise Corporation
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/****************** Header Top ***************************/
#header .header-top {
    display: none;
}
#header .header-main .header-center {
    padding: 5px 15px;
}

/*Team*/
.cm-staff-list .cm-staff-member img {
    border: 1px solid #ffe700;
    padding: 4px;
}
.cm-staff-member h4 {
    margin-bottom: unset;
    font-size: 16px;
}
.cm-staff-member .cm-staff-meta {
    line-height: 15px;
    font-size: 13px;
    color: #000000;
}
/*Subsidiaries*/

.cm-econ-activities h4.card-title.text-center.cm-txt-green {
    color: #ffffff;
    font-size: 17px;
}

.cm-econ-activities h4.card-title.text-center.cm-txt-green:hover {
    color: #ffe700;
    text-decoration: none;
}

/*Joint Ventures Partnerships*/
.cm-list-partner .row {
    border-bottom: 1px dotted #dc351d;
    margin-bottom: 20px;
}
.partner-logo img {
    border: 1px solid #dc0000;
    border-radius: 5px;
}

/*tenders*/
.cm-tender-list .row {
    margin-top: 20px;
    padding-bottom: 10px;
}
.cm-tender-list .row:nth-child(odd) {
    background-color: #ededed;
    padding-top: 20px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.cm-bid-item {
    background-color: #ededed;
    padding: 40px 20px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}