.tn-ban {
	margin: 15px 0 25px;
	background-image: linear-gradient(to right, #fffcfd, #cbc7c6);
}

.list-nav {
	padding-left: 15px;
	line-height: 35px;
	height: 35px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.contact-now-section {
	padding: 50px 0 90px;
	background-color: #f5f5f5;
}

.section-title-left h1 {
	font-weight: bold;
	padding: 35px 0 45px;
}

.single_contact_now {
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 30px 30px 30px;
}

.single_contact_now_inner {
	border: 2px solid #ddd;
	border-radius: 5px;
	transition: .5s;
}

.single_contact_now:hover .single_contact_now_inner {
	border: 2px solid #5886e9;
}

.single_contact_now_icon {
	padding-top: 24px;
}

.single_contact_now_icon i {
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: #5886e9 1px solid;
	border-radius: 100%;
	color: #5886e9;
	margin-bottom: 15px;
}

.single_contact_now:hover .single_contact_now_icon i {
	background-color: #5886e9;
	color: #fff;
	transition: all 0.5s;
}

.single_contact_now_content {
	padding-bottom: 15px;
}

.single_contact_now_content h2 {
	font-size: 19px;
	font-weight: 600;
	padding-bottom: 12px;
}

.single_contact_now_content p {
	margin-bottom: 6px;
	font-size: 16px;
	margin-bottom: 0px;
}

.contact_now_area .section_title_inner h2 {
	color: #fff;
}

.contact_now_area .section_title_text p {
	color: #fff;
}

.contact2-section {
	padding: 110px 0 120px;
}

.contact-form-main input {
	width: 100%;
	margin-bottom: 18px;
	height: 45px;
	padding-left: 15px;
	border: 1px solid #dddd;
	border-radius: 5px;
}

.contact-form-main textarea {
	width: 100%;
	padding-left: 15px;
	padding-top: 20px;
	height: 218px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.contact-form-main button {
	background: #5886e9;
	border: 2px solid #5886e9;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 10px 30px;
	transition: all 0.5s ease 0s;
	margin-top: 20px;

}

.map {
	width: 100%;
	margin: 0;
	height: 410px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.tn-right {
	padding: 0px 15px;
}

.tn-tj ul {
	padding: 10px 0;
	margin-bottom: 20px;
	border: 1px solid #eee;

}

.tn-tj ul h2,
.tn-pd ul h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
}

.tn-tj ul li {
	padding: 10px 0;
	list-style-type: circle;
	margin-left: 35px;
}

.tn-pd ul {
	padding: 10px 0;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.tn-pd ul li {
	padding-left: 15px;
	width: 100%;
}

.tn-pd li img {
	float: left;
	margin-right: 5px;
	width: 100px;
	max-height: 60px;
}

.tn-pd li h3 {
	font-size: 16px;
}

.tn-pd li+li {
	border-top: 1px dashed #eee;
	padding-top: 15px;
}



/* ========case========= */
.single-team-box {
	border: 1px solid #dbdce6;
	padding: 20px 15px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	transition: 0.5s;
}

.single-team-box:hover {
	border-radius: inherit;
	border: 1px solid #6a4bc4;
	transition: 0.3s;
	opacity: 1;
}

.team-thumb img {
	width: 100%;
}

.single-team-content {
	padding: 12px 10px 22px;
	height: 80px;
}

.single-team-content h4 {
	font-size: 15px;
	margin: 0 0 20px;
	color: #6a4bc4;
	transition: 0.3s;
}

.single-team-content span {
	color: #858aa7;
	font-size: 14px;
	line-height: 1.6;
	transition: 0.3s;
}

/* ======honr====== */



/* /=============================mobile===================/ */
@media (max-width: 575px) {
	.list-ul li a p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.tn-right {
		margin-top: 25px;
	}

	.contact-now-section {
		padding: 30px 0;
	}

	.contact2-section {
		padding: 40px 0;
	}
}