/*
Theme Name: lty20101.0
Theme URL: https://top.zjzxsl.com
Description: maitun博客主题
Author:  lty20101 *这是作者名称
Author URI: https://top.zjzxsl.com
Tags: 白色 *这是主题标签
Version: 1.0 *这是版本号
*/
@import url('css/font-awesome.css');
@import url('css/owl.css');

/***
====================================================================
Reset
====================================================================

***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: "Microsoft YaHei ", sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#2E4C6D;
}

.no-padding{
	padding:0px !important;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Microsoft YaHei', sans-serif;
}

input,button,select,textarea{

}

p{
	position:relative;
	line-height:1.8em;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #292121;
	background: #292121;
}

::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.75);
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,0.75);
}

.border-bottom {
	border-bottom: 1px solid #f4f4f4;
}

.strike-through{
	text-decoration:line-through;
}

.container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}
@media (min-width: 1200px) {
	.container,
	.container-fluid {
		padding: 0;
	}
}

.flex-box {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-box-two {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-box-three {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.flex-box-four {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.flex-box-five {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
/* section padding */

.sp-one {
	padding: 80px 0;
}

.sp-two {
	padding: 80px 0 50px;
}

.sp-three {
	padding: 80px 0 30px;
}

.sp-four {
	padding: 80px 0 0px;
}

.sp-five {
	padding: 0px 0 80px;
}

