/* --------------------------------------------------
	[1. General]
----------------------------------------------------  */
body {
	font-family: "微软雅黑", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "微软雅黑", Arial, sans-serif;
}

::-moz-selection {
	color: #fff;
	background: #e67e22;
}
::selection {
	color: #fff;
	background: #e67e22;
}

/* --------------------------------------------------
	[#. Promo]
----------------------------------------------------  */
.fullscreen-static-image {
	padding: 200px 0;
}
.promo-block--cover {
	position: relative;
}
.promo-block--cover:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(20,17,44,.2);
	content: "";
	z-index: 1;
}

.promo-block__item {
	z-index: 2;
	color: #fff;
	padding: 60px 20px;
	letter-spacing: 3px;
	position: relative;
	background: rgba(20,17,44,.9);
/* 	opacity: 0;
	transition: all 0.3s ease-in-out; */
}
.promo-block__item:before {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	content: "";
	border: solid 1px rgba(255, 255, 255, .4);
}

.promo-block__item a:focus {
	text-decoration: none;
}

.promo-block__item-text {
	display: block;
	font-size: 35px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.42857;
}

.promo-block__item-text1 {
	line-height: 25px;
}

/* --------------------------------------------------
	[. Owl 2 Carousel v1 (Dot Navigation)]
----------------------------------------------------  */
/* Owl Dots  */
.owl2-carousel-v1 img {
	display: block;
	width: 100%;
	height: auto;
}
.owl2-carousel-v1 .owl-dots {
	text-align: center;
}
.owl2-carousel-v1 .owl-dot {
	width: 5px;
	height: 5px;
	margin: 0 5px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	transition: all .4s ease-in-out;
}
.owl2-carousel-v1 .owl-dot.active {
	background: #e67e22;
}

/* --------------------------------------------------
	[. Owl 2 Carousel v2]
----------------------------------------------------  */
/* Project Item  */
.owl2-carousel-v2__item {
	overflow: hidden;
	position: relative;
}

/* Project Item Image  */
.owl2-carousel-v2__item-img {
	transition: all .2s ease-in;
}

.owl2-carousel-v2__item:hover .owl2-carousel-v2__item-img {
  transform: scale(1.1);
}

/* Project Item Info  */
.owl2-carousel-v2__item-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	color: #fff;
	background: rgba(57,73,160,.8);
	opacity: 0;
	transition: all .2s ease-in;
}

.owl2-carousel-v2__item:hover .owl2-carousel-v2__item-info {
	opacity: 1;
}

.owl2-carousel-v2__item-info span {
	font-size: 16px;
}
.owl2-carousel-v2__item-info p {
	font-size: 12px;
}

/* Arrow Navigation  */
.owl2-carousel-v2 .owl-controls {
	position: absolute;
	top: 0;
	right: 0;
}

.owl2-carousel-v2 .owl-prev,
.owl2-carousel-v2 .owl-next {
	color: #999;
	background: #f7f7f7;
	padding: 6px 15px;
	display: inline-block;
}

.owl2-carousel-v2 .owl-prev {
	margin-right: 10px;
}

.owl2-carousel-v2 .owl-prev:hover,
.owl2-carousel-v2 .owl-next:hover {
	color: #fff;
	background: #e67e22;
}

.owl2-carousel-v2 .owl-prev:after,
.owl2-carousel-v2 .owl-next:after {
	font-size: 18px;
  font-family: FontAwesome;
}
.owl2-carousel-v2 .owl-prev:after {
  content: "\f104";
}
.owl2-carousel-v2 .owl-next:after {
  content: "\f105";
}

/* --------------------------------------------------
	[. Owl 2 Carousel v3]
----------------------------------------------------  */
/* Project Item  */
.owl2-carousel-v3__item {
	transition: all .3s ease;
	margin-left: 1px;
	border: solid 1px transparent;
}
.owl2-carousel-v3__item:hover {
	border-color: #bbb;
}

/* --------------------------------------------------
	[. Owl 2 Carousel v4]
----------------------------------------------------  */
/* News Info  */
.owl2-carousel-v2__item-info--news {
	color: #fff;
	padding: 30px;
	visibility: visible;
	background: rgba(20,17,44,.4);
	border: solid 10px transparent;
	transition: all .3s ease;
}

.owl2-carousel-v2__item:hover .owl2-carousel-v2__item-info--news {
	border-color: #fff;
	background: rgba(57,73,160,.8);
}

.owl2-carousel-v2__item-info--news span {
	display: block;
	margin: 5px 0;
	font-size: 18px;
	letter-spacing: 1px;
}

.owl2-carousel-v2__item-info--news em {
	color: #eee;
	font-size: 12px;
	font-style: normal;
}

.owl2-carousel-v2__item-info__item {
	position: absolute;
	bottom: 20px;
	display: block;
}

/* --------------------------------------------------
	[. Steps v1]
----------------------------------------------------  */
.steps-v1 {
	position: relative;
	padding: 25px 25px 25px 80px;
}

/* Step v1 Spaces */
.steps-v1--lspace,
.steps-v1--rspace {
	padding-left: 50px;
}

@media (min-width: 992px) {
	.steps-v1--rspace {
		padding-right: 0;
	}
}

