/*!
Template :	AppsLand @by Softnio
Preset   :	Default
Version	 :	1.3.1
Updated	 :	10.22.2018
*/
.active .steps h4,
.heading span,
.box-icon .fa,
.box-icon .ti,
.video-play,
.video-play:hover,
.video-play:focus,
.owl-theme .owl-nav [class*=owl-],
.single-features .ti,
.single-features .fa,
.contact-form h3,
.contact-info h6 .fa,
.footer-navigation li a:hover,
.social-list li a:hover,
.owl-theme .owl-nav [class*="owl-"]:hover,
.footer-links li a:hover{
	color:#023e8a;
}

.pricing-bottom .ti-check{
	color:#00d578;
}

.pricing-bottom .ti-close{
	color:#de0000;
}

.owl-theme .owl-dots .owl-dot span:after,
.affix .navbar-default .navbar-toggle, 
.affix .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	border-color:#023e8a;
}
.primary-bg{
	background: #023e8a;
}
.secondary-bg{
	background: #f5f5f5;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span,
.affix .navbar-default .navbar-toggle, 
.affix .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: #023e8a;
}
.button{
	background: #e8e8e8;
}
.button:hover {
	background: #023e8a;
}
.header-texts .button{
	background: #e8e8e8;
	color: #333;
}
.header-texts .button:hover {
	background: #fff;
	color: #e8e8e8;
}
.button.button-transparent{
	background:transparent;
}
.button.button-transparent:hover{
	background: #fff;
	color: #e8e8e8;
	border-color: #fff;
}

.navbar-default .navbar-nav > li > a.button,
.navbar-default .navbar-nav > li > a.button:focus{
	border:2px solid #e8e8e8;
	background: #e8e8e8;
}
.navbar-default .navbar-nav > li > a.button:hover{
	color: #e8e8e8;
}
.affix .navbar-default .navbar-nav > li > a.button:hover,
.affix .navbar-default .navbar-nav > li.active > a.button,
.affix .navbar-default .navbar-nav > li.active > a.button:focus{
	color: #e8e8e8;
	border-color: #e8e8e8;
}

.gradiant-background,
.box-icon,
.team-member .team-photo:after{
	background-image: -o-linear-gradient(157deg, #f5f5f5 0%, #023e8a 100%);
	background-image: linear-gradient(293deg, #f5f5f5 0%, #023e8a 100%);
}
.meta-heading{
	color: #023e8a;
	margin-bottom: 5px;
}
.feature-col .icon{
	background: #F2F7FF;
	color: #023e8a;
}
.button.alt{
	background: #fff;
	color: #023e8a;
}
.button.alt:hover{
	background: #023e8a;
	color: #fff;
}
.button.light{
	background: #F2F7FF;
	color: #023e8a;
}
.button.light:hover{
	background:#00deec; 
	color: #fff;
}
.bg-circle .small, .bg-circle .big{
	background: #F2F7FF;
}
.bg-circle .big:before{
	background-image: -o-linear-gradient(157deg, #fff 0%, #f5f5f5 100%);
	background-image: linear-gradient(157deg, #fff 0%, #f5f5f5 100%);
}
.bg-circle .big:after{
	background-image: -o-linear-gradient(157deg, #fff 0%, #023e8a 100%);
	background-image: linear-gradient(157deg, #fff 0%, #023e8a 100%);
}
 .pricing-box.alt h5{
 	color: #023e8a;
 }

@media only screen and (max-width: 991px) {
	.navbar-default .in .navbar-nav > li > a:hover,
	.navbar-default .in .navbar-nav > li > a:focus,
	.affix .navbar-default .navbar-nav > li > a:hover,
	.affix .navbar-default .navbar-nav > li > a:focus,
	.affix .navbar-default .navbar-nav > .active > a, 
	.affix .navbar-default .navbar-nav > .active > a:hover, 
	.affix .navbar-default .navbar-nav > .active > a:focus {
		background:#023e8a;
	}

}

.theme-pro .section.gradiant-background{
	background: #ecf4fd;
}

/* Override box-icon styles to remove circular background for logos */
.feature-boxes .box-icon {
	background: none !important;
	border-radius: 0 !important;
	background-image: none !important;
	box-shadow: none !important;
}

/* Screenshot section text colors */
.screenshots-section .heading {
	color: #1e40af !important; /* Different blue for "Coming Soon" */
}

.screenshots-section .section-head p {
	color: #023e8a !important; /* Main blue for description text */
}

.feature-boxes .box-icon img {
	display: block;
	margin: 0 auto;
	max-width: 120%;
	height: auto;
	transform: scale(1.2);
}

/* Shift logo4 down */
.feature-boxes .box:nth-child(4) .box-icon img {
	margin-top: 20px;
}