/*
================================================
Common CSS
================================================
*/
section h2 span {
	color: #0798bc;
}
	
.heading-line {
    height: 2px;
    background: #0798bc; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top, #0798bc, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #0798bc, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #0798bc, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #0798bc, white); /* Standard syntax (must be last) */
	}
#switcher .theme-click {
    background-color: #0798bc;
}
.parallex a:hover {
	background: #0798bc;
	border: 2px solid #0798bc;
	color: #ffffff;
}	
/*
================================================
Scroll top Arrow
================================================
*/
#scrollUp {
  background: #0798bc;
}
#scrollUp i:hover {
	opacity:0.8;
}
/*
================================================
Navigation
================================================
*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #0798bc;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #0798bc;
}
/*
================================================
Banner Content
================================================
*/
.banner-content h1 span {
	color: #0798bc;
}
.banner-content a {
	background:none;
	border:3px solid #fff;
	color: #ffffff;
	}
.banner-content a:hover {
  	background: #0798bc;
 	border:3px solid #0798bc;
	color: #ffffff;
	}	
/*
================================================
About Us
================================================
*/
.aboutus a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #0798bc;
  color: #0798bc;
}	
.aboutus a:hover {
  background: #0798bc none repeat scroll 0 0;
  border: 2px solid #0798bc;
  color: #ffffff;
}
.about-item li i.fa {
	color: #0798bc;
}
.about-item li:hover i.fa {
    border: 1px solid #0798bc;
}
/*
================================================
Services
================================================
*/
.service-callouts i {
	color: #0798bc;
	}
.about-box .icon {
	color: #0798bc;
}	
/*
================================================
Our Team
================================================
*/
.ourteam .item .social-icons ul {
  background: #0798bc;
}
/*
================================================
Testimonials Wrapper 
================================================
*/	
.testimonials-wrapper .carousel-indicators li {
	background-color: #0798bc;
}	
.testimonials-wrapper .carousel-indicators .active {
	background-color: #0798bc;
}
.team-item-descr {
	background:#0798bc;
	}
.testimonials-wrapper .client-name p b {
	color: #0798bc;
}
.testimonials-wrapper h3 i {
	color: #0798bc;
}
/*
================================================
Portfolio
================================================
*/
.portfolio #filters ul li a:hover h5, .portfolio #filters ul li a.active h5 {
	background-color: #0798bc;
}
.work-info p {
	color:#0798bc;
}
.portfolio-filter li.active, .portfolio-filter li:hover {
	border-color: #0798bc;
	color:#0798bc;
	}
/*
================================================
Pricing Table
================================================
*/
.pricing-table-wrapper .features-price {
	border-color: #0798bc;
}
.pricing-table-wrapper .features-price .plan-name {
	background:#0798bc;
}
.pricing-table-wrapper .features-price .plan-name .price-title {
	color:#fff;
	}
.pricing-table-wrapper .features-price .plan-name .price-amount, .pricing-table-wrapper .features-price .plan-name .price-amount span {
	color:#fff;
	}
.pricing-table-wrapper .features-price .plan-name .price-date {
	color:#eee;	
	}		
.pricing-table-wrapper .features-price .price-amount, .pricing-table-wrapper .features-price .price-amount span {
	color:#0798bc;
	}
.pricing-table-wrapper .price-btn:hover {
	background: #0798bc;
}
.features-price-btn {
	background: #0798bc;
}
/*
================================================
Contact us
================================================
*/
.contact-info-wrapper:hover .contact-info-icon {
	background: #0798bc;
	color: #fff;
}	
.contactus .btn { 
	background: #fff;
	border:2px solid #0798bc;
	color:#0798bc;
}
.contactus .btn:hover {
	background:#0798bc;
	color:#fff;
	}
footer {
	background: #0798bc;
}
