html, body {
	height: 100%;
	font-family: "思源黑体 CN Regula";
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
	list-style-type: none;
}
p {
	margin:0 0 0px;
  
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	margin: 0 0 15px;
	color: #444;
    font-weight: 700;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 44px;
		
}
h3{
	font-size: 30px;
	line-height: 36px;
	font-family: 'Raleway', sans-serif;
		
}
h4{
	font-size: 24px;
	line-height: 34px;
		
}
h5{
	font-size: 20px;
	line-height: 28px;
		
}
h6{
	font-size: 16px;
	line-height: 26px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
	color: #666;
}
a:hover {
  color: #ffa600;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #333;
    text-decoration: none;
}


	

body {
	background: #fff none repeat scroll 0 0;
	color: #666;
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}











#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 34px;
  height: 50px;
  line-height: 46px;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 50px;
}
#scrollUp:hover {
    background: #ffb600;
    opacity: 1;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-color: #fff;
	background-image: url(nnm.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #ffa600;
    text-shadow: none;
}
::selection {
    background: #ffa600;
    text-shadow: none;
}
.color{
    color:#ffa600;
    font-weight: 700;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 90px 0px;
}
.area-padding-2{
    padding: 70px 0px 50px;
}
.padding-2{
    padding-bottom: 90px;
}
.section-headline{
    margin-bottom: 60px;
    position: relative;
}
.section-headline h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.section-headline.white-headline h3 {
    color:#fff;
}
.section-headline.text-left {
    margin-bottom: 30px;
}
.section-headline::after {
    border: 1px solid #ffa600;
    bottom: -27px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}
.section-headline.text-left h3::after {
    border: 2px solid #ffa600;
    left: 0;
    right: auto;
}
.section-headline p {
    max-width: 680px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
.sub-head h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}
.sub-head h4::after {
    border: 2px solid #ffa600;
    bottom:0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 20%;
}
.sub-head p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}
.load-more-btn {
    text-transform: uppercase;
    background: #ffa600;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
	transition: 0.4s;
	border:2px solid #ffa600;
}
.load-more-btn:hover{
    background: #fff;
	border:2px solid #ffa600;
    color: #ffa600;
	transition: 0.4s;
}
.section-headline h4 {
    font-size: 28px;
    max-width: 800px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 auto;
}
.section-headline h4 .color {
    color: #ffa600;
    font-weight: 600;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.last-content {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.bg-color,.bg-color-2{
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}
.bg-color-2::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35.50%;
    height: 100%;
    content: "";
    background: rgba(232,234,237,0.30) none repeat scroll 0 0;
    z-index: -1;
}
.bg-color::after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35.50%;
    height: 100%;
    content: "";
    background: rgba(232,234,237,0.30) none repeat scroll 0 0;
    z-index: -1;
}
.bg-gray{
    background: #fcfafa;
}
.bg-dark{
    background: #071333;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-right ul li {
    display: inline-block;
}
.topbar-area {
    background:#243559;
}
.topbar-right ul li a {
	color: #ddd;
	display: block;
	margin-left: 30px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.topbar-right ul li a i {
    color: #ffa600;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-right {
    position: relative;
    display: block;
    float: right;
}
.top-social {
	float: left;
	margin-left: 10px;
	height:46px;
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255, 255, 255, 0.45);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255, 255, 255, 0.45);
}

.top-social a  img{ margin-top:10px; float:left;}


.top-social a:hover{
	color:#fff;
	background: #ffa600;
}
.quote-button {
    float: left;
}
.quote-button .quote-btn {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 26px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255, 255, 255, 0.45);
}
.quote-button .quote-btn:hover {
	background: transparent;
	color: #ffa600;

}
.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-area{
	background: #fff;
	box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;
}
.logo {

}
.logo a {
	display: inline-block;
	padding-top: 0px;

	padding-left: 0; float:left
}



