/*
Color styles
 ----------------------------------------*/
a,
.logo-text,
.navbar-nav .active a,
.navbar-nav li a:hover,
.page-header h1 span,
.services-section .item .fa,
.what-we-section .item ul li .fa,
#testimonial .item blockquote small span,
.contact-detail li p i{
	color: #00AEFF;
}
.logo-text samp,
.process,
.btn-theme,
.team-section .item .content-wrap,
.purchase-now{
	background: #00AEFF;
}

.section-header h1::before,
.services-section .item .fa,
.what-we-section .item ul li .fa,
#testimonial .item blockquote img,
.contact-detail li p i,
.footer-section .section-header h1::before{
	border-color:#00aef0;
}
.team-section .social li i{
	border-color: #2098d1 ;
}
.hvr-bounce-to-top::before,
.team-section .item .content-wrap::before,
.hvr-sweep-to-right::before{
	background: #2098d1 ;
}
a:focus, a:active {
	background: #00AEFF;
}
.navbar-header a:focus,
.navbar-header a:active{
	background: transparent!important;
}
.home-two .banner-section,
.pricing-bg,
.home-two .testimonial .over-bg,
.footer-top .submit-bgcolor,
.video-overlay{
	background: #00AEFF;
	background: -webkit-linear-gradient(to right, #102497, #00AEFF );
	background: -webkit-gradient(linear, left top, right top, from(#102497), to(#00AEFF));
	background: -webkit-linear-gradient(left, #102497, #00AEFF);
	background: -o-linear-gradient(left, #102497, #00AEFF);
	background: linear-gradient(to right, #102497, #00AEFF);
}
.button {
	color: #fff;
	padding: 12px 36px;
	font-weight: 600;
	border: none;
	position: relative;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	margin: 2px;
	background-image: linear-gradient(to right, #00AEFF 0%, #1e50e2 51%, #00AEFF 100%);
	background-size: 200% auto;
	flex: 1 1 auto;
}