@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*
	font-family: 'Arimo', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Montserrat', sans-serif;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.touchspin.css');
@import url('hover.css');
@import url('jquery-ui.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Arimo', sans-serif;

}

a {
	text-decoration: none;
	cursor: pointer;
	color: #ff9f14;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 700;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	/*font-family: 'Raleway', sans-serif;*/
}

textarea {
	overflow: hidden;
}

p {
	position: relative;
	line-height: 1.8em;
	font-size: 14px;
	margin: 0;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/*List Style One*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #222222;
	margin-bottom: 20px;
	padding-left: 30px;
}

.list-style-one li:before {
	position: absolute;
	content: '\f00c';
	left: 0px;
	top: 0px;
	color: #222222;
	font-size: 16px;
	font-weight: 900;
	line-height: 22px;
	font-family: 'FontAwesome';
}

/*List Style Two*/

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding-left: 70px;
	margin-bottom: 40px;
	color: #777777;
}

.list-style-two li .icon {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 40px;
	color: #ff9f14;
	font-size: 42px;
	line-height: 1em;
	text-align: center;
}

.list-style-two li strong {
	font-size: 20px;
	color: #36404b;
	font-weight: 700;
	display: block;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Raleway', sans-serif;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	padding: 15px 30px;
	line-height: 20px;
	font-weight: 500;
	background: #222222;
}

.btn-style-one:hover {
	color: #222222;
	background: #ffffff;
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	font-size: 16px;
	color: #222222;
	padding: 13px 30px;
	line-height: 20px;
	font-weight: 700;
	background: #ff9f14;
	border: 2px solid #ff9f14;
	text-transform: uppercase;
}

.btn-style-two:hover {
	color: #ff9f14;
	background: #222222;
	border: 2px solid #222222;
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	padding: 13px 30px;
	line-height: 20px;
	font-weight: 700;
	border: 2px solid #ffffff;
	text-transform: uppercase;
}

.btn-style-three:hover {
	color: #36404b;
	background: #ffffff;
	border-color: #36404b;
}

/*Btn Style Four*/

.btn-style-four {
	position: relative;
	font-size: 15px;
	color: #ff9f14;
	padding: 13px 30px;
	line-height: 20px;
	font-weight: 400;
	background: #ffffff;
	border: 2px solid #ffffff;
	text-transform: capitalize;
}

.btn-style-four:hover {
	background: #ff9f14;
	color: #ffffff;
	border-color: #ff9f14;
}

/*=== Btn style Five*/
.btn-style-five {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	padding: 13px 30px;
	line-height: 20px;
	font-weight: 700;
	background: #ff9f14;
	border: 2px solid transparent;
	text-transform: uppercase;
}

.btn-style-five:hover {
	color: #ff9f14;
	border-color: #ff9f14;
	background: #ffffff;
}

/*=== Btn style Six*/

.btn-style-six {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	padding: 14px 30px;
	line-height: 20px;
	font-weight: 700;
	background: #222222;
	border: 1px solid transparent;
	text-transform: uppercase;
}

.btn-style-six:hover {
	color: #222222;
	border-color: #ff9f14;
	background: #ff9f14;
}

.theme_color {
	color: #ff9f14;
}

img {
	display: inline-block;
	max-width: 100%;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}

/*** 



/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/*=== Header Top ===*/

.main-header .header-top {
	position: relative;
	background-color: #222222;
}

.main-header .header-top .inner-container {
	position: relative;
}

.main-header .header-top .top-left {
	position: relative;
	float: left;
}

.main-header .header-top .top-left ul li {
	position: relative;
	float: left;
	margin-right: 100px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	padding: 15px 15px;
	font-weight: 700;
}

.main-header .header-top .top-left ul li span {
	color: #ff9f14;
}

.main-header .header-top .top-left ul li:last-child {
	margin-right: 0;
}

