/** Common Styles **/
.color-another {
  color: #fcb80b;
}
.btn-1{
	background: #fcb80b;
}
.section-heading h2::before {
  background: #fcb80b;
}
.line {
  background: #fcb80b none repeat scroll 0 0;
}
/** Navigation **/
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus{
	color: #fcb80b;
}
.navbar .navbar-nav .nav-link.active{
	color: #fcb80b;
}
/**  What We do **/
.single-item i {
  color:#fcb80b;
}
.single-item.active i {
  color:#fcb80b;
}
.single-item:hover .line, .single-item.active .line {
  background: #fcb80b;
}
/** About Us **/
.about-wrapper h3 {
  color: #fcb80b;
}
/** Our Services **/
.our-services-wrapper .section-heading h2:before {
  background:#fcb80b;
}
.single-service .icon {
  color: #fcb80b;
}
.single-service .fig_caption::before {
	border-top: 1px solid #fcb80b;
	border-bottom: 1px solid #fcb80b;
}
.single-service .fig_caption::after {
  border-right: 1px solid #fcb80b;
  border-left: 1px solid #fcb80b;
}
/** Our Team **/
.our-team-wrapper .single-team .info span {
  color: #fcb80b;
  margin-top: 5px;
}
/** Portfolio **/
.portfolio-filter li.active, .portfolio-filter li:hover {
  color:#fcb80b;
  border-color: #fcb80b;
	}
.work-info h2 {
  color: #fcb80b;
}
/** Contact Us **/
.contact-social a {
  color:#fcb80b;
}
.contact-info > i {
  color: #fcb80b;
}
.footer-icon-text h4 {
  color: #fcb80b;
}
.contact-form button {
  background:#fcb80b;
}
