/*
Theme Name: Firma Nicand
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.15.1476803234
Updated: 2016-10-18 16:07:14

*/

/****************************************/
/* Key Facts on About Us page ***********/
/* By: Raj Arora on 18-01-2017 **********/
/* Add postfix to key facts *************/
/****************************************/
.fnpp_machines span.percent-value:after {
	content: '+';	
}

.fnpp_shot_capacity span.percent-value:after {
	content: 'g';	
}


.fnpp_clamping span.percent-value:after {
	content: 't';	
}

.fnpp_years_experience span.percent-value:after {
	content: '+';	
}

/****************************************/
/* Navigation Menu **********************/
/* By: Raj Arora on 03-11-2016 **********/
/* Adjustment to the dropdown menu width*/
/****************************************/

.nav li ul {
	width: 300px;  
}
  
  
#top-menu li li a {
	width: 250px; 
}


/****************************************/
/* Link hover colours *******************/
/* By: Raj Arora on 03-11-2016 **********/
/* Adjustment to the dropdown menu width*/
/****************************************/
.et_pb_blurb h4 a:hover {
	color: #ed7102;
}

/****************************************/
/* Align Top Header Right ***************/
/* By: Raj Arora on 08-12-2016 **********/
/****************************************/
#et-info {
	float: right;
}

/****************************************/
/* Align Bottom Adjustments *************/
/* By: Raj Arora on 08-12-2016 **********/
/****************************************/
#footer-info {
	float: right;
}

#footer-bottom .container {
    max-width: 100%;
    width: 100%;
    padding-right: 30px;
  	padding-left: 30px;
}


/****************************************/
/* Homepage Text colour animation *******/
/* By: Raj Arora on 20-04-2017 **********/
/****************************************/
.fn_logo h2 {
  
  animation: fncolourchange 5s infinite;
}
  
@keyframes fncolourchange {
 	
	0% {
		color: #fff;
	}
  	70% {
		color: #ed7102;
	}
	100% {
		color: #fff;
	}
    
}
  
  
  