h2.text-secondary
{
    font-size:24px;
    color:#016529!important;
    margin-bottom:20px;
}

#header {
  height: 100px;
}

#header .logo img {
  max-height: 55px;
}

.navbar a,
.navbar a:focus {
  font-size: 18px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 15px;
}

.mobile-nav-toggle {
  color: #016529;
}

#languagebar {
    padding: 0; 
    height: 30px; 
    text-align:center;
    display: none;
}

#hero {
  height: 70vh;
}

#hero .carousel-item::before {
  background-color:transparent;
}

#hero .carousel-inner .carousel-item {
  background-position: center center;
}

.services .iconbox-green i {
  color: #198754;
}

.services .iconbox-green:hover .icon i {
  color: #fff;
}

.services .iconbox-green:hover .icon path {
  fill: #198754;
}

.portfolio .portfolio-wrap .portfolio-links {
    margin-left: auto;
    margin-right: auto;
}

.portfolio .portfolio-wrap .portfolio-info {
 justify-content: center;   
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  text-decoration:none;
}

.breadcrumbs {
  background: #016529;
}

.breadcrumbs h2 {
  padding-top:8px;
  color: #ffffff;
  font-size: 44px;
}

.breadcrumbs a {
  color: #efffef;    
}

.breadcrumb-item::before {
    color:#CCCCCC!important;
}

.breadcrumb-item.active, .breadcrumb-item.active::before {
    color:#CCCCCC;
}

.section-title {
  padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
    #languagebar {
        display: block;
    }
    .portfolio .portfolio-wrap .portfolio-info {
        
        opacity: 1;
    }    
}