/* Add here all your css styles (customizations) */

.header .navbar-nav > li > a {
    color: /* #687074 */ #00535d;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.logo {
    padding-bottom: 20px;
}

.header {
    z-index: 99;
    background: #fff;
    position: relative;
    border-bottom: /* solid 2px #eee */ solid 5px #84c98b;
}

#home .nav li.home a,
#solutions .nav li.solutions a,
#projects .nav li.projects a,
#careers .nav li.careers a,
#contact .nav li.contact a,
#about .nav li.about a{
    color: #2cd5b6;
}

.building-section {
    color: #fff;
    position: relative;
    background: #333 url(../../../assets/front1/img/building.jpg) center fixed;
    background-size: cover;
    height: 440px;
}

.energy-section {
    color: #fff;
    position: relative;
    background: #333 url(../../../assets/front1/img/energy.jpg) center fixed;
    background-size: cover;
    height: 440px;
}

.oil-section {
    color: #fff;
    position: relative;
    background: #333 url(../../../assets/front1/img/oil&gas.jpg) center fixed;
    background-size: cover;
    height: 440px;
}

.smart-section {
    color: #fff;
    position: relative;
    background: #333 url(../../../assets/front1/img/smart_grid.jpg) center fixed;
    background-size: cover;
    height: 440px;
}

.lighting-section {
    color: #fff;
    position: relative;
    background: #333 url(../../../assets/front1/img/lights.jpg) center fixed;
    background-size: cover;
    height: 440px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #2cd5b6;
}

.nav>li {
    position: relative;
    display: block;
    font-weight: bold;
}

@media (min-width: 1200px){
    .container, .wrapper{
        max-width: 970px;
        margin: 0 auto;
    }
}

body{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,9bacc4+100 */
    background: #cedce7; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #cedce7 0%, #9bacc4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #cedce7 0%,#9bacc4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #cedce7 0%,#9bacc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#9bacc4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.header
  .dropdown-menu li a {
      color: /* #687074 */ #000;
      font-size: 13px;
      font-weight: 400;
      padding: 6px 15px;
      border-bottom: 1px solid #EEE;
      background: #84c98b;
  }

.header
.dropdown-menu li a:hover {
    color: /* #687074 */ #000;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px;
    border-bottom: 1px solid #EEE;
    background: #84c98b;
}

.drop-menu {
    color: #ffffff;
}

.footer-v1 .copyright {
    background: /* #222 */ #fff;
    border-top: none;
    padding: 10px 0 5px;
    width: 970px;
    margin: 0 auto;
    color: #00535d;
}

.header .navbar-nav {
    /* float: right; */
    margin-right: /* 220px */ 280px;
}

.footer-v1 .copyright a {
    margin: 0 2px;
    color: #000;
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #79d5b3;
}

/* .tp-banner-container { width: 650px; height: 450px; } */

.tp-banner-right {
    border: 1px solid red;
    float: right;
    /* margin-top: -450px; */
}

.tp-banner-section { border: 1px solid blue; height: 100px }

.information-building,.information-energy,
.information-oil,.information-smart,
.information-lighting {
    padding: 0.6em 0.6em 0.6em 0.6em;
    /* margin-right: 30px; */
    background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.information-building { width: 650px; height: 400px; margin-left: 0; padding: 10px 20px;}
.information-energy { width: 650px; height: 400px; margin-left: 0; padding: 10px 20px;}
.information-oil { width: 650px; height: 400px; margin-left: 0; padding: 10px 20px;}
.information-smart { width: 650px; height: 400px; margin-left: 0; padding: 10px 20px;}
.information-lighting { width: 650px; height: 400px; margin-left: 0; padding: 10px 20px;}

.information-building h4,.information-energy h4,
.information-oil h4, .information-smart h4,
.information-lighting h4 {
    color: #fff;
}

.information-building p, .information-energy p,
.information-oil p, .information-smart p,
.information-lighting p {
    color: #fff;
}

.information-smart li { color: #fff; }

.headline {
    display: block;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.side-nav {
    margin: -400px 0 0 690px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #004e58;
    font-weight: bolder;
}

#building #side-building a, #energy #side-energy a,
#oil #side-oil a, #smart #side-smart a, #light #side-light a {
    background-color: #004e58;
    color: #fff;
}

/* .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
} */









