/*
 * AGENO Logo
 */
.agenoLogo{
	font-size:inherit;
	color:#92036f;
	text-decoration:underline;
	font-weight:bold;
}
.agenoLogo-eno{
	color:#a2a1a1;
	font-weight:normal;
}


.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a,
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a{
	color:#92036f;
}
.mobile-nav .get-started a,
.mobile-nav .get-started a:hover,
.nav-menu .get-started a:hover,
.nav-menu .get-started a{
	background:#92036f;
}
.section-title h2::before, .section-title h2::after{
	background:#92036f;
}

/*
 * Hero
 */
#hero{
	paedding-bottom:0;
}
#hero .btn-get-started{
	color:#92036f;
	border-color:#92036f;
}
#hero .btn-get-started:hover {
	background:#92036f;
	color:#fff;
}
@media (max-width: 575px)
{
	#hero .hero-img img {
		width: 100%;
	}
}

#main section:first-child{
	padding-top:0;
}

/*
 * Services
 */
.services .icon{
	background:#92036f;
}
.services .icon-box::before {
	background: #ffe8e8;
}
.services .icon-box:hover::before{
	background:#92036f;
}
.services .icon-box:hover .icon i{
	color:#92036f;
}
.services .icon-box:hover .title{
	color:#fff;
}

/*
 * Contact form
 */
.contact .php-email-form button[type="submit"],
.contact .php-email-form button[type="submit"]:hover{
	background:#92036f;
}
.contact .php-email-form input, .contact .php-email-form textarea{
	border-radius:8px;
	min-height:40px;
}

/*
 * Back to top
 */
.back-to-top i,
.back-to-top i:hover{
	background:#92036f;
}