/* ==================================================================
   gradient-light-blue
================================================================== */
.banner,
.page-title,
.fact-section,
.download-section,
.features-item .media i,
.video-section .overlay,
.footer-section .overlay,
.author-details .author-social-area,
.pricing-section .pricing-wrap .pricing-title {
  background-image: -moz-linear-gradient( 0deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%);
}
.btn-video,
.social-area li a i,
.blog-details .blog-info a,
.trending-news .trending-item i,
.client-section .client-details .rating i {
	color: #8764f9;
}
.btn,
.social-area li {
	background: #ffffff;
	color: #8764f9;
}
.btn-deep-red:focus,
.btn-deep-red:active, 
.btn-deep-red {
	color: #ffffff;
}
.bg-gradient-red,
.footer-section .subscribe .btn-subscribe:hover,
.pricing-section .pricing-wrap.active .btn-signup,
.btn-deep-red:focus, 
.btn-deep-red:active, 
.btn-deep-red,
.swiper-pagination-bullet {
background-image: -moz-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%);
}
.btn-signup {
	background: transparent;
}
.btn-signup:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 4px;
	background-image: -moz-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%);
	background-image: -webkit-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%);
	background-image: -ms-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn-signup:hover {
	visibility: visible;
    opacity: 1;
}
.banner {
    padding: 250px 0 110px;
}
.banner .heading {
    margin-bottom: 30px;
    margin-top: 15px;
}
@media (min-width: 991px) {
	.navbar.navbar-default.navbar-fixed-top.headroom--not-top .navbar-brand {
	    color: #e76bbc;
	}
	.navbar.navbar-default.navbar-fixed-top.headroom--not-top ul.nav.navbar-nav li.current:after {
	    background: #e76bbc;
	}
}
@media (max-width: 991px){
	.navbar.navbar-default .navbar-brand {
	    color: #e76bbc;
	}
	.banner {
	    padding: 180px 0 110px;
	}
}
@media (max-width: 767px){
	.banner {
	    padding: 140px 0 110px;
	}
}
.navbar.navbar-default .navbar-toggle {
	border-color: #e76bbc;
}
.navbar.navbar-default .navbar-toggle .icon-bar {
	background: #e76bbc;
}

.author-details {
	border-color: #e66cbc;
}
.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
  background-image: -moz-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%) !important;
  background-image: -webkit-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%) !important;
  background-image: -ms-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%) !important;
}


.footer-section .subscribe .btn-subscribe {
	background: #8764f9;
}
#preloader:before {
	border-color: #e76cbd !important;
}
.author-details .author-info img {
	 background-image: -moz-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%) !important;
  background-image: -webkit-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%) !important;
  background-image: -ms-linear-gradient( 45deg, rgb(243,109,181) 0%, rgb(189,105,215) 54%, rgb(135,100,249) 100%) !important;
}
.apps-section {
	background-image: url('../images/color-pink/bg.png');
}