.navbar-header .nav-btn,
.lg_btn:before,
.promo_icon,
.dist_btn:before,
.pricing_btn:before,
.feature_content li:hover:after,
.works_item:hover .circle_style:before,
.works_item:hover .circle_style:after,
.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active,
.testi_bullet.swiper-pagination-bullets .swiper-pagination-bullet-active,
.pricing_head .plan_price,
.plan_price .pricing_inner,
.pricing_item:hover .pricing_head,
.footer_area{
	background-color: #4cc2d9;
}

#preloader {
    background: #4cc2d9;
}

.hero_area{
	background: #4cc2d9;
    background: -webkit-linear-gradient(to left, #4cc2d9 , #176083);
    background: linear-gradient(to left, #4cc2d9 , #176083);
}
.scrollActive .navbar-header .brand,
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a,
.promo_item:hover .promo_icon .fa,
.video_inner .video_icon:hover,
.download_inner h2 span{
	color: #4cc2d9;
}
.screen_wrap .swiper-pagination-bullets .swiper-pagination-bullet,
.testi_bullet.swiper-pagination-bullets .swiper-pagination-bullet{
	border: 2px solid #4cc2d9;
}
.lg_btn,
.pricing_footer .pricing_btn{
	border: 1px solid #4cc2d9;
}
.promo_item:hover .promo_icon{
	border: 5px solid #4cc2d9;
}
.feature_content li:before,
.circle_style{
	border: 4px solid #4cc2d9;
}
.pricing_item:hover .plan_price .pricing_inner{
	border: 8px solid #4cc2d9;
}
.subscribe_form .submit,
.social_link li a:hover,
.scroll-to-top{
	background-color: #176083;
}
.subscribe_form .form_input,
.subscribe_form .submit,
#subscribe-result,
.social_link li a:hover{
	border: 1px solid #176083;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(164,198,57,0.1), 0 0 10px 10px #4cc2d9, 0 0 0 10px rgba(164,198,57,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(164,198,57,0.1), 0 0 10px 10px #4cc2d9, 0 0 0 10px rgba(164,198,57,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(164,198,57,0.1), 0 0 10px 10px #4cc2d9, 0 0 0 10px rgba(164,198,57,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(164,198,57,0.1), 0 0 10px 10px #4cc2d9, 0 0 0 10px rgba(164,198,57,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(164,198,57,0.1), 0 0 10px 10px #4cc2d9, 0 0 0 10px rgba(164,198,57,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(164,198,57,0.1), 0 0 10px 10px #4cc2d9, 0 0 0 10px rgba(164,198,57,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@media all and (max-width: 767px) {
	.navbar-collapse {
	  background-color: #4cc2d9;
	}
	ul.nav > li > a:hover,
    ul.nav > li.active > a {
        background-color: #176083;
		color: #fff;
    }
}