.main-header .header-top .top-left ul li a {
	color: #ffffff;
	font-weight: 400;
	-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-top .top-right {
	position: relative;
	float: right;
}

.main-header .header-top .top-right:before {
	position: absolute;
	display: inline-block;
	left: 100%;
	top: 0;
	height: 100%;
	width: 10000%;
	background-color: #ffffff;
	content: "";
	z-index: 1;
}

.main-header .header-top .social-icon-one {
	float: left;
	padding: 15px 0;
}

/*Social Icon One*/



/*=== Header Upper ===*/

.main-header .header-upper {
	position: relative;
	z-index: 5;
	background-color: #ffffff;
	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-header .logo-outer {
	position: relative;
	padding: 45px 0px;
	z-index: 25;
}

.main-header .logo-outer .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .header-upper .upper-right {
	position: relative;
	padding: 54px 0 0;
}

.main-header .info-box {
	position: relative;
	float: left;
	min-height: 50px;
	padding-left: 68px;
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	margin-left: 35px;
	margin-bottom: 30px;
}

.main-header .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px dashed #1f2a30;
	text-align: center;
}

.main-header .info-box .icon-box span {
	color: #1f2a30;
	font-size: 24px;
}

.main-header .info-box li {
	position: relative;
	line-height: 25px;
	color: #777777;
	font-size: 15px;
	font-weight: 400;
}

.main-header .info-box li a {
	color: #777777;
	-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 .info-box li a:hover {
	color: #ff9f14;
}

.main-header .info-box strong {
	position: relative;
	display: inline-block;
	font-weight: 600;
	color: #222222;
	font-size: 16px;
	line-height: 25px;
}

.main-header .header-lower {
	position: relative;
	width: 100%;
	z-index: 5;
}

.header-style-one .header-lower {
	position: relative;
	bottom: -36px;
}

.header-style-one .header-upper {
	position: relative;
	bottom: -36px;
}

.header-style-one .header-top {
	margin-top: -36px;
	bottom: -36px;
}

/*=== Main Menu ===*/

.main-header .nav-outer {
	position: relative;
	background-color: #ff9f14;
}

.main-header .main-menu:before,
.main-header .main-menu:after {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 1000%;
	content: "";
	z-index: -1;
	background-color: #ff9f14;
}

.main-header .main-menu:before {
	background-color: #222222;
	top: 5px;
	left: -6px;
	z-index: -1;
}

.main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	padding-left: 40px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	margin-right: 60px;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 15px;
	color: #222222;
	line-height: 25px;
	font-weight: 600;
	opacity: 1;
	text-transform: uppercase;
	padding: 25px 0;
	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-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
	opacity: 1;
	color: #ffffff;
}

.main-menu .navigation>li.current>a {
	padding-right: 20px;
}

.main-menu .navigation>li.current>a:after {
	position: absolute;
	right: 0;
	top: 22px;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	content: "\f149";
	font-family: "FontAwesome";
}

.main-menu .navigation>li:hover>a:after {
	opacity: 1;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 110%;
	width: 230px;
	padding: 0px 0px;
	z-index: 100;
	background: #ffffff;
	border-top: 2px solid #222222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 15px;
	color: #2b2b2b;
	text-align: left;
	text-transform: capitalize;
	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-menu .navigation>li>ul>li:hover>a {
	color: #ffffff;
	background: #ff9f14;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 11px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	z-index: 5;
	font-weight: 900;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 20px;
	width: 230px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 2px solid #222222;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 15px;
	color: #2b2b2b;
	text-align: left;
	text-transform: capitalize;
	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-menu .navigation>li>ul>li>ul>li>a:hover {
	color: #ffffff;
	background: #ff9f14;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	top: 0px;
	visibility: visible;
	opacity: 1;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .outer-box {
	position: relative;
	float: right;
	color: #ffffff;
	margin-left: 30px;
	padding: 13px 0px 12px;
}

.main-header .outer-box .link-box,
.main-header .outer-box .dropdown-outer {
	position: relative;
	float: left;
}

.main-header .outer-box .link-box {
	margin-left: 30px;
}

.main-header .search-box-btn {
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
	border: 1px dashed #222222;
	color: #ffffff;
	margin-top: 7px;
	cursor: pointer;
	background: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .search-box-btn:hover {
	color: #222222;
}

.main-header .dropdown-menu {
	top: 65px;
	right: 0;
	border-top: 3px solid #ff9f14;
	padding: 0px;
	width: 280px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.main-header .search-box-outer .dropdown-menu>li {
	padding: 0px;
	border: none;
	background: none;
}

.main-header .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 7px 40px 7px 15px;
	height: 40px;
	color: #000000;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: #ff9f14;
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: 12px;
	background: none;
	cursor: pointer;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .search-panel .search-btn:hover {
	color: #ff9f14;

}

/*Sticky Header*/

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
}

.sticky-header .logo {
	padding: 5px 0px 2px;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
	-moz-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
	-ms-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
	-o-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
	box-shadow: 0 0 20px rgba(51, 51, 51, .1);
}

.main-header .sticky-header .main-menu .navigation>li {
	margin: 0px;
	border: 0px;
	padding: 0;
}

.main-header .sticky-header .main-menu .navigation>li>a {
	color: #181818;
	padding: 15px 15px !important;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	min-height: 0px;
	background: none;
	border: 0px;
	margin-right: 0px;
	text-transform: capitalize;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
	background: #ff9f14;
	color: #ffffff;
	opacity: 1;
}

.sticky-header .main-menu .navigation>li>a:before,
.sticky-header .main-menu .navigation>li.current>a:after,
.sticky-header .main-menu:before,
.sticky-header .main-menu:after {
	display: none;
}

/*======================================
			 Header Style Two 标题样式
========================================*/

.header-style-two {
	background-color: #ffffff;
}

.header-style-two .main-menu .navigation {
	padding-left: 0;
}

.header-style-two .header-lower {
	margin-bottom: 0;
}

.header-style-two .logo-outer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding: 35px 0px;
	width: auto;
}

.header-style-two .header-top {
	position: relative;
	width: 100%;
}

.header-style-two .header-top .social-icon-one {
	padding: 0;
}

.header-style-two .header-top .top-left ul li {
	margin-right: 45px;
}

.header-style-two .header-top .top-left ul li i {
	font-size: 18px;
	color: #ff9f14;
	margin-right: 10px;
}

.header-style-two .header-top .top-left ul li:hover a {
	color: #ff9f14;
}

.header-style-two .header-top .top-right {
	position: relative;
	float: right;
	padding: 15px 0;
}

.header-style-two .header-top .top-right .social-icon-one li {
	margin-left: 20px;
	margin-right: 0;
}

.header-style-two .header-top .top-right:before,
.header-style-two .main-menu:before,
.header-style-two .main-menu:after {
	display: none;
}

.header-style-two .nav-outer {
	background-color: #ffffff !important;
}

.header-style-two .logo-box {
	float: left;
	padding: 35px 0;
}

.header-style-two .nav-outer {
	float: right;
}

.header-style-two .main-menu:before {
	position: absolute;
	left: 270px;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #ffffff;
	content: "";
}

.header-style-two .main-menu .navigation>li {
	padding: 55px 0;
	margin-left: 45px;
	margin-right: 0;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-two .main-menu .navigation>li>a {
	padding: 0;
	color: #36404b;
	font-size: 15px;
	line-height: 30px;
	margin-right: 0px;
	font-weight: 600;
	text-transform: uppercase;
	background: none;
}

.header-style-two .main-menu .navigation>li>a:before,
.header-style-two .main-menu .navigation>li>a:after {
	position: absolute;
	left: 0;
	top: -1px;
	height: 1px;
	width: 0;
	background-color: #ff9f14;
	content: "";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-two .main-menu .navigation>li>a:after {
	right: 0;
	bottom: -1px;
	left: auto;
	top: auto;
}

.header-style-two .main-menu .navigation>li.current>a:before,
.header-style-two .main-menu .navigation>li.current>a:after,
.header-style-two .main-menu .navigation>li:hover>a:before,
.header-style-two .main-menu .navigation>li:hover>a:after {
	width: 30px;
}

.header-style-two .main-menu .navigation>li.current>a,
.header-style-two .main-menu .navigation>li:hover>a {
	color: #ff9f14;
}

.header-style-two .outer-box {
	padding: 52px 0px;
	margin-left: 60px;
}

.header-style-two .search-box-btn {
	border: 1px dashed #242424;
	margin: 0;
	color: #ff9f14;
}

.header-style-two .dropdown-menu {
	top: 85px;
}

/*** 

====================================================================
	Main Slider One  主滑块
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.main-slider .tp-caption {
	z-index: 5;
}

.main-slider .tp-dottedoverlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .50);
}

.main-slider h5 {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
}

.main-slider h4 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
}

.main-slider h2 {
	font-size: 60px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.main-slider .text {
	position: relative;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
}

.main-slider .theme-btn {
	display: inline-block;
	padding: 18px 40px;
	margin: 0 15px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

.main-slider.style-two h2 {
	font-size: 72px;
}

.arrow-down {
	position: absolute;
	left: 50%;
	bottom: 65px;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	line-height: 40px;
	animation: fadeInDown 3s infinite;
}

.arrow-down .icon {
	font-size: 36px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}

/*** 

====================================================================
	Section Title  节标题
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 60px;
}

.sec-title .title {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	padding-bottom: 25px;
	
}

.sec-title h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background-color: #ff9f14;
	content: "";
	display: inline-block;
}

.sec-title .text {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-top: 37px;
}

.sec-title.text-center h2:before {
	right: 0;
	margin: 0 auto;
}

.sec-title.light h2 {
	color: #ffffff;
}

.sec-title.light .title {
	color: #bbbbbb;
}

/*** 

====================================================================
			Page Title  节标题
====================================================================

***/

.page-title {
	position: relative;
	padding: 100px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.page-title:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .70;
	position: absolute;
}

.page-title .inner-container {
	position: relative;
}

.page-title h1 {
	position: relative;
	float: left;
	font-size: 40px;
	color: #ffffff;
	line-height: 50px;
	font-weight: 700;
	text-shadow: 0 5px 10px #222222;
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding: 15px 0;
}

.page-title .bread-crumb li {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #ff9f14;
	font-weight: 400;
	text-transform: uppercase;
	cursor: default;
	padding-right: 10px;
	margin-right: 10px;
}

.page-title .bread-crumb li:before {
	position: absolute;
	right: -3px;
	font-size: 16px;
	line-height: 20px;
	color: #ff9f14;
	content: "/";
}

.page-title .bread-crumb li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
	display: none;
}

.page-title .bread-crumb li a {
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
	color: #ff9f14;
}

/*** 

====================================================================
					About Us								
====================================================================

***/

.about-us {
	position: relative;
	padding: 180px 0 80px;
}

.about-us.alternate {
	padding-bottom: 130px;
}

.about-us .content-column {
	position: relative;
	margin-bottom: 40px;
}






.about-us .content-column .text {
	position: relative;

	margin-bottom: 30px;
	/* text-align-last: justify; */
	text-align: justify;
	text-justify: distribute-all-lines;
}





/*** 

====================================================================
				Call To Action								
====================================================================

***/

/*** 

====================================================================
				Features Section
====================================================================

***/



/*** 

====================================================================
				Services Section
====================================================================

***/




.service-block {
	position: relative;
}

.service-block .inner-box {
	position: relative;
}

.service-block .image-box {
	position: relative;
}

.service-block .image {
	position: relative;
	overflow: hidden;
}

.service-block .image a {
	display: block;
}

.service-block .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;
}

.service-block .inner-box:hover .image 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);
}

.service-block .lower-content {
	position: relative;
	padding: 35px 30px 20px;
	padding-right: 80px;
	border: 1px solid #dddddd;
	border-top: 0;
}

.service-block .lower-content:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 0px;
	width: 100%;
	content: "";
	background-color: #ff9f14;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-block .inner-box:hover .lower-content:before {
	height: 100%;
}

.service-block .icon-box {
	position: absolute;
	right: 35px;
	top: 47px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content .icon-box .icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 36px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	font-weight: 400;
	border-top: 1px solid #ff9f14;
	border-bottom: 1px solid #ff9f14;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 5;
}

.service-block .inner-box:hover .lower-content .icon-box:before,
.service-block .inner-box:hover .lower-content .icon-box:after,
.service-block .inner-box:hover .lower-content .icon-box .icon {
	background-color: #222222;
	color: #ffffff;
}

.service-block .lower-content .icon-box:before,
.service-block .lower-content .icon-box:after {
	position: absolute;
	height: 36px;
	width: 20px;
	left: 0;
	top: 0px;
	z-index: 4;
	border-top: 1px solid #ff9f14;
	border-bottom: 1px solid #ff9f14;
	-webkit-transform: rotate(59deg);
	-moz-transform: rotate(59deg);
	-ms-transform: rotate(59deg);
	-o-transform: rotate(59deg);
	transform: rotate(59deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	content: "";
}

.service-block .lower-content .icon-box:after {
	-webkit-transform: rotate(-59deg);
	-moz-transform: rotate(-59deg);
	-ms-transform: rotate(-59deg);
	-o-transform: rotate(-59deg);
	transform: rotate(-59deg);
}

.service-block .lower-content h3 {
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
}

.service-block .lower-content h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .lower-content h3 a {
	color: #ffffff;
}

.service-block .lower-content p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .lower-content p {
	color: #222222;
}

.services-carousel .owl-nav {
	display: none;
}

.services-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #dddddd;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services-carousel .owl-dots .owl-dot:hover,
.services-carousel .owl-dots .owl-dot.active {
	background-color: #ff9f14;
}

.services-section.style-two {
	padding: 125px 0 70px;
}

.services-section.style-two .service-block {
	margin-bottom: 60px;
}

.services-section.style-two .service-block .lower-content {
	padding: 35px 30px 40px;
}

/*** 

====================================================================
				Services Section Two
====================================================================

***/





/*** 

====================================================================
					Fun Facts Section								
====================================================================

***/


/*** 

====================================================================
				Projects Section
====================================================================

***/



/*** 

====================================================================
				Projects Section Two
====================================================================

***/

.projects-section-two {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0px 0px;
}

.projects-section-two:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #222222;
	opacity: .80;
	content: "";
}

.projects-section-two:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 120px;
	width: 100%;
	background-color: #ffffff;
	opacity: 1;
	content: "";
}

