
/* Preloader Css */
#circle {
	background: #aec71e;
}
/* Preloader Css */

/* Common Css */
a, a:hover, 
a:active, 
a:focus {
	color:#aec71e;
}

.fun-fact .chevron:before, 
.fun-fact .chevron:after {
  background: rgba(174,199,30,0.8); 
}

/* // Common Css */

/* Vegas Slider */
.s-prev:hover,
.s-next:hover {
  background-color: #aec71e;
}
/* // Vegas Slider */

/* Our Work */
.project-overlay {
	background:rgba(174,199,30,0.8); 
}
/* // Our Work */

/* Personal Profile */
.about_content {
	background-color: #aec71e;
}
/* // Personal Profile */

/* Experiance and Education */
.direction-l:before, 
.direction-r:before {
	border: 4px solid rgb(174,199,30);
}
/* // Experiance and Education */

/* Contact */
input[type="text"]:focus,  
textarea:focus { 
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(174,199,30,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(174,199,30,0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(174,199,30,0.6); 
}
/* //  Contact  */

/* Back To Top */
#back_to_top:hover, 
.touch-device #back_to_top:active {
  background-color: #aec71e;
}
/* // Back To Top */