/* Nordic HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. About Section
7. Services Section
8. Projects Section
9. Testimonial Section
10. Clients Section
11. Pricing Section
12. Blog Section
13. Main Footer
14. Page Title Section
15. Team Section
16. Project Detail Section
17. Our Blogs
18. Blogs Widgets
19. Map Section
20. Contact Form Section

**********************************************/

/*
	
	font-family: 'Heebo', sans-serif;
	font-family: 'Inter', sans-serif;
	
*/

@import url('animate.css');
@import url('owl.css');
@import url('elegenticon.css');
@import url('linearicons.css');
@import url('ionicons.css');
@import url('jquery-ui.css');
@import url('animation.css');
@import url('icofont.min.css');
@import url('themify-icons.css');
@import url('simple-line-icons.css');
@import url('fontawesome.min.css');
/* @import url('font-awesome.min.css'); */
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');


/*** 

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

 ***/

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

/* @font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
	font-family: "icofont";
	src: url("../fonts/icofont.eot");
	src: url("../fonts/icofont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/icofont.woff") format("woff"),
		url("../fonts/icofont.ttf") format("truetype"),
		url("../fonts/icofont.svg#icofont") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "simple-line-icons";
	src: url("../fonts/simple-Line-Icons.eot");
	src: url("../fonts/simple-Line-Icons.eot?#iefix") format("embedded-opentype"),
		url("../fonts/simple-Line-Icons.woff") format("woff"),
		url("../fonts/simple-Line-Icons.ttf") format("truetype"),
		url("../fonts/simple-Line-Icons.svg#simple-Line-Icons") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'themify';
	src: url('../fonts/themify.eot?-fvbane');
	src: url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify.woff?-fvbane') format('woff'),
		url('../fonts/themify.ttf?-fvbane') format('truetype'),
		url('../fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SignericaMedium";
	src: url("../fonts/SignericaMedium.eot");
	src: url("../fonts/SignericaMedium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/SignericaMedium.woff") format("woff"),
		url("../fonts/SignericaMedium.ttf") format("truetype"),
		url("../fonts/SignericaMedium.svg#SignericaMedium") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "SignericaMedium";
	src: url("../fonts/SignericaMedium.eot");
	src: url("../fonts/SignericaMedium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/SignericaMedium.woff") format("woff"),
		url("../fonts/SignericaMedium.ttf") format("truetype"),
		url("../fonts/SignericaMedium.svg#SignericaMedium") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "ionicons.eot";
	src: url("../fonts/ionicons.eot");
	src: url("../fonts/ionicons.eot?#iefix") format("embedded-opentype"),
		url("../fonts/ionicons.woff") format("woff"),
		url("../fonts/ionicons.ttf") format("truetype"),
		url("../fonts/ionicons.svg#ionicons") format("svg");
	font-weight: 400;
	font-style: normal;
}

/*** 

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

 ***/

body {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #777777;
	line-height: 1.7em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
	padding: 0px 50px 0px;
}

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

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

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

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/* Typography */

h1 {
	font-size: 80px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

input,
button,
select,
textarea {}

textarea {
	overflow: hidden;
}

p {
	position: relative;
	line-height: 1.8em;
}

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

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

.medium-container {
	max-width: 850px;
}

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

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

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

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.centered {
	text-align: center;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	padding: 15px 40px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 0px;
	background-color: #ffe1a0;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	z-index: 2;
}

.btn-style-one:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	background-color: #262626;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

.btn-style-one i {
	position: relative;
	top: 1px;
	margin-left: 4px;
}

.btn-style-one .txt {
	position: relative;
	z-index: 1;
}

.btn-style-one:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

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

/* Btn Style Two */

.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	padding: 10px 20px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 0px;
	background-color: #ffffff;
	text-transform: uppercase;
	border: 1px solid #969696;
}

.btn-style-two:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #ffe1a0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

.btn-style-two i {
	position: relative;
	top: 1px;
	margin-left: 4px;
}

.btn-style-two .txt {
	position: relative;
	z-index: 1;
}

.btn-style-two:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-style-two:hover {
	color: #000000;
	border-color: #ffe1a0;
}

/* Btn Style Three */

.btn-style-three {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffe1a0;
	padding: 10px 60px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 50px;
	background: none;
	border: 1px solid #ffe1a0;
	text-transform: capitalize;
}

.btn-style-three:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #ffe1a0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

.btn-style-three .txt {
	position: relative;
	z-index: 1;
}

.btn-style-three:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-style-three:hover {
	color: #ffffff;
}

/* Social Icon One */

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

.social-icon-one li {
	position: relative;
	margin-left: 9px;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	width: 32px;
	height: 32px;
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #cccccc;
	text-align: center;
	border-radius: 2px;
	background-color: #333333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #333333;
	background-color: #feec42;
}

.theme_color {
	color: #ffe1a0;
}

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

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 85px;
	right: 15px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 60px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #0a0a0a;
	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: #ffe1a0;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

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

