#home-electrical{
  background-image: url("../img/service-electric-bg.png");
  background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  min-height: 500px;
  height: calc(100vh - 60px);
  position: relative;
}
#home-construction{
  background-image: url("../img/service-construction-bg.png");
  background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  min-height: 500px;
  height: calc(100vh - 60px);
  position: relative;
}
#home-energy{
  background-image: url("../img/service-renewable-energy-bg.png");
  background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  min-height: 500px;
  height: calc(100vh - 60px);
  position: relative;
}

#services-tab{
  position: absolute;
  bottom: 0;
}
#services-tab-01{ min-width:232px; }
#services-tab-02{ min-width:174px; }
#services-tab-03{ min-width:174px; }
.services-tab-green01{ background-color: #51c7a5; }
.services-tab-green02{ background-color: #4bcf93; }
.services-tab-green03{ background-color: #44d681; }
.services-tab-grey{ background-color: #525856; }
.services-tab-black{ background-color: #394134; }

div[id^="services-tab-"]{
  padding: 10px; 
}
div[id^="services-tab-sm"]{
  padding: 0; 
}
.services-tab-L{ border-top-left-radius: 25px; }
.services-tab-R{ border-top-right-radius: 25px; }

.services-tab-first{ border-top:solid; border-top-width:thin; border-top-color:#656565; }
.services-tab-last{ border-bottom:solid; border-bottom-width:thin; border-bottom-color:#656565; }

#services-info{
  background-image: url("../img/services-info-bg.png");
  background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  min-height: 500px;
}

#services-ma{
  min-height: 500px;
  background-color: #e6e6e6;
}
@media (max-width:575px){
  #services-process-text{
    min-width: 250px;
  }
}
@media (min-width:576px) and (max-width:767px){
  #services-process-text{
    min-width: 300px;
  }
}
@media (min-width:768px){
  #services-process-text{
    min-width: 500px;
  }
}

/*.services-hover:hover{
  background-image: url("../img/index-bg-about-us.png");
  background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
#other-services{
  background-image: url("../img/index-bg-about-us.png");
  background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#icon-cont-1-hover, #icon-cont-2-hover, #icon-cont-3-hover{
  display: none;
}