/* Custom Stylesheet */
/**
 
 */
body{
  margin: 0px;
}


 .icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.logo-image {
  height: 60px;
  width: 195px;
}

.hc-header{
  background-color: #FFFFFF;
  color: #333333; 
}

.hc-header{
  background-color: #FFFFFF;
  color: #333333; 
}


.hc-content{
  width: auto;
  min-height:500px;
  max-height: 1vw;
  background:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/main-2.jpg);
  background-size: cover;
  border-bottom: 8px solid green;
  margin: 0;
}

.hc-content-about-us{
  width: auto;
  min-height:300px;
  background-image: url(../images/about-us-3.jpg);
  background-position: top;
  background-size: cover;
  border-bottom: 8px solid green;
  margin: 0;
}

.hc-content-energy{
  width: auto;
  min-height:300px;
  background-image: url(../images/energy-bg-crop.jpg);
  background-size: cover;
  border-bottom: 8px solid green;
  margin: 0;
}

.hc-content-healthcare{
  width: auto;
  min-height:300px;
  background-image: url(../images/healthcare-bg-crop.jpg);
  background-size: cover;
  border-bottom: 8px solid green;
  margin: 0;
}

.hc-content-financial{
  width: auto;
  min-height:300px;
  background-image: url(../images/financial-bg-crop.jpg);
  background-size: cover;
  border-bottom: 8px solid green;
  margin: 0;
}

.hc-content-our-team{
  width: auto;
  min-height:300px;
  background-image: url(../images/our-team-bg-crop.jpg);
  background-size: cover;
  border-bottom: 8px solid green;
  margin: 0;
}

.hc-content-contact-us{
  width: auto;
  min-height:300px;
  background-image: url(../images/contact-bg-crop.jpg);
  background-size: cover;
  border-bottom: 8px solid green;
  margin: 0;
}

.hc-card.mdl-card { 
  height: 400px;
}

.hc-card-1 > .mdl-card__title {
  color: #fff;
  background-image: url("../images/energy.jpg");
  background-size: cover;
}

.hc-card-2 > .mdl-card__title {
  color: #fff;
  background-image: url("../images/healthcare.jpg");
  background-size: cover;
}

.hc-card-3 > .mdl-card__title {
  color: #fff;
  background-image: url("../images/financial.jpg");
  background-size: cover;
}

.hc-heading-1{
margin: auto;
font-size: xx-large;
color: green;
}

.hc-heading-2{
  margin: auto;
  font-size: xx-large;
  color: green;
  }

  .hc-heading-3{
    margin: auto;
    font-size: large;
    color: green;
    }


.no-margin-padding{
  margin: 0px;
 padding: 0px;
}

.hc-box-light{
  padding: 10px;
  text-align: center;
}

.spacer{
 width: 50px;
 border-bottom: 2px solid green;
 margin: auto;
}

.spacer-2{
  width: 30px;
  border-bottom: 2px solid green;
 }

.hc-services-background{
  background: green;
  padding: 5px;
  border-radius: 10px;
}

.hc-bullet-box{
max-width: 1024px;
text-align: left;
margin: auto;
}

.footer-center-align{
 text-align: center;
}

.footer-ul{
  max-width: 420px;
min-width: 200px;
margin: auto;
}

.green{
  color: green;
}

td:nth-child(3)
{
	color: green;
}

.centered {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 960px;
  text-align: center;
  color: white;
}