.main-menu{ width:960px; float:right}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative; 
}
.main-menu ul.navbar-nav > li >a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-right: 26px;
	margin-bottom: 0px;
	margin-left: 26px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 68px;
}
.main-menu ul.navbar-nav li a:hover{
	color: #ffa600;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #cc0a0a;/*菜单头部红过线条*/
    content: "";
    height: 2px;
    position: absolute;
    top: 68px;
    width: 0;
    transition: .5s;
	left: 0px;
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffa600;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 0px solid #ffa600;/*经过横线色*/
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 290px;
    z-index: -99;

}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
	top: 68px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	padding: 20px 0px;
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 7px 15px;
	text-transform: capitalize;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #ffa600;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
	color:#fff;
	background-color: #0A429D;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#444}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	background: #f5f5f5;
	color: #444;
	display: none;
	position: fixed;
	
	width: 300px;
	z-index: 99999;
	top: 40%;
	padding: 20px;
	left: 40%;
}
.search-option input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #444;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	padding: 8px 10px;
	width: 214px;
	height: 44px;
}
.search-option button.button {
    background: #ffa600;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}






.header-right-link a.main-search {
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 16px;
	line-height: 39px;
	position: relative;
	text-align: center;
	width: 40px;
	height: 40px;
	background: #ffa600;
	border-radius: 5px;

	margin-top: 19px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;

}
.header-area.stick .logo a {
    display: inline-block;  
  
}/*----------弹出头部目录logo---------------------------*/

/*----------------------------------------*/
.mobile-menu-area {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #fff none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    background: rgba(10, 27, 40, 0.75) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -150px;
}
.layer-1-2 {
    margin: 0px 0 20px;
}
.layer-1-1 p {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.60px;
    line-height: 30px;
    max-width: 700px;
}
.layer-1-2 h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    max-width: 800px;
    letter-spacing: 2px;
}
.ready-btn {
    border: 1px solid #ffa600;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #ffa600;
    width: 160px;
    border-radius: 3px;
}
.ready-btn:hover{
    color: #fff;
    background: #ffa600;
    border: 1px solid #ffa600;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fff;
    color:#444;
}
.ready-btn.right-btn:hover{
    background: #ffa600;
    border: 1px solid #ffa600;
    color:#fff;
}
.ready-btn.left-btn:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #444;
}
.layer-1-2 .color {
    color: #ffa600;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 24px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:1px solid #fff;
    width: 50px;
    height: 50px;
	border-radius: 3px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #ffa600;
    border: 1px solid #ffa600;
}
.intro-carousel .owl-item .layer-1-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-1-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-1-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
	transform: scale(1.1);
	transition: 10s;
}
/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.well-services {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #fff;
}
.top-icon {
    position: absolute;
    right: 15px;
    font-size: 44px;
    bottom: 0px;
    background: #ffa600;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
	z-index: 9;
}
.main-services {
    display: block;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.well-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #ffa600;
}
.services-img {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.services-img img {
    transform: scale(1.1);
    transition: 0.4s;
}
.image-layer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,44,87,0.95) none repeat scroll 0 0;
    z-index: 1;
    opacity: 1;
	transition: 0.4s;
	padding: 30px 20px;
}
.image-layer a {
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
	font-size: 14px;
}
.image-layer a i {
    border-radius: 50%;
    background: transparent;
    font-size: 20px;
    opacity: 0.90;
    line-height: 30px;
    margin-right: 15px;
}
.service-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    z-index: 2;
}
.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -15px;
    top: -5px;
    font-size: 16px;
}
.well-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}
.well-services:hover .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
}
.well-services:hover .service-content h4{
    color: #ffa600;
}
.well-services:hover .service-btn:hover{
    color: #ffa600;
}
.image-layer a:hover{
   color: #ffa600;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-image img {
    border-radius: 10px;
}
.about-content h4 {
    line-height: 32px;
    font-size: 24px;
}
.about-details {
    overflow: hidden;
    display: block;
    margin-top: -15px;
}
.single-about {
    display: block;
    margin-top: 30px;
}
.single-about a {
    font-size: 40px;
    color: #ffa600;
    float: left;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border: 1px solid #ffa600;
    text-align: center;
    margin-right: 15px;
    border-radius: 3px;
}
.icon-text {
    padding-left: 95px;
}
.icon-text h5 {
    margin-bottom: 5px;
}
.about-image {
    border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.about-image img {
    border-radius: 10px;
}
.about-image::after {
    position: absolute;
    right: -220px;
    top: 0px;
    width: 453px;
    height: 100%;
    content: "";
    background: rgba(0,44,87,0.85) none repeat scroll 0 0;
    transform: rotate(45deg);
}
.video-content {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	 margin-top: -50px;
	text-align: center;
	z-index: 9;
}
.video-play.vid-zone {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 100px;
    line-height: 96px;

    width: 100px;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #fff;
}
.video-play.vid-zone i {
    color: #ffa600;
    margin-left: 5px;
}
.video-play.vid-zone:hover {
    background: #fff;
    color: #ffa600;
	transition: 0.4s;
}
.video-play.vid-zone:hover i{
    color: #ffa600;
}
/*--------------------------------*/
/* 6.Services Area
/*--------------------------------*/
.services-all{
	margin-top: -20px;
}
.single-services{
   margin-top: 60px;
    display: block;
}
.service-inner {
    box-shadow: none;
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
    padding: 30px 30px;
	z-index: 1;
}
.service-icon {
    display: inline-block;
    font-size: 40px;
    line-height: 67px;
    color: #fff;
    transition: 0.4s;
    position: absolute;
    top: -30px;
    z-index: 9999;
    width: 70px;
    height: 70px;
    background: #ffa600;
    text-align: center;
    border-radius: 3px;
	transition: 0.4s;
	border: 1px solid #ffa600;
}
.services-all .service-content {
    padding-top: 20px;
}
.service-inner::after {
    background: #012a51;
    border: 1px solid #012a51;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}
.single-services:hover .service-inner::after {
    opacity: 1;
    transition: 0.4s;
}
single-services:hover .service-inner{
	border: 1px solid #012a51;
}
.service-inner .service-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.service-inner .service-content h4 a {
    color: #444;
}
.service-inner .service-content p{
	margin-bottom: 0px;
}
.single-services:hover .service-content h4 a, 
.single-services:hover .service-content p{
    color: #fff;
}
.single-services:hover .service-icon {
    color: #ffa600;
    background:#fff;
	transition: 0.4s;
}
/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.counter-area{
   position: relative;
   overflow: hidden;
}
.counter-inner {
    background: #f6f6f6;
    padding: 100px 30px 100px 70px;
}
.fun-title h3 {
    color: #f5f5f5;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 0px;
}
.fun-title {
    position: relative;
    background: rgba(10, 24, 40, 1) none repeat scroll 0 0;
    padding: 108px 0px 108px 100px;
    z-index: 1;
    margin-right: 125px;
}
.fun-title:after {
    content: '';
    position: absolute;
    width: 441px;
    height: 100%;
    background: rgba(10, 24, 40, 1) none repeat scroll 0 0;
    top: 76px;
    right: -164px;
    z-index: -1;
    transform: rotate(60deg);
}
.fun-content {
    display: block;
    padding: 80px 40px 80px 0px;
    overflow: hidden;
}
.fun_text i {
    font-size: 50px;
    color: #ffa600;
    line-height: 50px;
    margin-bottom: 30px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border: 2px solid #ffa600;
    border-radius: 3px;
}
.fun_text {
    width: 50%;
    float: left;
    text-align: center;
}
.fun_text span {
    color: #444;
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 40px;
}
.fun_text > h5 {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
/*--------------------------------*/
/*  8.project Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 30px;
}
.first-item {
    margin-bottom: 30px;
}
.project-carousel .col-md-4{
	width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0,44,87,0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding: 20px 0px 0px 0px;
}
.project-dec h4 {
    color: #444;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.project-dec h4::after {
    position: absolute;
    content: "\e87a";
    right: 40px;
    top: 0px;
    font-family: mentos;
    font-size: 20px;
    transition: 0.5s;
    width: 50px;
    height: 30px;
    border: 1px solid #ffa600;
    background: #ffa600;
    color: #fff;
    text-align: center;
    line-height: 27px;
    opacity: 0;
     transition: 0.5s;
}
.single-awesome-project:hover .project-dec h4::after {
    right: 0px;
    opacity: 1;
    transition: 0.5s;
}
.project-dec a {
    color: #444;
}
.project-dec a:hover {
    color: #333;
}
.project-dec span {
    font-size: 14px;
}
.project-dec p{
	margin-bottom: 0px;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec h4 {
    color:#ffa600;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
	border-radius: 50%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #ffa600;
    border: 1px solid #ffa600;
}
/*----------------------------------------*/
/* 9. banner area css
/*----------------------------------------*/
.banner-area{
   background: rgba(0, 0, 0, 0) url(../img/background/bg1.jpg) no-repeat scroll top center / cover;
    position: relative;
    z-index: 1;
}
.banner-area:after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(10, 24, 40, 0.90) none repeat scroll 0 0;
    content:"";
    z-index: -1;
}
.banner-text h3 {
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    max-width: 750px;
    margin: 0px auto 30px;
}
.hire-btn {
    background: #ffa600;
    border: 2px solid #ffa600;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 30px;
    padding: 12px 40px;
    transition: 0.4s;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
}
.hire-btn:hover{
    background: transparent;
    color: #ffa600;
}
.single-brand-item {
    float: left;
    width: 20%;
}
.single-brand-item a {
    border: 1px solid #666;
    display: block;
    margin: 15px;
    background: #212D3C;
}
/*----------------------------------------*/
/*  10. Overview Area
/*----------------------------------------*/
.small-title {
    color: #ffa600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}
.overview-inner {
    padding-right: 20px;
}
/*----------------------------------------*/
/*  11. FAQ  Area
/*----------------------------------------*/
.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
	box-shadow: 0 3px 12px #ccc;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    color: #444;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
}
.faq-details h4.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 45px;
}
.faq-details h4.check-title {
    color: #444;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details .panel-heading h4 a{
    position: relative;
}
.faq-details .panel-heading h4 a::before {
    color: #444;
    content:"\e881 ";
    font-family: mentos;
    font-size: 16px;
    left:0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top:0px;
	width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active::before {
    color: #ffa600;
    content: "\e882";
    font-family: mentos;
    font-size: 16px;
    left: 0px;
   line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active {
    color: #ffa600;
}
.faq-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.faq-area .faq-content {
    margin-left: 30px;
    padding:30px;
    border-radius: 5px;
	border:1px solid #ccc;
}
.faq-area .contact-form input[type="text"], 
.faq-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.faq-content h4{
	color:#444;
	padding-bottom: 20px;
}
.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #ffa600;
    display: inline-block;
    border: 2px solid #ffa600;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}
.faq-area .quote-btn:hover{
	background: transparent;
	border: 2px solid #ffa600;
	color: #ffa600;
	transition: 0.4s;
}
/*----------------------------------------*/
/*  12. Add Area
/*----------------------------------------*/
.add-area {
    background: url(../img/background/bg1.jpg) no-repeat scroll center center / cover; 
    display: block;
    overflow: hidden;
	position: relative;
	z-index: 1;
}
.add-area::after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(10, 24, 40, 0.90) none repeat scroll 0 0;
    content:"";
    z-index: -1;
}
.add-content h4 {
    color: #fff;
    font-size: 32px;
    line-height: 44px;
    max-width: 750px;
    float: left;
    margin-bottom: 0px;
    margin-top: 18px;
}
.add-contact {
    float: left;
}
.call-us {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}
.call-us i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #ffa600;
    background: #ffa600;
    text-align: center;
    line-height: 46px;
    margin-right: 15px;
    border-radius: 3px;
}
.mail-us{
    margin-bottom: 0px;
}
/*----------------------------------------*/
/*  13. Blog Area
/*----------------------------------------*/
.blog-area{
  background: #fff;
}
.blog-grid {
    margin-top: -30px;
}
.blog-image{
  overflow: hidden;
    display: block;
}
.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(0,46,91,0.10);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.blog-content a h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 28px;
    margin-bottom: 10px;
}
.blog-category span {
    text-transform: uppercase;
    font-size: 13px;
    color: #ffa600;
    font-weight: 600;
}
.blog-content {
    margin-top: 20px;
}
.blog-title {
    margin-top: 10px;
}
.blog-details .blog-content a h4 {
    font-size: 24px;
    line-height: 32px;
}
.home-blog .blog-content a h4{
	margin-bottom: 0px;
}
.blog-meta {
    padding: 15px 0px 10px;
    position: relative;
}
.blog-meta span {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}
.blog-meta span i{
    padding-right: 3px;
}
.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-blog:hover .image-scale::after{
    background: rgba(0,46,91,0);
}
.single-blog {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.blog-grid-fast {
    margin-top: -30px;
}
.single-blog.b-mar{
    margin-top: 20px;
}
.blog-content a h4:hover{
    color:#ffa600;
}
.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-btn::after {
    position: absolute;
    content: "\e876";
    right:-12px;
    top: 0px;
    font-family: mentos;
    font-size: 10px;
    transition: 0.5s;
}
.blog-btn:hover {
    color: #ffa600;
}
.blog-btn:hover.blog-btn::after {
    right: -20px;
    opacity: 1;
    transition: 0.5s;
}
/*----------------------------------------*/
/*  14. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 80px 0;
}
.footer-1{
	background: url(../img/background/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
}
.footer-1 .footer-area{
	z-index: 1;
	background: transparent;
}
.footer-1 {
	z-index: 1;
	position: relative;
}
.footer-1::after {
    background: rgba(10, 24, 40, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.footer-logo{
	margin-bottom: 15px;
}
.footer-head p {
    color: #ddd;
}
.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}
.suscribe-input button {
    background: #ffa600;
    border: 1px solid #ffa600;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
}
.suscribe-input button:hover {
    background: transparent;
    border: 1px solid #ffa600;
    color: #ffa600;
    transition: 0.4s;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
	border-radius: 50%;
}
.footer-tags li a:hover,
.footer-icons ul li a:hover{
    color: #fff;
	background: #ffa600;
	border:1px solid #ffa600;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #012a51;
    background: #012a51;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}
.footer-icons {
    margin-top: 20px;
}
.footer-contacts p span {
    color: #ffa600;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}
.subs-feilds {
    margin-top: 20px;
}
.footer-list li:first-child a{
	padding-top: 0px;
}
.footer-list li:last-child a{
	padding-bottom: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ddd;
}
.footer-list li a:hover {
    color: #ffa600;
}
.footer-list li a:hover::after {
    background: #ffa600;
}
.footer-area-bottom {
    background: #071333 none repeat scroll 0 0;
    padding: 25px 0;
	border-top: 1px solid #333;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#ffa600;
}
.copyright-text a {
    color: #ddd;
}
.copyright > p {
    margin-bottom: 0;
    color: #ddd;
}
.copyright a {
    color: #ffa600;
}
.footer-1 .footer-area-bottom {
    background: rgba(10, 24, 40, 0.9) none repeat scroll 0 0;
    padding: 25px 0;
	border-top: none;
}
/*----------------------------------------*/
/*  15. Home 02 Area
/*----------------------------------------*/
.header-two .topbar-area {
    background: transparent;
}
.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.header-area-2 {
    background: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-two .main-menu ul.navbar-nav > li >a{
    color:#fff;
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.slide-area .title2 {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 0px;
    color: #fff;
    padding-bottom: 20px;
    max-width: 640px;
}
.slide-area::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(10, 24, 40, 0.6) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}
.slide-content {
    margin-top: 120px;
}
.header-center {

}
.header-area-2.stick{
   background: rgba(10, 24, 40, 0.99) none repeat scroll 0 0; 
   box-shadow: 0px 0px 5px #444, -2px -2px 5px #444;
}
.counter-area-2 .fun-content {
    display: block;
    padding: 90px 0px 90px 0px;
    overflow: hidden;
}
.counter-area-2 .fun_text {
    width: 25%;
    float: left;
    text-align: center;
}
.counter-area-2 .fun_text > h5,
.counter-area-2 .fun_text span{
    color:#fff;
}

/*----------------------------------------*/
/*  16. Testimonial area
/*----------------------------------------*/
.single-testimonial {
    padding: 130px 0px;
    padding-left: 80px;
}
.single-testi {
    padding: 30px 20px;
    position: relative;
    background-color: #fff;
}
.testimonial-text{
	position: relative;
}
.testimonial-text::after {
    position: absolute;
    left: -50px;
    top: -5px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 40px;
    transition: 0.5s;
    font-weight: 700;
}
.testimonial-text p {
    color: #444;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
}
.testimonial-text h5 {
    color: #444;
    font-size: 20px;
}
.testimonial-text a{
  color: #ffa600;  
}
.client-name {
    display: inline-block;
}
.client-name h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: px;
    margin-bottom: 0px;
}
.client-name span {
    font-size: 13px;
}
.hire-btn {
    margin-top: 10px;
}
.blog-right-column .blog-image {
    float: left;
    width: 45%;
}
.blog-right-column .blog-content {
    border: 1px solid #f5f5f5;
    height: 100%;
    min-height: 214px;
    margin-top: 0px;
    width: 55%;
    float: right;
    padding: 20px;
}
.blog-right-column .blog-meta {
    padding: 5px 0px 10px;
    position: relative;
}
.footer-2 .footer-area {
    background: #071333;
}
/*----------------------------------------*/
/*  17. Home 03 Area
/*----------------------------------------*/
.header-area-3 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	box-shadow: none;
	height: 98px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.4) ;
} /*-----头部目录背景----*/


