/*  Nextin HTML Template

==============  [Table of contents] ==============
1. Fonts
2. Resources / Css Files
3. Global 
4. Main Header / Two
更多精品模板请访问：http://www.bootstrapmb.com

-------------------------------------------*/

/*** 

====================================================================
	Fonts
====================================================================

 ***/
@import url('fonts.css');
/*** 

====================================================================
	Resources / Css Files
====================================================================
 ***/

@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global.css');

/*** 

====================================================================
	Main Header
====================================================================

***/
/* 定义滚动条样式 */
::-webkit-scrollbar {
	width: 5px;
	height: 6px;
	background-color: rgba(240, 240, 240, 1);
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
	border-radius: 5px;
	background-color: rgba(240, 240, 240, .5);
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
	background-color: #2159b1;
}

.userlogin {
	margin: auto 20px
}

.userlogin a:hover {
	color: #fff
}

.main-header {
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .auto-container {
	max-width: 100%;
}

/*Sticky Header*/
.sticky-header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #252733;
	z-index: 9999;
}

.sticky-header .logo {
	padding: 10px 0px;
}

.sticky-header .auto-container {
	max-width: 1700px;
}

/* Header Top */
.header-top {
	background-color: rgba(37, 39, 51, 0.2);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
}

.header-top ul {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.header-top ul li {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	padding-right: 40px;
	margin-right: 40px;
	line-height: 52px;
	letter-spacing: 2px;
}

.header-top ul li a {
	color: #fff;
}

.header-top ul li:before {
	position: absolute;
	content: '';
	background: #fff;
	right: 0;
	bottom: 20px;
	width: 1px;
	height: 2px;
}

.header-top ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.header-top ul li:last-child:before {
	display: none;
}

/* Header Upper */
.main-header .header-upper {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.main-header .header-upper .header-outer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.main-header .header-upper .logo-box {
	position: relative;
	left: 0px;
	z-index: 10;
	padding: 20px 80px;
	border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.main-header .header-upper .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-upper .nav-outer {
	position: relative;
}

.main-header .header-upper .nav-outer .main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 45px 40px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li {
	padding: 27px 40px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	opacity: 1;
	color: #fff;
	padding: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: #ff0000;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 230px;
	z-index: 100;
	padding: 30px 0px;
	opacity: 1;
	background: #ffffff;
	border-radius: 0 0 3px 3px;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 35px;
}

.main-menu .navigation>li>ul>li:last-child {
	margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 0;
	white-space: nowrap;
	color: #252733;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #ff0000;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	content: "\f105";
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 3px 25px;
	color: #222222;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 230px;
	z-index: 100;
	padding: 30px 35px;
	opacity: 1;
	background: #ffffff;
	border-radius: 0 0 3px 3px;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>ul li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 0;
	color: #252733;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li>ul li:hover a {
	color: #00829c;
}

.main-menu .navigation>li.dropdown:hover>ul {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	margin-right: -15px;
}

.main-header .outer-box .wrapper-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.main-header .outer-box .social-icon-one {
	margin-right: 50px;
}

.main-header .outer-box .social-icon-one li a {
	font-size: 22px;
	color: #fff;
	transition: .5s ease;
}

.main-header .outer-box .social-icon-one li a:hover {
	color: #00829c;
}

.main-header .outer-box .theme-btn {
	padding: 46px 120px;
	font-size: 24px;
	font-weight: 600;
}

.main-header .outer-box .theme-btn span {
	font-size: 20px;
	margin-right: 7px;
}

.main-header .outer-box .contact-info li {
	border: 4px solid #3b3d48;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 40px;
	float: left;
}

.main-header .outer-box .contact-info li a {
	color: #fff;
}

.main-header .outer-box .contact-info li span {
	font-size: 14px;
	color: #00829c;
	margin-right: 10px;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.main-header.header-style-two {
	position: relative;
	background: #252733;
}

.main-header.header-style-two .header-upper {
	border-bottom: 0px;
	padding: 0 105px;
}

.main-header.header-style-two .header-upper .logo-box {
	padding: 46px 0;
	border: 0px;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
	position: relative;
}

.main-slider .content {
	position: relative;
}

.main-slider .slide1 {
	width: 100%;
	background-image: url(../images/main-slider/image-1.jpg);
	position: relative;
/* 	padding: 300px 0px 400px; */
	background-size: cover;
	padding-top: 40%;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-slider .slide2 {
	width: 100%;
	background-image: url(../images/main-slider/image-2.jpg);
	position: relative;
/* 	padding: 300px 0px 400px; */
	padding-top: 40%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-slider .slide3 {
	width: 100%;
	background-image: url(../images/main-slider/image-3.jpg);
	position: relative;
/* 	padding: 300px 0px 400px; */
	padding-top: 40%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.main-slider .slide4 {
	width: 100%;
	background-image: url(../images/main-slider/image-4.jpg);
	position: relative;
/* 	padding: 300px 0px 400px; */
	padding-top: 40%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


/* .main-slider .slide:before {
	position: absolute;
	content: '';
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
} */

.main-slider h1 {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	font-weight: 100;
	line-height: 80px;
	margin-bottom: 60px;
	text-transform: capitalize;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active h1 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider h5 {
	position: relative;
	color: #fff;
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 20px;
	display: inline-block;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active h5 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .link-box {
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn {
	color: #fff;
	border-color: #fff;
}

.main-slider .active .link-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .content .title {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .content .title:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #ffffff;
}

.main-slider .active .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 51px;
	margin-left: -40px
}

.main-slider .owl-dots .owl-dot {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0px 4px;
	display: inline-block;
	border: 4px solid rgba(255, 255, 255, 0.2);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active {
	border-color: #fff;
}

.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	margin-top: -20px;
	opacity: 0;
	transition: .5s ease;
}

.main-slider:hover .owl-nav {
	opacity: 1;
}

.main-slider .owl-nav .owl-prev {
	position: absolute;
	left: 120px;
	width: 34px;
	height: 34px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 30px;
	text-align: center;
	font-size: 21px;
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, 0.30);
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.10);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 120px;
	width: 34px;
	height: 34px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 30px;
	text-align: center;
	font-size: 21px;
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, 0.30);
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.10);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
	color: #fff;
	border-color: #fff;
}

.main-slider .left-side {
	position: absolute;
	left: 120px;
	top: 0;
	width: 110px;
	height: 100%;
	padding: 60px 0;
	background: #00829c;
	z-index: 9;
}

.main-slider .left-side h4 {
	position: absolute;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	transition: .5s ease;
	transform: rotate(-90deg) translateX(-100%) translateY(-54%);
	transform-origin: 0 0;
	left: 50%;
	width: max-content;
	letter-spacing: 30px;
	opacity: 0;
	transition: .7s ease;
}

.main-slider .left-side h4.now-in-view {
	opacity: 1;
	letter-spacing: 7px;
}

.main-slider .left-side h4:before {
	position: absolute;
	content: '';
	background: #fff;
	height: 1px;
	width: 60px;
	left: -80px;
	top: 12px;
	transform: translate(-10px);
}

.main-slider .left-side .social-icon {
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}

.main-slider .left-side .social-icon li {
	margin-bottom: 20px;
}

.main-slider .left-side .social-icon li:last-child {
	margin-bottom: 0px;
}

.main-slider .left-side .social-icon li a {
	color: #fff;
	font-size: 22px;
	transition: .5s ease;
}

.main-slider .left-side .social-icon li a:hover {
	color: #252733;
	transform: rotate(-360deg) scale(2);
	display: inline-block;
}

/* Main slider style two */

.main-slider.style-two {
	padding-left: 230px;
}

.main-slider.style-two:before {
	position: absolute;
	content: '';
	background: #252733;
	left: 0;
	top: 0;
	width: 120px;
	height: 90%;
}

.main-slider.style-two .auto-container {
	max-width: 1430px;
}

.main-slider.style-two .slide {
	padding-top: 250px;
	padding-bottom: 240px;
}

.main-slider.style-two .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 51px;
	max-width: 1400px;
	width: 100%;
	transform: translateX(-50%);
	padding: 0 10px;
}

.main-slider.style-two .owl-nav .owl-prev {
	left: auto;
	right: 120px;
	top: -44px;
}

.main-slider.style-two .owl-nav .owl-next {
	top: 44px;
}


.news-section {
	position: relative;
	margin-top: 80px
}

.news-section .tybg {
	position: absolute;
	top: -150px;
	z-index: 2;
	background: url("../images/tybg.png") center top no-repeat;
	width: 100%;
	min-height: 150px
}

.news-section .news-box {
	position: relative;
	top: 0px;
	z-index: 3
}

.news-section .content-box {
	box-shadow: 0px 50px 50px -50px #333;
	width: 100%;
	height: 260px;
	position: relative;
	border-radius: 20px;
	overflow: hidden
}

.news-section .content-box .news-img {
	position: absolute;
	overflow: hidden;
}

.news-section .content-box .news-txt {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 5%;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6)
}

.news-section .content-box .news-title {
	font-weight: bold;
	font-size: 20px
}

.news-section .content-box .news-time {
	color: #FFFFFF
}


.product-section {
	position: relative;
	margin-top: 80px
}

.product-section .tybg {
	position: absolute;
	top: -150px;
	z-index: 2;
	background: url("../images/tybg.png") center top no-repeat;
	width: 100%;
	min-height: 150px
}

.product-section .product-box {
	position: relative;
	top: 0px;
	z-index: 3
}

.product-section .content-box {
	box-shadow: 0px 50px 50px -50px #333;
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden
}

.product-section .content-box .product-img {
	position: absolute;
	overflow: hidden;
}

.product-section .content-box .product-txt {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 5%;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.6)
}

.product-section .content-box .product-title {
	font-weight: 500;
	font-size: 18px;
	text-align: center
}

.product-section .content-box .product-time {
	color: #FFFFFF
}

/***

==================================================================
		About Section
==================================================================

***/

.about-section {
	position: relative;
	margin-top: 80px;
}

.big-shape-1 {
	height: 1062px;
	width: 941px;
	background-image: url(../images/icons/big-shape-1.png);
}

.about-section .big-shape-1 {
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.about-section .image-box {
	position: relative;
}

.about-section .image-box .image-1 {
	position: relative;
}

.about-section .image-box .image-2 {
	position: absolute;
	right: 30px;
	bottom: -118px;
}

.about-section .link-btn .btn-box {
	position: relative;
	padding-top: 40px;
	padding-right: 40px;
	display: inline-block;
	background: #fff;
}

.about-section .link-btn .btn-box .theme-btn {
	padding: 25px 60px;
}

.about-section .link-btn .btn-box .theme-btn strong {
	position: relative;
	top: -3px;
	font-size: 40px;
	font-weight: 600;
	margin-right: 12px;
	vertical-align: middle;
}

.about-block .text {
	margin-bottom: 32px;
}

.about-block h2 {
	font-size: 20px;
	color: #00829c;
	line-height: 40px;
	margin-bottom: 35px;
}

/***

==================================================================
		About Section Two
==================================================================

***/

.about-section {
	position: relative;
}

.about-block-two {
	margin-right: 30px;
	margin-bottom: 30px;
}

.about-block-two .big-image {
	margin-bottom: 30px;
}

.about-block-two .wrapper-box {
	position: relative;
	background: #00829c;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-block-two h3 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	padding: 30px 55px;
}

.about-block-three .text {
	margin-top: -10px;
	margin-bottom: 40px;
}

.about-block-three .list-content {
	margin-bottom: 50px;
}

.about-block-three .list-content li {
	font-size: 24px;
	color: #252733;
	margin-bottom: 20px;
}

.about-block-three .list-content li:last-child {
	margin-bottom: 0px;
}

.about-block-three .list-content li span {
	color: #00829c;
	font-size: 16px;
	margin-right: 8px;
}

/***

==================================================================
		Services Section 
==================================================================

***/

.services-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 120px;
}

.services-section:before {
	position: absolute;
	content: '';
	background: #252733;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .98;
}

.services-section .wrapper-box {
	position: relative;
	z-index: 5;
}

.imghvr-blocks-rotate-in-left {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.imghvr-blocks-rotate-in-left .hover-anim {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.imghvr-blocks-rotate-in-left:before,
.imghvr-blocks-rotate-in-left:after,
.imghvr-blocks-rotate-in-left .hover-anim:before,
.imghvr-blocks-rotate-in-left .hover-anim:after {
	background-color: #00829c;
	opacity: 0;
	position: absolute;
	content: '';
	height: 50%;
	width: 50%;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.65s ease;
	opacity: 0;
}

.imghvr-blocks-rotate-in-left:before {
	top: 0;
	right: 0;
}

.imghvr-blocks-rotate-in-left:after {
	bottom: 0;
	left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
	top: 0;
	left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
	bottom: 0;
	right: 0;
}

.imghvr-blocks-rotate-in-left:hover:before,
.imghvr-blocks-rotate-in-left:hover:after,
.imghvr-blocks-rotate-in-left:hover .hover-anim:before,
.imghvr-blocks-rotate-in-left:hover .hover-anim:after {
	-webkit-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1);
	opacity: 1;
}

/* imghvr-blocks-rotate-in-left
   ----------------------------- */
.imghvr-blocks-rotate-in-left:before {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.imghvr-blocks-rotate-in-left:after {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.service-block-one .inner-box {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 60px 30px 60px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: -120px;
	display: block;
}

.service-block-one .inner-box .content-box {
	position: relative;
	z-index: 5;
}

.service-block-one .icon-box {
	font-size: 60px;
	color: #222;
	margin-bottom: 30px;
	line-height: 60px;
	transition: all .5s ease;
}

.service-block-one h3 {
	font-size: 24px;
	margin-bottom: 21px;
	transition: all .5s ease;
}

.service-block-one .text {
	margin-bottom: 35px;
	line-height: 1.8em;
	transition: all .5s ease;
}

.service-block-one .inner-box:hover .icon-box {
	color: #fff;
}

.service-block-one .inner-box:hover h3 {
	color: #fff;
}

.service-block-one .inner-box:hover .text {
	color: #fff;
}

.service-block-one .inner-box:hover .theme-btn {
	border-color: #fff;
}

/***

==================================================================
		Main Footer 
==================================================================

***/

.features-section {
	position: relative;
}

.features-section .feature-outer {
	background: #f3f3f3;
}

.feature-block-oen {
	padding: 80px 0 50px;
}

.feature-block-oen .text {
	padding: 0 10px;
}

.features-section .icon-box {
	position: relative;
	font-size: 60px;
	color: #00829c;
	margin-bottom: 15px;
	line-height: 60px;
}

.features-section h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.features-section .image img {
	width: 100%;
}


/***

==================================================================
		Our Projects Section
==================================================================

***/

.our-projects {
	position: relative;
}

.our-projects .auto-container {
	max-width: 100%;
	padding: 0;
}

.our-projects.style-two .auto-container {
	max-width: 1230px;
	padding: 0 15px;
}

.our-projects>.row {
	margin: 0 -1px;
}

.our-projects.style-two>.row {
	margin: 0 -15px;
}

.project-block-one {
	position: relative;
	padding: 0 1px;
}

.our-projects.style-two .project-block-one {
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}

.project-block-one .inner-box {
	position: relative;
}

.project-block-one .image {
	position: relative;
	overflow: hidden;
}

.project-block-one .image img {
	width: 100%;
	transition: all 8s cubic-bezier(0, 0, 0.2, 1);
	transition-delay: .2s;
	display: block;
	transform: scale(1.05);
}

.project-block-one .inner-box:hover .image img {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.project-block-one .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px 45px;
}

.project-block-one .overlay:before {
	position: absolute;
	content: '';
	background: #222;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scale(0, 1);
	transition: all .5s linear;
}

.project-block-one .inner-box:hover .overlay:before {
	transform: scale(1, 1);
	opacity: .1;
}

.project-block-one .overlay a {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 38px;
	color: #fff;
	transform: translate(-50%, -50%) scale(.5);
	transition: .5s linear;
	opacity: 0;
	transition-delay: .4s;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	background: #2159b1;
	border-radius: 50%;
}

.project-block-one .inner-box:hover .overlay a {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	transition-delay: 0s;
}

.project-block-one .overlay h5 {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #00829c;
	text-transform: uppercase;
	letter-spacing: 7px;
	display: inline-block;
	transition: .5s ease;
	transform: rotate(-90deg) translateX(-100%);
	transform-origin: 0 0;
	width: max-content;
}

.project-block-one .inner-box:hover .overlay h5 {
	letter-spacing: 30px;
	opacity: 0;
}

.project-block-one .overlay h5:before {
	position: absolute;
	content: '';
	background: #fff;
	height: 1px;
	width: 60px;
	left: -80px;
	top: 12px;
	transform: translate(-10px);
}

.project-block-one .lower-content {
	position: relative;
	text-align: center;
	padding: 31px 0;
}

.our-projects.style-two .project-block-one .lower-content {
	border-bottom: 2px solid #f3f3f3;
}

.project-block-one .lower-content h3 {
	font-size: 20px;
}

.project-block-one .lower-content h3 a {
	color: #252733;
	transition: .5s ease;
}

.project-block-one .lower-content h3 a:hover {
	color: #00829c;
}

.our-projects .owl-carousel .owl-stage {
	margin: 0 -1px;
}

/***

==================================================================
		Fun Fact Section
==================================================================

***/

.fun-fact-secton {
	position: relative;
	margin-top: 80px;
	background: #f3f3f3;
	text-align: center;
	background-position: center;
	background-size: cover;
}

.fun-fact-secton.light:before {
	position: absolute;
	content: '';
	background: #252733;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .98;
}

.counter-block {
	position: relative;
	border-right: 2px solid #fff;
	padding: 50px 0;
	margin-bottom: 30px;
}

.fun-fact-secton.light .counter-block {
	border-color: #333540;
}

.counter-block:last-child {
	border-right: 0px;
}

.counter-block .count-text {
	font-size: 70px;
	color: #252733;
}

.fun-fact-secton.light .counter-block .count-text {
	color: #fff;
}

.counter-block .counter-title {
	font-size: 20px;
}

.fun-fact-secton.light .counter-block .counter-title {
	color: #d0d0d4;
}

/***

==================================================================
		Features Section Two
==================================================================

***/

.features-section-two {
	position: relative;
}

.features-section-two:before {
	position: absolute;
	content: '';
	background: #f3f3f3;
	left: 0;
	top: 0;
	width: 13%;
	height: 40%;
}

.features-section-two:after {
	position: absolute;
	content: '';
	background: #242936;
	left: 0;
	bottom: 0;
	width: 13%;
	height: 60%;
}

.features-section-two .feature-outer {
	position: relative;
	z-index: 5;
}

.features-section-two .left-column {
	padding-right: 45px;
}

.features-section-two .right-column {
	padding-left: 45px;
}

.feature-block-two {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.feature-block-two .inner-box {
	position: relative;
	background: #00829c;
	padding: 63px 60px;
}

.feature-block-two h1 {
	color: #fff;
	font-size: 60px;
	line-height: 1em;
}

.feature-block-two .text {
	color: #fff;
}

.feature-block-two .icon-box {
	position: absolute;
	right: 60px;
	top: 77px;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}

.feature-block-three {
	position: relative;
}

.feature-block-three .inner-box {
	position: relative;
}

.feature-block-three .text {
	margin-bottom: 60px;
}

.video-box {
	position: relative;
}

.video-box img {
	width: 100%;
}

.video-box a {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	color: #00829c;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 90px;
	border: 5px solid #fff;
	border-radius: 50px;
	text-align: center;
	transform: translate(-50%, -50%);
}

.video-box a:hover {
	color: #fff;
	border: 5px solid #00829c
}

.video-box .border-anim-left:before {
	height: 12px;
	left: -12px;
	top: -12px;
}

.video-box .border-anim-left:after {
	width: 12px;
	left: -12px;
	top: -12px;
}

.video-box .border-anim-right:before {
	height: 12px;
	right: -12px;
	bottom: -12px;
}

.video-box .border-anim-right:after {
	width: 12px;
	right: -12px;
	bottom: -12px;
}

/***

==================================================================
		History Section
==================================================================

***/

.history-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.history-section:before {
	position: absolute;
	content: '';
	background: #252733;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .95;
}

.history-section .auto-container {
	max-width: 1300px;
}

.history-block {
	position: relative;
}

.history-block:nth-child(odd) .inner-box {
	transform: translateX(50%);
}

.history-block .inner-box {
	position: relative;
}

.history-block .date {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.history-block .content {
	position: relative;
}

.history-block .content .image {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s ease;
}

.history-block .inner-box:hover .content .image {
	opacity: 1;
}

.history-block .content .text {
	color: #fff;
	transition: all .5s ease;
}

.history-block .inner-box:hover .content .text {
	opacity: 0;
}

.timeline--horizontal .timeline-divider {
	background: #31333e;
	height: 2px;
}

.timeline--horizontal .timeline__item:after {
	left: 0;
	transform: translate(0, -50%);
	border: 0px;
	border-radius: 0;
	background: #00829c;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.timeline__content {
	border-radius: 0px;
	border: 0px;
	border-left: 1px solid #3c3e49;
	background: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
}

.timeline__item--bottom .timeline__content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.timeline--horizontal .timeline__item .timeline__content:before {
	display: none;
}

.timeline--horizontal .timeline__item .timeline__content:after {
	display: none;
}

.timeline__content .date {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1em;
}

.timeline__content .content {
	position: relative;
}

.timeline__content .content .image {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s ease;
}

.timeline__content:hover .content .image {
	opacity: 1;
}

.timeline__content .content .text {
	color: #fff;
	transition: all .5s ease;
	font-size: 16px;
	height: 160px
}

.timeline__content:hover .content .text {
	opacity: 0;
}

.timeline-nav-button {
	background-color: transparent;
}


/***

==================================================================
		Blog Section
==================================================================

***/

.blog-section {
	position: relative;
}

.btn-style-four.border-anim-left:before {
	height: 6px;
	left: -6px;
	top: -6px;
}

.btn-style-four.border-anim-left:after {
	width: 6px;
	left: -6px;
	top: -6px;
}

.btn-style-four .border-anim-right:before {
	height: 6px;
	right: -6px;
	bottom: -6px;
}

.btn-style-four .border-anim-right:after {
	width: 6px;
	right: -6px;
	bottom: -6px;
}

.news-block-one .inner-box {
	position: relative;
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	min-height: 500px
}

.news-block-one .image {
	position: relative;
	overflow: hidden;
}

.news-block-one .image img {
	width: 100%;
	transform: scale(1.01);
	transition: all 700ms ease;
}

.news-block-one .inner-box:hover .image img {
	transform: scale(1.2);
}

.news-block-one .image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.news-block-one .image a:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: perspective(400px) rotateX(-90deg);
	transform-origin: top;
	transition: all 0.5s;
	background-color: rgba(36, 41, 54, 0.92);
}

.news-block-one .image a:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: perspective(400px) rotateX(90deg);
	transform-origin: bottom;
	transition: all 0.5s;
	background-color: rgba(36, 41, 54, 0.92);
}

.news-block-one .inner-box:hover .image a:before {
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
	transition: all 700ms ease 100ms;
}

.news-block-one .inner-box:hover .image a:after {
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
	transition: all 700ms ease 300ms;
}

.news-block-one .lower-content {
	position: relative;
	padding: 50px;
}

.news-block-one .date {
	position: absolute;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 23px;
	border: 9px solid #fff;
	background: #00829c;
	text-align: center;
	top: -40px;
	left: 50px;
	padding: 9px 0;
	text-transform: uppercase;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.news-block-one .post-meta {
	margin-bottom: 10px;
}

.news-block-one .post-meta li {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
}

.news-block-one .post-meta li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.news-block-one .post-meta li:before {
	position: absolute;
	content: '';
	top: 13px;
	right: 0;
	background: #00829c;
	width: 1px;
	height: 13px;
}

.news-block-one .post-meta li:last-child:before {
	display: none;
}

.news-block-one .post-meta li a {
	color: #00829c;
	font-weight: 600;
	font-size: 16px;
}

.news-block-one h3 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}

.news-block-one h3 a {
	color: #252733;
	transition: all .5s ease;
}

.news-block-one h3 a:hover {
	color: #00829c;
}

/***

==================================================================
		Testimonial Section 
==================================================================

***/

.testimonial-section {
	position: relative;
	border-bottom: 2px solid #f3f3f3;
	padding-bottom: 70px;
}

.testimonial-block .inner-box {
	text-align: center;
	padding: 115px 0 120px;
}

.testimonial-block .quote {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 300px;
	font-weight: 600;
	transform: translate(-50%, -50%);
	color: #00829c;
	opacity: .1;
}

.testimonial-block .text {
	font-size: 40px;
	line-height: 48px;
	font-weight: 300;
	color: #252733;
	margin-bottom: 30px;
}

.testimonial-block .author-title {
	font-size: 20px;
	color: #00829c;
	font-weight: 500;
	text-transform: uppercase;
}

.testimonial-section .testimonial-top {
	background: #f3f3f3;
	cursor: grab;
}

.testimonial-section .author-thumb {
	position: relative;
	cursor: pointer;
	padding: 14px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	height: 123px;
	width: 121px;
	transition: .5s ease;
}

.testimonial-section .author-thumb .border-anim-right {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.testimonial-section .author-thumb.border-anim-left:before {
	position: absolute;
	content: '';
	background: #00829c;
	height: 14px;
	width: 0%;
	left: 0px;
	top: 0px;
	transition: .9s ease;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb.border-anim-left:before {
	width: 100%;
}

.testimonial-section .author-thumb.border-anim-left:after {
	position: absolute;
	content: '';
	background: #00829c;
	height: 0%;
	width: 14px;
	left: 0px;
	top: 0px;
	transition: .9s ease;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb.border-anim-left:after {
	height: 100%;
}

.testimonial-section .author-thumb .border-anim-right:before {
	position: absolute;
	content: '';
	background: #00829c;
	height: 14px;
	width: 0%;
	right: 0px;
	bottom: 0px;
	transition: .9s ease;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb.border-anim-left .border-anim-right:before {
	width: 100%;
}

.testimonial-section .author-thumb .border-anim-right:after {
	position: absolute;
	content: '';
	background: #00829c;
	height: 0%;
	width: 14px;
	right: 0px;
	bottom: 0px;
	transition: .9s ease;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb.border-anim-left .border-anim-right:after {
	height: 100%;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb img {
	border-color: #00829c;
}

.testimonial-section .testimonial-thumbs {
	max-width: 390px;
	margin: 0 auto;
	transform: translateY(-50%);
	cursor: pointer;
}

.testimonial-section .swiper-nav-button {
	display: none;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
	background: transparent;
	text-indent: 0;
	background-image: none;
	color: #fff;
	font-size: 24px;
	width: 62px;
	height: 62px;
	line-height: 62px;
	border-radius: 50%;
	text-align: center;
	background: rgba(120, 120, 135, 0.1);
	margin: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.testimonial-section .swiper-button-next:hover,
.testimonial-section .swiper-button-prev:hover {
	background: #fff;
	color: #00829c;
}


.case-section {}

/***

==================================================================
		Clients Section
==================================================================

***/

.clients-section {
	padding: 60px 0px 10px 0px;
}

.clients-section .image-box {
	position: relative;
	margin: 0;
	text-align: center;
	line-height: 100px;
}

.clients-section .image-box img {
	display: inline-block;
	max-width: 100% !important;
	width: auto !important;
	height: auto;
	opacity: .4;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .image-box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

/* Style Two */
.clients-section.style-two {
	position: relative;
	background: #f3f3f3;
}

.clients-section.style-two .auo-container {
	max-width: 1230px;
}

.clients-section .slide-item {
	background: #fff;
	margin: 0 15px;
	min-height: 80px;
	border: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clients-section .owl-dot-style-three .owl-dots {
	margin-top: 60px;
}

/***

==================================================================
		Contact Form Section
==================================================================

***/

/* Contact Form */

.contact-form {
	position: relative;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	color: #808186;
	line-height: 26px;
	padding: 10px 30px;
	height: 30px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #00829c;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 20px 30px;
	color: #808186;
	height: 80px;
	font-size: 16px;
	font-weight: 500;
	resize: none;
	border-radius: 2px;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section {
	position: relative;
}

.contact-map-section .map-outer {
	position: relative;
	height: 550px;
}

.contact-map-section .map-canvas {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 860px;
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	padding: 10px;
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	color: #121212;
}

.contact-map-section .auto-container {
	position: relative;
}

.contact-map-section .wrapper-box {
	position: absolute;
	bottom: 40px;
	right: 0px;
}

.contact-map-section .contact-form-area {
	max-width: 400px;
}

.contact-form-section .contact-form-area {
	max-width: 910px;
}

.contact-form-area {
	position: relative;
	background: #fff;
	border: 20px solid #2159b1;
	padding: 30px 30px;
	margin: 0 auto;
}

.contact-map-section .sec-title h1 {
	font-size: 20px;
	line-height: 40px;
}

.contact-info-section {
	position: relative;
	border-top: 2px solid #f3f3f3;
}

.contact-info-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	border-right: 2px solid #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.contact-info-block:last-child .inner-box {
	border: 0px;
}

.contact-info-block h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact-info-block ul li {
	font-size: 18px;
	font-weight: 500;
	color: #808186;
}

.contact-info-block ul li a {
	color: #00829c;
}

/***

==================================================================
		Main Footer 
==================================================================

***/

.main-footer {
	background: #fff;
}

.main-footer .widgets-section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-footer .widgets-section:before {
	position: absolute;
	content: '';
	background: #252733;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .98;
}

.main-footer .widget-title {
	color: #fff;
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.main-footer .footer-widget {
	margin-bottom: 50px;
}

/* About Widget */

.main-footer .about-widget .footer-logo {
	margin-bottom: 30px;
}

.main-footer .about-widget .text {
	margin-bottom: 30px;
	font-size: 13px;
	color: #d0d0d4;
}

.main-footer .about-widget .contact-number {
	font-size: 30px;
	color: #00829c;
}

.main-footer .about-widget .contact-number a {
	color: #00829c;
}

/* Link Widget */

.main-footer .links-widget {
	position: relative;
}

.main-footer .list {
	position: relative;
}

.main-footer .list li {
	position: relative;
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
	line-height: 28px;
}

.main-footer .list li a {
	font-size: 13px;
	position: relative;
	color: #d0d0d4;
	transition: .5s ease;
}

.main-footer .list li a:hover {
	color: #00829c;
}

/* Contact widget */

.contact-widget .widget-content {
	position: relative;
	margin-bottom: 25px;
}

 .contact-widget .inner-box {
	margin-bottom: 3px;
}
 
.contact-widget h5 {
	font-size: 15px;
	color: #00829c;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.contact-widget .text {
	font-size: 14px;
	color: #d0d0d4;
	letter-spacing: .5px;
}

.contact-widget .text a {
	color: #d0d0d4;
}

/* Social Link Widget */
.social-link-widget {
	position: relative;
}

.social-link-widget ul {
	padding-top: 10px;
	margin: 0 -5px;
}

.social-link-widget ul li {
	margin: 0 5px;
}

.social-link-widget ul li a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 42px;
	border: 4px solid #fff;
	text-align: center;
}

/* Footer Bottom */

.footer-bottom {
	position: relative;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 22px 0;
	background: #2159b1;
}

.footer-bottom a:hover,
.footer-bottom a {
	color: #fff;
}

/***

==================================================================
		Why Choose Us Section
==================================================================

***/

.why-chooseus-section {
	position: relative;
	padding-top: 240px;
	background: #f3f3f3;
}

.why-chooseus-section.style-two {
	padding-top: 120px;
}

.why-chooseus-section .row-5 {
	margin: 0 -5px;
}

.why-choose-block {
	padding: 0 5px;
	margin-bottom: 10px;
}

.why-choose-block .inner-box {
	position: relative;
	background: #fff;
	padding: 40px 40px 30px;
	display: flex;
	align-items: center;
}

.why-choose-block .icon-box {
	position: relative;
	color: #fff;
	background: #2159b1;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 10px;
}

.why-choose-block h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

/***

==================================================================
		Video Section 
==================================================================

***/

.video-section {
	position: relative;
	padding-top: 140px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.video-section:before {
	position: absolute;
	content: '';
	background: #252733;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
}

.video-section .video-box {
	position: relative;
	min-height: 100px;
	margin-bottom: 70px;
}

.video-section h1 {
	font-size: 70px;
	color: #fff;
	text-align: center;
	line-height: 1.2em;
}

/***

==================================================================
		Team Section 
==================================================================

***/

.team-section {
	position: relative;
	display: none
}

.team-section:before {
	position: absolute;
	content: '';
	background: #252733;
	left: 0;
	top: 0;
	bottom: 240px;
	width: 100%;
	opacity: .98;
	max-height: 725px;
}

.team-section.style-two:before {
	display: none;
}

.team-block-one {
	position: relative;
	margin-bottom: 30px;
}

.team-block-one .inner-box {
	position: relative;
}

.team-block-one .image-box {
	position: relative;
}

.team-block-one .image-box .image {
	position: relative;
	background-color: #191e34;
	margin-bottom: 0;
	overflow: hidden;
}

.team-block-one .image-box .image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: .20;
}

.team-block-one .info-box {
	position: relative;
	padding: 21px 0;
	text-align: center;
	border-bottom: 2px solid #f3f3f3;
}

.team-block-one .info-box .name {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 10px;
}

.team-block-one .info-box .name a {
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block-one .info-box .name a:hover {
	color: #fa7720;
}

.team-block-one .left-side {
	position: absolute;
	left: 0px;
	top: 0;
	width: 65px;
	height: 100%;
	padding: 40px 0;
	background: #00829c;
	z-index: 9;
}

.team-block-one .left-side h5 {
	position: absolute;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 7px;
	display: inline-block;
	transition: .5s ease;
	transform: rotate(-90deg) translateX(-100%) translateY(-50%);
	transform-origin: 0 0;
	left: 50%;
	width: max-content;
}

.team-block-one .left-side h5:before {
	position: absolute;
	content: '';
	background: #fff;
	height: 1px;
	width: 60px;
	left: -60px;
	top: 12px;
	transform: translate(-10px);
}

.team-block-one .left-side .social-icon {
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

.team-block-one .left-side .social-icon li {
	margin-bottom: 20px;
}

.team-block-one .left-side .social-icon li:last-child {
	margin-bottom: 0px;
}

.team-block-one .left-side .social-icon li a {
	color: #fff;
	font-size: 18px;
	transition: .5s ease;
}

.team-block-one .social-icon li a:hover {
	color: #252733;
	transform: rotate(-360deg) scale(2);
	display: inline-block;
}



/***

==================================================================
		Skills Section 
==================================================================

***/

.skills-section {
	position: relative;
}

.skills-section .image {
	margin-right: -15px;
}

.skill-content {
	position: relative;
	margin-top: 120px;
	margin-left: -140px;
	padding: 110px 120px 70px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
}


/***

==================================================================
		Work Quality Section 
==================================================================

***/

.work-quality-section {
	position: relative;
	padding-top: 140px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.work-quality-section:before {
	position: absolute;
	content: '';
	background: #252733;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
}

.work-quality-section .content {
	position: relative;
	margin-bottom: 30px;
}

.work-quality-section .content h1 {
	font-size: 70px;
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 40px;
	margin-top: -25px;
}

.work-quality-section .content .text {
	color: #fff;
	margin-bottom: 40px;
}

.work-quality-section .content .theme-btn {
	color: #00829c;
	border-color: #00829c;
	background: transparent;
}

.work-quality-section .content .theme-btn:hover {
	background-color: #fff;
	border-color: #fff;
}

.work-quality-block {
	position: relative;
	margin-bottom: 30px;
}

.work-quality-block .icon-box {
	position: relative;
	font-size: 60px;
	line-height: 60px;
	color: #00829c;
	margin-bottom: 10px;
}

.work-quality-block h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}

.work-quality-block .text {
	color: #fff;
}

/***

==================================================================
		Work Process Section 
==================================================================

***/

.work-process-section {
	position: relative;
}

.work-process-block .inner-box {
	position: relative;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
	padding: 60px;
	padding-left: 120px;
	margin-bottom: 30px;
}

.work-process-block .inner-box:before {
	position: absolute;
	content: '';
	background: #242936;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transition: .5s ease;
	transform-origin: 0 0;
}

.work-process-block .inner-box:hover:before {
	transform: scaleX(1);
}

.work-process-block .left-side {
	position: absolute;
	left: 0px;
	top: 0;
	width: 60px;
	height: 100%;
	padding: 40px 0;
	background: #00829c;
	z-index: 9;
}

.work-process-block .left-side h5 {
	position: absolute;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 7px;
	display: inline-block;
	transition: .5s ease;
	transform: rotate(-90deg) translateX(-100%) translateY(-50%);
	transform-origin: 0 0;
	left: 50%;
	width: max-content;
}

.work-process-block .left-side h5:before {
	position: absolute;
	content: '';
	background: #fff;
	height: 1px;
	width: 60px;
	left: -60px;
	top: 12px;
	transform: translate(-10px);
}

.work-process-block .icon-box {
	position: relative;
	font-size: 60px;
	margin-bottom: 30px;
	color: #252733;
	line-height: 50px;
	transition: .5s ease;
}

.work-process-block h3 {
	font-size: 24px;
	margin-bottom: 25px;
	transition: .5s ease;
}

.work-process-block .text {
	position: relative;
	margin-bottom: 30px;
	transition: .5s ease;
}

.work-process-block .inner-box:hover .icon-box,
.work-process-block .inner-box:hover h3,
.work-process-block .inner-box:hover .text {
	color: #fff;
}

.work-process-block .inner-box:hover .theme-btn {
	border-color: #00829c;
}



/*** 

====================================================================
		Page Title
====================================================================

***/

.page-title {
	position: relative;
	padding: 190px 0px 100px;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

/* .page-title:before {
	position: absolute;
	content: '';
	background: #252733;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
} */

.page-title h1 {
	position: relative;
	font-size: 40px;
	line-height: 1em;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}

.page-title .bread-crumb {
	position: relative;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.page-title .bread-crumb li {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	padding-right: 15px;
	margin-right: 15px;
}

.page-title .bread-crumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.page-title .bread-crumb li:before {
	position: absolute;
	content: '';
	background: #2159b1;
	right: 0;
	bottom: 9px;
	width: 3px;
	height: 3px;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: #ffffff;
	transition: .5s ease;
}

.page-title .bread-crumb li a:hover {
	color: #2159b1;
}


@media (max-width: 766px) {
	.page-title h1 {
		position: relative;
		font-size: 30px;
		line-height: 1em;
		font-weight: 400;
		color: #fff;
		margin-bottom: 20px;
	}
}

/*** 

====================================================================
		Approacoh Section
====================================================================

***/

.approach-section {
	position: relative;
}

.approach-block .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.approach-block .inner-box h2 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #00829c
}

.approach-block .inner-box .text {
	margin-bottom: 30px;
	padding-right: 5px;
	height: 260px;
	overflow-y: scroll
}

.approach-block .inner-box .text p {
	text-indent: 2em;
	margin: 5px auto;
}



/***

==================================================================
		Faq Section 
==================================================================

***/

.faq-section {
	position: relative;
	background: #f3f3f3;
}


/* Text Block One */

.text-block-one {
	position: relative;
	margin-bottom: 30px;
}

.text-block-one h3 {
	margin-bottom: 30px;
}

/* Project Details */
.project-details {
	position: relative;
}

.project-details img {
	width: 100%;
}

.project-details h1 {
	font-size: 40px;
	margin-bottom: 30px;
}

.project-details h3 {
	font-size: 24px;
	color: #00829c;
	margin-bottom: 20px;
}

.project-details .text {
	margin-bottom: 30px;
}


/* Project Information */

.project-info {
	position: relative;
	padding: 40px 50px;
	background: #f3f3f3;
	margin-bottom: 30px;
	margin-top: 30px;
}

.project-info li {
	font-size: 18px;
	font-weight: 500px;
	margin: 5px 0;
}

.project-info li strong {
	font-weight: 500;
	color: #252733;
}

/*====== Blog Single ==========*/

.blog-single {
	position: relative;
}

.blog-single:before {
	position: absolute;
	content: '';
	background: #f3f3f3;
	height: 100%;
	width: 1px;
	top: 0;
	right: -40px;
}

.blog-single .news-block-one .inner-box:hover .image img {
	transform: scale(1.01);
}

.blog-single .news-block-one .lower-content {
	padding-bottom: 20px;
}

.blog-single .news-block-one .inner-box {
	margin-bottom: 60px;
}


/*====== Sidebar Page Container ==========*/

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	position: relative;
	margin-bottom: 50px;
}

/*====== Sidebar Widget ==========*/

.sidebar-widget {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 40px;
	border-bottom: 2px solid #f3f3f3;
}

.sidebar-side .sidebar-widget:last-child {
	margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
	position: relative;
	margin-bottom: 30px;
}

.sidebar-page-container .sidebar-title h4 {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
}

.sidebar-page-container .widget-content {
	position: relative;
}

/*Search Box Widget*/

.sidebar .search-box {
	position: relative;
	border-bottom: 0;
	padding-bottom: 0;
}

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px 0 50px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	color: #222;
	line-height: 30px;
	padding: 20px 30px;
	padding-right: 75px;
	height: 70px;
	width: 100%;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
	border-color: #91c53c;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #b6b6b6;
	padding: 0;
	font-weight: 400;
	cursor: pointer;
	background-color: transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover {
	color: #000000;
}

/*=== Categories Widget ===*/

.category-list {
	position: relative;
	margin-top: -10px;
}

.category-list li {
	position: relative;
	margin-bottom: 5px;
}

.category-list li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #808186;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.category-list li a span {
	margin-left: 10px;
	color: #222;
	float: right;
}

.category-list li:hover:before {
	color: #00e399;
}

.category-list li a:hover {
	color: #00829c;
}

/*=== Tweets Widget ===*/

.tweets-widget {
	position: relative;
}

.tweets-widget .text {
	font-size: 16px;
	font-weight: 500;
}

.tweets-widget .text a {
	color: #252733;
	text-decoration: underline;
}

.tweets-widget .twitter-info {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.tweets-widget .twitter-link {
	font-size: 16px;
	font-weight: 500;
	color: #808186;
}

.tweets-widget .author {
	font-size: 16px;
	font-weight: 500;
	color: #00829c;
	margin-right: 10px;
}

.tweets-widget .author span {
	margin-right: 10px;
	font-weight: 14px;
}

.tweets-widget .date {
	font-size: 16px;
	font-weight: 500;
	color: #252733;
}

/* === Latest News === */

.post-widget {
	position: relative;
}

.post-widget .post {
	position: relative;
	padding-left: 95px;
	margin-bottom: 30px;
	min-height: 80px;
	padding-top: 5px;
}

.post-widget .post:last-child {
	margin-bottom: 0px;
}

.post-widget .post .thumb {
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.post-widget .post .thumb img {
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post .date {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 15px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #00829c;
}

.post-widget .post h5 {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #808186;
	font-weight: 500;
}

.post-widget .post h5 a {
	color: #808186;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post h5 a:hover {
	color: #00829c;
}

/*=== Tags ===*/

.tags-widget {
	position: relative;
}

.tags-widget .widget-content {
	position: relative;
	padding: 45px 30px 37px;
	background-color: #f5f8fb;
}

.tag-list {
	position: relative;
	display: block;
}

.tag-list li {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tag-list li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #808186;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	text-transform: capitalize;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	line-height: 1.2em;
}

.tag-list li a:hover {
	color: #00829c;
}

.blog-single .social-icon-nine a i {
	display: block;
	line-height: 40px;
}

.tag-list li:last-child a {
	border: 0px;
}

.blog-single .social-icon-nine li {
	margin: 0 1px;
}

.blog-single .social-icon-nine {
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}

.blog-single .social-icon-nine a {
	height: 40px;
	width: 68px;
	display: inline-block;
}


/* Post Tags */

.post-share-tag {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 50px;
	border-top: 2px solid #f3f3f3;
}

.post-share-tag .tags {
	position: relative;
	text-align: center;
	margin: 8px 0;
}

.post-share-tag .tags li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	color: #252733;
	font-weight: 500;
}

.post-share-tag .tags li strong {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
}

.post-share-tag .tags li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #00829c;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-share-tag .tags li a:hover {
	color: #252733;
}

.post-share-tag .social-icon-one {
	margin: 0 -5px;
}

.post-share-tag .social-icon-one li {
	margin: 0 5px;
}

.post-share-tag .social-icon-one li a {
	font-size: 16px;
	color: #252733;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 42px;
	border: 4px solid #252733;
	text-align: center;
}

.post-share-tag .social-icon-one li a:hover {
	color: #00829c;
}

/* Author Box */

.author-box {
	position: relative;
	padding: 35px 40px 15px;
	background-color: #252733;
	margin-bottom: 95px;
	border: 1px solid #e5e9ff;
}

.author-box .inner-box {
	position: relative;
	padding-left: 200px;
	min-height: 160px;
}

.author-box .thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 160px;
	width: 171px;
	overflow: hidden;
	margin-bottom: 15px;
}

.author-box .thumb img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.author-box .info {
	position: relative;
	padding-top: 10px;
	margin-bottom: 15px;
}

.author-box .info span {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #555;
	font-weight: 300;
}

.author-box .info h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
}

.author-box .text {
	position: relative;
	display: block;
	margin-bottom: 20px;
	color: #d0d0d4;
}


/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
	position: relative;
	margin-bottom: 35px;
}

.group-title h5 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
}

.comments-area {
	position: relative;
	margin-bottom: 50px;
}

.comments-area .comments-outer {
	position: relative;
}

.comments-area .comment-box {
	position: relative;
	margin-bottom: 40px;
}

.comments-area .comment-box:last-child {
	margin-bottom: 0;
}

.comments-area .comment {
	position: relative;
	padding-left: 155px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.comments-area .comment-box:last-child .comment {}

.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0;
	top: 7px;
	width: 130px;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
}

.comments-area .comment-info {
	position: relative;
	display: block;
	padding-top: 5px;
	margin-bottom: 15px;
}

.comments-area .comment-box .name {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 22px;
	margin-bottom: 8px;
	color: #252733;
}

.comments-area .comment-box .date {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #00829c;
}

.comments-area .comment-box .text {
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.comments-area .comment-box .reply-btn {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background: #252733;
	border: 2px solid #252733;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
	color: #252733;
	background: #fff;
}

.comments-area .comment-box.reply-comment {
	margin-left: 90px;
}

.comments-area .comment-box.reply-comment .comment {
	padding-left: 75px;
}

.comments-area .comment-box.reply-comment .author-thumb {
	height: 50px;
	width: 50px;
}

/*** 
====================================================================
		Comment Form
====================================================================
***/

.comment-form {
	position: relative;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 10px;
	padding: 0 5px;
}

.comment-form .form-group:last-child {
	margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
	position: relative;
	display: block;
	height: 66px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #808186;
	font-weight: 500;
	padding: 20px 30px;
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	background-color: #ffffff;
	box-shadow: 0 10px 20px rgba(68, 71, 198, .10);
}

.comment-form .form-group textarea {
	height: 200px;
	resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
	cursor: pointer;
}

.video_02 {
	position: relative;
	height: 100%;
	background: url("../images/home/4.png") no-repeat right center / cover;
}

.videoPlay1 {
	display: inline-block;
	width: 120px;
	height: 120px;
	background: #fff;
	color: #ff5e14;
	font-size: 16px;
	letter-spacing: 0;
	line-height: .8;
	text-align: center;
	border-radius: 50%;
	padding: 52px 0;
}

.video_02 .videoPlay1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.videoPlay1:hover {
	background: #ff5e14;
	color: #FFF;
}


/*产品详情页面*/
#picSlideWrap {
	background: #F5F8FD;
	border: 1px solid #A9BFD6;
	padding: 10px;
}

.titleh3 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: url(../images/ico/dot.gif) repeat-x left bottom;
	margin: 0 auto;
	font-size: 26px;
	color: #000;
}

.titleh4 {
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 10px 0 20px 0px;
}

.imgnav {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#img {
	z-index: 10;
	position: relative;
	text-align: center;
}

#img img {
	display: none;
}

#front {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	width: 290px;
	height: 578px;
}

#front a {
	position: absolute;
	left: 20px;
	top: 224px;
	display: block;
	background: url(../images/imgSlideLeft.png) no-repeat;
	width: 104px;
	height: 104px;
	display: none;
}

#next {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	width: 290px;
	height: 578px;
}

#next a {
	position: absolute;
	right: 20px;
	top: 224px;
	display: block;
	background: url(../images/imgSlideRight.png) no-repeat;
	width: 104px;
	height: 104px;
	display: none;
}

#cbtn {
	background: #EAEBF0;
	position: relative;
	height: 122px;
	border: 1px solid #D6D9DC;
	margin-top: 12px;
}

#cbtn ul {
	position: relative;
	width: 10000px;
	height: 122px;
}

#cbtn ul li {
	float: left;
	padding: 3px;
	width: 115px;
	height: 94px;
	cursor: pointer;
	text-align: center;
	margin-right: 10px;
	position: relative;
}

#cbtn ul li img {
	width: 115px;
	height: 86px;
	display: block;
}

#cbtn li.hov {
	border: 1px solid #FF0000;
}

.ctrl div {
	clear: both;
}

#cSlideUl {
	width: 490px;
	height: 116px;
	overflow: hidden;
	position: relative;
	top: 10px;
	margin: 0 auto;
}

.picSildeLeft {
	cursor: pointer;
	position: absolute;
	top: 32px;
	left: 10px;
	z-index: 9;
}

.picSildeRight {
	cursor: pointer;
	position: absolute;
	top: 32px;
	right: 10px;
	z-index: 9;
}

.product-intro {}

.product-intro .pro-tit {
	line-height: 50px;
	height: 50px;
	border-bottom: 2px solid #E7E7E7;
	font-weight: bold
}

.product-intro .pro-name {
	font-size: 18px;
	font-weight: bold;
	color: #00829c;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	border-bottom: 2px solid #E7E7E7
}

.product-intro .pro-intro {
	line-height: 50px
}

.product-intro .pro360-a {
	width: 200px;
	border: 1px solid #00829c;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	background: #F9F9F9;
	font-weight: bold
}

.tabs {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 480px;
	height: 560px;
	margin: auto;
	overflow: hidden
}

.tabs label {
	cursor: pointer;
	border-radius: 4px;
	margin-left: 50px
}

.tabs input[name="tabs"] {
	display: none;
}

.tabs input[name="tabs"]:checked+label {
	background: #44abda;
	color: #fff;
}

.tabs input[name="tabs"]:checked+label+.tab {
	display: block;
}

.tabs label {
	display: inline-block;
	width: 20%;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.tabs .tab {
	display: none;
	position: absolute;
	width: 100%;
	height: 480px;
	top: 24px;
	text-align: center;
}

.tabs .tab .frame {
	width: 100%;
	height: 100%;
}

.tabs .tab #slider {
	width: calc(90% - 80px);
}

#overlay {
	position: absolute;
	width: 100%;
	height: calc(100%-20px);
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	padding-top: 20px;
}

