/*--------------------------------------------------
    21. Footer Section
---------------------------------------------------*/
.col-md-102.text-center > p {
  color: #999;
}
#footer p {
  margin: 0;
}
.bg-footer {
    position: relative;
    background-image: url(../images/bg_footer.jpg);
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#footer .footer-social {
    margin: 0;
    padding: 0;
    color: #fcfcfc;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
#footer .footer-social a {
    padding: 0 8px;
	color:#fff;
}
#footer .footer-social a:hover {
	color:#2eb5a8;
}
#footer .footer-social li {
  padding: 0 0 10px;
}
.bg-white{background:#fff;}
#about img {
  margin-bottom: 23px;
  margin-top: 12px;
  width: 95%;
}
.sortcode .progress-bars,.sortcode .progress {
  margin-top: 0px;
}
.progress-bars {
  margin-top: 90px;
}
.progress-bars h6 {
  margin-top: 10px;
}

.about-bottom-content {
  border-right: 2px solid;
  min-height: 180px;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
}
.green-bg {
  background: #2eb5a8 none repeat scroll 0 0;
  color: #fff;
}
.about-bottom-content {
  border-right: 2px solid;
  min-height: 180px;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
}
.about-bottom-content h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 13px;
  margin-top: 0;
  text-transform: uppercase;
}
.about-bottom-content.text-right > p {
  font-size: 16px;
  margin: 0;
}
