body {
    color: #333;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #6b6c6e;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.clr {
    clear: both;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.top {
    border-bottom: 1px solid #f3f3f3;
    height: 40px;
    padding: 5px;
}
.top .social a {
    color: #253174;
    font-size: 14px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e3e3e3;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
}
.top .other ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
.top .other ul li {
    display: inline-block;
}
.top .other ul li a {
    color: #000;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    padding: 5px 0;
    text-decoration: none;
}
.top .other ul li:first-child {
    padding-right: 5px;
    border-right: 1px solid #000;
}
.top .other ul li a:hover {
    color: #ff0000;
    text-decoration: none;
}

.header {
    clear: both;
    padding-top: 10px;
}
.logo img {
    padding: 10px 0;
    height: 80px;
}
.powerline img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}
.header .menu {
    background-color: #253174;
}
.header .menu li {
    display: inline-block;
    position: relative;
}
.header .menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    display: block;
}
.header .menu li a:hover {
    background: #354496;
    text-decoration: none;
}
.header .menu ul li ul {
    display: none;
    position: absolute;
    background-color: #354496;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    z-index: 999;
}
.header .menu ul li:hover ul {
    display: block;
}
.header .menu ul li ul li {
    width: 220px;
    border-radius: 4px;
}
.header .menu ul li ul li a {
    padding: 8px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .menu ul li ul li a:hover {
    background-color: #2c3980;
}
.main {
    margin-top: 20px;
    margin-bottom: 20px;
}
.padd {
    padding-left: 10px;
    padding-right: 10px;
}
.ontsloh {
    position: relative;
    overflow: hidden;
    height: 350px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 10px;
}
.ontsloh .ontsloh-img {
    width: 100%;
}
.ontsloh img {
    width: 70%;
    height: 350px;
    object-fit: cover;
    transition: all 0.2s ease-out;
}
.ontsloh .caption {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    background: #13141b;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 15px;
}
.ontsloh .caption h3 {
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.banner {
    margin-bottom: 10px;
    position: relative;
}
.banner img {
    width: 100%;
    height: auto;
}
.ontsloh2 {
    position: relative;
    height: 250px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ontsloh2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.2s ease-out;
}
.ontsloh2 .caption {
    position: absolute;
    width: 100%;
    height: 35%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
}
.ontsloh2 .caption h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    margin: 0;
    height: 60px;
    overflow: hidden;
}
.h2 {
    margin: 0 0 10px;
    border-bottom: 2px solid #253174;
}
.h2 span {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    display: inline-block;
    padding: 8px 15px;
    background: #253174;
}
.sidebar-news {
    margin-bottom: 20px;
}
.list {
    height: 500px;
    overflow-x: hidden;
}
.list li {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}
.list li img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    float: left;
    margin-right: 15px;
}
.list li h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
}
.date {
    color: #616161;
    display: block;
    font-size: 13px;
}
.list li p {
}
.list1 {
}
.list1 li {
    padding-bottom: 15px;
}
.list1 li img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    float: left;
    margin-right: 15px;
}
.list1 li h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
}
.list1 li a .date {
    color: #616161;
    display: block;
    font-size: 13px;
}
.list1 li p {
}
.energy-logos {
    padding: 50px 0 30px;
    background: #fff;
    border-top: 1px solid #e1e1e1;
}
.energy-logos h2 {
    margin-bottom: 30px;
    color: #333;
    font-family: "Roboto";
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
}
.energy-logos .energy-logo {
    text-align: center;
}
.energy-logos .energy-logo img {
    position: relative;
    display: inline-block;
    width: auto;
    height: 60px;
    margin: 0 auto;
}
.energy-logos .energy-logo h3 {
    color: #333;
    font-size: 16px;
    margin: 10px 0 0;
}
.footer {
    padding: 50px 0 20px;
    background: #f3f3f4;
}
.footer .f1 {
    margin-bottom: 30px;
}
.footer h2 {
    font-size: 18px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px;
    font-family: "Roboto condensed", sans-serif;
    border: none;
}
.footer .divider {
    width: 100px;
    height: 2px;
    background: #253174;
    margin: 0 auto 30px;
    margin-left: 0;
}
.links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.links li {
    display: block;
    color: #314186;
    padding: 5px 0;
    list-style: none;
}
.links li a {
    color: #000;
    font-weight: bold;
}
.links li a .fas {
    color: #314186;
    padding-right: 5px;
}
.links li a:hover {
    color: #314186;
}
.links li .far {
    float: left;
    font-size: 18px;
    margin-top: 2px;
}
.links li h4 {
    padding-left: 30px;
    margin: 0;
    font-size: 15px;
    color: #333;
}
.footer .footer-menu {
    margin-left: 15px;
}
.footer .footer-menu a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.footer .footer-menu ul li {
    margin-left: 30px;
}
.footer input,
.footer textarea {
    border-radius: 0;
    margin-bottom: -15px;
    font-size: 14px;
}
.footer textarea {
    height: 100px;
}
.footer .feedback-submit {
    background-color: #314186;
    display: inline-block;
    padding: 5px 20px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s ease-out;
    border-radius: 0;
    border: 0;
}
.footer .wpcf7-submit:hover {
    color: #fff;
}
.contact li {
    color: #314186;
    padding: 10px 0;
    list-style: none;
}
.contact li .fas {
    float: left;
    font-size: 18px;
    margin-top: 2px;
}
.contact li h4 {
    padding-left: 30px;
    margin: 0;
    font-size: 15px;
    color: #333;
}