/* Step v1 Block */
.steps-v1__block {
	top: 50%;
	left: -50px;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	background: #e67e22;
	border: solid 5px #14112c;
}

/* Step v1 Icon */
.steps-v1__icon  {
	top: 25px;
	left: 25px;
	color: #fff;
	font-size: 40px;
	position: absolute;
}

.steps-v1:hover .steps-v1__icon {
	visibility: hidden;
}

/* Step v1 Image */
.steps-v1__img {
	width: 80px;
	height: 80px;
	margin-top: 5px;
	margin-left: 5px;
	opacity: 0;
	transition: all .3s;
}

.steps-v1:hover .steps-v1__img {
	opacity: 1;
}

/* --------------------------------------------------
	[. Steps v2]
----------------------------------------------------  */
.steps-v2__block {
	padding: 20px;
	border-left: solid 3px #e67e22;
	transition: all .1s ease-out;
}

.steps-v2__block:hover {
	border-color: #fff;
}

/* --------------------------------------------------
	[. Pricing Table v10]
----------------------------------------------------  */
.pricing-v10 {
	padding: 10px;
	border: solid 1px #f7f7f7;
}

/* Pricing Block  */
.pricing-v10__block {
	margin-bottom: 0;
	padding: 10px 40px;
	transition: all .3s ease;
}

/* Pricing List  */
.pricing-v10__block-list {
	padding: 10px 0;
	border-bottom: solid 1px #e7e7e7;
}

.pricing-v10__block-list:last-child {
	border-bottom: none;
	padding-top: 25px;
}

/* Item Price  */
.pricing-v10__price {
	font-size: 30px;
	line-height: 35px;
}

/* Pricing Large  */
.pricing-v10--lg {
	margin-top: -15px;
}
@media (max-width: 991px) {
	.pricing-v10--lg {
		margin-top: 0;
	}
	.pricing-v10 {
		margin-bottom: 20px;
	}
}

.pricing-v10__block--lg {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* --------------------------------------------------
	[. Business Service Box v1]
----------------------------------------------------  */
/* Business Service Block  */
.service-box-v1--business .service-block {
	padding-top: 50px;
	margin-right: -1px;
	padding-bottom: 30px;
	transition: all .3s ease-in-out;
}

.service-box-v1--business .service-block:hover {
	box-shadow: none;
	padding-top: 35px;
	transition: all .2s ease-in;
	border-bottom-color: #e67e22;
	border-bottom-width: 2px;
}

.service-box-v1--business .icon {
	color: #e67e22;
	font-size: 40px;
}

.service-box-v1--business .h3 {
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
}

.service-box-v1--business p:after {
	height: 2px;
	background: #e67e22;
}

.service-box-v1--business ul {
	padding: 0;
}

.service-box-v1--business li {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	border-top: solid 1px #e5e5e5;
}

.service-box-v1--business li:hover {
	color: #e67e22;
}

/* --------------------------------------------------
	[#. Cotnac Blocks]
----------------------------------------------------  */
.contact-blocks-v1 {
	border-right: solid 1px rgba(57,73,160,.5);
}
.contact-blocks-v1:last-child {
	border: none;
}
.contact-blocks-v1 h4 {
	color: rgba(255,255,255,.5);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
}

@media (max-width: 991px) {
	.contact-blocks-v1 {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-right: none;
		border-bottom: solid 1px rgba(57,73,160,.5);
	}
	.contact-blocks-v1:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.contact-blocks-v1__icon {
	font-size: 50px;
	margin-bottom: 18px;
}

/* --------------------------------------------------
	[#. Social Block v1]
----------------------------------------------------  */
.social-block-v1__list-btn {
	color: #999;
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
  background-color: #1d1a37;
  transition: all .2s ease;
}

.social-block-v1__list:nth-child(2n+1) .social-block-v1__list-btn {
  background-color: #211e3f;
}

.social-block-v1__list-btn:hover,
.social-block-v1__list:nth-child(2n+1) .social-block-v1__list-btn:hover {
	color: #fff;
	background: #e67e22;
}

/* --------------------------------------------------
	[#. Subscribe Block v1]
----------------------------------------------------  */
.subscribe-block-v1 {
	border: none;
}

.subscribe-block-v1__form {
	border-right: none;
	border-color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.subscribe-block-v1__addon,
.subscribe-block-v1__form:focus {
	box-shadow: none;
	border-color: #eee;
}

/* --------------------------------------------------
	[#. Header]
----------------------------------------------------  */
/* Header  */


/* Fixed Header  */

/* --------------------------------------------------
	[. Pace Loader]
----------------------------------------------------  */
.pace .pace-progress {
	background: #fff;
}

.pace .pace-progress-inner {
	box-shadow: 0 0 10px #fff, 0 0 5px #fff;
}

.pace .pace-activity {
	border-top-color: #fff;
	border-left-color: #fff;
}

.input-group-addon {
	padding: 8px 12px 6px;
}

@media (max-width: 991px) {
	.equal-height-column-v2[data-image-src$=".jpg"],
	.equal-height-column-v2[data-image-src$=".png"],
	.equal-height-column-v2[data-image-src$=".gif"] {
		display: none;
	}
	.equal-height-column-v2 {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.no-gutter > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
	}
}

a.btn-u {
	letter-spacing: 1px;
	padding: 6px 13px 5px;
}
