/* Background color */
.services:hover > span > i,
.services > a:hover,
.team-desc > ul > li > a:hover,
.download-bar,
.contact-form > form > .submit,
.bottom-line,
.subscribe-sec > form > .submit:hover,
.features > ul > li:hover > span,
.feature-toogle > h3.active
{
	background:#fb05b8;
}


/* Font Color */
.coming-soon > h1 > i,
.logo > h1 > i,
.about-us > h3 > i,
.team-desc > span,
.download-bar > a,
.main-sec > h1 > i
{
	color:#fb05b8;
}


/* Border Color */

.services > a:hover,
.team-desc > ul > li > a:hover,
.subscribe-sec > form > .submit:hover,
.features > ul > li:hover > span:before,
.features > ul > li:hover:before,
.features > ul > li:hover > span,
.feature-toogle > h3.active
{
	border-color:#fb05b8;
}


/* Custom Color */
.block.style2 > .black:before{
	background:rgba(3,182,208,0.8)
}