.sec-title .title {
	position: relative;
	color: #666666;
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.sec-title h2 {
	position: relative;
	color: #000000;
	font-weight: 400;
	line-height: 1.2em;
}

.sec-title .text {
	position: relative;
	color: #666666;
	font-size: 18px;
	line-height: 1.8em;
	margin-top: 20px;
}

.sec-title.centered {
	text-align: center !important;
}

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

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

/* List Style One */

.list-style-one {
	position: relative;
	z-index: 1;
}

.list-style-one li {
	position: relative;
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 6px;
	padding-left: 30px;
	line-height: 1.8em;
}

.list-style-one li:before {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 7px;
	height: 7px;
	content: '';
	display: block;
	font-weight: 400;
	border-radius: 50px;
	background-color: #666666;
}

/*** 

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

***/

.main-header {
	position: absolute;
	z-index: 999;
	width: 100%;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.main-header .outer-container {
	position: relative;
	padding: 0px 70px;
}

.main-header .main-box {
	position: relative;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	background: 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;
}

.main-header .header-upper {
	position: relative;
	z-index: 1;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

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

.main-header .header-upper .outer-box .nav-toggler {
	position: relative;
	font-size: 28px;
	color: #ff9600;
	cursor: pointer;
	display: inline-block;
}

.main-header.fixed-header .header-upper .outer-box {}

.main-header.fixed-header .header-upper .logo-box .logo {}

.main-header.fixed-header .main-menu .navigation>li>a {}

/* Search Box Outer */

.main-header .header-upper .search-box-outer {
	position: relative;
	float: left;
}

.main-header .header-upper .language-list {
	position: relative;
	padding: 58px 0px;
	float: left;
	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-upper .language-list li {
	position: relative;
	margin-right: 45px;
	display: inline-block;
}

.main-header .header-upper .language-list li a {
	position: relative;
	color: #d5d5d5;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-header .header-upper .language-list li a.active {
	color: #ffffff;
}

.main-header .header-upper .language-list li:last-child {
	margin-right: 0px;
}

.main-header .header-upper .language-list li a:hover {
	color: #ffffff;
}

.main-header.fixed-header .header-upper .language-list {
	padding: 33px 0px;
}

.main-header.header-style-two .header-upper .language-list li a:hover {
	color: #cccccc;
}

.header-style-two.alternate {
	position: relative;
}

.main-header.header-style-two.fixed-header .header-upper {
	background-color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header.header-style-two .header-upper .outer-box .mobile-nav-toggler,
.header-style-two .header-upper .language-list li a,
.header-style-two .main-menu .navigation>li>a {
	color: #000000;
}

.header-style-two .main-menu .navigation>li:before {
	background-color: #000000;
}

/* Sticky Header */

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #222222;
	z-index: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

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

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

.sticky-header .main-menu .navigation>li>a {
	padding: 23px 0px !important;
	color: #ffffff !important;
}

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

.main-header .nav-outer {
	position: static;
	padding-left: 235px;
	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-upper .logo-box {
	position: relative;
	z-index: 10;
	padding: 33px 0px;
	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-upper .logo-box .logo {
	position: relative;
	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-upper .outer-box {
	position: absolute;
	right: 0px;
	margin-left: 0px;
	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 {
	position: relative;
	float: left;
	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 {
	padding: 0px;
	display: block;
}

.main-menu .navigation {
	position: static;
	margin: 0px;
	width: 100%;
}

.main-menu .navigation>li {
	position: relative;
	float: none;
	display: inline-block;
	margin-right: 40px;
	text-align: left;
	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:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 55px;
	right: 0px;
	height: 1px;
	opacity: 0;
	background-color: #ffffff;
	transform: scale(0.2, 1);
	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::before,
.main-menu .navigation>li:hover::before {
	transform: scale(1, 1);
	opacity: 1;
	background-color: #fff;
}

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

.main-header .header-upper .upper-right {
	position: relative;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0px;
	opacity: 1;
	font-weight: 400;
	padding: 52px 0px;
	font-size: 14px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-header.light-version .main-menu .navigation>li:hover>a,
.main-header.light-version .main-menu .navigation>li.current>a {
	opacity: 1;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: -30px;
	top: 100%;
	width: 230px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 20px 15px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

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

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 6px 18px;
	line-height: 24px;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
	color: #222222;
	padding-left: 10px;
	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;
	top: -6px;
	left: 8px;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size: 2em;
	line-height: 1em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	pointer-events: none;
	animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation>li>ul>li:hover>a::before {
	opacity: 1;
	color: #000000;
	text-shadow: 8px 0 #cccccc, -8px 0 #cccccc;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #111111;
	padding-left: 30px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 20px;
	display: block;
	color: #253d4a;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
	font-weight: 800;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #222222;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 120%;
	top: 0%;
	width: 230px;
	z-index: 100;
	display: none;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 20px 15px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

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

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 6px 18px;
	line-height: 24px;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
	color: #222222;
	padding-left: 10px;
	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 {
	position: absolute;
	top: -6px;
	left: 8px;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size: 2em;
	line-height: 1em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	pointer-events: none;
	animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a::before {
	opacity: 1;
	color: #000000;
	text-shadow: 8px 0 #ffe1a0, -8px 0 #ffe1a0;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #ffe1a0;
	padding-left: 30px;
}

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

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

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

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 107%;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

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

.main-header .header-upper .outer-box .social-icon-one {
	position: relative;
	float: left;
}

.main-header.fixed-header .header-upper {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 9999;
	width: 100%;
	padding-top: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: #111111;
}

.main-header.fixed-header .header-upper .logo-box {
	padding: 10px 0px;
}

.main-header.fixed-header .main-menu .navigation>li>a {
	padding: 30px 0px;
}

.main-header .header-upper .outer-box .sidebar-btn {
	position: relative;
	width: 52px;
	height: 52px;
	float: left;
	color: #ffffff;
	font-size: 18px;
	margin-left: 14px;
	cursor: pointer;
	line-height: 52px;
	text-align: center;
	border-radius: 50px;
	background-color: #05db56;
}

.main-menu .navigation>li>ul>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 100%;
	width: 210px;
	z-index: 100;
	display: none;
	opacity: 0;
	text-align: left;
	visibility: hidden;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #1e1e1e;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

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

.main-menu .navigation>li>ul>li>ul>li>ul>li>a {
	position: relative;
	padding: 10px 18px;
	display: block;
	line-height: 20px;
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.50);
	letter-spacing: 1px;
	text-transform: uppercase;
	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.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	border-top: 0px !important;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.main-menu .navigation>li>ul>li>ul>li>ul>li>a:hover {
	background-color: #ffe1a0;
	color: #ffffff;
}

.main-header .header-upper .outer-box .menu-toggler {
	position: relative;
	float: right;
	cursor: pointer;
	color: #ffffff;
	font-size: 28px;
	margin-left: 30px;
	padding-left: 30px;
}

.main-header .header-upper .outer-box .menu-toggler:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 5px;
	width: 1px;
	height: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.30);
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.main-header .nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #222222;
	display: 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;
}

/* Mobile Nav Toggler */

.main-header .header-upper .outer-box .mobile-nav-toggler {
	position: relative;
	float: left;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	line-height: 1em;
	font-weight: 600;
	padding: 58px 0px;
	margin-left: 260px;
	text-transform: uppercase;
	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-upper .outer-box .mobile-nav-toggler .icon {
	position: relative;
	margin-left: 20px;
	font-size: 24px;
	line-height: 1em;
}

.main-header.fixed-header .header-upper .outer-box .mobile-nav-toggler {
	padding: 33px 0px 33px;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 20px 20px;
	text-align: left;
}

.mobile-menu .nav-logo img {
	max-width: 200px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease 500ms;
	-moz-transition: all 0.7s ease 500ms;
	-ms-transition: all 0.7s ease 500ms;
	-o-transition: all 0.7s ease 500ms;
	transition: all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 10px;
	top: 34px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 24px;
	color: #000000;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
	opacity: 0.50;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

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

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 14px 20px;
	font-size: 15px;
	color: #404040;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
	color: #000000;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 52px;
	color: #404040;
	cursor: pointer;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn span {
	position: absolute;
	right: 0px;
	top: 3px;
	height: 44px;
	width: 50px;
	line-height: 44px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn span:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 1px;
	height: 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.sticky-header .navbar-header {
	display: none;
}

.sticky-header .mobile-nav-toggler {
	display: none;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 18px;
	font-style: normal;
	height: 46px;
	padding: 10px 0px 10px 0px;
	line-height: 26px;
	color: #999999;
	border: none;
	border-radius: 0px;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: 2px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 20px;
	display: block;
	color: #000000;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
	font-weight: 800;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #0152e9;
	border-color: #0152e9;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {
	background-color: #0152e9;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
	position: relative;
}

.banner-section .mouse-btn-down {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 20px;
	width: 30px;
	height: 68px;
	cursor: pointer;
	display: block;
	z-index: 1;
	cursor: pointer;
}

/* Chevron */

.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
}

.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #ffe1a0;
}

.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}

@keyframes move {
	25% {
		opacity: 1;

	}

	33% {
		opacity: 1;
		transform: translateY(30px);
	}

	67% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}

.banner-section .slide {
	position: relative;
	overflow: hidden;
	padding-top: 270px;
	padding-bottom: 260px;
	background-size: cover;
}

.banner-section .slide::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}

.banner-section .slide-year {
	position: absolute;
	left: 70px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
}

.banner-section .social-box {
	position: absolute;
	left: 70px;
	bottom: 110px;
	z-index: 1;
}

.banner-section .social-box li {
	position: relative;
	margin-top: 22px;
}

.banner-section .social-box li a {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 1em;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.banner-section .social-box li a:hover {
	color: #ffe1a0;
}

.banner-section .info {
	position: absolute;
	right: 60px;
	bottom: 90px;
	z-index: 1;
	color: #ffffff;
}

.banner-section .info a {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.banner-section .info a:hover {
	color: #ffe1a0;
}

.banner-section .content-boxed {
	position: relative;
}

.banner-section .content-boxed .inner-boxed {
	position: relative;
}

.banner-section .content-boxed .slide-number {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	font-weight: 400;
	line-height: 1em;
	padding-top: 25px;
	margin-bottom: 220px;
	display: inline-block;
	border-top: 5px solid #ffe1a0;
	font-family: 'Inter', sans-serif;
}

.banner-section .content-boxed .sub-title {
	position: relative;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.7em;
	opacity: 0;
	font-size: 18px;
	letter-spacing: 2px;
	transform: scaleY(0);
	letter-spacing: 5px;
	transform-origin: top;
	text-transform: uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-boxed .sub-title {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section .content-boxed .title {
	position: relative;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.2em;
	opacity: 0;
	margin-top: 35px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-boxed .title {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .content-boxed .boxed-btn {
	margin-top: 90px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-boxed .boxed-btn {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section .owl-dots {
	position: absolute;
	right: 80px;
	top: 300px;
}

.banner-section .owl-dots .owl-dot {
	position: relative;
	width: 14px;
	height: 14px;
	margin-bottom: 25px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.35);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover {
	background-color: #ffffff;
}

.banner-section .owl-nav {
	display: none;
}

/*** 

====================================================================
	About Section
====================================================================

***/

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

.about-style-tow {
	padding-top: 160px;
}

.about-section .section-year-title {
	position: absolute;
	left: 50px;
	top: 170px;
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
	transform: rotate(-90deg);
}

.about-section .image-column {
	position: relative;
}

.about-section .image-column .inner-column {
	position: relative;
	text-align: right;
}

.about-style-tow .image-column .inner-column {
	position: relative;
	text-align: left;
}

.about-section .image-column .image {
	position: relative;
	display: inline-block;
}

.about-section .image-column .inner-column .pattern-layer {
	position: absolute;
	left: 70px;
	top: 75px;
	width: 336px;
	height: 336px;
}

.about-style-tow .image-column .inner-column .pattern-layer {
	right: 70px;
	left: auto;
}

.about-section .content-column {
	position: relative;
}

.about-section .content-column .sec-title {
	margin-bottom: 30px;
}

.about-section .content-column .inner-column {
	position: relative;
	padding-right: 90px;
}

.about-style-tow .content-column .inner-column {
	padding-left: 90px;
	padding-right: 0;
}

.about-section .content-column .bold-text {
	position: relative;
	color: #666666;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 50px;
}

.about-section .content-column p {
	position: relative;
	color: #666666;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 80px;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 0px;
}

.fluid-section-one .pattern-layer {
	position: absolute;
	left: -200px;
	top: 0px;
	width: 336px;
	height: 336px;
}

.fluid-section-one .outer-container {
	position: relative;
	min-height: 250px;
}

.fluid-section-one .image-column {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 44%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section-one .image-column .image-box {
	position: relative;
	display: none;
}

.fluid-section-one .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.fluid-section-one .content-column {
	position: relative;
	float: left;
	width: 50%;
	z-index: 1;
}

.fluid-section-one .content-column .inner-column {
	position: relative;
	max-width: 600px;
	width: 100%;
	float: right;
	padding: 0px 100px 0px 15px;
}

.fluid-section-one .content-column .blocks-outer {
	position: relative;
}

/* Service Box */

.searvice-section {
	margin-top: 110px;
}

.service-box {
	position: relative;
	margin-bottom: 30px;
}

.service-box:last-child {
	margin-bottom: 0px;
}

.service-box .inner-box {
	position: relative;
	padding: 30px 50px;
	border: 1px solid #d9d9d9;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-box .inner-box:before {
	position: absolute;
	content: '';
	left: -1px;
	top: 0px;
	bottom: 0px;
	width: 5px;
	opacity: 0;
	background-color: #ffe1a0;
	transform: scale(1, 0.2);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-box .inner-box:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}

.service-box .inner-box:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
}

.service-box .inner-box .content {
	position: relative;
	padding-left: 120px;
}

.service-box .inner-box .content .icon {
	position: absolute;
	left: 0px;
	top: 15px;
	color: #000000;
	font-size: 54px;
	line-height: 1em;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-box .inner-box:hover .content .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.service-box .inner-box .content h5 {
	position: relative;
	font-weight: 400;
	line-height: 1.3em;
	text-transform: uppercase;
}

.service-box .inner-box .content h5 a {
	position: relative;
	color: #000000;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-box .inner-box:hover .content h5 a {
	color: #000000;
	text-decoration: underline;
}

.service-box .inner-box .content p {
	position: relative;
	color: #666666;
	line-height: 1.9em;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 0px;
}

/*** 

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

***/

.projects-section {
	position: relative;
	padding: 150px 0px 0px;
}

.projects-section .sec-title .projects {
	position: relative;
	color: #666666;
	font-size: 18px;
	padding-top: 15px;
	display: inline-block;
	text-transform: uppercase;
}

.projects-section .outer-container {
	position: relative;
	overflow: hidden;
}

.projects-section .owl-dots {
	position: relative;
	text-align: center;
}

.projects-section .owl-dots .owl-dot {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0px 10px;
	margin-top: 60px;
	border-radius: 50px;
	display: inline-block;
	background-color: #cccccc;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.projects-section .owl-dots .owl-dot:hover,
.projects-section .owl-dots .owl-dot.active {
	background-color: #ffe1a0;
}

.projects-section .owl-nav {
	display: none;
}

/* Gallery Block */

.gallery-block {
	position: relative;
	margin-bottom: 30px;
}

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

.gallery-block .inner-box .image {
	position: relative;
}

.gallery-block .inner-box .image .arrow {
	position: absolute;
	right: 40px;
	top: 30px;
	z-index: 2;
	opacity: 0;
	color: #000000;
	font-size: 48px;
	line-height: 1em;
	display: inline-block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-block .inner-box:hover .image .arrow {
	opacity: 1;
}

.gallery-block .inner-box .image:before {
	position: absolute;
	content: '';
	left: 0px;
	height: 60%;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0.6;
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #000000));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
}

.gallery-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.gallery-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-block .inner-box .image .hover-color-layer {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	z-index: 1;
	background-color: #ffe1a0;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.gallery-block .inner-box:hover .image .hover-color-layer {
	width: 100%;
}

.gallery-block .inner-box .image .overlay-box .content {
	position: relative;
	z-index: 2;
	padding: 0px 20px 40px 40px;
}

.gallery-block .inner-box .image .overlay-box .category {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.gallery-block .inner-box:hover .image .overlay-box .category {
	color: #000000;
}

.gallery-block .inner-box:hover .image .overlay-box h3 a {
	color: #000000;
}

.gallery-block .inner-box .image .overlay-box h3 {
	position: relative;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 12px;
}

.gallery-block .inner-box .image .overlay-box h3 a {
	position: relative;
	color: #ffffff;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section1 {
	position: relative;
	/* padding-top: 150px; */
	/* background-color: #eef2f2; */
	padding-bottom: 120px;

}

.testimonial-section1.style-two {
	margin-top: 160px;
	background-color: #eef2f2;
}

.testimonial-section1 .sec-title {
	margin-bottom: 70px;
}

.testimonial-section1 .sec-title .blogs {
	position: relative;
	color: #666666;
	font-size: 18px;
	padding-top: 25px;
	display: inline-block;
	text-transform: uppercase;
}

.yingy-li {
	padding: 0px;
	float: left;
}

.yingy-img {
	padding: 5px;
}
.sys_img{
	padding-left: 5px;
	padding-right: 5px;
}

/* .yingy-img img{
	transition: all 0.6s;
	width: 100%;
}
.yingy-img :hover .yingy-img img{
	transform: scale(1.1);
} */
.clear {
	clear: both;
}

.pro_p1 {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-left: 10px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	/* padding-bottom: 120px; */
}

.pricing-section .inner-container {
	position: relative;
}

.pricing-section .lower-text {
	position: relative;
	color: #666666;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-top: 60px;
	text-transform: uppercase;
}

.pricing-section .lower-text a {
	position: relative;
	color: #0099ff;
	font-size: 18px;
	text-decoration: underline;
}

.pricing-section .pricing-tabs .tabs-content {
	position: relative;
	border-radius: 0px;
	background-color: #ffffff;
	/* border:1px solid #e6e9ec; */
	border-top: 1px solid #e6e9ec;
	border-left: 1px solid #e6e9ec;
}

.pricing-section .pricing-tabs .tabs-content .tab {
	position: relative;
	display: none;
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transform: translateY(60px);
}

.pricing-section .pricing-tabs .tabs-content .tab .content>.row {
	margin: 0px;
}

.pricing-section .pricing-tabs .tabs-content .tab.active-tab {
	display: block;
	transform: translateY(0px);
}

.pricing-section .price-block {
	padding: 0px;
	float: left;
	border-right: 1px solid #e6e9ec;
	border-bottom: 1px solid #e6e9ec;
}


/* .pricing-section .price-block:last-child{
	border-right:0px;
} */

.pricing-tabs {
	position: relative;
}

.pricing-tabs .title-column {
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}

.pricing-tabs .tab-buttons {
	position: relative;
	margin-top: 25px;
	text-align: center;
	display: inline-block;
}

.pricing-tabs .tab-buttons .tab-btn {
	position: relative;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	float: left;
	cursor: pointer;
	margin: 0px 20px;
	line-height: 24px;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn.monthly:before {
	position: absolute;
	content: '';
	right: -44px;
	top: 0px;
	width: 24px;
	height: 24px;
	z-index: 1;
	display: inline-block;
}

.pricing-tabs .tab-buttons .tab-btn.yearly:before {
	position: absolute;
	content: '';
	left: -44px;
	top: 0px;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.pricing-tabs .tab-buttons .boll {
	position: relative;
	width: 46px;
	height: 24px;
	padding: 4px 3px 2px;
	border-radius: 50px;
	float: left;
	text-align: left;
	background-color: #669900;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}

.pricing-tabs .tab-buttons .boll .round {
	position: relative;
	top: -2px;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	display: inline-block;
	background-color: #f6f8f4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .boll .round.boll-right {
	transform: translateX(24px);
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
	color: #000000;
}

.price-block {
	position: relative;
}

.price-block .inner-box {
	position: relative;
	padding: 35px 30px 45px 30px;
}

.price-block .inner-box .pimg {
	position: relative;
	width: 100%;
	display: block;
}

.price-block .inner-box .title {
	position: relative;
	color: #999999;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.price-block .inner-box .price {
	position: relative;
	color: #669900;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 18px;
	margin-bottom: 15px;
}

.price-block .inner-box .price span {
	position: relative;
	color: #000000;
	font-size: 20px;
}

.price-block .inner-box .text {
	position: relative;
	color: #666666;
	font-size: 14px;
	line-height: 1.8em;
	padding-bottom: 25px;
	margin-bottom: 28px;
	border-bottom: 1px dashed #cccccc;
}

.price-block .inner-box .text1 {
	position: relative;
	color: #666666;
	font-size: 18px;
	line-height: 1.8em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 28px;
	border-bottom: 1px dashed #cccccc;
}

.price-block .inner-box .price-list {
	position: relative;
	min-height: 210px;
}

.price-block .inner-box .price-list li {
	position: relative;
	color: #000000;
	font-size: 16px;
	margin-bottom: 14px;
	padding-left: 30px;
}

.price-block .inner-box .price-list li:before {
	position: absolute;
	content: '\52';
	left: 0px;
	top: 0px;
	color: #669900;
	font-size: 16px;
	font-family: 'ElegantIcons';
}

.price-block .inner-box .price-list li:last-child {
	margin-bottom: 0px;
}


/*** 

====================================================================
	Factory Display Section
====================================================================

***/

.factory-disply{
	position: relative;
	padding: 70px 0px 0px;
}
.factory_video:hover{
	cursor: pointer;
}






/*** 

====================================================================
	Press Section
====================================================================

***/

.press-section {
	position: relative;
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 125px;
	background-color: #eef2f2;
}

.press-section .sec-title .blogs {
	position: relative;
	color: #666666;
	font-size: 18px;
	padding-top: 15px;
	display: inline-block;
	text-transform: uppercase;
}


/* Press Block */

.press-block {
	position: relative;
	margin-bottom: 30px;
}

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

.press-block .inner-box .image a {
	display: block;
}

.press-block .inner-box .image a img {
	width: 100%;

}

.press-block .inner-box .title {
	position: relative;
	color: #000000;
	font-weight: 400;
	line-height: 1.4em;
	margin-top: 16px;
}

.press-block .inner-box .title a {
	position: relative;
	color: #000000;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.press-block .inner-box .title a:hover {
	color: #cbaf71;
	text-decoration: underline;
}

.press-block .inner-box .lower-content .post-info {
	position: relative;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}

.press-block .inner-box .lower-content .post-info span {
	position: relative;
	color: #000000;
}

	


/*** 

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

***/

.main-footer {
	position: relative;
	padding-top: 120px;
}

.main-footer.style-two {
	border-top: 1px solid #dbdbdb;
}

.main-footer .outer-container {
	position: relative;
	padding: 0px 60px;
}

.main-footer h3 {
	position: relative;
	font-weight: 400;
	color: #000000;
	font-size: 30px;
	line-height: 1.3em;
	margin-bottom: 28px;
}

.main-footer .contact-widget ul li {
	position: relative;
	color: #666666;
	font-size: 14px;
	max-width: 300px;
	line-height: 1.9em;
	margin-bottom: 15px;
	/* text-transform:uppercase; */
}

.main-footer .contact-widget ul li a {
	position: relative;
	color: #666666;
	overflow-wrap: break-word;
	-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-footer .contact-widget ul li a:hover {
	color: #000000;
}

/* Link Widget */

.main-footer .link-widget ul li {
	position: relative;
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.main-footer .link-widget ul li a {
	position: relative;
	color: #666666;
	-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-footer .link-widget ul li a:hover {
	color: #000000;
	padding-left: 15px;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 30px 0px;
	margin-top: 85px;
	border-top: 1px solid #f0f0f0;
}

/* Copyright Column */

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

.main-footer .copy-column .copyright {
	position: relative;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
}

.main-footer .copy-column .copyright a {
	position: relative;
}

.main-footer .copy-column .copyright span {
	position: relative;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}

.main-footer .copy-column .copyright i {
	position: relative;
	color: #f53400;
	font-size: 16px;
}

/* Pages Column */

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

.main-footer .pages-column .page-nav {
	position: relative;
	text-align: center;
}

.main-footer .pages-column .page-nav li {
	position: relative;
	margin: 0px 6px;
	display: inline-block;
}

.main-footer .pages-column .page-nav li a {
	position: relative;
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	-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-footer .pages-column .page-nav li a:hover {
	color: #00ccff;
}

/* Language Column */

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

.main-footer .language-column ul {
	position: relative;
	text-align: right;
}

.main-footer .language-column ul li {
	position: relative;
	margin-left: 30px;
	display: inline-block;
}

.main-footer .language-column ul li a {
	position: relative;
	color: #8d9aa8;
	font-size: 14px;
	text-transform: uppercase;
	-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-footer .language-column ul li a:hover {
	color: #263a4f;
}

.page_line {
	border-bottom: 1px solid #dbdbdb;
}



/*** 

====================================================================
	Page Banner Section
====================================================================

***/

.page-banner-section {
	position: relative;
	padding: 280px 0px 200px;
	background-attachment: fixed;
	background-size: cover;
}

.page-banner-section::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.20);
}

.page-banner-section .auto-container {
	position: relative;
}

.page-banner-section .title {
	position: relative;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	line-height: 1.6em;
	text-transform: uppercase;
	text-align: center;
	opacity: 0.8;
	font-family: "Nunito", Arial, sans-serif;
}

.page-banner-section .title a {
	color: white;
	transition: .4s all ease;
}

.page-banner-section .title a:hover {
	color: #c5a880;

}

.page-banner-section h1 {
	position: relative;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.1em;
	text-transform: capitalize;
	text-align: center;
	font-family: "Old Standard TT", Arial, sans-serif
}

.page-banner-section .mail-box {
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

.page-banner-section.style-two {
	padding-top: 270px;
	position: relative;
}

.page-banner-section.style-two::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}

.page-banner-section.style-two .title {
	padding-top: 35px;
	margin-bottom: 310px;
}

.page-banner-section.style-two .title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 80px;
	height: 4px;
	border-radius: 2px;
	background-color: #ffe1a0;
}

.page-banner-section.style-two .banner-year {
	position: absolute;
	left: 60px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
	position: relative;
	padding: 0px 0px 122px;


}


.team-section .row {
	margin: 0px -35px;
}

.team-section .team-block {
	padding: 0px 35px;
}

.team-block {
	position: relative;
	margin-bottom: 30px;
}

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

.team-block .inner-box .image {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	background-color: #111111;
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.team-block .inner-box:hover .image img {
	opacity: 0.7;
}

.team-block .inner-box .image .social-icons {
	position: absolute;
	right: -250px;
	bottom: 12px;
	border-radius: 2px;
	padding: 10px 20px 8px;
	background-color: #ffffff;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}

.team-block .inner-box:hover .image .social-icons {
	right: 12px;
}

.team-block .inner-box .image .social-icons li {
	position: relative;
	margin-right: 15px;
	display: inline-block;
}

.team-block .inner-box .image .social-icons li:last-child {
	margin-right: 0px;
}

.team-block .inner-box .image .social-icons li a {
	position: relative;
	color: #999999;
	font-size: 16px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.team-block .inner-box .image .social-icons li a:hover {
	color: #000000;
}

.team-block .inner-box .lower-content {
	position: relative;
	padding: 25px 0px 0px;
}

.team-block .inner-box .lower-content h4 {
	position: relative;
	font-weight: 400;
	line-height: 1.3em;
	font-size: 24px;
}

.team-block .inner-box .lower-content h4 a {
	position: relative;
	color: #000000;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content h4 a {
	color: #11aa6a;
}

.team-block .inner-box .lower-content .designation {
	position: relative;
	color: #666666;
	font-size: 14px;
	margin-top: 6px;
}

/*** 

====================================================================
	Page Title Section Two
====================================================================

***/

.page-title-two-section {
	position: relative;
	padding: 240px 0px 130px;
}

.page-title-two-section h1 {
	position: relative;
	font-weight: 400;
	font-size: 60px;
	line-height: 1em;
	color: #000000;
	text-transform: capitalize;
}

.page-title-two-section .page-breadcrumb {
	position: relative;
	margin-bottom: 50px;
}

.page-title-two-section .page-breadcrumb li {
	position: relative;
	color: #000000;
	font-size: 18px;
	padding-right: 15px;
	margin-right: 10px;
	display: inline-block;
	text-transform: uppercase;
}

.page-title-two-section .page-breadcrumb li:before {
	position: absolute;
	content: '/';
	right: -3px;
	top: 0px;
	color: #999999;
}

.page-title-two-section .page-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.page-title-two-section .page-breadcrumb li:last-child::before {
	display: none;
}

.page-title-two-section .page-breadcrumb li a {
	position: relative;
	color: #999999;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title-two-section .page-breadcrumb li a:hover {
	color: #000000;
}

/*** 

====================================================================
	Gallery Section
====================================================================

 ***/

.gallery-page-section {
	position: relative;
	padding: 0px 0px 10px;
	margin-top: -130px;
}

.gallery-page-section .outer-section {
	position: relative;
	padding: 0px 0px;
	overflow: hidden;
}

.gallery-page-section .filters {
	margin-bottom: 150px;
}

.gallery-page-section .filters .filter-tabs {
	position: relative;
	text-align: right;
}

.gallery-page-section .filters li {
	position: relative;
	display: inline-block;
	color: #999999;
	padding: 0px 0px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	margin-left: 40px;
	padding-bottom: 5px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-page-section .filters li:first-child {
	margin-left: 0px;
}

.gallery-page-section .filters .filter.active,
.gallery-page-section .filters .filter:hover {
	color: #000000;
}

.gallery-page-section .gallery-item {
	margin-bottom: 40px;
}

.gallery-page-section .row {
	margin-left: -2px;
	margin-right: -2px;
	display: flex;
	flex-wrap: wrap;
}

.gallery-page-section .gallery-block {
	width: 25%;
	padding: 0 2px;
	margin-bottom: 4px;
}

.gallery-block.mix {
	display: none;
}

/*** 

====================================================================
	Project Detail Section
====================================================================

 ***/

.project-detail-section {
	position: relative;
	padding: 155px 0px 0px;
}

.project-detail-section .upper-box {
	position: relative;
	margin-bottom: 80px;
}

.project-detail-section .upper-box .back-projects {
	position: relative;
	color: #000000;
	font-size: 14px;
	margin-bottom: 55px;
	display: inline-block;
	text-transform: uppercase;
}

.project-detail-section .upper-box .back-projects .icon {
	position: relative;
	top: 4px;
	margin-right: 10px;
	font-size: 20px;
	line-height: 1em;
}

.project-detail-section .upper-box ul {
	position: relative;
}

.project-detail-section .upper-box ul li {
	position: relative;
	color: #999999;
	font-size: 16px;
	margin-bottom: 8px;
}

.project-detail-section .upper-box ul li span {
	position: relative;
	color: #000000;
}

.project-detail-section h3 {
	position: relative;
	color: #000000;
	margin-bottom: 40px;
	text-transform: capitalize;
}

.project-detail-section p {
	position: relative;
	color: #666666;
	font-size: 18px;
	margin-bottom: 80px;
	text-transform: capitalize;
}

.project-detail-section .carousel-box {
	position: relative;
}

.project-detail-section .carousel-box .owl-dots {
	position: absolute;
	left: 0px;
	bottom: 30px;
	right: 0px;
	text-align: center;
}

.project-detail-section .carousel-box .owl-dots .owl-dot {
	position: relative;
	width: 9px;
	height: 9px;
	margin: 0px 10px;
	border-radius: 50px;
	display: inline-block;
	background-color: #a19b97;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.project-detail-section .carousel-box .owl-dots .owl-dot.active,
.project-detail-section .carousel-box .owl-dots .owl-dot:hover {
	background-color: #ffffff;
}

.project-detail-section .carousel-box .owl-nav {
	position: absolute;
	left: -60px;
	top: 50%;
	right: -60px;
	margin-top: -32px;
}

.project-detail-section .carousel-box .owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	color: #8d9aa8;
	font-size: 60px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-detail-section .carousel-box .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	color: #8d9aa8;
	font-size: 60px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-detail-section .carousel-box .owl-nav .owl-prev:hover,
.project-detail-section .carousel-box .owl-nav .owl-next:hover {
	color: #000000;
}

/*** 

====================================================================
	Reservation Section
====================================================================

***/

.reservation-section {
	position: relative;
	padding-top: 150px;
	padding-bottom: 160px;
}

.reservation-section .inner-container {
	position: relative;
	z-index: 1;
	padding: 45px 50px 30px;
	border: 1px solid #dfdfdf;
	background-color: #ffffff;
}

/* Reservation Form */

.reservation-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.reservation-form .form-group input[type="text"],
.reservation-form .form-group input[type="password"],
.reservation-form .form-group input[type="tel"],
.reservation-form .form-group input[type="email"],
.reservation-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	color: #999999;
	line-height: 28px;
	padding: 10px 0px;
	height: 50px;
	font-size: 16px;
	border-radius: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.reservation-form .form-group input[type="text"]:focus,
.reservation-form .form-group input[type="password"]:focus,
.reservation-form .form-group input[type="tel"]:focus,
.reservation-form .form-group input[type="email"]:focus,
.reservation-form .form-group select:focus,
.reservation-form .form-group textarea:focus {
	border-color: #ffe1a0;
}

.reservation-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 0px;
	color: #999999;
	height: 170px;
	resize: none;
	font-size: 16px;
	border-radius: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.reservation-form .theme-btn {
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0px;
	margin-top: 20px;
}






/* Contact Form */

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	color: #000000;
	line-height: 28px;
	padding: 10px 0px;
	height: 50px;
	font-size: 16px;
	border-radius: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #111111;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 0px;
	color: #000000;
	height: 160px;
	resize: none;
	font-size: 16px;
	border-radius: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .theme-btn {
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0px;
	margin-top: 22px;
}

.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: 12px;
	color: #ff0000;
	font-weight: 500;
}

.new-projects-section {
	position: relative;
	background-color: #eeeef3;
}

.new-projects-section .image-layer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
}

.new-projects-section .image-layer::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}

.new-projects-section .post {
	position: relative;
	padding: 50px 0px;
}

.new-projects-section a {
	position: relative;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 10px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.new-projects-section .post.next a {
	color: #ffffff;
}

.new-projects-section a:hover {
	color: #000000;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 20px 0px 120px;
}

.sidebar-page-container.style-two {
	padding-top: 160px;
	padding-bottom: 0px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 30px;
}

.sidebar-page-container .sidebar-side .padding-left {
	padding-left: 70px;
}

.sticky-top {
	top: 110px;
	z-index: 1;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 55px;
}

.sidebar-widget:last-child {
	margin-bottom: 0px;
}

.sidebar-title {
	position: relative;
	margin-bottom: 25px;
}

.sidebar-title h6 {
	position: relative;
	color: #999999;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

/* Search Box Widget */

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 30px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #c0c0c0;
	background: #ffffff;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 50px;
	color: #8d9aa8;
	border-radius: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
	width: 50px;
	display: block;
	font-size: 16px;
	color: #222222;
	font-weight: 300;
	line-height: 52px;
	background: none;
	border-radius: 0px;
	cursor: pointer;
}

.sidebar .search-box .form-group input::-webkit-input-placeholder {
	color: #333333;
}

/* Post Widget */

.sidebar .popular-posts .widget-content {
	position: relative;
}

.sidebar .popular-posts .post {
	position: relative;
	font-size: 16px;
	color: #000000;
	margin-bottom: 12px;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .popular-posts .post .text {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 1.7em;
}

.sidebar .popular-posts .post .text a {
	color: #000000;
	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;
}

.sidebar .popular-posts .post a:hover {
	text-decoration: underline;
}

/* Recent Comment */

.recent-comment .comment {
	position: relative;
	color: #000000;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 12px;
}

.recent-comment .comment span {
	position: relative;
	color: #999999;
}

.recent-comment .comment a {
	position: relative;
	color: #000000;
	text-decoration: underline;
}

.recent-comment .comment i {
	position: relative;
	margin-right: 6px;
	font-size: 24px;
	line-height: 1em;
}

/* Categories Widget */

.categories-widget ul li {
	position: relative;
	margin-bottom: 7px;
}

.categories-widget ul li a {
	position: relative;
	color: #000000;
	font-size: 16px;
}

.categories-widget ul li a:hover {
	text-decoration: underline;
}

/* Tags Widget */

.tags-widget ul li {
	position: relative;
	margin-bottom: 7px;
	display: inline-block;
}

.tags-widget ul li a {
	position: relative;
	color: #000000;
	font-size: 16px;
}

.tags-widget ul li a:hover {
	text-decoration: underline;
}

.news-block {
	position: relative;
	margin-bottom: 50px;
}

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

.news-block .inner-box .image {
	position: relative;
}

.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.news-block .inner-box .lower-content {
	position: relative;
	padding-top: 25px;
}

.news-block .inner-box .lower-content h3 {
	position: relative;
	font-weight: 400;
	line-height: 1.3em;
}

.news-block .inner-box .lower-content h3 a {
	position: relative;
	color: #000000;
}

.news-block .inner-box .lower-content .post-info {
	position: relative;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}

.news-block .inner-box .lower-content .post-info span {
	position: relative;
	color: #000000;
}

.news-block .inner-box .lower-content p {
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9em;
	margin-top: 18px;
	margin-bottom: 0px;
}

.news-block.style-two .inner-box .lower-content h3 {
	font-size: 24px;
}

/*** 

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

***/

.pagination-outer {
	text-align: center;
	margin-top: 60px;
}

.styled-pagination {
	position: relative;
	display: inline-block;
}

.styled-pagination li {
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 8px 0px;
	display: inline-block;
}

.styled-pagination li a {
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	background: none;
	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;
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
	color: #ff9900;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
	top: 6px;
	color: #cccccc;
	font-size: 24px;
	line-height: 1em;
	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;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
	color: #111111;
}

.blog-detail {
	position: relative;
}

.blog-detail .inner-box {
	position: relative;
}

.blog-detail .inner-box .bold-text {
	position: relative;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.blog-detail .inner-box p {
	position: relative;
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 18px;
}

.blog-detail .inner-box .image {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

.blog-detail .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.blog-detail .inner-box h4 {
	position: relative;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.blog-detail .inner-box blockquote {
	position: relative;
	margin: 80px 0px 70px;
	padding-left: 105px;
}

.blog-detail .inner-box blockquote .blockquote-text {
	position: relative;
	color: #000000;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.5em;
}

.blog-detail .inner-box blockquote .blockquote-text .quote {
	position: absolute;
	left: -20px;
	top: -10px;
	color: #000000;
	font-size: 16px;
	line-height: 1em;
}

/*post share options*/

.blog-detail .inner-box .post-share-options {
	position: relative;
	margin-top: 70px;
	padding-bottom: 60px;
	border-bottom: 1px solid #dddddd;
}

.blog-detail .inner-box .post-share-options .tags a {
	position: relative;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	margin-right: 4px;
	padding: 10px 20px;
	display: inline-block;
	border: 1px solid #d7d7d7;
	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;
}

.blog-detail .inner-box .post-share-options .tags a:hover {
	color: #111111;
	border-color: #ffe1a0;
	background-color: #ffe1a0;
}

/* Related Projects */

.related-projects {
	position: relative;
	margin-top: 75px;
}

.related-projects .title-box {
	position: relative;
	margin-bottom: 35px;
}

.related-projects .title-box h3 {
	position: relative;
	color: #000000;
	font-weight: 400;
	line-height: 1.3em;
	font-size: 30px;
}

.sidebar-page-container .lower-section {
	position: relative;
	margin-top: 115px;
	padding: 145px 0px 160px;
	background-color: #eef1f3;
}

.sidebar-page-container .lower-section .comment-form {
	position: relative;
	max-width: 770px;
}

/* Comment Form */

.comment-form .group-title {
	position: relative;
	margin-bottom: 40px;
}

.comment-form .group-title h3 {
	position: relative;
	color: #000000;
	font-weight: 400;
	font-size: 30px;
}

.comment-form .group-title .text {
	position: relative;
	color: #666666;
	font-weight: 400;
	font-size: 14px;
	margin-top: 6px;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	color: #222222;
	line-height: 28px;
	padding: 10px 20px;
	height: 50px;
	font-size: 14px;
	border-radius: 0px;
	background-color: #ffffff;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #111111;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 20px;
	color: #222222;
	height: 210px;
	resize: none;
	font-size: 14px;
	border-radius: 0px;
	background-color: #ffffff;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .theme-btn {
	cursor: pointer;
	font-size: 14px;
	margin-top: 15px;
}

/***

====================================================================
	Map Section
====================================================================

***/

.map-section {
	position: relative;
}

.map-section iframe {
	position: relative;
	width: 100%;
	height: 620px;
}

/***

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section {
	position: relative;
	padding: 140px 0px 100px;
}

.contact-page-section .info-column {
	position: relative;
}

.contact-page-section .info-column .inner-column {
	position: relative;
}

.contact-page-section .info-column h2 {
	position: relative;
	color: #000000;
	font-weight: 400;
	line-height: 1.2em;
	font-size: 48px;
	margin-bottom: 60px;
}

.contact-page-section .info-column h3 {
	position: relative;
	font-size: 30px;
	font-weight: 600;
	color: #000000;
	line-height: 1.2em;
	margin-bottom: 25px;
}

.contact-page-section .info-column h3 span {
	position: relative;
	font-weight: 400;
	color: #999999;
}

.contact-page-section .info-column ul {
	position: relative;
	margin-bottom: 90px;
}

.contact-page-section .info-column ul li {
	position: relative;
	margin-bottom: 15px;
	color: #666666;
	font-size: 14px;
	line-height: 1.9em;
}

.contact-page-section .info-column ul li:last-child {
	margin-bottom: 0px;
}

.contact-page-section .info-column ul li a {
	position: relative;
	color: #666666;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-section .info-column ul li a:hover {
	color: #000000;
}

.contact-page-section .info-column .map-direction {
	position: relative;
	color: #000000;
	font-size: 14px;
	padding: 13px 26px;
	border: 1px solid #999999;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-section .info-column .map-direction .arrow {
	position: relative;
	font-size: 20px;
	top: 2px;
	margin-left: 5px;
}

.contact-page-section .info-column .map-direction:hover {
	color: #ffffff;
	border-color: #111111;
	background-color: #111111;
}

.contact-page-section .form-column {
	position: relative;
}

.contact-page-section .form-column .inner-column {
	position: relative;
}

.contact-page-section .form-column h6 {
	position: relative;
	color: #000000;
	font-weight: 400;
	line-height: 1.2em;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 80px;
	text-transform: uppercase;
}

#yanzhengma{
	width: 65px;
}


/* page about */


.testimonial-section {
	position: relative;
	padding-top: 120px;
	background-color: #eef2f2;
	padding-bottom: 120px;
}

.testimonial-section.style-two {
	margin-top: 100px;
	background-color: #eef2f2;
}

.testimonial-section .sec-title {
	margin-bottom: 70px;
}

.testimonial-section .owl-nav {
	position: absolute;
	right: 0px;
	top: -105px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
	position: relative;
	color: #999999;
	font-size: 36px;
	margin-left: 30px;
	font-weight: 300;
	display: inline-block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
	color: #000000;
}

.testimonial-block {
	position: relative;
	margin-bottom: 30px;
}

.testimonial-block .inner-box {
	position: relative;
	padding: 25px 32px 35px;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
}

.testimonial-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	height: 5px;
	opacity: 0;
	transform: scale(0.3, 1);
	background-color: #ffe1a0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.testimonial-block .inner-box:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}

.testimonial-block .inner-box .quote {
	position: relative;
	font-size: 60px;
	color: #ffe1a0;
	line-height: 1em;
	text-align: right;
	margin-right: -10px;
}

.testimonial-block .inner-box .author {
	position: relative;
	color: #263a4f;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
	font-family: 'Heebo', sans-serif;
}

.testimonial-block .inner-box .author span {
	position: relative;
	font-weight: 400;
	color: #8d9aa8;
	font-size: 14px;
}

.testimonial-block .inner-box p {
	position: relative;
	color: #8d9aa8;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 15px;
	margin-bottom: 0px;
}


/* Page Materials */
.materials-section {
	position: relative;
	padding: 120px 0px 0px;
}

.materials-section .sec-title h2 {
	text-align: center;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
	position: relative;
	padding: 30px 0px 0px;
}

.sponsors-wrapper {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 100px;
}

.sponsors-section.style-two {
	padding-bottom: 140px;
}

.sponsors-section .owl-nav,
.sponsors-section .owl-dots {
	display: none;
}

.sponsors-section .image-box {
	position: relative;
	opacity: 0.8;
	/* filter: grayscale(50%); */
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sponsors-section .image-box:hover {
	opacity: 1;
	/* filter: grayscale(0%); */
}

.materials_t {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding-top: 10px;
}


/* Page list number */
.page_list1 {
	text-align: center;
	padding-top: 3rem;
	padding-right: 20px;
	padding-bottom: 2px;
	font-size: 16px;
	color: #333;
}

.page_list1 a {
	border: #ddd 1px solid;
	color: #333;
	padding: 2px 5px;
	margin-right: 2px;
}

.page_list1 span.current {
	border: #ddd 1px solid;
	padding: 2px 5px;
	font-weight: bold;
	margin-right: 2px;
	color: #fff;
	background-color: #11aa6a;
}

.ptitle {
	padding-top: 20px;
}


/* 	Procuct Show */

/* breadcrumb-area */
.breadcrumb-area {
	position: relative;
	width: 100%;
}

/* .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1120px
	}
}
 */
.breadcrumb-area .breadcrumb {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
}

.breadcrumb-area .breadcrumb .breadcrumb-item {
	font-size: 16px;
	color: #b7b7b7;
	text-transform: capitalize;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a {
	text-transform: capitalize;
	font-size: 16px;
	color: #303030;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a:hover,
.breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
	color: #11aa6a;
}

.breadcrumb-area .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #303030;
	content: "";
}


/* ##### Single Product Details Area Start ##### */
.mb-50 {
	margin-bottom: 50px !important;
}



.single_product_thumb {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	/* .single_product_thumb {
		margin-bottom: 50px;
	} */
}

.single_product_thumb .carousel-indicators {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	margin-right: 0;
	margin-left: 0;
	margin-top: 30px;
}

.single_product_thumb .carousel-indicators li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.single_product_thumb .carousel-indicators li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
	}
}

.single_product_thumb .carousel-indicators li.active {
	border: 1px solid #11aa6a;
}

.single_product_desc {
	position: relative;
	z-index: 1;
}

.single_product_desc .title {
	font-size: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #303030;
}

@media only screen and (max-width: 767px) {
	.single_product_desc .title {
		font-size: 24px;
	}
}

.single_product_desc .price {
	font-size: 26px;
	font-weight: 600;
	color: #11aa6a;
	margin-bottom: 30px;
}

.single_product_desc .short_overview {
	margin-bottom: 30px;
}

.single_product_desc .short_overview p {
	font-size: 14px;
}

.single_product_desc .cart--area {
	position: relative;
	z-index: 1;
	padding-top: 20px;
}

.single_product_desc .cart {
	position: relative;
	z-index: 1;
}


.single_product_desc .products--meta {
	position: relative;
	z-index: 1;
	padding-top: 30px;
	border-top: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.single_product_desc .products--meta p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single_product_desc .products--meta p span:first-child {
	font-weight: 500;
	color: #303030;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	max-width: 150px;
	width: 150px;
}

.single_product_desc .products--meta p span:last-child {
	font-weight: 400;
	color: #707070;
}

.single_product_desc .products--meta p span:last-child a {
	color: #cccccc;
	font-size: 14px;
	margin-right: 15px;
}

.single_product_desc .products--meta p span:last-child a:hover {
	color: #11aa6a;
}

.product_details_tab {
	position: relative;
	z-index: 1;
	padding: 50px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-top: 50px;
}

.product_details_tab .nav-tabs {
	border-bottom: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.product_details_tab .nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0 15px;
	font-size: 20px;
	color: #303030;
}

.product_details_tab .nav-tabs .nav-link.active,
.product_details_tab .nav-tabs .nav-link:hover {
	color: #11aa6a;
}

.product_details_tab .additional_info_area p {
	color: #303030;
}

.product_details_tab .additional_info_area p span {
	color: #707070;
}

.product_details_tab .review-rating i {
	color: #ff9800;
	font-size: 14px;
}

.product_details_tab .review-rating>span {
	font-size: 16px;
	font-weight: 500;
	color: #303030;
}

#yanzhengma1 {
	width: 80px;
	display: block;
	padding-top: 32px;
}

.review-details p {
	font-size: 12px;
}

.submit_a_review_area h4 {
	font-size: 20px;
	color: #303030;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 1rem;
}

.submit_a_review_area .form-group>label {
	font-size: 14px;
}

.submit_a_review_area input,
.submit_a_review_area select {
	font-size: 14px;
	width: 100%;
	height: 40px;
	border: none;
	background-color: #f2f4f5;
	border-radius: 0;
}

.submit_a_review_area textarea {
	width: 100%;
	height: 100px;
	border: none;
	border-radius: 0;
	background-color: #f2f4f5;
}

/* 按钮 */
.alazea-btn {
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	position: relative;
	z-index: 1;
	display: inline-block;
	min-width: 150px;
	height: 46px;
	color: #ffffff;
	background-color: #11aa6a;
	border: 2px solid #11aa6a;
	border-radius: 2px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 600;
}

.alazea-btn.active,
.alazea-btn:hover,
.alazea-btn:focus {
	font-size: 16px;
	color: #11aa6a;
	font-weight: 600;
	background-color: transparent;
	box-shadow: none;
}


/* 产品图片放大全屏 */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #ffffff;
	right: 0;
	text-align: center;
	padding-right: 0;
	top: 40px;
	width: 36px;
	height: 36px;
	background-color: #11aa6a;
	line-height: 36px;
}

.mfp-bottom-bar {
	margin-top: 0;
	top: auto;
	bottom: 55px;
	left: 0;
	width: 100%;
	cursor: auto;
	background-color: transparent;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.mfp-bottom-bar .mfp-title {
	line-height: normal;
	color: #ffffff;
	padding-right: 0;
	background-color: #11aa6a;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 700;
}

.mfp-bottom-bar .mfp-counter {
	color: #ffffff;
	position: relative;
	line-height: normal;
	background-color: #11aa6a;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 700;
}


/* 相关产品推荐 */
.related-products-area {
	margin-bottom: 50px;
}

.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.section-heading h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #303030;
	line-height: 1.3;
	font-weight: 500;
}

.section-heading h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.section-heading h2 {
		font-size: 24px;
	}
}

.section-heading p {
	font-size: 16px;
	color: #707070;
	margin-bottom: 0;
}

.single-product-area {
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-product-area .product-img1 {
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-product-area .product-img1 a {
	display: block;
}

.single-product-area .product-img1 img {
	position: relative;
	z-index: 1;
	width: 100%;
}

.single-product-area .product-img1 .product-tag a {
	background-color: #429edf;
	border-radius: 2px;
	display: inline-block;
	height: 20px;
	padding: 0 10px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	font-size: 12px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}

.single-product-area .product-img1 .product-tag.sale-tag a {
	background-color: #e61d47;
}


.single-product-area .product-info a p {
	margin-bottom: 0;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.single-product-area .product-info a p:hover,
.single-product-area .product-info a p:focus {
	color: #11aa6a;
}

.single-product-area .product-info h6 {
	margin-bottom: 0;
	font-size: 18px;
}

.single-product-area:hover .product-img1 {
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}

.single-product-area:hover .product-img1 .product-meta {
	visibility: visible;
	opacity: 1;
}

.mt-15 {
	margin-top: 15px !important;
	margin-bottom: 30px;
}

.product-info-a {
	color: #303030;
	font-size: 16px;
}

.product-info-a:hover,
.product-info-a:focus {
	color: #11aa6a;

}


/* Style */
/* Style */
.section-padding-0-100 {
	padding-top: 0;
	padding-bottom: 100px;
}

.section-heading p {
	font-size: 16px;
	color: #707070;
	margin-bottom: 0;
}

.alazea-portfolio-filter {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 30px;
}

.alazea-portfolio-filter .btn {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	padding: 0;
	font-size: 16px;
	color: #707070;
	font-weight: 500;
	background-color: transparent;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.alazea-portfolio-filter .btn {
		font-size: 16px;
		padding: 0 5px;
	}
}

.alazea-portfolio-filter .btn:hover,
.alazea-portfolio-filter .btn:focus {
	color: #11aa6a;
	box-shadow: none;
}

.alazea-portfolio.row {
	margin-right: -10px;
	margin-left: -10px;
}

.alazea-portfolio .col-12 {
	padding-left: 10px;
	padding-right: 10px;
}

.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


.col-lg-31 {
	flex: 0 0 auto;
	width: 25%
}

@media screen and (max-width: 992px) {
	.col-lg-31 {
		width: 50%
	}
}

@media only screen and (min-width: 1000px) {
	.col-lg-31 {
		width: 25%
	}
}


.single_portfolio_item {
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
	overflow: hidden;
	height: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_portfolio_item {
		height: 290px;
	}
}

@media only screen and (max-width: 767px) {
	.single_portfolio_item {
		height: 300px;
	}
} */

.single_portfolio_item .portfolio-thumbnail {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: calc(100% - 20px);
	position: absolute;
	height: 100%;
	top: 0;
	left: 10px;
	right: 10px;
	background-repeat: no-repeat;
}

.single_portfolio_item .portfolio-hover-overlay {
	width: calc(100% - 20px);
	height: 100%;
	top: 0;
	left: 10px;
	right: 10px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: rgba(17, 170, 106, 0.8);
	position: absolute;
	z-index: 10;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.single_portfolio_item .portfolio-hover-overlay a {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 30;
}

.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
	font-size: 24px;
	color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
		font-size: 18px;
	}

}

@media only screen and (max-width: 576px) {
	.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
		font-size: 24px;
	}
}



.single_portfolio_item:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

.single_portfolio_item:hover .portfolio-hover-overlay {
	opacity: 1;
	visibility: visible;
}

/* NEWS */
/* NEWS */

/* .col-12,.col-lg-6,.col-md-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
 */

@media only screen and (max-width: 767px) {

	.post-sidebar-area {
		margin-top: 30px;
		border-top: 1px solid #EDEDED;
		padding-top: 50px;
	}

}

@media only screen and (min-width: 768px) {

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-44 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

}




/* right */
.mb-100 {
	margin-bottom: 100px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.single-blog-post {
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-blog-post .post-thumbnail {
	position: relative;
	z-index: 1;
}

.single-blog-post .post-content .post-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.post-content .post-title h5 {
	color: #303030;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	line-height: 1.5;
	margin-bottom: 15px;
}

.single-blog-post:hover .post-content .post-title h5 {
	color: #11aa6a;
}

.single-blog-post .post-content .post-meta a {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 14px;
	color: #b7b7b7;
	margin-right: 30px;
}

.single-blog-post .post-content .post-meta a i {
	margin-right: 5px;
	color: #11aa6a;
}

.single-blog-post .post-content .post-excerpt {
	font-size: 15px;
	color: #707070;
	margin-bottom: 0;
}

/* left	 */

.single-widget-area {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.single-widget-area .widget-title {
	width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.single-widget-area .widget-title h4 {
	position: relative;
	z-index: 5;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
	color: #303030;
}

.single-widget-area .single-latest-post {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.single-widget-area .single-latest-post .post-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
	width: 70px;
	margin-right: 30px;
}

.single-widget-area .single-latest-post .post-content .post-date {
	display: block;
	font-size: 14px;
	margin-bottom: 0;
	color: #b7b7b7;
	line-height: 1;
}

.single-widget-area .single-latest-post .post-content .post-title h6:hover,
.single-widget-area .single-latest-post .post-content .post-title h6:focus {
	color: #11aa6a;
}

.single-widget-area .single-latest-post .post-content .post-title h6 {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #303030;
}


/* Bestselling Model */
.single-widget-area .single-best-seller-product {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.single-widget-area .single-best-seller-product .product-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
	width: 70px;
	margin-right: 30px;
	border: 1px solid #EDEDED;
}

.single-widget-area .single-best-seller-product .product-info a {
	display: block;
	color: #707070;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
}

.single-widget-area .single-best-seller-product .product-info a:hover,
.single-widget-area .single-best-seller-product .product-info a:focus {
	color: #303030;
}

.single-widget-area .single-best-seller-product .product-info p {
	margin-bottom: 0;
	color: #303030;
	font-weight: 500;
}

/* PRODUCT CENTER */
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.single-widget-area .popular-tags li a {
	display: inline-block;
	margin: 4px;
	padding: 10px 15px;
	line-height: 1;
	font-size: 14px;
	color: #707070;
	background-color: #f9f9f9;
	font-weight: 500;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: 0 solid transparent;
}

.single-widget-area .popular-tags li a:hover,
.single-widget-area .popular-tags li a:focus {
	color: #ffffff;
	background-color: #11aa6a;
}

.single-widget-area .author-widget {
	border: 1px solid #ebebeb;
	padding: 30px;
}

.single-widget-area .author-widget .author-thumb-name {
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}

.single-widget-area .author-widget .author-thumb-name .author-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	max-width: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-widget-area .author-widget .author-thumb-name .author-thumb {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		max-width: 50px;
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}
}

.single-widget-area .author-widget .author-thumb-name .author-thumb img {
	border-radius: 50%;
}

.single-widget-area .author-widget .author-thumb-name .author-name h5 {
	margin-bottom: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-widget-area .author-widget .author-thumb-name .author-name h5 {
		font-size: 14px;
	}
}

.single-widget-area .author-widget .author-thumb-name .author-name p {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-widget-area .author-widget .author-thumb-name .author-name p {
		font-size: 13px;
	}
}

.single-widget-area .author-widget .social-info a {
	display: inline-block;
	margin-right: 20px;
	color: #b7b7b7;
}

.single-widget-area .author-widget .social-info a:hover {
	color: #11aa6a;
}

.single-widget-area .single-best-seller-product {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.single-widget-area .single-best-seller-product::after {
	margin-bottom: 0;
}

.single-widget-area .single-best-seller-product .product-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
	width: 70px;
	margin-right: 30px;
}

.single-widget-area .single-best-seller-product .product-info a {
	display: block;
	color: #707070;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}

.single-widget-area .single-best-seller-product .product-info a:hover,
.single-widget-area .single-best-seller-product .product-info a:focus {
	color: #303030;
}

.single-widget-area .single-best-seller-product .product-info p {
	margin-bottom: 0;
	color: #303030;
	font-weight: 500;
}

.single-widget-area .single-best-seller-product .product-info .ratings i {
	font-size: 12px;
	color: #ff9800;
}

.single-widget-area .search-form {
	position: relative;
	z-index: 2;
}

.single-widget-area .search-form input {
	background-color: #ffffff;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #b7b7b7;
	border: 1px solid #ebebeb;
	border-radius: 0;
}

.single-widget-area .search-form input:focus {
	box-shadow: none;
}

.single-widget-area .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 10;
	border: none;
	background-color: #ffffff;
	cursor: pointer;
	color: #303030;
	border: 1px solid #ebebeb;
	border-left: none;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.single-widget-area .search-form button:hover {
	color: #11aa6a;
}

.single-post-details-area {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.single-post-details-area .post-content .post-title {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 30px;
	color: #303030;
	font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-post-details-area .post-content .post-title {
		font-size: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.single-post-details-area .post-content .post-title {
		font-size: 24px;
	}
}

.single-post-details-area .post-content .post-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.single-post-details-area .post-content .post-meta a {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 16px;
	color: #b7b7b7;
	margin-right: 30px;
}

.single-post-details-area .post-content .post-meta a:last-child::after {
	content: '/';
	top: 0;
	left: -20px;
	position: absolute;
	z-index: 1;
}

.single-post-details-area .post-content .post-meta a i {
	margin-right: 5px;
	color: #11aa6a;
}

.single-post-details-area .post-content .post-meta a:hover {
	color: #11aa6a;
}

.single-post-details-area .post-content blockquote {
	position: relative;
	z-index: 1;
	padding: 30px 50px;
	background-color: #f9f9f9;
}

.single-post-details-area .post-content blockquote .blockquote-text h5:last-child {
	color: #11aa6a;
}

.post-tags-share {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.post-tags-share .popular-tags span {
	font-size: 14px;
	margin-right: 15px;
}

.post-tags-share .popular-tags li a {
	display: inline-block;
	margin: 4px;
	padding: 10px 15px;
	background-color: #f9f9f9;
	line-height: 1;
	font-size: 13px;
	color: #707070;
}

.post-tags-share .popular-tags li a:hover,
.post-tags-share .popular-tags li a:focus {
	color: #ffffff;
	background-color: #11aa6a;
}

.post-tags-share .post-share a {
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
}

.post-tags-share .post-share a:hover,
.post-tags-share .post-share a:focus {
	color: #11aa6a;
}

@media only screen and (max-width: 767px) {
	.post-tags-share .post-share a {
		padding: 0 5px;
	}
}

.popular-tags {
	padding-left: 0
}


/* NEWSs */
.news-p {
	font-size: 16px;
	line-height: 32px;
}


/* 自适应 */
@media screen and (max-width: 576px) {	

	.press-block .inner-box .title a {
	    font-size: 18px;
	}
	.about-section .content-column .bold-text {
	    font-size: 18px;
	}
	.testimonial-section1 {
	    padding-bottom: 50px;
		padding-top: 20px;
	}
	.press-section .sec-title .blogs {
	    font-size: 14px;
	    padding-top: 15px;
	}
	
	.btn-style-two {
	    padding: 5px 10px;
		font-size: 12px;
	}
	.price-block .inner-box {
	    position: relative;
	    padding: 15px 30px 25px 30px;
	}
	.pro_p1 {
	    font-size: 14px;
	}
	.projects-section .sec-title .projects {
	    font-size: 14px;
	}
	.testimonial-section1 .sec-title .pull-right{
		width:100%;
	}
	.testimonial-section1 .sec-title .blogs {
	    font-size: 14px;
	   
	}
	.testimonial-section1 .sec-title {
	    margin-bottom: 40px;
	}
	.press-section .sec-title .blogs, .projects-section .sec-title .projects {
	    padding-top: 0px;
	    margin-top: 25px;
	}
	.pricing-section .lower-text {
	    font-size: 16px;
	    margin-top: 20px;
	}
	.pricing-section .lower-text a {
	    font-size: 16px;
	}
	.about-section .image-column {
	    display: none;
	}
	.about-section .content-column p {
	    margin-bottom: 50px;
	}
	.header-upper .logo img{
		width: 75%;
	}
	.footer-column .logo a img{
		width: 70%;
	}
	/* page */
	.team-block .inner-box .lower-content h4 {
	    font-size: 18px;
	}
	.mb-100 {
	    margin-bottom: 30px !important;
	}
	.breadcrumb-area .breadcrumb {
	    padding-top: 20px;
	    padding-bottom: 35px;
	}

	
}
	