#home {
    background: url(../img/banners/eco_case.jpg) !important;
    background-size: cover !important;
    width: 100%;
    height: 45vh;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat !important;
}


.hul-small {
  border: solid #1EBBA3 6px;
  /*border-radius: 50%;*/
  border-bottom: none;
  width: 10%;
  margin: 5px auto 25px auto;
  margin-bottom:3%;
}

.eco_case
{
    font-family:"Open Sans",sans-serif;
    font-size:3rem;
    color:#505962;
    font-weight:bold;
}
.clients-img-one{
    width:100%;
    padding-top:5%;
}

.clients-img-jolly{
    width:80%;
    padding-top:5%;
}

.side-img{
    padding-left:4%;
    width:18%;
}

.orb-energy{
    padding-top:20%;
     font-family:"Open Sans",sans-serif;
    
    font-size:26px;
    color:#031926;
}

.orb-title{
     
    font-weight:normal;
    font-size:18px;
    color:#031926;
    padding-top:3%;
}



div#nav-tab {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}
a#nav-home-tab {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}
.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}
.tab-content {
    background: #F4F6F7;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
    padding: 30px 25px;
}
.row.case-sec {
    padding: 28px 20px;
}

a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}
a#nav-profile-tab {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}
a#nav-home-tab:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

a#nav-profile-tab:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}
nav#myNavbar {
    background-color: #f8f9fa!important;
}
.case-con {
    margin-bottom: 5%;
}
.services-caption {
    text-align: center;
    padding: 10px;
}
.services-caption span {
    font-size: 18px;
    font-weight: 500;
}
@media only screen and (max-width: 600px) {
  #home {
    background: url(../img/banners/ecocase_mob.jpg) !important;
    background-size: cover !important;
}
}