.imgdet {
	position: relative;
	height: 460px;
	margin: 10px auto 0;
	background: #fff
}

.imgdet .imglist {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 100%;
	overflow: hidden
}

.imgdet .imglist ul {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	font-size: 0
}

.imgdet .imglist ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	margin-bottom: 10px
}

.imgdet .imglist ul li:last-of-type {
	margin-bottom: 0
}

.imgdet .imglist ul .active {
	border: 2px solid #00829c
}

.imgdet .imglist ul li img {
	width: 100%;
	height: 100%
}

.imgdet .imgpart {
	vertical-align: top;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.imgdet .imgpart .pic {
	position: relative;
	width: 100%;
	height: 100%
}

.imgdet .imgpart .pic .magnify {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	cursor: move;
	background-color: #fff;
	opacity: .3;
	filter: alpha(opacity=30)
}

.imgdet .imgpart .pic img {
	width: 100%;
	height: 100%
}

.imgdet .imgpart .bigpic {
	display: none;
	position: absolute;
	top: 0;
	right: -470px;
	width: 460px;
	height: 460px;
	z-index: 333;
	border: 1px solid #fff;
	overflow: hidden
}

.imgdet .imgpart .bigpic>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 920px;
	height: 920px;
	max-width: 920px
}

.tag a {
	margin: auto 5px
}

