#header {
	background: #fff;
	z-index: 100;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 10px 0;
}

#header.sticky {
	position: fixed;
}

#header .logo {
	margin-top: 0px;
}

#header .logo a {
	color: #333;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 500;
}

#header .nav-area {
	position: relative;
}

#header .mainmenu {
	float: right;
	width: 100%;
}

#header .nav {
	float: right;
}

#header .nav li {
	position: relative;
	margin-right: 5px;
}

#header .nav li:last-child {
	margin: 0;
}

#header .nav li a {
	color: #555;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	border-radius: 3px;
	background: transparent;
	position: relative;
}

#header .nav li a::before {
	position: absolute;
	content: "";
	left: -100%;
	top: 0;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 100%;
	margin-left: -3px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
}

#header .nav li.active a:before,
#header .nav li:hover a:before {
	visibility: visible;
	opacity: 1;
	left: 50%;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

#header .social {
	list-style: none;
	/*float: right;*/
	margin-top: 10px;
}

#header .social li {
	margin-right: 10px;
	display: inline-block;
}

#header .social li:last-child {
	margin-right: 0px;
}

#header .social a {
	width: 26px;
	height: 26px;
	background: #fff;
	line-height: 26px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #252525;
	border-radius: 100%;
}

#header .social a:hover {
	border-color: transparent;
}

#header.sticky .logo a,
#header.sticky .logo a span,
#header.sticky .nav li a,
#header.sticky .nav li.active a {
	color: #fff;
}

#j-slider {
	position: relative;
	overflow: hidden;
	height: 445px;
}

#j-slider .single-slider {
	background-size: contain;
	/*background-position: center center;*/
	background-repeat: no-repeat;
	position: relative;
	height: 445px;
	position: relative;
}

#j-slider .single-slider:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.60);*/
	content: "";
}

#j-slider .slide-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 580px;
}

#j-slider .slider-inner {
	display: inline-block;
}

#j-slider .slide-text h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 60px;
	position: relative;
}

#j-slider .slide-text h1:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	content: "";
	width: 60px;
	height: 2px;
}

#j-slider .slide-text.center h1:before {
	left: 0%;
}

#j-slider .slide-text h1 span {
	display: block;
}

#j-slider .slide-text p {
	color: #fff;
	margin-bottom: 20px;
}

#j-slider .text-inner {
	padding: 30px;
	border-radius: 30px;
}

#j-slider .slide-button .button {
	color: #fff;
	margin: 0 10px 0 0;
	position: relative;
	background: #252525;
	padding: 10px 38px;
	overflow: hidden;
	font-size: 15px;
	z-index: 3;
	text-transform: capitalize;
	background: transparent;
	border-radius: 0px;
}

#j-slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

#j-slider .owl-nav div {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: transparent;
	border: 1px solid #eee;
	font-size: 30px;
	/* line-height: 50px; */
	padding: 0;
	border-radius: 100%;
}

#j-slider .owl-nav div.owl-prev {
	left: 0;
}

#j-slider .owl-nav div.owl-next {
	right: 0;
}

#service {
	position: relative;
}

#service .single-service {
	text-align: center;
	position: relative;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 5px;
}

#service .single-service i {
	font-size: 45px;
	margin-bottom: 15px;
	text-align: center;
	color: #555;
	border: 1px solid transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#service .single-service h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	color: #555;
}

#service .single-service h2::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	margin-left: -20px;
	left: 50%;
	opacity: 1;
	visibility: visible;
	bottom: -1px;
	background: #555;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#service .single-service p {
	font-size: 14px;
	line-height: 26px;
}

#about-us {
	background: #f5f5f5;
	overflow-x: hidden;
}

#about-us .about-main {
	margin-top: 30px;
}

#about-us .about-img {
	margin-top: 30px;
}

#about-us .about-img img {
	border-bottom: 4px solid;
	border-radius: 0 0 10px 10px;
}

#about-us .tabs-main {
	margin-top: 30px;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.30);
}

#about-us .tabs-main .nav-tabs {
	margin-bottom: 20px;
}

#about-us .tabs-main .nav-tabs li a {
	border-radius: 0px;
	margin: 0;
	font-size: 14px;
	border: 1px solid #eee;
	padding: 14px 25px;
	text-transform: uppercase;
	color: #555;
}

#about-us .tabs-main .nav-tabs li.active {
	border-color: transparent;
}

#about-us .tabs-main .nav-tabs li.active a {
	color: #fff;
	font-weight: 500;
}

#about-us .tabs-main .nav-tabs li:hover a {
	font-weight: 500;
	color: #fff;
}

#about-us .single-tab {
	margin-top: 20px;
	position: relative;
	/*padding: 12px 12px 12px 50px;*/
	border-radius: 5px;
	border-bottom: 1px dotted;
	display: flex;
	align-items: center;
}
#about-us .single-tab img{
	width: 40px;
	height: 40px;
	margin: 10px;
}

#about-us .single-tab i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -2px;
	font-size: 18px;
	border-radius: 100%;
}

#about-us .single-tab h4 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
}

#about-us .single-tab p {
	line-height: 25px;
	font-size: 14px;
}

#team .single-team {
	text-align: center;
	position: relative;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#team .single-team.active,
#team .single-team:hover {
	-moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.31)
}

#team .team-head {
	position: relative;
	overflow: hidden;
}

#team .single-team img {
	width: 100%;
}

#location .single-address {
	padding: 30px;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
	background: #252525;
}

#location .single-address i {
	font-size: 22px;
	margin-bottom: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border-radius: 100%;
	border: 1px solid #fff;
}

#location .single-address.active i {
	background: transparent;
	color: #fff;
}

#location .single-address h4 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 18px;
}

#location .single-address p {
	color: #fff;
	font-weight: 400;
}

#footer {
	background: #252525;
	position: relative;
	text-align: center;
}

#footer::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #fff;
	border-bottom: 26px solid;
	border-left: 30px solid transparent;
}

#footer .footer-top {
	padding: 60px 0;
}

#footer .logo {
	margin-bottom: 40px;
}

#footer .logo a {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
}

#footer .copyright {
	background: #151515;
	padding: 8px 0;
}

#footer .copyright p {
	color: #fff;
}

#footer .copyright p span {
	margin: 0 5px;
}

#footer .copyright p i {
	-webkit-animation: blink 1s infinite;
	-moz-animation: blink 1s infinite;
	animation: blink 1s infinite;
}

.header {
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.navbar-collapse.collapse {
		display: block !important;
	}
	.navbar-nav>li {
		float: left;
	}
}

.weixinmain {
	text-align: center;
}

.weixin {
	display: none;
	width: 176px;
	height: 176px;
	position: absolute;
	top: 50px;
	z-index: 100000000;
	transition: all .5s;
}

@media (min-width: 1314px) {
	.weixin {
		left: 8%;
	}
}

@media (min-width: 992px) and (max-width: 1313px) {
	.weixin {
		left: -8%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.weixin {
		left: -23%;
	}
}

@media (min-width: 730px) and (max-width: 767px) {
	.weixinmain {
		text-align: left;
	}
	.weixin {
		left: -50%;
	}
}

@media (max-width: 729px) {
	.weixin {
		right: 5%;
	}
}

.hoverweixin:hover .weixin {
	display: block;
}