.copy {
    padding: 10px 0;
    background: #253174;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.copy p {
    margin: 0;
    color: #fff;
}
.copy a {
    color: #fff;
}
.copy .right {
    text-align: right;
}

/* Calendar css */
.tenderdate {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 80px;
    height: 60px;
    margin: 30px auto;
    background: #fff;
    text-align: center;
    font-family: "Helvetica", sans-serif;
    position: relative;
}

.tenderdate .binds {
    position: absolute;
    height: 10px;
    width: 50px;
    background: transparent;
    border: 2px solid #999;
    border-width: 0 5px;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
}

.tenderdate .month {
    background: #253174;
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    box-shadow: inset 0 -1px 0 0 #666;
}

.tenderdate .day {
    display: block;
    margin: 0;
    padding: 5px 0;
    font-size: 28px;
    box-shadow: 0 0 3px #ccc;
    position: relative;
    color: #000;
}
.tenderdate .hour {
    display: block;
    margin: 0;
    padding-top: 0;
    font-size: 12px;
    position: relative;
    color: #253174;
}
.tendercontent {
    margin-top: 30px;
}

.tendercontent a h3 {
    text-transform: uppercase;
    font-weight: bold;
}
.tenderdate h3:hover {
    color: rgb(209, 29, 29);
}
.tendercontent .date {
    text-align: right;
}

.right-news {
    margin-bottom: 15px;
}
.right-news .right-news-img {
    position: relative;
    overflow: hidden;
}
.right-news .right-news-img img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.right-news h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0;
}
.right-news h3 a {
    color: #000;
}
.right-news p {
    line-height: 1.5;
    font-size: 14px;
    margin: 0 0 14px;
}
.title {
    font-family: "Roboto Condensed";
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 15px;
}
.created_date {
    margin-bottom: 10px;
    color: #999;
}
.title-img {
    width: 100%;
    object-fit: cover;
    //height: 400px;
}
.post-image {
    width: 100%;
    height: auto;
}
.sidebar-news-navigation .list-news {
}
.sidebar-news-navigation li {
    padding: 0 10px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}
.sidebar-news-navigation li:hover {
    background-color: #253174;
}
.sidebar-news-navigation li.active {
    background-color: #253174;
}
.sidebar-news-navigation li.active a {
    color: #fff;
}
.sidebar-news-navigation li a {
    color: #000;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
    display: block;
}
.sidebar-news-navigation li a:hover {
    color: #fff;
}
.page-link {
    color: #253174;
}
.page-item.active .page-link {
    background-color: #253174;
    border-color: #253174;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact {
    font-size: 15px;
    margin-bottom: 10px;
}
.contact p {
    text-align: justify;
    line-height: 30px;
}

.newspaper .news {
    height: 300px;
    margin: 0;
    padding-bottom: 10px;
}
.newspaper .news a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #253174;
}
.newspaper .news .title {
    margin: 0;
    padding: 0;
}
.newspaper .news .title h6 {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 10px 0;
    margin: 0;
}
.newspaper .news .title .newsdate {
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
}

.sub-title h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
.post div ul {
    list-style-type: square !important;
    
}
.post div ul li {
    list-style: square !important;
    margin-left: 30px;
}

/* Mobile menu */
.m-logo {
    display: none;
}
.m-logo img {
    float: left;
    padding-top: 15px;
    margin-left: 15px;
    height: 70px;
    width: 320px;
    /*display: none;*/
}

label {
    margin-right: 15px;
    font-size: 26px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;
}
#toggle {
    display: none;
}

@media only screen and (max-width: 768px) {
    .top {
        display: none;
    }
    .header .hidden {
        display: none;
    }
    .m-logo {
        display: block;
    }
    .ontsloh {
        position: relative;
        height: 250px;
        overflow: hidden;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ontsloh img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: all 0.2s ease-out;
    }
    .ontsloh .caption {
        position: absolute;
        width: 100%;
        height: 35%;
        bottom: 0;
        top: unset;
        background: rgba(0, 0, 0, 0.5);
        padding: 15px;
    }
    .ontsloh .caption h3 {
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
        margin: 0;
        height: 60px;
        overflow: hidden;
    }
    label {
        cursor: pointer;
        display: block;
    }
    .header .menu {
        text-align: center;
        width: 100%;
        background-color: #fff;
        display: none;
    }
    .header .menu ul li {
        display: block;
    }
    .header .menu ul li a {
        color: #000;
        border-bottom: 1px solid #eaeaeb;
        margin: 0;
    }
    .header .menu ul li a:hover {
        background: #ddd;
    }
    .header .menu ul li ul {
        background-color: #fff;
        position: relative;
    }
    .header .menu ul li ul li {
        display: inline-block;
        width: 100%;
    }
    .header .menu ul li ul li a {
        font-size: 12px;
        font-weight: normal;
        width: 100%;
    }
    .header .menu ul li ul li a:hover {
        background-color: #ddd;
    }
    #toggle:checked + .header .menu {
        display: block;
    }
    
}

/* End of Calendar css */