.honor {}

.honor .list {
	border: 2px solid #00829c;
	border-radius: 15px;
	max-width: 800px;
	width: 90%;
	margin: 20px auto;
	padding: 20px;
	box-shadow: 0px 50px 50px -50px #333;
}

.honor h2 {
	margin: 20px
}

.honor .l1 {
	background: url("../images/num_01.png") no-repeat right center
}

.honor .l2 {
	background: url("../images/num_02.png") no-repeat right center
}

.honor .l3 {
	background: url("../images/num_03.png") no-repeat right center
}

.honor .l4 {
	background: url("../images/num_04.png") no-repeat right center
}

.honor .l5 {
	background: url("../images/num_05.png") no-repeat right center
}

.honor .l6 {
	background: url("../images/num_06.png") no-repeat right center
}

.honor .l7 {
	background: url("../images/num_07.png") no-repeat right center
}

.honor .l8 {
	background: url("../images/num_08.png") no-repeat right center
}

.honor .l9 {
	background: url("../images/num_09.png") no-repeat right center
}

.product-data {
	width: 100%;
	overflow-x: scroll
}

.product-data table {
	background: #E5E5E5
}

.product-data table th {
	background: #F0F0F0;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #e5e5e5;
	padding: 5px;
	font-size: 16px
}

.product-data table td {
	background: #FFFFFF;
	white-space: nowrap;
	border: 1px solid #e5e5e5;
	padding: 5px
}
