
a:hover, a:active, a:link, a:visited {
	text-decoration: none;
}

li {
	list-style: none;
}

.navbar-ddnet {
	background-color: #444;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	z-index: 99;
	transition: all .3s;
}


.navbar-nav .nav-link{
	color:white !important;
	/* background-color: transparent; */
	background-color: #444;
	font-size: 0.8rem;
}


.nav-link:hover{
	/* color:white !important; */
	/* background-color: transparent; */
	background-color: #2BC3AC;
	transition: all .5s;
	/* font-size: 0.9rem; */
}

.navbar-nav{
	box-shadow: 0 0 5px #888;
	border: 1px solid #888;
	/* background-color: #2BC3AC; */
}

.title h2 {
	position: relative;
	padding: 20px 0;
	text-align: center;
	color: #666;
}

.title h2:after {
	width: 50px;
	height: 2px;
	display: block;
	content: "";
	background-color: #2FC1AC;
	margin-top: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.intro{
	border-radius: 5px;
	transition: all .5s;
	cursor: pointer;
	
}

.intro:hover {
	box-shadow: 0 0 10px #aaa;
	transition: all .5s;
	background-color: #FFFFFF;
}

.intro h3{
	font-size: 18px;
	color: #666;
}

.intro-alpha {
	width: 50px;
	height: 50px;
	/* padding: 25px; */
	font-size: 32px;
	color:#FFFFFF;
	border-radius: 50%;
	background: #2FC1AC;
}

.charList{
	box-shadow: 0 0 10px #CCC;
	background-color: #F8FCFC;
}

.charList h3 {
	color: #2BC3AC;
}

.charList li {
	/* list-style: none; */
	z-index: 10;
	border-bottom: solid 1px #eee;
	padding: 20px 10px;
	padding-left: 20px;
	color: #1FB19B;
	font-size: 15px;
	line-height: 30px;
	position: relative;
}

.charList li p {
	margin: 0;
	margin-right: 70px;
	text-align: left;
}

.charList li div {
	float: right;
	border-radius: 15px;
	width: 60px;
	text-align: center;
	height: 30px;
	vertical-align: middle;
}

.charList li div span {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
}

.charList li:after {
	z-index: -1;
	display: block;
	content: "";
	width: 60px;
	height: 30px;
	border-radius: 15px;
	background-color: #2FC1AC;
	position: absolute;
	top: 20px;
	right: 10px;
	transition: all .5s;
}

.charList li:hover:after {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.charList li:hover {
	color: #FFFFFF;
	transition: all .3s;
}

.charList p a {
	padding: 10px 20px;
	margin-top: 20px;
	border: 1px solid #2BC3AC;
	border-radius: 30px;
	color: #2BC3AC;
	transition: all .3s;
}

.charList p a:hover {
	padding: 10px 30px;
	transition: all .3s;
	color: #FFFFFF;
	background-color: #2BC3AC;
}

.charList p {
	text-align: center;
	margin-top: 30px;
}


.charIntr {
	text-align: center;
	padding-top: 40px;
}

.charIntr p {
	line-height: 1.8;
	color: #888888;
	font-size: 15px;
	text-align: left;
	padding-bottom: 30px;
}

.charIntr a {
	font-size: 15px;
	padding: 10px 20px;
	background-color: #E3F6F4;
	border-radius: 20px;
	color: #2FC1AC;
	transition: all .3s;
}

.charIntr a:hover {
	transition: all .3s;
	background-color: #2FC1AC;
	color: #FFFFFF;
	padding: 10px 30px;
}

/*service*/

.service ul li {
	padding-bottom: 10px;
	padding-top:10px;
	transition: all .3s;
	cursor: pointer;
}

.service ul li:hover {
	box-shadow: 0 0 10px #AAAAAA;
	transition: all .3s;
	background-color: #FFFFFF;
}

.service ul li span {
	float: left;
	color: #2FC1AC;
	font-size: 32px;
	margin: 0;
	padding: 30px 10px 10px;
	font-family: georgia;
}

.service ul li div {
	margin-left: 70px;
}

.service ul li p {
	font-size: 15px;
	line-height: 1.8;
	color: #888888;
	padding-top: 5px;
}

.service ul li h3 {
	margin-bottom: 0px;
	color: #2FC1AC;
}


/* contact */
.address ul li {
	line-height: 1.8;
	font-size: 15px;
}

.address ul li i {
	padding: 0 10px;
	color: #2FC1AC;
}

.address a.btn {
	background-color: #2FC1AC;
	padding: 10px 30px;
	margin-top: 20px;
	border: none;
}

#name, #email, #text {
	width: calc(50% - 4px);
	margin: 0;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #CCC;
}

#text {
	width: 100%;
}

textarea {
	width: 100%;
	padding-left: 10px;
	line-height: 1.8;
	border: 1px solid #CCC;
}

input:focus, textarea:focus {
	border-color: rgba(102, 175, 233, .6);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}


/*footer*/

footer {
	background: url(../img/footer.jpg);
	padding: 40px 0 20px;
}

footer nav ul {
	text-align: center;
}

footer li {
	display: inline-block;
	text-align: center;
	padding: 10px 0;
}

footer li a {
	padding: 5px 15px;
	color: #FFFFFF;
}

footer li a:hover {
	color: #2FC1AC;
}

footer p {
	text-align: center;
	color: #FFFFFF;
}

footer p i {
	padding: 0 5px 0 10px;
}

footer p a {
	color: #FFFFFF;
}

footer p a:hover {
	color: #2FC1AC;
}