.header-two .topbar-area-2{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.header-area-3.stick{
   background: rgba(0, 0, 0, 0.5); /*-----弹出头部目录背景----*/

}
.intro-area-3 .layer-1-2 h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 54px;
    text-transform: unset;
    max-width: 700px;
    letter-spacing: 2px;
}
.intro-area-3 .slider-content {
    margin-top: -110px;
}
/*----------------------------------------*/
/*  18. Wellcome Services 2 Area
/*----------------------------------------*/
.welcome-area-2 .well-services{
    padding: 30px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}
.welcome-area-2 .well-services::after{
    position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background: #012a51;
	content:"";
	transition: 0.5s;
	z-index: -1;
	opacity: 0;
}
.welcome-area-2 .well-services:hover::after{
	opacity: 1;
	transition: 0.5s;
}
.welcome-area-2 .well-icon {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}
.welcome-area-2 .well-icon a {
    font-size: 60px;
    line-height: 60px;
    color: #ffa600;
    font-weight: 800;
}
.welcome-area-2 .well-services .well-content h4 {
    font-size: 24px;
    line-height: 30px;
}
.welcome-area-2 .well-services:hover .well-content h4,
.welcome-area-2 .well-services:hover .well-content p,
.welcome-area-2 .well-services:hover .well-icon a{
	color:#fff;
}
.base {
    position: absolute;
    right: 10px;
    font-size: 140px;
    line-height: 150px;
    color: #ddd;
    top: 10px;
    z-index: -1;
    opacity: 0.3;
}
.services-area-3 .service-icon {
    position: relative;
    top: 0px;
}
.services-area-3 .services-all {
    margin-top: -30px;
}    
.services-area-3 .single-services {
    margin-top: 30px;
} 
.project-carousel .col-md-3{
    width: 100%;
}
/*----------------------------------------*/
/* 19. Team member area
/*----------------------------------------*/
.team-hover li {
    display: inline-block;
    margin: 0px 1px;
}
.team-hover li a {
    color: #666;
    border: 1px solid #f5f5f5;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
}
.team-member {
    margin-top: -30px;
}
.team-hover li a:hover {
    color: #ffa600;
}
.team-hover {
    padding: 15px 0;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member {
    margin-top: 30px;
}
.single-member .team-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    padding: 10px;
    text-align: center;
}
.team-content h4 a {
    color: #444;
}
.team-content p {
    margin-bottom: 0;
}
.team-content h4 {
    font-size: 22px;
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-3 .footer-area{
    background: #222222;
}
.footer-3 .footer-tags li a{
    border: 1px solid #272727;
    background: #272727;
}
.footer-3 .footer-area-bottom{
    background: #212121;
}
/*----------------------------------------*/
/* 20. Home-4 area
/*----------------------------------------*/
.header-area-4 {
    background: transparent;
    box-shadow: none;
}
.header-area-4 .header-center {
    border-right: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 0px 15px;
    background: #ffa600;
}
.header-area-4.stick{
    background: #ffa600;
}
.intro-area-4 .slider-content {
    text-align: center;
    margin-top: -130px;
}
.intro-area-4 .layer-1-2 h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    max-width: 850px;
    margin: 0 auto;
}
.intro-area-4 .layer-1-1 p {
    margin: 0 auto 20px;
}
/*----------------------------------------*/
/*  21. Breadcumbs Area
/*----------------------------------------*/
.page-area{
    position: relative;
}
.page-area {
    background: url(../img/background/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.breadcumb-overlay {
  position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(10, 27, 40, 0.5) none repeat scroll 0 0;
    content: "";
}
.breadcrumb {
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
}
.breadcrumb-bg {
    float: right;
    padding: 14px 0px;
}
.bread-inner {
    padding: 80px 0px;
}
.breadcrumb .section-headline h2 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    margin-bottom: 0px;
}
.breadcrumb .section-headline {
    margin-bottom: 0px;
    display: inline-block;
}
.breadcrumb .section-headline h2::after {
    display: none;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-headline::after {
    display: none;
}
.testimonial-page-area .single-testimonial {
    padding: 15px 0px;
    padding-left: 80px;
    margin-bottom: 30px;
}
.testimonial-page-area .client-name h4 {
    font-size: 20px;
}
.testimonial-page-area .testimonial-text p {
    font-size: 17px;
    line-height: 26px;
}
.project-content{
    margin-top: -30px;
}
.project-content .single-awesome-project{
    margin-top: 30px;
}
.blog-grid .blog-text p{
    margin-bottom: 0px;
}
/*----------------------------------------*/
/*  22. About page Area
/*----------------------------------------*/
.support-services {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    text-align: center;
}
.support-services .support-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
	padding-bottom: 0px;
}
.support-services .support-content h4 a {
    color: #444;
}
.support-services:hover .support-content h4 a{
    color: #ffa600;
}
.support-services .support-content p{
    color:#444;
	margin-bottom: 0px;
}
.support-images {
    display: inline-block;
    font-size: 40px;
    color: #444;
    line-height: 70px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #444;
    border-radius: 50px;
    width: 80px;
    height: 80px;
}
.support-services:hover .support-images {
	background: #ffa600;
	transition: 0.4s;
    border: 3px solid #ffa600;
    color: #fff;
}
/*----------------------------------------*/
/* 23. Blog Details page
/*----------------------------------------*/
.left-head-blog {
    padding: 30px 20px;
    border: 1px solid #ddd;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #ffa600;
}
.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 0px;
    text-transform: uppercase;
    position: relative;
}
.left-blog h4::after{
    position: absolute;
    content:"";
    left:0;
    bottom:-1px;
    width: 70px;
    height: 2px;
    background: #ffa600;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.left-blog ul{
    margin-top: 15px;
}
.left-blog li {
    display: block;
}
.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 16px;
    padding: 10px 0px 10px 30px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
}
.left-blog ul li a:after {
    position: absolute;
    content: "\e87a";
    font-family: mentos;
    left: 0px;
    top: 10px;
    font-size: 15px;
}
.popular-tag.left-blog ul li a:after {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.left-blog-page .post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
    height: 100%;
    min-height: 100px;
}
.left-blog-page .post-img img{
    width: 100%;
    height: 100%;
    min-height: 100px;
    object-fit: cover;
}
.left-blog-page .recent-post {
    margin-top: 15px;
}
.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #ffa600;
}
.pst-content p a {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}
.pst-content p {
    margin-bottom: 5px;
}
.blog-tags {
    padding: 1px 0;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-blog ul li a:hover{
    color: #fff;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.pst-content .blog-meta {
    padding: 0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}
.left-tags .left-side-tags ul li a {
    padding: 0px 6px;
    width: auto;
    font-weight: 600;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
	color:#ffa600
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 60px;
    padding: 10px;
    position: relative;
}
.blog-content p {
    font-size: 15px;
	letter-spacing: 0.50px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #ffa600;
    font-style: italic;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
    color: #444;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}
.author-description h2 a {
    color: #333;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}
li.threaded-comments{margin-left:50px}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;}
.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}
.comment-respond input[type=text],.comment-respond input[type=email]{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;}
.comment-respond textarea#message-box{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 160px;
    width: 100%;
}
.comments-content-wrap span a {
    color: #ffa600;
}
.comments-content-wrap span a:hover {
    color: #ffa600;
}
.comment-respond .add-btn.contact-btn {
    background: #ffa600;
    color: #fff;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    padding: 10px 16px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #ffa600;
    text-transform: uppercase;
    font-weight: 700;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #FFF;
	color: #ffa600;
    border:1px solid #ffa600;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    background-color: transparent;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
    border: 1px solid #666;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #ffa600;
    border-color: #ffa600;
    cursor: default;
    border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #ffa600;
    border-color: #ffa600;
    border-radius: 2px;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments {
    margin-top: 30px;
}
/*----------------------------------------*/
/*  24.	Contact Us page area
/*----------------------------------------*/
.contact-details {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 30px;
    margin-bottom: 40px;
}
.contact-head {
    padding-right: 40px;
}
.contact-head h3 {
    font-weight: 700;
    font-size: 30px;
}
.contact-inner a i {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    line-height: 48px;
    margin-right: 15px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    border: 1px solid #ffa600;
    background: #ffa600;
    margin-top: 15px;
}
.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}
.contact-inner a span {
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
}
.contact-head p {
    font-size: 16px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}
