html,body{width:100%;height:100%;}	
a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
}
/* ------------------------------------------------------------------------------
	Slider Images URL
-------------------------------------------------------------------------------*/

#first-slider .slide1 {
    background-image: url('../images/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url('../images/2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url('../images/3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
.none{display: none;}

p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: transparent;
	color: #ff4500;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #ff4500;
}
.btn:hover, .btn:focus {
	background-color: #ff4500 !important;
	color: #ffffff;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    /* margin-top:-405px; */
    background-color: #374246;
    padding:40px;
    color: #848484;
    /* width: 50%; */
    float: right;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Segoe UI","Lucida Grande",Helvetica, Arial,"Microsoft YaHei",FreeSans, Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3","FontAwesome",sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
@media (max-width: 500px) {
	.section {
		padding: 0!important;
	}
}
.section {
	padding: 16px 0;
}
.no-padding {
	padding: 0!important;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
.mg-t10{margin-top: 10px;}
#header{
	position: fixed;
	top:0;
	width: 100%;
	max-width: 1140px;
	z-index: 999;
	background: transparent;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header h3{
	text-align: center;
    margin: 20px 0 0 0;
    color: #808080;
    letter-spacing: 5px;
}
#header .logo {
	float: left;
	font-size: 28px;
	font-weight: bolder;
	color: #ff4500;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 0px;
	margin-top: -10px;
}
#header.fixed {
	background-color: #fffdfd;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 20px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	text-align: center;
    padding: 10px;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    margin-top: 10px;
}
.primary-nav > li {
	display: inline-block;
	position: relative;
    padding: 0 20px;
}
@media (max-width: 500px) {
	.primary-nav > li {
	    padding: 0;
	}
}
.son-nav{
	position: absolute;
	z-index:99;
    left: 0;
    right: 0;
    top: 40px;
    background-color: #fff;
    display: none;
}
.primary-nav > li:hover .son-nav{display: block;}
.primary-nav > li i{margin-left: 5px;}
.son-nav li{
	width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.son-nav li:last-child{
	border-bottom: 0;
}
.no-border{border: 0!important;}
.navigation a {
	color: #6b6b6b;
	font-size: 14px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #000;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.56);
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
.new-nav{
	text-align: center;
}
.new-nav dt{
	padding: 10px;
    border-bottom: 1px solid #6c7279;
}
.new-nav dd{
	overflow: hidden;
	cursor:pointer;
    border-bottom:1px dotted #fff;
}
.new-nav dd .ptype{
	padding: 10px;
	color:inherit;
	display: block;
	position: relative;
	background: #f7f7f7;
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.banner{
	padding-top: 130px;
}
#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 32px;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 30px;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 350px;
  height: 100%;
  width:100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
    border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}



/* ==========================================================================
	$intro
========================================================================== */
.intro {
	background-color: #fff;
	color: #333;
}
.intro h3 {
	margin-bottom: 20px;
}
.intro p { 
	font-weight: 400;
}
/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header{	
text-align: center;	
padding-bottom: 30px;
}
.section-header h2{
	
}
.section-header p{
	
}

/* pricingtable5 */
#pricing5 {
	padding: 40px 0;
}

#pricing5 .table {
	margin-top: 15px;
	width: 100%;
	padding: 30px 10px;
	border: 2px solid #bbbbbb;
}

#pricing5 .long-table {
	margin-top: 0;
	padding: 40px 10px 50px 10px;
}

#pricing5 h3 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #ff4500;
}

#pricing5 h2 {
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #282828;
	margin: 20px 0 15px 0;
}

#pricing5 p {
	margin: 0;
	/* font-size: 12px; */
	text-align: center;
	/* color: #898989; */
	font-weight: 300;
	margin: 15px 0 35px 0;
}

#pricing5 ul.table-content {
	list-style: none;
	text-align: center;
	margin: 35px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #898989;
}
#pricing5 ul.table-content li{
	line-height:35px;
}
/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
}
.services-content {
	padding: 30px 30px 20px;
	margin-top: 30px;
	background: #f5f5f5;
	border: 1px solid #fff;
}
.services .icon {
	color: #ffffff;
	font-size: 38px;
	padding-left: 15px;
	/* float: left; */
	background: #ff4500;
	padding: 20px;
	width: 90px;
	margin: 0 auto -29px;
	display: block;
}
/* ------------------------------------------------------------------------------
	 gallery
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
	background: #fff;
    padding: 5px;
}
.work img {
	width: 100%;
	height: 100%;
	opacity: .6;
}
.work .overlay {
	background: rgba(56, 56, 56, 0.58);
	left: 5px;
	right:5px;
	opacity: 0;
	position: absolute;
	top: 5px;
	bottom:5px;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img,.work-boxs:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay,.work-boxs:hover .overlay{
	opacity: 1;
}
.work-box:hover .overlay h5,.work-box:hover .overlay p,.work-boxs:hover .overlay h5,.work-boxs:hover .overlay p{
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.services-content h5 {
    margin: 0 20px 20px;
}
.video-section{
	padding: 88px 0 20px;
	position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.56);
    -moz-transform:scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.see-active{
	-moz-transform:scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
address { 
    line-height: 1.42857143;
    color: #b5b5b5 !important;
}
/* ---------------------------------------------------------------------------
About
------------------------------------------------------------------------------*/
/*	CONTENT BLOCK 3-10
/*----------------------------------------------------*/

