.footer .form-alt form textarea {
    height: 80px;
}
span.infrastructure {
    display: block;
    color: #9e9e9e;
}
.counter-block.style_one {
    position: relative;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0 , 0 , 0 , .05);
	margin-bottom: 15px;
    border-radius: 10px;
}
.counter-block.style_one:before {
    position: absolute;
    content: "";
    border: 1px dashed #e4e7ee;
    width: 97%;
    height: 97%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
}

.h-color{
color:#de1f19;
    }
    
    
.h-color ~ ul li {
  list-style-type: disc;
  padding-left: 10px;
}   


