/*****************************/
/* Fill up */
/*****************************/
.tabs-style-fillup nav ul li a {
	padding: 1.9em 0;
	border-right: 1px solid #7c57fd;
	line-height: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	color: #7c57fd;
}

.tabs-style-fillup nav ul li a:hover {
	background-color: #b3deff;
}

.tabs-style-fillup nav ul li a {
	padding: 1.9em 0;
	border-right: 1px solid #7c57fd;
	line-height: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	color: #7c57fd;
}

.tabs-style-fillup nav ul li img {
	width: 60%;
}

.tabs-style-fillup nav ul li:last-child a {
	border: none;
}

.tabs-style-fillup nav ul li.tab-current {
	z-index: 100;
}

.tabs-style-fillup nav ul li.tab-current a {
	color:  #7c57fd;
}

.tabs-style-fillup nav ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	height: calc(100% + 1px);
	border: 1px solid #e6f4ff;
	background: #e6f4ff;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.tabs-style-fillup nav ul li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tabs-style-fillup nav ul li a span,
.tabs-style-fillup .icon::before {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
}

.tabs-style-fillup nav ul li a span {
	display: block;
	font-weight: 700;
	font-size: 0.7em;
	line-height: 1.5;
}

.tabs-style-fillup .icon::before {
	display: block;
	margin: 0;
}

.tabs-style-fillup nav ul li.tab-current a span,
.tabs-style-fillup li.tab-current .icon::before {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.tabs-style-fillup .content-wrap h3 {
	color: #7c57fd;
}

.tabs-style-fillup .content-wrap p {
	color: rgb(0, 113, 193);
	font-size: 18px;
}

.tabs-style-fillup .content-wrap .btn-default {
	border-color: #7b56fa;
	background-color: #7b56fa;
	color: #ffffff;
}

.tabs-style-fillup .content-wrap .btn-default:hover {
	background-color: #5036a6;
	border-color: #5036a6;
}