.content-3-10 {
	padding: 0px;
	position: relative;
}

.content-3-10 .image-container {
	position: absolute;
	height: 300px;
	padding: 0px;
	top: 0px;
}

.content-3-10 .image-container .background-image-holder {
	background: url('../images/wz.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-10 .content {
	margin-top: 300px;
	padding: 40px;
}

.content-3-10 h3 {
	margin-bottom: 32px;
}

.content-3-10 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 3-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-10 .image-container {
		height: 100%;
	}
	
	.content-3-10 .content {
		margin-top: 0px;
		padding: 80px 15px 80px 80px;
		background: #fff;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/* ------------------------------------------------------------------------------
	 package
-------------------------------------------------------------------------------*/
.packageList {
	margin-bottom: 50px;  
}
h5 {
    font-size: 1.286em;
    font-weight: 500;
    margin: 0.3em 0;
    text-transform: capitalize;
}
ul.list-default {
    list-style-type: none;
    padding: 0;
}
ul.list-default li {
    padding: 0.5em 0 0.5em 2em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.package {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	position: relative;
	border-style: none none solid none !important;
	padding: 1em 0 0.5em;
}
.package:hover {
	background-color: #fbfbfb; 
}
.package:hover h5 {
	color: #ff67ab;
}
.package:hover .price {
	background-color: #ff348f;
}
.package ul.list-default li {
	border: none !important;
	padding: 4px 0;
} 
.package ul.list-default li:before {
	top: 0.3em !important;
}
.price {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    position: absolute;
    background-color: #ff67ab;
    font-size: 1.35em;
    font-weight: 500;
    color: #fff;
    padding: 0.5em;
    margin: -1px -1px -1px 0;
}
.package .price {
	top: 1em;
	right: 1em;
	bottom: auto;
	font-size: 1.5em;
	padding: 0.7em;
}
.package .price small {
	font-size: 0.7em;
	margin-right: 3px;
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
	text-align: left;
}
.person img {
	margin: auto;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h5 {
	color: #9E9E9E;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
}
.social-icons, .footer .footer-share {
	margin-top: 20px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #ff4500;
	color: #ff4500;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background-color: #ff4500;
	border-color: #ff4500;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #374246;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	text-align: center;
}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin: 7%;
}
.conForm input {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border: #e0e0e0 1px solid;
	font-size: 15px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border: #e0e0e0 1px solid;
}
.conForm .submitBnt {
	background: #ff4500;
	color: #fff;
	margin-top: 30px;
	padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #ff4500;
	color: #ffffff;
}
#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color:#5ed07b;
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
    color: #dedede;
	text-align: left;
	background: #374246;
}
.footer-top {
	background-color: #181818;
	padding-top: 50px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 0.25);
}
.footer a {
	color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .heart {
	text-align: center;
    padding: 10px;
}
.xz_c{
	padding-top: 25px;
}
.xz_c:after{
	content: '';
	display: block;
	clear: both;
}
.xz_c li {
    width: 196px;
    float: left;
    margin: 0 30px 0 0;
    border: 1px solid #333;
    height: 250px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.xz_c li:last-child{
	margin: 0;
}
.xz_c li b {
    height: 86px;
    display: block;
    font-weight: normal;
    color: #333;
}
.xz_c li b em {
    font-style: normal;
    font-family: "Times New Roman", Times, serif;
    font-size: 50px;
    line-height: 40px;
    margin-top:10px;
    display: block;
}
.xz_c li p {
    height: 80px;
    padding: 13px 0 0;
    overflow: hidden;
}
.xz_c li p em {
    display: block;
    font-style: normal;
    font-family: Arial;
    font-size: 10px;
    text-transform: uppercase;
}
.xz_c li span {
    display: block;
    width: 100%;
    height: 51px;
    color: #666;
  	font-size: 50px;
}
.lcc-content{padding: 10px 15px;}
.lcc-content:after{
	content: "";
	display: block;
	clear: both;
}
.lcc-content li{
	position: relative;
    float: left;
    padding: 0 50px 0 0;
    white-space: nowrap;
}
.lcc-content li.born{
	padding: 0;
}
.lcc-content li a {
    width: 111px;
    height: 111px;
    display: block;
    overflow: hidden;
    color: #666;
    border: 2px solid #666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 110px;
}
.lcc-content li .next{
	position: absolute;
    right: 15px;
    top: 30px;
    font-size: 50px;
    color: #666;
}
.lcc-content li a i{
	font-size: 50px;
}
.lcc-content li span {
    display: block;
    text-align: center;
    padding: 16px 0 0;
}
.ps-rt{position: relative;}
.row{margin: 0}
.df-animation{
	-moz-transform:  all .3s ease-in-out;
    -ms-transform:  all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.articles{
	margin-bottom: 20px;
}
.articles:after{
	content: "";
	display: block;
	clear: both;
}
.articles li{
	float: left;
	width:32.5%;
    background: #fff;
    padding: 10px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #bababa;
}
@media (min-width: 500px) {
	.articles li:last-child{margin: 0;}
}
.articles li img{
	max-width:100%;
}
.articles li:hover img{
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.articles li p{
	margin: 10px 0 0 0;
}
.articles li:hover p{
	color: #333;
}
.article-more{
	display: block;
    width: 180px;
    line-height: 46px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid rgb(89, 89, 89);
    color: rgb(89, 89, 89);
    letter-spacing: 1px;
}
.article-more:hover{
	border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}
.work-boxs,.work-box{display: block;background: #000;overflow: hidden;}
.project-more{
    width: 150px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 20px;
    margin-right:10px;
    background:#fff;
    border: 1px solid rgb(89, 89, 89);
    color: rgb(89, 89, 89);
    letter-spacing: 1px;
}
.project-active,.project-more:hover{
	background: #000;
    color: #fff;
}
.none-project{
	-moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    width:0;
    padding: 0;
}
.close-project{
	position: fixed;
    padding: 10px 20px;
    bottom:25px;
    right: 17px;
    font-size: 22px;
    background: #4d4a4a;
    color: #fff;
    z-index: 9999;
    opacity: 0;
}
.close-project:hover{
	color: #9E9E9E;
}
.close-open{opacity: 1;}
.brief-text{
	text-align: center;
    font-size: 16px;
    color: #333;
    min-height: 1px;
    border-bottom: 1px solid #9E9E9E;
    padding: 10px;
    margin-bottom: 20px;
}
.blockOverlay {
    z-index: 1111;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    cursor: wait;
    position: fixed;
    background-color: rgb(0, 0, 0);
}
.blockMsg {
    z-index: 1211;
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 20%;
    top: 35%;
    left: 40%;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 0px;
    cursor: wait;
}
.blockMsg .loading-message {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}
.bg-fff{background: #fff;}
.bg-f6f6{background: #f6f6f6;}
.pd-b10{padding-bottom: 10px;}
.pd-a20{padding: 20px!important;}
.mg-a20{margin: 20px!important;}
.mg-t5{margin-top: 5px;} 
.cl-s3{color: #333;}
.cl-s6{color:#666;}
.cl-s9{color:#999;}
.border-left{border-left:1px solid #e5e5e5;}
.ft-s12{font-size: 12px;}
.text-dl{margin: 5px 0;display: inline-block;min-height: 85px;width: 100%;}
.text-dl dd{line-height: 20px;}
.text-dls{margin: 10px 0;display: inline-block;min-height: 40px;width: 100%;}
.text-dls dd{line-height: 20px;}
.text-ellipsis-2{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.div-equality{
	display: box;
	display: -webkit-box;
	display: flex;
}
.border-10w{border:15px solid #fff;}
.small a{color: inherit;}
.ptype i{
	position: absolute;
    right: 10px;
    top: 13px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.small-nav,.sons-nav{
	display:none;
    margin: 0;
    color: #999;
    margin-left: 10px;
}
.small-nav dd,.sons-nav dd{
	border-bottom:0;
	border-top: 1px dotted #fff;
}
.small-nav .ac{color: #FF5722;}
.opens .ptype,.openss .itype,.opensss .stype{
	color: #000!important;
}
.opens .ptype i,.openss .itype i,.opensss .stype i{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.item-nav{
	display: none;
	margin: 0;
}
.item-nav dd{
	padding: 10px;
	border-bottom:0;
	border-top: 1px dotted #ccc;
}
.item-nav dd:first-child{
	border: 0;
}
.item-nav dd:hover{
	color:#FF5722;
}
.small-nav dd .itype,.sons-nav dd .stype{
	padding: 10px;
	color:inherit;
	display: block;
	position: relative;
	background: #f9f9f9;
}
.sons-nav dd .stype{
	background: #fbfbfb;
}
.small-nav .itype i,.sons-nav .stype i{
    position: absolute;
    right: 10px;
    top: 13px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.open-item{
	color:#FF5722!important;
}
.open-active{
	color: #FF5722;
}
#container .at-item:last-child{
	border:0;
}
.sons-nav{
	margin: 0;
	margin-left: 10px;
}
.ps-rt{
	position: relative;
}
.ps-ad{
	position: absolute;
}
.l10{
	left:10px;
}