.project-tab {
	position: relative;
}

.project-tab .sec-title {
	margin-bottom: 60px;
}

.project-tab .tabs-header {
	position: relative;
}

.project-tab .tab-btns {
	padding-top: 45px;
	position: relative;
	border-bottom: 1px solid #494949;
}

.project-tab .tab-btns .tab-btn {
	position: relative;
	float: left;
	font-size: 14px;
	color: #bbbbbb;
	line-height: 20px;
	font-weight: 400;
	cursor: pointer;
	padding: 20px 8px;
	margin-right: 50px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-tab .tab-btns .tab-btn:last-child {
	margin-right: 22px;
}

.project-tab .filter-tabs li.active {
	color: #ff9f14;
	font-weight: 700;
}

.project-tab .tab-btns .tab-btn:hover {
	color: #ff9f14;

}

.project-tab .tab-btns .tab-btn:after {
	position: absolute;
	bottom: -2px;
	height: 2px;
	width: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	background-color: #ff9f14;
	transition: all 300ms ease;
}

.project-tab .tab-btns .tab-btn.active-btn:after,
.project-tab .tab-btns .tab-btn:hover:after {
	width: 100%;
}

.project-tab .tabs-content {
	position: relative;
	display: block;
	padding: 0;
}

.project-tab .tab {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-tab .tab .project-block-two {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.project-tab .tab.active-tab .project-block-two {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.project-tab .tab.active-tab {
	position: relative;
	visibility: visible;
	z-index: 5;
}

.project-block-two {
	position: relative;
}

.project-block-two .image-box {
	position: relative;
	overflow: hidden;
}

.project-block-two .image-box img {
	width: 100%;
	height: auto;
	display: block;
}

.project-block-two .image-box {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.project-block-two .image-box:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.project-block-two .image-box .overlay-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.project-block-two .image-box .overlay-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: padding-box content-box;
	padding: 13px;
	background-color: #ffffff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5) rotateX(180deg);
	-moz-transform: scale(0.5) rotateX(180deg);
	-ms-transform: scale(0.5) rotateX(180deg);
	-o-transform: scale(0.5) rotateX(180deg);
	transform: scale(0.5) rotateX(180deg);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-block-two .inner-box:hover .overlay-box:before {
	opacity: .80;
	-webkit-transform: scale(1) rotateX(0deg);
	-moz-transform: scale(1) rotateX(0deg);
	-ms-transform: scale(1) rotateX(0deg);
	-o-transform: scale(1) rotateX(0deg);
	transform: scale(1) rotateX(0deg);
	visibility: visible;
}

.project-block-two .icon-box {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}

.project-block-two .inner-box:hover .icon-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.project-block-two .icon-box a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	margin: 0 3px;
	background-color: #222222;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .icon-box a:hover {
	background-color: #ff9f14;
	color: #ffffff;
}

.project-block-two .lower-content {
	position: relative;
	padding: 35px 15px;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 3px solid #f1f1f1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .inner-box:hover .lower-content {
	background-color: #f1f1f1;
}

.project-block-two .lower-content h3 {
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.project-block-two .lower-content h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block-two .lower-content h3 a:hover {
	color: #ff9f14;
}

.project-block-two .lower-content span {
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 1px;
}

/*** 

====================================================================
			Project Detail
====================================================================

***/



/*** 

====================================================================
			Styled Pagination
====================================================================

***/



/*** 

====================================================================
				Call Back Section
====================================================================

***/




/*** 

====================================================================
					News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 100px 0 0px;
}







/***

==================================================================
				Main Footer
==================================================================

***/

.main-footer {
	position: relative;
	background-color: #222222;
}

.main-footer .widgets-section {
	position: relative;
	padding: 1px 0 7px;
	border-bottom: 0px solid #353535;
}

.main-footer .footer-column {
	position: relative;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .footer-column .widget-title {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 17px;
	margin-bottom: 50px;
}

.main-footer .footer-column .widget-title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 35px;
	background-color: #ff9f14;
	content: "";
}

.main-footer .about-widget {
	padding-right: 30px;
}

.main-footer .footer-logo {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .footer-logo img {
	display: block;
	max-width: 100%;
}

.main-footer .about-widget .text {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}

.social-icon-two {
	position: relative;
	display: block;
}

.social-icon-two li {
	position: relative;
	display: inline-block;
	margin-right: 14px;
}

.social-icon-two li a {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
	background-color: #ffffff;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover {
	background-color: #ea9216;
}

/*=== links Widget ===*/

.main-footer .links-widget {
	position: relative;
}

.main-footer .links-widget .list li {
	position: relative;
	display: block;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.main-footer .links-widget .list li:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	content: "\f105";
	font-family: "FontAwesome";
}

.main-footer .links-widget .list li a {
	position: relative;
	display: inline-block;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	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-footer .links-widget .list li a:hover {
	color: #ff9f14;
}

/*=== Contact Widget ===*/



/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
	position: relative;
	background-color: #222222;
	text-align: center;
}

.main-footer .footer-bottom .copyright-text {
	position: relative;
	display: block;
	padding: 30px 0px;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a {
	color: #ff9f14;
	-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-footer .footer-bottom .copyright-text a:hover {
	text-decoration: underline;
}





/*** 

====================================================================
			service Detail								
====================================================================

***/

.service-detail-section{
	position: relative;
	padding: 130px 0 80px;
}

.service-detail{
	position: relative;
}

.service-detail .lower-content{
	position: relative;
	padding-top: 35px;
}

.service-detail h2{
	position: relative;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}

.service-detail h3{
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}

.service-detail p{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}

.service-detail .two-column{
	position: relative;
}

.service-detail .two-column .info-column{
	position: relative;
}

.service-detail .image-column .image{
	position: relative;
	margin-bottom: 30px;
}

.service-detail .image-column .image img{
	display: block;
	width: 100%;
}

/*Services Category*/

.service-list{
	position:relative;
	margin-bottom: 60px;
}

.service-list li{
	position:relative;
	margin-bottom: -1px;
}

.service-list li:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0px;
	background-color: #ff9f14;
	content: "";
	opacity: 0;
	transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-list li.active:before,
.service-list li:hover:before{
	width: 4px;
	opacity: 1;
}

.service-list li a{
	position:relative;
	font-size:15px;
	color:#222222;
	line-height: 30px;
	font-weight:600;
	padding: 15px 30px 15px;
	display:block;
	border:1px solid #e1e1e1;
	font-family: "Raleway", sans-serif;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-weight:500;
	text-align:left;
}

.service-list li a:after{
	position:absolute;
	content:'\f101';
	right: 25px;
	top: 16px;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	font-weight: 400;
	font-family: 'FontAwesome';
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-list li a:hover::after,
.service-list li.active a::after{
	color: #ff9f14;
}

/*Help Box*/

.consult-box{
	position:relative;
	background-size:cover;
	padding:50px 60px 40px;
	text-align: center;
	margin-bottom: 60px;
}

.consult-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #222222;
	opacity: .90;
	content: "";
}
	

.consult-box h4{
	position:relative;
	font-size:24px;
	line-height:1.6em;
	color:#ffffff;
	font-weight:700;
	padding-bottom: 25px;
	margin-bottom:20px;
}

.consult-box h4:before{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	width: 60px;
	background-color: #ff9f14;
	content: "";
	margin: 0 auto;
}

.consult-box p{
	position:relative;
	font-size:15px;
	line-height:30px;
	color:#ffffff;
	font-weight: 400;
	margin-bottom:30px;
}

.consult-box .theme-btn{
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 30px;
	color: #ff9f14;
	font-weight: 400;
	text-transform: uppercase;
}

.consult-box .theme-btn i{
	margin-left: 7px;
}

.consult-box .theme-btn:hover{
	color: #ffffff;
}

/* service Sidebar */

.service-sidebar{
	position: fixed;
	top:100px;
	width:370px;
}
/* 发展历程 */
@media screen and (max-width: 480px) {
	.main-footer .widgets-section{display:none;}
	.service-sidebar{display:none;}
}