nav .button::after {
	position: absolute;
	opacity: 0;
	top: 48%;
	right: -20px;
	font-size: 18px;
	transition: 0.3s linear;
	transform: translateY(-50%);
	font-family: LineIcons;
	content: '\e9dc';
}

.app-feature img {
	width: 90%
}

header .main-navigation nav .navbar-nav .nav-link a:hover {
	color: #EBB775;
}


.navbar-nav{
	margin-top:20px;
}

@media screen and (max-width: 767px) {
	.app-feature img {
		margin-left: auto;
		margin-right: auto;

	}
	.app-feature img {
		width: auto;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}