﻿/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - About		      		   */
/*   05 - About-1	      		   */
/*   06 - Skills				   */
/*   07 - Services         		   */
/*   08 - Features            	   */
/*   09 - History				   */
/*   10 - Statistic banner         */
/*   11 - Portfolio        		   */
/*   12 - Team					   */
/*   13 - Pricing				   */
/*   14 - Clients		 	  	   */
/*   15 - Testimonials	      	   */
/*   16 - Blog		 	  	   	   */
/*   17 - Promo LIne	 	  	   */
/*   18 - Contact Info 	  	   	   */
/*   19 - Google Map 	  	   	   */
/*   20 - Contacts	 	  	   	   */
/*   21 - Footer		 	  	   */
/*   22 - Scroll to Top	 	  	   */
/*   23 - Contact Form Response    */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

.animated{
	visibility:hidden;
}

.visible{
	visibility:visible;
}
       


/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */


/* ==========================================================================
   03. INTRO
   ========================================================================== */


/* ==========================================================================
   04. ABOUT
   ========================================================================== */


/* ==========================================================================
   05. ABOUT-1
   ========================================================================== */

#about-1 {
	background-color: #f5f5f5; 
	border-top: 1px solid #eee;
	padding-top: 80px;
	padding-bottom: 80px;
} 


/* ==========================================================================
   06. SKILLS
   ========================================================================== */

#skills {	
	background-image: url(../img/parallax_bg/skills.jpg);
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: bottom center;		
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}

/* ==========================================================================
   07. SERVICES
   ========================================================================== */


/* ==========================================================================
   08. FEATURES
   ========================================================================== */


/* ==========================================================================
   09. HISTORY
   ========================================================================== */

#history, #roadmap {
	padding-top: 80px;
	padding-bottom: 80px;
}


/*------------------------------------------*/
/*	Timeline Item Content Arrow
/*------------------------------------------*/

.timeline-item-content h4 { 
    font-size: 20px;
	font-weight: 400;
}



/* ==========================================================================
   10. STATISTIC BANNER
   ========================================================================== */  
   
/* ==========================================================================
   11. LATEST WORKS
   ========================================================================== */


/*------------------------------------------*/
/*	  Portfolio Item
/*------------------------------------------*/ 

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.overlay-content h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}


/* ==========================================================================
   12. TEAM
   ========================================================================== */


/*------------------------------------------*/
/*	  Team Member Social Icons 
/*------------------------------------------*/


/*------------------------------------------*/
/*	 Team Member Social Icons Hover 
/*------------------------------------------*/


/* ==========================================================================
   13. PRICING 
   ========================================================================== */


/*------------------------------------------*/
/*	 Table Header
/*------------------------------------------*/

.pricing-table h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 100px;
	text-transform: uppercase;
	margin-bottom: 0;
} 

/*------------------------------------------*/
/*	 Table Price Plan
/*------------------------------------------*/

.pricing-table .price {
	background-color: #eee;
	height: 120px;
	color: #222;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: 120px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*------------------------------------------*/
/*	 Table Button
/*------------------------------------------*/

.pricing-table .btn {
	margin: 30px 0;
}

/*------------------------------------------*/
/*	 Table Highlight
/*------------------------------------------*/

.pricing-table.highlight .price {
	background-color: #d9a701;
	color: #fff;
	border-color: #d9a701;
}

.pricing-table.highlight ul.features {
	color: #333;
}

.pricing-table.highlight ul.features li {
    border-color: #d9a701;
}

