 :root {
	--one-purple: #6A0DAD;
	--two-purple: #d1cde9;
	--three-purple: #8B5CF6;
	--four-purple: #a198d5;

	--light-purple: #F5F0FA;
	--hover-purple: #e5cde9;
	
	/* #8B5CF6; */
	--text-dark: #333;
	--text-light: #fff;
}
* {
	transition: all .5s;
}
a {
	text-decoration: none;
	color: #000;
}
ul {
	list-style: none;
}
button,input,textarea {
	border-radius: 0px !important;
}
.bg-Purple {
	background-color: #d1cde9;
}
.btn-Purple {
	font-size: 1.6rem;
	color: var(--four-purple);
	border: var(--four-purple) 4px solid;
	padding: .5rem 1.8rem;
	font-weight: 500;
	border-radius: 5px;

}
.btn-Purple:hover {
	color: var(--three-purple);
	border: var(--three-purple) 4px solid;

}
body {
	overflow-x:hidden;
}
body#HomePage #LogoBox * {
	display: none;
}
#LogoBox h1 {
	font-size: 2rem;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	body#HomePage:before {
		content: "";
		width: 60vw;
		height: 60vw;
		background-color: var(--two-purple);
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: -20vw;
		left: 50%;
		z-index: -1;
	}
	
	body#HomePage:after {
		content: "";
		width: 30vw;
		height: 30vw;
		background-color: var(--hover-purple);
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 15vw;
		left: 50%;
		z-index: -1;
	}
	.TitleStyle:before {
		content:"";
		position: absolute;
		display:inline-block;
		width: 55vw;
		height: 3px;
		background-color: var(--two-purple);
		bottom:-10px;
		left: 0;
		z-index: -1;
	}
	.IntroduceStyle {
		padding-left: 2rem;
		line-height: 1.8;
		letter-spacing: .2rem;
		font-weight: 500;
	}
	
}

@media (min-width: 768px) and (max-width: 1199px) {
	
	.ContentLeft {
		text-align: right;
	}
	.ContentCenter {
		padding-left: 3rem;
	}
	.ContentRight {
	}
	
	footer ul li {
		font-size: 1.4rem;
		line-height: 1.6;
		font-weight: 500;
	}
}
@media screen and (max-width: 1200px) {
	.ContentRight {
		border-top: 5px solid #fff;
		padding-top: 2rem;
		margin-top: 2rem;
	}
}
	
@media screen and (min-width: 993px) {
	
	.IntroduceStyle~.btn-Purple {
		float: right;
	}
}
@media screen and (max-width: 992px) {
	#AboutBg {
		background-color: var(--four-purple);
	}
	.IntroduceStyle {
		padding-top: 2rem;
		color: #fff;
	}
	.IntroduceStyle~.btn-Purple {
		background-color: #FFF;
	}
}
@media screen and (max-width: 767px) {
	.ContentLeft {
		text-align: center;
	}
	.ContentCenter> ul {
		text-align: center;
		padding-left: 0;
	}
}
@media screen and (min-width: 576px) {

	footer ul li {
		font-size: 1.4rem;
		line-height: 1.4;
		font-weight: 500;
	}
}
@media screen and (max-width: 575px) {
	.IntroduceStyle {
		font-size: 1.2rem;
	}
	footer ul li {
		font-size: 1rem;
		line-height: 1.4;
		font-weight: 500;
	}
	.ContentRight> ul {
		padding-left: 0;
	}
}

#MenuBox {
	position: absolute;
	right: 5%;
}
.nav-link {
	font-size: 1.4rem;
	padding: 1.5rem 2rem !important;
	font-weight: 700;
	text-align: right;
}
#TopBox {
	min-height: 100vh;
}
.TitleStyle {
	position: relative;
	padding-left: 10vw;
}
h1 {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: bottom;
}
#AboutBg {
	padding: 10rem 0;

}
#AboutBox {
	font-size: 1.4rem;
}
footer {
	background-color:var(--four-purple) ;
}
.ServiceTitle {
	font-weight: 500;
	padding-bottom: 1.5rem;
}
.navbar-collapse {
	flex-grow: 0 !important;
}