#top-bar{
	background: #fff;
}
#top-bar.animated-header {
	background: #fff;	
}
#team{
	/*background: #FCFCFC;*/
	padding: 80px 0;
}
.team-member {
  margin-top: 30px;
}
.team-member:hover .team-img img {
  opacity: .8;
}
.team-member .team-img {
  position: relative;
}
.team-member .team-img .team-pic {
  width: 100%;
}
.team-member .team_designation {
  font-size: 13px;
}
.team-member h3 {
  color: #02bdd5;
  margin-bottom: 0;
  font-size: 20px;
}
.team-member p {
  font-size: 14px;
}
.team-member .social-icons a {
  background: #02bdd5;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 15px;
}
.team-member .social-icons .facebook {
  padding: 4px 12px;
}
.company-description .section-heading p{
  line-height: 26px;
  font-size: 15px;
}
#team .section-heading p{
  color: #7a7a7a;
  line-height: 26px;
  font-size: 15px;
}
.section-heading h3{
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 20px;
  color: #272727;
  text-transform: uppercase;
  position: relative;  
  margin: 0 0 20px;
}

.section-heading h3:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.section-heading h3:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.company-description {
	padding: 80px 0;
}
.company-description .block h3 {
  margin-top: 0;
}
.company-description .block p {
  color: #727272;
}
.about-feature{
  color: #fff;
}
.about-feature .col-sm-6.col-md-6 {
  padding: 5%;
}
.about-feature .col-sm-6.col-md-6 p {
  font-weight: 300;
}
.about-feature #about-feature-1 {
  background: #02bdd5;
}
.about-feature #about-feature-2 {
  background: #00B0C7;
}
#footer{
  background: #FCFCFC;
}