.sp-six {
	padding: 0px 0 50px;
}
img{
	display:inline-block;
	max-width:100%;
}
.row-50 {
	margin-bottom: -50px;
}
.row-50 > * {
	margin-bottom: 50px;
}
h3, .heading-3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
	color: #29293a;
	text-transform: uppercase;
}
a:hover{color:#fa9046;}
/*** Scroll To Top style ***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:48px;
	height:48px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:48px;
	text-align:center;
	z-index:99999;
	cursor:pointer;
	border-radius:3px;
	background:#1c1c1c;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#fa9046;
}
/***

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title.small{
	margin-bottom: 40px;
}

.sec-title h2{
	font-size:30px;
	color:#222222;
	font-weight:400;
	line-height:1.1em;
}

.sec-title h5{
	font-size:14px;
	color:#fa9046;
	font-weight:500;
	text-transform: uppercase;
	padding-bottom:10px;
}

.sec-title.light h2{
	color:#ffffff;
}

.sec-title.centered{
	text-align:center;
}

.sec-title.small h2{
	font-size:24px;
}

.sec-title.with-sep {
	position: relative;
}

.sec-title.with-sep:after {
	content: "";
	position: absolute;
	top: 48px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #fa9046;
}
/***

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e0e0e0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .header-upper{
	position:relative;
	background: #f7f7f7;
	padding-top: 7px;
	padding-bottom: 42px;
	z-index:5;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.logo a{
	position:relative;
	display:inline-block;
	max-width:100%;
	margin: 20px 0;
	margin-right: 20px;
	font-size:1.6rem;
	font-weight:bold;
	color:#2E4C6D;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:35px;
}

.info-box-one{
	position:relative;
	min-height:56px;
	margin-right:40px;
	font-size:13px;
	color:#777777;
	text-transform:uppercase;
	padding: 20px 0px 20px 45px;
}

.info-box-one .icon-box{
	position:absolute;
	left:0px;
	color: #fa9046;
	font-size:38px;
	text-align:left;
	line-height:1.2em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.info-box-one li{
	position:relative;
	line-height:20px;
	color:#848484;
	font-size:16px;
	margin-bottom:3px;
	font-weight:300;
	text-transform:capitalize;
}

.info-box-one strong{
	font-weight:500;
	color:#222222;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
}

.main-header .header-lower{
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
	margin-bottom: -35px;
	margin-top: -35px;
}

.main-header .header-lower .menu-bg {
	background: #fff;
	box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
}

.main-header .nav-outer{
	position:relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content:space-between;
}

.main-header .nav-outer .socail-icon-area {
	position: absolute;
	right: 15px;
}

.main-menu{
	position:relative;
	flex-basis: 60%;
}

.main-menu .navbar-collapse{
	padding:0px;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
	border:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:1.2em;
	color: #222;
	line-height:30px;
	font-weight: 600;
	opacity:1;
	text-transform:uppercase;
	padding: 19px 20px 21px 24px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > a:after{
	position:absolute;
	content:'';
	left: 50%;
	margin-left: -5px;
	bottom: 17px;
	width:0%;
	height: 2px;
	background-color: #fa9046;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li.current > a:after{
	width: 10px;
}

.main-menu .navigation > li > a:before {
	position:absolute;
	content:'';
	right: 0;
	top: 27px;
	width: 1px;
	height: 16px;
	background-color: #e8e8e8;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown a{
	padding-right:24px;
}

.main-menu .navigation > li:last-child > a{
	background:none;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding: 24px 15px !important;
	line-height:30px;
	font-size:14px;
	font-weight:600;
	min-height:0px;
	background:none;
	border:0px;
}

.main-header .sticky-header .main-menu .navigation > li > a:after {
	display: none;
}

.main-header .main-menu .navigation > li.dropdown > a:before {
}

.sticky-header .main-menu .navigation > li > a:before{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	border-color: #2E4C6D;
	color: #2E4C6D;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	background:#2E4C6D;
	color:#ffffff !important;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background: #ffffff;
	border-bottom: 2px solid #fa9046;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #f4f4f4;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:14px 20px;
	line-height:24px;
	font-weight: 400;
	font-size: 14px;
	color: #252525;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
	position: absolute;
	content: '\f105';
	font-size: 15px;
	right: 20px;
	color: #fff;
	font-family: FontAwesome;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background-color:#fa9046;
}

.main-menu .navigation > li > ul > li:hover > a:before{
	border-color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#1c1c1c;
	border-top:2px solid #fa9046;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:14px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	height:16px;
	margin-top:-8px;
	border-left:2px solid #fa9046;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background-color:#fa9046;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
	border-color:#ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right: 5px;
	top: 0;
	width: 50px;
	height: 42px;
	border-left: 1px solid #6f6f6f;
	text-align:center;
	font-size:16px;
	line-height: 44px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	display: flex;
	flex-basis: 40%;
}

.header-top-one{
	position:relative;
	background-color: #29293a;
	padding: 13px 0;
}


.welcome-text .text {
	color: #fff;
	margin-right: 15px;
}

/*topbar-menu*/

.topbar-menu {
	position: relative;
}

.topbar-menu li {
	display: inline-block;
	padding-right: 12px;
	margin-right: 8px;
}

.topbar-menu li a {
	color: #fff;
}

.topbar-menu li i {
	color: #fff;
	margin-right: 8px;
}

/*search box*/

.main-header .header-lower .search-box-outer{
	position: relative;
	min-width: 40px;
	padding-right:10px;
	padding-left: 10px;
width: 100%;
}

.main-header .header-lower .search-box-outer .dropdown-toggle::after {
	display: none;
}

.main-header .header-lower .search-box-btn{
	position:relative;
	display:block;
	width:100%;
	font-size:16px;
	color: #222;
	line-height:20px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-lower .search-box-outer .dropdown-menu{
	top:40px;
	right:0px;
	padding:0px;
	width:280px;
	border-radius:0px;
	border-top:3px solid #fa9046;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}
.main-header .header-lower .search-panel{ width: 100%;}
.main-header .header-lower .search-panel .form-container{
	padding:15px ;
}

.main-header .header-lower .search-panel .form-group{
	position:relative;
	margin:0px;
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus{
	border-color:#fa9046;
}

.main-header .header-lower .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/*search box btn*/

.main-header .search-box-btn{
	position:relative;
	font-size:14px;
	top:50%;
	margin-top:0px;
	line-height:38px;
	color:#ffffff;
	cursor:pointer;
	background:none;
}

.main-header .search-box-outer .dropdown-menu{
	top:70px;
	padding:0px;
	width:280px;
	border-radius:0px;
	border-top:3px solid #eb5310;
}

.main-header .search-panel .form-container{
	padding:25px 20px;
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	border:1px solid #e0e0e0;
	background:#ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#eb5310;
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/***

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
	background:rgba(0,0,0,0.40) !important;
}

.main-slider .tparrows.gyges{
	width:60px;
	height:60px;
	line-height:60px;
	background-color:rgba(255,255,255,0.20);
}

.main-slider .tparrows.gyges:before{
	line-height:60px;
}

.main-slider .tparrows.gyges:hover{
	background-color:#fa9046;
}

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-size:28px;
	font-weight:700;
	line-height:1.5em;
	padding-bottom:20px;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-slider h2:before{
	position:absolute;
	content:'';
	width:70px;
	height:1px;
	left:0px;
	bottom:-1px;
	z-index:10;
	background-color:#fa9046;
}
.main-slider h2.white-heading:before{ height: 0px;}
.main-slider h2.dark-text{
	position:relative;
	color:#022222;
}

.main-slider h2.text-center:before{
	left:50%;
	margin-left:-35px;
}

.main-slider .text{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#848484;
	line-height:1.7em;
}

.main-slider .text.dark-text{
	color:#022222;
	font-size:16px;
}

.main-slider .dark-heading{
	position:relative;
	color:#022222;
	font-size:60px;
	border:0px;
	padding:0px;
	line-height:1.2em;
}

.main-slider .dark-heading:after{
	display:none;
}

.main-slider .white-heading{
	position:relative;
	color:#222;
	border:0px;
	padding:0px;
	line-height:1.2em;
}

.main-slider .white-heading:after{
	display:none;
}

.main-slider h4{
	position:relative;
	font-size:36px;
	font-weight:400;
	color:#ffffff;
}

.main-slider h1{
	position:relative;
	font-size:72px;
	font-weight:700;
	color:#ffffff;
	line-height:1.2em;
	text-transform:uppercase;
}

.slider-content{
	position:relative;
	padding:35px 30px;
	background-color:rgba(0,0,0,0.60);
}

.slider-content h3{
	position:relative;
	color:#ffffff;
	font-size:30px;
	line-height:1.4em;
	font-weight:700;
	padding-bottom:18px;
	margin-bottom:25px;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.slider-content h3:after{
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	bottom: -1px;
	z-index: 10;
	background-color: #fa9046;
}

.slider-content .content-text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin-bottom:25px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;
}
.main-more{ margin-top: 20px;}
.main-more a{
	position: relative;
	padding: 5px 40px;
	line-height: 24px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	background: #fa9046;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #fa9046;

}
/***

====================================================================
	Main aboutus
====================================================================

***/
.heading-decorate-wrap {
	position: relative;
}
.heading-decorate {
	position: relative;
	display: inline-block;

}
@media (min-width: 1200px) {
	h3, .heading-3 {
		font-size: 36px;
		line-height: 1.33333;
	}
}
.font-weight-ubold {
	font-weight: 900;
}
.heading-decorate-symbol {
	font-size: 2.05em;
}
.heading-decorate-symbol {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.25em;
	line-height: .51em;
	opacity: .06;
}
@media (min-width: 576px){
	.heading-decorate-main {

	}}
	.wow-outer {
		position: relative;
		overflow: hidden;
	}
.wow-outer span {
	display: block;
}
@media (min-width: 768px){
	* + .button, * + .button-outer {
		margin-top: 34px;
	}
}
@media (min-width: 1200px){
	* + .button, * + .button-outer {
		margin-top: 40px;
	}}


@media (min-width: 992px){
	.block-modern {
		position: relative;
	}}
@media (min-width: 992px){
	.block-modern-overlay {
		position: absolute;
		top: -53px;
		bottom: -53px;
		left: -100vw;
		right: 70px;
		background-color: #f5f6fa;
	}
	.block-modern-image {
		position: relative;
	}
}
.wow {
	backface-visibility: hidden;
}

.slideInLeft {
	animation-name: slideInLeft;
}
.img-responsive {
	width: 100%;
}

.btn-style-four {
	position:relative;
	padding: 11px 40px;
	line-height:24px;
	border-radius: 25px;
	color:#2E4C6D;
	text-align:center;
	display: inline-block;
	font-size:14px;
	font-weight:700;
	background:none;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid #2E4C6D;
	font-family: 'Poppins', sans-serif;
}

.btn-style-four:hover {
	color:#ffffff;
	border-color:#396EB0;
	background-color:#396EB0;
}
/* main pro*/
.mainpro{ margin-top:30px; }
.context-dark, .bg-gray-700, .bg-gray-800, .bg-primary, .bg-primary-darker, .bg-primary-gradient, .context-dark h1, .bg-gray-700 h1, .bg-gray-800 h1, .bg-primary h1, .bg-primary-darker h1, .bg-primary-gradient h1, .context-dark h2, .bg-gray-700 h2, .bg-gray-800 h2, .bg-primary h2, .bg-primary-darker h2, .bg-primary-gradient h2, .context-dark h3, .bg-gray-700 h3, .bg-gray-800 h3, .bg-primary h3, .bg-primary-darker h3, .bg-primary-gradient h3, .context-dark h4, .bg-gray-700 h4, .bg-gray-800 h4, .bg-primary h4, .bg-primary-darker h4, .bg-primary-gradient h4, .context-dark h5, .bg-gray-700 h5, .bg-gray-800 h5, .bg-primary h5, .bg-primary-darker h5, .bg-primary-gradient h5, .context-dark h6, .bg-gray-700 h6, .bg-gray-800 h6, .bg-primary h6, .bg-primary-darker h6, .bg-primary-gradient h6, .context-dark .heading-1, .bg-gray-700 .heading-1, .bg-gray-800 .heading-1, .bg-primary .heading-1, .bg-primary-darker .heading-1, .bg-primary-gradient .heading-1, .context-dark .heading-2, .bg-gray-700 .heading-2, .bg-gray-800 .heading-2, .bg-primary .heading-2, .bg-primary-darker .heading-2, .bg-primary-gradient .heading-2, .context-dark .heading-3, .bg-gray-700 .heading-3, .bg-gray-800 .heading-3, .bg-primary .heading-3, .bg-primary-darker .heading-3, .bg-primary-gradient .heading-3, .context-dark .heading-4, .bg-gray-700 .heading-4, .bg-gray-800 .heading-4, .bg-primary .heading-4, .bg-primary-darker .heading-4, .bg-primary-gradient .heading-4, .context-dark .heading-5, .bg-gray-700 .heading-5, .bg-gray-800 .heading-5, .bg-primary .heading-5, .bg-primary-darker .heading-5, .bg-primary-gradient .heading-5, .context-dark .heading-6, .bg-gray-700 .heading-6, .bg-gray-800 .heading-6, .bg-primary .heading-6, .bg-primary-darker .heading-6, .bg-primary-gradient .heading-6
{color: #fff;}
.bg-primary-gradient {
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(24deg, #396EB0, #DADDFC);
	background-image: linear-gradient(24deg, #396EB0, #DADDFC);
}
[class*='bg-'] {
	background-size: cover;
	background-position: center center;
}
* + .table-info-group {
	 margin-top: 35px;
 }
@media (min-width: 576px){
	* + .table-info-group {
		margin-top: 50px;
	}}

	@media (min-width: 576px){
		.table-info-group {
			display: flex;
			flex-wrap: wrap;
		}}

.table-info {
	padding: 35px 20px;
	border: 1px solid #aeb1be;
	border-radius: 6px;
	text-align: center;
}
@media (min-width: 576px){
	.table-info {
		padding: 30px 35px 0px;
	}}
@media (min-width: 1200px){
	.table-info {
		padding: 30px 35px 0px;
	}}
.table-info-group .table-info {
	border: 0;
	border-radius: 0;
}
@media (min-width: 576px){
	.table-info-group .table-info {
		width: 100%;
		max-width: 50%;
	}}
@media (min-width: 992px){
	.table-info-group .table-info {
		max-width: 25%;
		border-right: 1px solid #aeb1be;
	}}

.bg-primary-gradient .table-info, .context-dark .table-info {
	background-color: #fff;
	border-color: #e8e8e8;
	color: #74757f;
}
.morepro{background: #fff;
width: 100%;
padding: 40px 0;
text-align: center;}
.morepro a{    color: #29293a;
	background-color: #f0f1f6;
	border-color: #f0f1f6;
	min-width: 143px;
	padding: 12px 25px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 6px;
}
.morepro a:hover{color: #fff;background-color: #fa9046;
	border-color: #fa9046;}

.table-info-title {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}
* + .table-info-title {
	margin-top: 15px;
}
.bg-primary-gradient .table-info .table-info-title a, .bg-primary-gradient .table-info .table-info-title a:focus, .bg-primary-gradient .table-info .table-info-title a:active, .context-dark .table-info .table-info-title a, .context-dark .table-info .table-info-title a:focus, .context-dark .table-info .table-info-title a:active {
	color: #29293a;
	font-size:0.8em;
}

/***

====================================================================
	Blog Style
====================================================================

***/

.blog-section {
	position: relative;
}

.blog-section:before {
	position: absolute;
	content: '';
	background: #f5f6fa;
	left: 0;
	top: 0;
	width: 100%;
	height: 54%;
}

.blog-section .three-item-carousel {
	position: relative;
	padding-top: 30px;
}

.blog-section .three-item-carousel:before {
	position: absolute;
	content: '';
	background: #ffffff;
	left: -30px;
	right: -30px;
	top: 0px;
	height: 100%;
}

.news-block-one {
	position: relative;
	transition: .5s ease-in-out;
	margin-bottom: 50px;
}

.news-block-one .lower-content{
	position:relative;
	padding: 30px 0px 20px;
	padding-left: 90px;
}

.news-block-one .date {
	position: absolute;
	left: 0px;
	top: 30px;
	height: 64px;
	width: 64px;
	background: #2E4C6D;
	line-height: 20px;
	padding-top: 13px;
	z-index: 9;
	color: #fff;
	text-align: center;
}

.news-block-one .lower-content .text p{
	margin-bottom: 10px;
	font-size: 14px;
}

.news-block-one .lower-content h4 {
	color:#222;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 1em;
}

.news-block-one .lower-content h4 a{
	color:#222;
	transition: all 300ms ease;
	font-size: 16px;
}

.news-block-one .lower-content h4 a:hover{
	color:#fa9046;
	transition: all 300ms ease;
}

.news-block-one .lower-content .post-meta{
	color: #848484;
	font-size:14px;
	margin-bottom: 7px;
}
.news-block-one .lower-content .post-meta i{ margin-right: 10px;}
.news-block-one .lower-content .default_link {
	text-transform: capitalize;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	transition: .5s ease;
}

.news-block-one .lower-content .default_link:hover {
	transition: .5s ease;
	color: #fa9046;
}

.news-block-one .image {
	display: block;
	overflow: hidden;
	position: relative;
}

.news-block-one .image img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.news-block-one:hover .image img {
	transform: scale(1.1);
}

.news-block-one .overlay {
	background-color: rgba(16, 37, 46, 0.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 450ms ease-out 0s;
	transform: rotateY(180deg) scale(0.5,0.5);
}

.news-block-one:hover .image .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotateY(0deg) scale(1,1);
}

.news-block-one .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.news-block-one .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.news-block-one .image .overlay .box .content a i {
	background: #fa9046;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.news-block-one .image .overlay .box .content a:hover i {
	background: #fa9046;
}

/* new block two */

.news-block-two {
	position: relative;
	transition: .5s ease-in-out;
	margin-bottom: 50px;
	padding-left: 80px;
}

.news-block-two .lower-content{
	position:relative;
	padding: 8px 0px 30px;
}

.news-block-two .date {
	position: absolute;
	left: 0px;
	top: 0;
	height: 64px;
	width: 64px;
	background: #fa9046;
	line-height: 20px;
	padding-top: 13px;
	z-index: 9;
	color: #fff;
	text-align: center;
}

.news-block-two .lower-content .text p{
	margin-bottom: 20px;
}

.news-block-two .lower-content h4 {
	color:#222;
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 24px;
}

.news-block-two .lower-content h4 a{
	color:#222;
	transition: all 300ms ease;
}

.news-block-two .lower-content h4 a:hover{
	color:#fa9046;
	transition: all 300ms ease;
}

.news-block-two .lower-content .post-meta{
	color: #848484;
	font-size:16px;
	margin-bottom: 7px;
}

.news-block-two .lower-content .default_link {
	text-transform: capitalize;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	transition: .5s ease;
}

.news-block-two .lower-content .default_link:hover {
	transition: .5s ease;
	color: #fa9046;
}

.news-block-two .image {
	display: block;
	overflow: hidden;
	position: relative;
}

.news-block-two .image img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
}

.news-block-two:hover .image img {
	transform: scale(1.1);
}

.news-block-two .overlay {
	background-color: rgba(16, 37, 46, 0.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 450ms ease-out 0s;
	transform: rotateY(180deg) scale(0.5,0.5);
}

.news-block-two:hover .image .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotateY(0deg) scale(1,1);
}

.news-block-two .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.news-block-two .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.news-block-two .image .overlay .box .content a i {
	background: #fa9046;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.news-block-two .image .overlay .box .content a:hover i {
	background: #fa9046;
}
.blog-section .sec-title h2 i {
	font-size: 30px;
	color: #222222;
	font-weight: 400;
	line-height: 1.1em;
	margin-right: 20px;
	color:#fa9046;
}
/* nav style tow */

.owl-nav-style-two .owl-nav{
	padding:0px;
	text-align: center;
	bottom: 100%;
	top: inherit;
	position: absolute;
	left: inherit;
	right: 0;
}

.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev{
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 8px 30px;
	display: inline-block;
	line-height:46px;
	border:1px solid #f0f0f0;
	text-align:center;
	font-size:24px;
	color:#949494;
	border-radius: 50%;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev{
	opacity:1;
	visibility:visible;
}

.owl-nav-style-two .owl-nav .owl-prev{
	left:0px;
}

.owl-nav-style-two .owl-nav .owl-next{
	right:0px;
}

.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover{
	color: #fa9046;
	border-color: #fa9046;
}

/*footer*/
.main-footer .footer-widget h3.title {
	margin-bottom: 55px;
	position: relative;
	text-align: center;
}
.main-footer .footer-widget h3.title:after {
	background: #f64b3c;
	bottom: -15px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	margin-top: 0;
	position: absolute;
	width: 40px;
	margin-left: -20px;
}
.main-footer .service-icon {
	width: 60px;
	height: 60px;
	background: transparent linear-gradient(90deg, #DADDFC 0%, #396EB0 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.main-footer .service-icon {
	text-align: center;
}
.main-footer .footer-widget .service-icon i {
	font-size: 32px;
	line-height: 58px;
}
.footer-widget.about-widget p {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
	margin: 0;
	text-align: center;
}
.footer-bottom{padding: 0px 0 35px;}
.footer-bottom a{ color:#fff; margin-left: 10px;}
/***

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	background:url(../images/resource/page-title-bg.jpg) repeat;
}

.page-title h1{
	position:relative;
	font-size:32px;
	font-weight:700;
	margin-top: 35px;
	color:#fff;
	line-height:1.5em;
	text-transform:capitalize;
	letter-spacing: 6px;
}

.page-title .text{
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:400;
	text-align:center;
}

.page-info{
	position:relative;
	color:#272727;
	z-index: 9;
}

.page-info .flex-box-five{
	border-bottom:1px solid #eeeeee;
}

.page-info h2{
	font-size:16px;
	color:#272727;
	line-height:24px;
	font-weight:700;
}

.page-info .list-inline{
	position:relative;
	font-size:14px;
	padding:18px 0px 17px;
}
.page-info .list-inline .list-inline-item{color:#1a1a1a;}
.page-info .bread-crumb li{
	position:relative;
	display:inline-block;
	font-size:14px;
	margin-right:24px;
	color:#fa9046;
	font-weight:400;
	line-height:24px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
}

.page-info .bread-crumb li:after{
	content:'\f105';
	font-family: 'FontAwesome';
	position:absolute;
	right:-21px;
	width:10px;
	line-height:24px;
	font-size:16px;
	color:#222222;
}

.page-info .bread-crumb li:last-child:after{
	display:none;
}

.page-info .bread-crumb li a{
	color:#1a1a1a;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-info .bread-crumb li a:hover{
	color:#fa9046;
}

.page-info .share-link a i {
	margin-left: 7px;
	color: #fa9046;
	margin-right: 7px;
	font-size: 14px;
}
@media (min-width: 768px){
	.pr-md-0 {
		padding-right: 0 !important;
	}}
.form-bg-one {
	position: relative;
	box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.02);
	padding: 40px;
	padding-top: 54px;
	padding-bottom: 52px;
	border: 1px solid #f4f4f4;
}
.contact-form.style-two {
	margin-bottom: 30px;
}
.contact-form.style-two {
	margin-bottom: 30px;
}

.contact-form.style-two .form-group{
	margin-bottom: 0px;
}

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
	background: transparent;
	height: 53px;
	margin-bottom: 30px;
}

.contact-form.style-two .form-group .ui-selectmenu-button.ui-button {
	background: transparent;
	margin-bottom: 30px;
	height: 53px;
	padding: 7px 20px;
}

.contact-form.style-two textarea {
	height: 220px;
	margin-right: 90px;
}

.contact-form.style-two .rotate-btn {
	position: absolute;
	right: 15px;
	top: 0;
	padding: 81px 20px;
	font-size: 25px;
	cursor: pointer;
}
/*Contact Form*/

.contact-form h2{
	position:relative;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	width:100%;
	height:55px;
	font-size:16px;
	color:#848484;
	line-height:30px;
	padding:12px 25px;
	font-weight:300;
	background-color:#ffffff;
	border:1px solid #ececec;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color: #fa9046;
}

.contact-form textarea{
	height:150px;
	resize:none;
	padding:12px 25px;
}

.contact-form button{
	font-size:14px;
	padding:10px 41px 10px;
	cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;
}
.btn-style-one {
	position:relative;
	padding: 11px 40px;
	line-height:24px;
	color:#ffffff;
	text-align:center;
	display: inline-block;
	font-size:14px;
	font-weight:700;
	background:#fa9046;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid #fa9046;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover {
	color:#ffffff;
	background:#101010;
	border-color:#101010;
}
@media (min-width: 768px){
	.pl-md-0 {
		padding-left: 0 !important;
	}}
/*contact info*/

.contact-info-two {
	background: #fa9046;
	padding: 33px 30px;
}

.info-box-two{
	position:relative;
	min-height: 50px;
	font-size:13px;
	color:#777777;
	text-transform:uppercase;
	padding: 16px 0px 16px 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784313726);
}

.contact-info-two h4 {
	color: #fff;
	font-size: 20px;
}

.info-box-two .icon-box{
	position:absolute;
	left:0px;
	color: #ffffff;
	font-size: 24px;
	text-align:left;
	line-height:1.2em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.info-box-two li{
	position:relative;
	line-height:20px;
	color: #d1dfff;
	font-size:16px;
	margin-bottom:3px;
	font-weight:300;
	text-transform:capitalize;
}

.info-box-two strong{
	font-weight:500;
	color: #ffffff;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
}

.contact-info-two .owl-nav-style-two .owl-nav .owl-next,
.contact-info-two .owl-nav-style-two .owl-nav .owl-prev {
	border: none;
	margin: 0;
	width: 20px;
	color: #fff;
	height: 31px;
	line-height: 30px;
}
/*services block two*/

.services-block-two {
	position: relative;
}

.services-block-two .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.services-block-two .title h4 {
	color: #222;
	font-size: 20px;
	margin-bottom: 25px;
}

.services-block-two .text {
	margin-bottom: 20px;
}

.services-block-two .signature {
	margin-bottom: 20px;
}

.services-block-two .author-information h4 {
	font-size: 20px;
	font-weight: 500;
	color: #222;
	font-family: 'Hind', sans-serif;
}

.services-block-two .author-information .designation {
	font-size: 16px;
	color: #fa9046;
}

.product-single-wrap .product-details {
	border-bottom: 1px solid #F8F8F8;
	position: relative;
	padding-bottom: 2px;
	padding-top: 16px;
}
.product-single-wrap .product-details h6 {
	font-weight: 500;
	margin-bottom: 15px;
	text-align: center;
}
.product-single-wrap .product-details h6 a{color: #29293a;}
.product-single-wrap {
	margin-bottom: 50px;
}
.product-details-area .single-thumbnail-slider-2 .slider-item {
	background: #f5f6fa;
	padding: 30px;
	border-radius: 20px;
}
.slick-slide img {
	display: block;
}
.product-details-area .product-item-details .entry-title {
	font-weight: 600;
	margin-bottom: 13px;
	color:#292929;
}
.product-details-area .product-item-details p {
	margin-bottom: 12px;
	color:#292929;
}
.bg-grey{background:#f5f6fa;}
.a-slider{ padding: 30px 0px;}
.thumbs span{color:#292929; font-size:14px}
.thumbs a{color:#292929;font-size:14px}
.thumbs a:hover{color:#fa9046;}
.recent-product-area{ padding-top: 60px;}
.recent-product-area .title {
	font-weight: 600;
	margin-bottom: 37px;
	color:#292929;
	text-align: center;
	border-bottom: 1px solid #F8F8F8;
	padding-bottom: 40px;
}
.blog-layout-aside-item {
	padding: 25px 30px;
}
.blog-layout-aside-title {
	font-size: 20px;
	line-height: 1.5;
	color:#74757f;
	font-weight: bold;
}
@media (min-width: 992px){
	.blog-layout {
		display: flex;
		align-items: flex-start;
		margin-left: -30px;
	}
	.blog-layout > * {
		margin-left: 30px;
	}
	.blog-layout-main {
		flex-grow: 1;
		max-width: 66.66667%;
	}

	.blog-layout > * {
		margin-left: 30px;}
}
.row-50 > * {
	margin-bottom: 50px;
}
.post-classic {
	text-align: left;
}
.post-classic-media {
	position: relative;
	display: block;
}
.post-classic-media::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(41, 41, 58, 0.1);
	transition: .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.post-classic-media img {
	width: 100%;
}
.post-classic-meta > * {
	margin-top: 3px;
	padding-left: 14px;
	padding-right: 14px;
}
@media (min-width: 768px){
	.post-classic-meta {
		transform: translate3d(0, -5px, 0);
		margin-bottom: -5px;
		margin-left: -20px;
		margin-right: -20px;
	}
	* + .post-classic-meta {
		margin-top: 15px;
	}
	.post-classic-meta > * {
		margin-top: 5px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.post-classic-title {
		max-width: 92%;
	}
	* + .blog-layout-aside {
		margin-top: 70px;
	}

}
.post-classic-meta > li {
	position: relative;
	display: inline-block;
}
.button-winona {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color:#fa9046;
	font-size:14px;
}
.post-classic-meta time{font-size:14px;color:#aeb1be;}
.button-winona .content-original, .button-winona .content-dubbed {
	vertical-align: middle;
	transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona .content-original {
	display: block;
}
.button-winona .content-original, .button-winona .content-dubbed {
	vertical-align: middle;
	transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona .content-dubbed {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	opacity: 0;
	transform: translate3d(0, 0, 0);
}
.post-classic-meta > li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
	height: 2px;
	background: #aeb1be;
	transform: translate3d(0, -50%, 0);
}
* + .post-classic-title {
	margin-top: 9px;line-height: 1em;
}
.post-classic-title a{font-size:15px;color:#29293a;}
.post-classic-title a:hover{color:#fa9046;;}
.blog-layout-aside {
	padding: 4px 0;
	background: #f5f6fa;
}
@media (min-width: 992px){


	.blog-layout-aside {
		flex-shrink: 0;
		max-width: 33.33333%;
	}
	* + .blog-layout-aside {
		margin-top: 0;
	}
	.blog-layout-aside-item {
		padding: 35px 40px;
	}
}
.list-marked > li {
	text-indent: -25px;
	padding-left: 25px;
}
.list-marked > li a{
	color:#fa9046;
}
.list-marked > li::before {
	position: relative;
	top: 1px;
	display: inline-block;
	left: 25px;
	min-width: 25px;
	content: "\f054";
	font: 400 14px 'FontAwesome';
	line-height: inherit;
	color: #aeb1be;
}
.blog-layout-aside-item .blog-layout-aside-title + * {
	margin-top: 15px;
}
.list-inline-comma > li {
	display: inline-block;
	color: #fa9046;
}
.list-inline-comma a{color:#fa9046;}
.list-inline-comma a:hover {
	color: #ab4a04;
}
.list-inline-comma > li:not(:last-child)::after {
	content: '\002C';
}
.blog-layout-aside-one{
	background-color: #f5f6fa;

}
.post-creative-meta {
	transform: translate3d(0, -5px, 0);
	margin-bottom: -5px;
	margin-left: -15px;
	margin-right: -15px;
}
.post-creative-title {
	font-weight: 700;
}
@media (min-width: 768px){
	.post-creative-title {
		max-width: 95%;
		font-size:28px;
		line-height: 1.6;
	}
}
* + .post-creative-meta {
	margin-top: 15px;
}
@media (min-width: 992px){
	* + .post-creative-meta {
		margin-top: 24px;
	}}
@media (min-width: 1200px){
	* + .post-creative-meta {
		margin-top: 24px;
	}
}
.post-creative-meta > * {
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.post-creative-meta > li, .post-creative-meta > li > * {
	display: inline-block;
	vertical-align: middle;
}
.post-creative-meta .icon
{
	font-size: 1.5em;
	color: #fa9046;
	font-size: 14px;
}
.post-creative-meta > li > * + * {
	margin-left: 5px;
}
.post-creative-meta > li ,.post-creative-meta > li a{ color:#74757f; font-size: 14px;}
.post-creative-cotent{margin-top: 24px;}
.post-creative-cotent h4,.post-creative-cotent h1,.post-creative-cotent h2,.post-creative-cotent h3,.post-creative-cotent h5,.post-creative-cotent h6{ font-size:20px; margin-top:10px; margin-bottom: 10px; line-height: 1.4; font-weight: 600;color:#29293a;}
.post-creative-cotent p{ line-height: 1.75; font-size: 16px;color:#74757f;}
.post-creative-cotent a{color:#000;font-weight: bold;}
.post-creative-cotent a:hover{color:#fa9046;}
.post-creative-cotent img{ display: block; margin:15px auto;}
.post-creative-cotent table{ margin: 0 auto; text-align: center;}
.post-creative-cotent table td,.post-creative-cotent table th{ font-size: 16px; text-align: center; border: 1px solid #74757f;}
.heading-decorate .heading-decorate-main{ font-size: 30px;}
.main-footer .footer-widget h3.title{font-size:28px; }
/*翻页*/
ul.pagination{ display: block; text-align: center;}
.pagination li{ display: inline-block; margin-right:10px; }
.pagination li:last-child{ margin-right: 0px;}
.pagination li a{ display: block; padding: 6px 15px; color: #fff; background: #fa9046; border-radius: 6px;}
.pagination li a:hover,.pagination li a:active,.pagination li a.active{background: #ab4a04;}