.contact-page .contact-btn {
    background: #ffa600;
    border: 2px solid #ffa600;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
	border-radius: 2px;
	font-weight: 700;
}
.contact-page .contact-btn:hover {
    background:transparent;
    border: 2px solid #ffa600 ;
    color: #ffa600;
    transition: 0.4s;
}
/*----------------------------------------*/
/* 25. Services Details area
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.single-services-page p{
    color: #666;
}
.left-menu li:first-child {
    margin: 0px 0px 2px
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu{
    border: 1px solid #ddd;
    padding: 30px 20px;
}
.left-menu li {
    display: block;
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color: #ffa600;
    position: relative;
}
.left-menu ul li a:hover {
    color: #ffa600;
}
.left-menu ul li a {
    color: #444;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
.left-menu ul li.active a::after, 
.left-menu ul li a:hover::after {
    content: "\e876";
    font-family: mentos;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 11px;
}
.download-btn h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.download-btn h4{
	text-transform: uppercase;
}
.down-btn i {
    font-size: 24px;
    float: left;
    margin-right: 15px;
}
.down-btn {
    border: 1px solid #ddd;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 3px;
}
.down-btn.apli{
	margin-bottom: 0px;
}
.down-btn:hover{
    color:#ffa600;
    background: #fff;
    border: 1px solid #ffa600;
}
.single-page-head .clients-testi {
    padding: 20px 15px;
    border: 1px solid #243559;
    background: #243559;
}
.single-page-head .review-text {
    margin-top: 20px;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #fff;
}
.clients-testi .single-review {
    border: none;
}
.review-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}
.single-page-head .review-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.single-page-head .review-img {
    margin-top:0px;
}
.single-page-head .review-img img{
	border-radius: 50%;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-well {
    margin-bottom: 30px;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
}
.single-well.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #ffa600;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.marker-list li {
    color: #444;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
}
.marker-list li::after {
    position: absolute;
    content: "\e87f";
    left: 0;
    top: 3px;
    font-family: mentos;
    color: #ffa600;
    font-weight: 700;
}
.single-services-page .marker-list li {
    color: #444;
}
.blog-details .blog-category {
    margin-bottom: 15px;
}
.blog-details .blog-content h4 {
    margin-bottom: 0px;
}
/*----------------------------------------*/
/* 26. Project Details page
/*----------------------------------------*/
.project-page-area .project-menu li a {
    color: #444;
}
.project-2-column .project-single {
    float: left;
    width: 50%;
}
.project-4-column .project-single {
    float: left;
    width: 25%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
    background: #ffa600;
    border: 1px solid #ffa600;
    color: #fff;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}
.project-history {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}
.project-details h4 {
    font-size: 26px;
    font-weight: 600;
}
.project-name ul li {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.project-inner {
    margin-bottom: 40px;
}
.project-details p {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
/*--------------------------------*/ 
/* 27. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}
.high-text{
    font-size: 200px;
    line-height: 200px;
	font-family: 'Montserrat', sans-serif;
}
.error-bot{
    font-size: 24px;
}
.error-btn {
    background: #ffa600;
    border: 2px solid #ffa600;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
	font-weight: 700;
}
.error-btn:hover{
    background: #fff;
    border: 2px solid #ffa600;
    color: #ffa600;
}






@media (min-width: 1920px) {

  .client-details {
    padding: 6% 10%;
}
.company-content {
    padding: 100px 60px 100px 30px;
}
	
	
	
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {	
.service-content h4 {
    font-size: 15px;
}
.image-layer {
    padding: 10px;
}
.single-services .service-content h4 {
    font-size: 14px;
}    
.sub-head h4 {
    font-size: 26px;
} 
.blog-content a h4 {
    font-size: 17px;
}   
.left-menu ul li a {
    font-size: 13px;
    padding: 14px 10px;
}     
.down-btn {
    font-size: 13px;
    padding: 15px 10px;
}    
.support-text {
    padding: 20px 5px;
}     
.single-about h5 {
    font-size: 16px;
    padding-left: 5px;
}
.intro-area-2 .slider-content {
    margin-top: -100px;
}
.about-image::after {
    right: -260px;
    top: 30px;
}    
.fun-title {
    padding: 93px 0px 93px 50px;
}    
.fun-title h3 {
    font-size: 24px;
}    
.add-content h4 {
    font-size: 30px;
    line-height: 40px;
    max-width: 560px;
}    
.single-testimonial {
    padding: 92px 0px 92px 50px;
} 
.team-content h4 {
    font-size: 18px;
}    
.intro-area-4 .layer-1-2 h1 {
    font-size: 42px;
    line-height: 52px;
    max-width: 750px;
}    
.intro-area-4 .slider-content {
    margin-top: -70px;
}    
.blog-right-column .blog-content {
    min-height: 177px;
    padding: 15px 20px;
}    
.blog-search-option input {
    width: 77%;
}  
    
    
    
}




/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {




.intro-area-3 .layer-1-2 h1 {
    font-size: 32px;
    line-height: 40px;
    max-width: 609px;
    letter-spacing: 0px;
}
.intro-area-3 .slider-content {
    margin-top: -60px;
}
.header-middle-area .logo a {
    padding: 10px 0;
}
.header-middle-area .header-info {
    padding: 21px 0px;
}
.main-menu ul.nav li ul.sub-menu{
    left:-20px;
}
.logo a {
    padding: 16px 0;
}
.header-right-link a.main-search {
    margin: 20px 5px;
}
.header-area.stick .header-right-link a.main-search {
    margin: 15px 5px;
}
.topbar-right ul li a {
    margin-right: 14px;
}    
.quote-button .quote-btn {
    padding: 10px 10px;
}    
.section-headline h3 {
    font-size: 34px;
}
.sub-head h4 {
    font-size: 20px;
}
.slider-content {
    margin-top: -110px;
}  
.layer-1-2 h1 {
    font-size: 30px;
    line-height: 38px;
    max-width: 550px;
}
.layer-1-1 p {
    font-size: 17px;
    line-height: 24px;
    max-width: 570px;
}
.ready-btn {
    margin-top: 5px;
}
.main-services {
    padding: 20px 10px;
}
.section-headline h4 {
    font-size: 24px;
}
.well-services:hover .image-layer{
	padding: 10px;
}
.image-layer a {
    margin-bottom: 5px;
    font-size: 13px;
}
.service-content h4,
.single-services .service-content h4{
    font-size: 14px;
}
.services-img {
    max-height: 150px;
    height: 100%;
}
.services-img img {
    max-height: 150px;
    height: 100%;
}
.service-content p {
    font-size: 14px;
}
.top-icon {
    position: absolute;
    right: 0px;
    font-size: 24px;
    bottom: 0px;
    background: #93cb3f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    z-index: 9999;
}
.fun-title {
    padding: 93px 20px 93px 30px;
    margin-right: 0px;
}
.fun-content {
    padding: 55px 40px 55px 0px;
}
.fun-title h3 {
    font-size: 24px;
}
.fun-title:after{
    display: none;
}
.fun_text {
	padding: 30px 6px;
}
.fun_text > h5 {
    font-size: 13px;
}
.fun_text span {
    font-size: 28px;
 }
.banner-text h3 {
    font-size: 28px;
    max-width: 660px;
}     					
.about-content h4{
    font-size: 22px;
}	
.single-about a {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.about-image::after {
    right: -270px;
    top: 60px;
}
.icon-text {
    padding-left: 65px;
}
.about-content p {
    font-size: 14px;
}
.project-details h4 {
    font-size: 22px;
}
.faq-area .faq-content {
    margin-left: 0px;
    margin-top: 40px;
}
.blog-content a h4 {
    font-size: 20px;
    line-height: 28px;
}
.project-dec h4 {
    font-size: 20px;
}
.left-head-blog {
    padding: 30px 10px;
}
.blog-search-option input {
    width: 72%;
}
.overview-inner {
    padding-right: 0px;
    margin-bottom: 40px;
}   
.add-content h4 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0px;
}   
.faq-details h4.check-title a{
    padding: 10px 10px 10px 45px;
}    
.header-area-4 .main-menu ul.navbar-nav li a {
    margin: 0px 6px;
}    
.intro-area-4 .layer-1-2 h1 {
    font-size: 30px;
    line-height: 38px;
    max-width: 560px;
}   
.intro-area-4 .slider-content {
    margin-top: -50px;
}  
.header-area-4.stick .main-menu ul.navbar-nav li a{
    margin: 0px 7px;
}   
.welcome-area-2 .well-services {
    padding: 30px 15px;
} 
.single-testimonial {
    padding: 21px 0px;
    padding-left: 50px;
}
.team-content h4 {
    font-size: 18px;
}    
.base {
    font-size: 90px;
    line-height: 90px;
}    
.support-services {
    padding: 40px 15px;
}    
.bread-inner {
    padding: 40px 0px;
}   
.down-btn {
    font-size: 15px;
}    
.single-well.last-content {
    margin-top: 20px;
}    
.left-blog-page .post-img {
    display: none;
}    
.pst-content {
    float: none;
    width: 100%;
    padding-left:0px;
}    
.left-blog ul li a {
    font-size: 14px;
}    
.blog-details .blog-content a h4 {
    font-size: 20px;
}
.blog-details .blog-content h4{
    font-size: 22px;
    line-height: 28px;
}

	
}


/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.logo {
    height: inherit;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    z-index: 999999;
    max-width: 200px; margin-left:5px
}
.logo a {
    padding: 0px;
}
.pagess::after {
    display: none;
}
.slider-content {
    margin-top: -140px;
}
.layer-1-2 {
    margin: 5px 0;
}
.layer-1-2 h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    letter-spacing: 0px;
} 
.layer-1-1 p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 26px;
    margin-bottom: 20px;
}
 .ready-btn.right-btn {
    margin-left: 5px;
}   
.ready-btn {
    margin-top: 0px;
    padding: 10px 0px;
    width: 128px;
	font-size: 12px;
}    
.intro-area {
    width: 100%;
    height: auto;
    min-height: 220px;
    margin-top: 0px;
}
.intro-content{
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
}
.slider-images img{
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
}
.section-headline h4 {
    font-size: 22px;
    line-height: 30px;
}
.about-content h4 {
    font-size: 21px;
    margin-top: 30px;
}
.icon-text h5 {
    font-size: 17px;
}
.video-play.vid-zone {
    font-size: 30px;
    height: 80px;
    line-height: 78px;
    width: 80px;
}
.video-content {
    margin-top: -40px;
}
.about-image::after {
    right: -235px;
    top: 50px;
    width: 360px;
}
.fun-title:after{
    display: none;
}
.fun-title {
    padding: 93px 30px 93px 30px;
    margin-right: 0px;
}
.fun-title h3 {
    font-size: 25px;
    line-height: 36px;
}
.fun-content {
    padding: 80px 0px 80px 0px;
}
.fun_text {
    width: 100%;
    float: none;
    margin-bottom: 40px;
}
.main-services {
    margin-bottom: 20px;
}
.project-dec h4 {
    font-size: 20px;
}
.section-headline h3 {
    font-size: 32px;
}
.banner-text h3 {
    font-size: 24px;
    line-height: 38px;
}
.single-brand-item {
    width: 50%;
}
.single-brand-item a {
    margin: 5px;
}
.banner-content h4 {
    font-size: 20px;
    line-height: 26px;
}
.review-content.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.review-content.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next{
    display: none !important;
}
.banner-btn {
    float: none;
    margin-top: 20px;
}
.footer-content {
    margin-bottom: 40px;
}   
.copyright {
    text-align: center;
    margin: 10px 0px;
}
.copyright ul {
    text-align: center;
}
.copyright ul li:first-child {
    margin-left:0px;
}
.copyright ul li a {
    text-align: center;
} 	
.add-content h4 {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 40px;
    margin-top: 0px;
}	
.overview-inner {
    padding-right: 0px;
    margin-bottom: 40px;
}	
.company-faq {
    padding: 30px 15px;
}	
.faq-details h4.check-title a {
    padding: 10px 10px 10px 45px;
}
.faq-area .faq-content {
    margin-left: 0px;
    padding: 30px 15px;
    margin-top: 40px;
}    
.call-us {
    font-size: 15px;
}    
.call-us i {
    width: 40px;
    height: 40px;
    line-height: 39px;
    margin-right: 10px;
    font-size: 20px;
} 
.slide-area .title2 {
    font-size: 28px;
    line-height: 40px;
}    
.slide-area {
    width: 100%;
    height: 100%;
    max-height: 450px;
    background-position: 60% 0px;
}   
.slide-area .slide-content {
    margin-top: 70px;
}    
.counter-area-2 .fun_text {
    width: 100%;
    float: none;
}    
.single-testimonial {
    padding: 50px 0px 0px;
    padding-left: 50px;
}
.blog-right-column .blog-image {
    float: none;
    width: 100%;
}    
.blog-right-column .blog-content {
    border: none;
    height: 100%;
    min-height: 165px;
    margin-top: 0px;
    width: 100%;
    float: none;
    padding: 20px 0px 0px;
}
.intro-area-3 .layer-1-2 h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    text-transform: unset;
    max-width: 700px;
    letter-spacing: 1px;
}
.intro-area-3 .slider-images img,
.intro-area-4 .slider-images img {
    min-height: 500px;
}    
.intro-area-3 .slider-content {
    margin-top: -130px;
}    
.welcome-area-2 .well-services {
    margin: 15px 0px;
} 
.intro-area-4 .layer-1-2 h1 {
    font-size: 24px;
    line-height: 36px;
}    
.intro-area-4 .slider-content {
    margin-top: -110px;
}    
.breadcrumb .section-headline {
    display: block;
    text-align: center;
}    
.breadcrumb-bg {
    float: none;
    text-align: center;
}    
.bread-inner {
    padding: 30px 0px;
}    
.breadcrumb .section-headline h2 {
    font-size: 34px;
    line-height: 44px;
}    
.single-well.last-content {
    margin-top: 20px;
}
.left-head-blog {
    padding: 30px 10px;
}   
.contact-head {
    padding-right: 0px;
}    
.contact-inner a {
    font-size: 15px;
}    
.contact-form {
    margin-top: 30px;
}    
.project-area-2 .single-awesome-project {
    margin-bottom: 30px;
}        
.project-area-2 .project-carousel .single-awesome-project,
.project-area-2 .project-content .single-awesome-project {
    margin-bottom: 0px;
}   
    
    
    
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.counter-area-2 .fun_text {
    width: 50%;
    float: left;
}
    
    
}
 



/*-----返回顶部剪头------*/

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-angle-up:before{content:"\f106"}     /*剪头*/


.fa-search:before{content:"\f002"}/*搜索*/
/*------------------*/



.sot00{
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.sottop1{
	margin-top: 65px;
}
	
	
	
.sottop2{
	margin-top:35px;
}
	
		
.sot01{
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 784px;
}	
	
	
.sot02{
	width: 750px;
	padding-top: 92px;
	font-size: 15px;
	color: #323130;
	line-height: 25px;
}	
.sot02 a{

	color: #323130;

}		
.sot02 em{
	display:block;
	font-size: 45px;
	font-weight: bold;
	color: #000;
	line-height: 51px;
	margin-bottom: 39px;
}		
	
	
.sot02 em i{
	color: #e0e5e6;
	line-height:52px;
	font-size:51px;
	text-transform: uppercase;
	font-family: "思源黑体 CN Light";
	padding-left: 15px;
}		
	
.sot03{
	display: block;
}
	
.sot03 li{
	float: left;
	width: 185px;
	margin-right: 80px;
	margin-left: 15px;
	margin-top: 30px;
}	
	
	
.sot03 li img{
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}		
	
.sot03 li span{
	font-size: 25px;
	color: #0359d2;
	display: block;
	font-weight: bold;
	font-family: "思源黑体 CN Regular";
	text-align: center;
	margin-bottom: 10px;
} 
	
.sot03 li p{
	font-size:13px;
	line-height: 19px;
} 
		
.zxr4{
	text-align: right;
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #FFF;
	height: 13px;
	padding-right: 25px;
	padding-top:17px;
	background-image: url(tel2.png);
	background-repeat: no-repeat;
	background-position: 733px 14px;
}	
	
.sot04{
	background-image: url(bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 770px;
}

.sot04d{
	float: left;
	width: 500px;
	padding-top:200px;
	color: #FFF;
	font-size: 16px;
	line-height: 29px;
	display:block
}
.sot04d img{
	display:block;
	margin-bottom: 39px;
}

.sot04d em{
	display:block;
	font-size: 48px;
	line-height: 62px;
	margin-bottom: 23px;
	color: #fff;
}

.sot04u{
	float: right;
	width: 740px;
	overflow: hidden;
	padding-top: 140px;
}


.wdd07{
	width: 760px;
}


.wdd07 li{}
.wdd07 li a{
	float: left;
	width: 240px;
	margin-right:10px;
	margin-bottom:10px;
	overflow: hidden;
	height: 170px;
}
.wdd07 li a i{
	display: block;
	height: auto;
	width: 240px;
	overflow: hidden;
	position: relative;
}

.wdd07 li img{
	width: 240px; display:block; cursor: pointer; 
transition: all 1.3s;
}
.wdd07 li a:hover img{transform: scale(1.15); }


.wdd07 li a span{
	display:block;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
	color:#FFF;
	margin-top:0px;
	line-height: 38px;
	height: 38px;
	overflow:hidden;
	background-color:rgba(10, 66, 157,0.8);
	position: relative;
	top: -38px;
	font-size: 12px;
}
.sot08{
	background-image: url(st5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:830px;
}

.sot08t{
	display:block;
	font-size: 45px;
	font-weight: bold;
	color: #000;
	line-height: 51px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 20px;
}




.sgl20d{
	width:660px;
	float:left;
	display:block;
	height: 400px;
	overflow: hidden;
	border-radius:15px;   
}

.sgl20d img{
	display:block;
	width:660px;
	height:400px;
	position: relative;
}

.sgl20d em{
	background-color:rgba(0, 0, 0, 0.5);
	height:110px;
	display:block;
	line-height: 20px;
	position: relative;	
	top: -140px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}


.sgl20d a em {
	color:#D5D5D5;
}

.sgl20d a:hover em {
	color:#fff
}
.sgl20d a em b{
	font-size: 21px;
	color: #fff;
	display:block;
	line-height:40px;
	height: 40px;
}


.tabbox{
	width:660px;
	float:right;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
}


.newse{}
.newse li{
	width:640px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	height:85px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 35px;

}


.newse em{
	font-size: 33px;
	line-height: 33px;
	color: #000;
	text-align: right;
	display: block;
	width: 96px;
	float:left;
	padding-right:30px;
	padding-left: 0px;
}
.newse em i{
	display:block;
	font-size:16px;
	color: #999;
	font-weight: normal;
}



.newse li a{
	float:left;
	display:block;
	font-size:14px;
	line-height:20px;
	height:80px;
	width:510px;
	overflow:hidden;
	color:#888;
	
}
.newse li a:hover{
	color:#000
}
.newse li a span{
	display:block;
	color: #000;
	font-size: 22px; line-height:25px; height:25px; overflow:hidden; margin-bottom:15px
}




.sot10{display:block; margin-top:70px}		
.sot10 em{
	display:block;
	font-size: 45px;
	font-weight: bold;
	color: #000;
	line-height: 51px;
	margin-bottom: 39px;
}		
	
	
.sot10 em i{
	color: #e0e5e6;
	line-height:52px;
	font-size:51px;
	text-transform: uppercase;
	font-family: "思源黑体 CN Light";
	padding-left: 15px;
}		


.foot{
	background-color: #242648;
	width: 100%;
	padding-top: 38px;
	margin-top: 50px;
}
.foot1{
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
.foot2 {
	float: left;
	width:800px;
}
.foot2 li{
	float: left;
	width: 170px;
}
.foot2 li em a{
	font-size: 18px;
	color: #FFF;
	display: block;
	margin-bottom: 30px;

}
.foot2 li span a{
	line-height:14px;
	display: block;

	padding-bottom: 15px;
	color: #c9c9c9;
	font-size: 14px;
	height: 14px;
}

.foot2 li span a:hover{
	color:#fff
}


.foot4{ float:left; margin-top:30px}

.foot5{
	float: right;
	width: 320px;
	display:block;
	font-size:16px;
	color:#FFF;
	
}


.foot5 i{ display:block;font-size:18px; margin-bottom:22px}
	
.foot5 em{
	font-size: 14px;
	color: #c9c9c9;
	display:block;line-height:27px;

}
.foot5 em a{color: #FFF;}


.foot5 em a:hover{color: #88c8f8;}

.foot5 b{
	font-size: 18px;
	color: #FFF;
	display:block;
	line-height: 28px;
	margin-bottom: 7px;
	font-weight: bold;
}	
	
.foot6{
	background-color: #373A6F;
	height: 1px;
	overflow: hidden;
	display: block;
	margin-top: 40px;
}	


.foot7{
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	line-height: 55px;
	color: #918F94;
	height: 55px;
	font-size: 13px;
}

.foot7 a{
	width:220px;
	display:block;
	color: #918F94;
	float:right;
	text-align: right;
}

.foot7 a:hover{
	color: #ccc;
}
.foot9{
	background-color: #1C1D39;
	margin-top: 25px;
}
.kyjx15{
	display: block;
	float: left;
	width: 110px; text-align:center
}

.kyjx15 img{
	display: block;
	width: 110px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.sot12{
	display: block;
	margin-right: auto;
	margin-left: auto; width:100%; max-width:1920px
}


.gffn58{
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e1e1;
	line-height: 50px;
	font-family: "微软雅黑";
	color: #888; font-size:14px
}
.gffn59{
	text-align: right;
	display: block;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

#gffn59{width: 1400px;}


.sof14{
	font-size: 34px;
	color: #000;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 34px;
}


.rhjny2{
	margin-top: 50px;
}
.rhjny2 a{
	display: block;
	border-top-width: 0px;
	border-top-style: dashed;
	border-top-color: #f1f1f1;
	padding-top: 33px;
	padding-bottom: 31px;
}
.rhjny2 a span{
	display: block;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.rhjny2b{
	font-size: 18px;
	line-height: 33px;
	font-weight: bold;
	color: #000;
	display: block;
	height: 33px;
	overflow: hidden;
}

.rhjny2t{
	line-height: 20px;
	display: block;
	margin-top: 13px;
	margin-bottom: 13px;
	color: #999;
	font-size: 12px;
}
.rhjny2 a span p{
	display: block;
	line-height: 1.5em;
}

.rhjny2m{
	display: block;
	font-size: 12px;
	color: #666;
}

.rhjny2 a:hover{
	background-color: #f9f9fa;
}


.stny00{
	width: 100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	line-height: 1.8em;
	color: #333;
	overflow: hidden;
}

.biaoti{
	font-size: 20px;
	line-height: 23px;
	color: #000;
	display: block;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center; font-weight:bold
}




.chqz06{
	width: 1300px;
}
.chqz06 a{
	float: left;
	width: 287px;
	margin-right: 10px;
	font-size: 15px;
	height:290px
}
.chqz06 a i{
	display: block;
	width: 287px; height:220px;
	overflow: hidden;
}
.chqz06 a img{
	width: 287px; cursor: pointer; 
transition: all 1.2s;height:220px;}


.chqz06 a:hover img{transform: scale(1.2); }


.chqz06 a p{
	font-size: 15px;
	line-height: 20px;
	display: block;
	padding-top: 9px;
	padding-bottom: 18px;
	text-align: center;
}
.chqz06 a:hover p{
	color: #000;	
}




.zhjx22{
	width:1300px;
	display:block;
	margin-bottom:35px
}
.zhjx22 a{
	display:block;
	margin-right:20px;
	font-size: 13px;
	line-height: 20px;
	float:left;
	text-align: center;
	margin-top: 8px;
	padding-top: 5px;
	padding-bottom: 5px;

	background-color: #f1f1f1;
	width: 284px;border-radius:15px; color:#000
}
.zhjx22 a:hover{
	background-color: #E1E1E1;
}
.sot30{
	float: left;
	width: 44%;
	margin-right: 6%;
	display: block;
}

.sot31{
	display: block;
	float: left;
	margin-right: 90px;
	padding-top: 20px;
	padding-bottom: 40px;
}


.sot31b{
	display: block;
	float: left;
	padding-top:70px;
	color: #000;
	line-height: 2.5em;
	font-size: 18px;
}

.sot31b b{
	font-size: 25px;
	line-height: 56px;
}



.klm21{ width:100%}




.xhao08{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	padding-bottom: 40px;
}


.xhao09{ width:255px; float:left}
.xhao09a{
	font-size: 24px;
	line-height: 55px;
	color: #FFF;
	background-color: #0890E1;
	text-align: center;
	display: block;
	height: 55px;
}
.xhao09b{
	display:block
}
.xhao09b a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	color: #555;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;

}
.xhao09b a:hover{
	color: #333;
	background-color: #BBE4FD;
}
#xx099{
	background-image: url(rr.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 16px;
	font-weight: bold;
}


.xhao09c{
	border: 1px solid #ccc;margin-top:20px;; display:block
}

.xhao09c em{
	font-size: 18px;
	color:#fff;
	font-weight:100;
	height:46px;
	line-height:46px;
	background-color: #0194dc;
	display:block;
	padding-left:20px
}
.xhao09e{
	display: block;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size:14px;
	color:#666;
	line-height: 29px;
}

.xhao10{
	float: right;
	width: 905px;


	padding-bottom: 35px;

	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
}

.zb17a{
	display:block;
	height:50px;
	line-height:50px;

	background-color: #eee;
}

.zb17a em{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	padding-right: 10px;
	background-image: url(sy.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
.zb17a i{
	float: left;
	font-size:18px;
	display:block;
	text-align: center;
	width: 120px;
	height: 30px;
	color: #000;
}
.zb17b{
	margin-top:25px;
	line-height: 2em;
}

.biaoti{
	font-size: 18px;
	color: #000;
	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.t_page{
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	
	}	
.t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0px 3px;}
	

.fengnews {


}
.fengnews  li a{
	line-height: 25px;
	display: block;
	height: 25px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(z.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 28px;
	padding-right: 10px;
	margin-top: 20px;
}
.fengnews  li a em{
	font-style: normal;
	float: right;
}
.fengnews  li a:hover{
	color: #0194dc;
}


.proList { }
.proList li{
	width:29.8%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 3.5%;
box-shadow: 0px 0px 15px #888;

}
.proList li i{
	display:block;
	background-color:#0194dc;

	
}

.proList li img{
	display:block;
	width:100%;
	height: auto;


}

.proList li a:hover img{opacity:0.9;filter:alpha(opacity=90)}  



.proList li a span{

	color:#333;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:14px;
	background-color: #EAEAEA;
	display:block
}
.proList li a:hover span{
	color: #0194dc;
}
