/**** Color: #ffd740 ****/
.home-section h1,
.section-title1 h2 span,
.section-title2 h2 span,
.navbar .navbar-brand .second-name,
.home-section h3,
.home-section .scroll-down i,
.about-section .single-about .long-icon,
.about-section .single-about h3,
.about-section .single-about .about-more,
.about-section .single-number h3,
.team-section .personal-info .item-overlay h3,
.testimonials-section .name-speciality .name-testimonial,
.testimonials-section .stars-rating .active,
.pricing-section .pricing-part1 h3,
.contact-section input::placeholder,
.contact-section textarea::placeholder,
.contact-section .contact-text h3 span {
	color: #ffd740;
}

.sk-folding-cube .sk-cube:before,
.home-section span:hover,
.about-section,
.services-section .single-service:hover,
.portfolio-section,
.team-section .personal-info .item-overlay li a:hover,
.team-section .swiper-pagination .swiper-pagination-bullet-active,
.team-section .swiper-pagination .swiper-pagination-bullet:hover,
.testimonials-section .swiper-next-prev div:hover,
.pricing-section .pricing-part2 .pricing-button:hover,
.blog-section,
.subscribe-section input[type = submit]:hover,
.contact-section .contact-info,
.contact-section input[type = submit] {
  background-color: #ffd740;
}


.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.team-section .swiper-pagination .swiper-pagination-bullet-active,
.team-section .swiper-pagination .swiper-pagination-bullet:hover,
.pricing-section .pricing-part2 .pricing-button:hover,
.contact-section input[type = text],
.contact-section textarea,
.navbar .navbar-nav a.active,
.navbar .navbar-nav a:hover {
	border-color: #ffd740;
}

.home-section span:hover {
	box-shadow: 0 2px 10px rgba(255,215,64,0.7);
}