
#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.clearfix:after, #header:after, #header .header-area:after, #header .header-holder:after, #header .side-nav:after, #nav:after, #footer:after, .footer-holder:after, .post .txt-holder:after, .service-post .txt-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}
#header {
	padding: 30px 61px;
	position: relative;
	transition: all 0.25s linear;
	z-index: 8;
}



@media screen and (min-width:1000px) {
	#header.sticky, #header.nospace {
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		position: absolute;
	}
  }



  @media screen and (max-width: 1024px) {
	#header.sticky, #header.nospace {
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		position: fixed;
	}
  }
#header.bg-dark.transparent {
	background-color: transparent;
}

#header.bg-dark .side-nav a {
	color: #fff;
}

#header.bg-dark .side-nav .drop-down {
	background: #fff;
}
#header.bg-dark .side-nav .drop-down a {
	color: #323031;
}
#header.bg-dark #nav a {
	color: #fff;
}
#header.bg-dark #nav .drop-down a {
	color: #585456;
}
#header.bg-dark.sticky {
	background: #323031;
}
#header.bg-white .nav-opener:before, #header.bg-white .nav-opener:after,#header.bg-white .nav-opener span {
	background: #323031;
}
#header.header2 {
	padding: 0;
}
#header.header2 .side-nav a {
	color: #323031;
}
#header.header2 .side-nav .drop-down {
	background: #323031;
	text-align: left;
	padding: 19px 23px 0;
}
#header.header2 .side-nav .drop-down li {
	padding: 0;
}
#header.header2 .side-nav .drop-down a {
	color: #fff;
}
#header.header2 .nav-opener:before, #header.header2 .nav-opener:after,#header.header2 .nav-opener span {
	background: #323031;
}
#header.header2 #nav a {
	color: #323031;
}
#header.header2 #nav .nav-drop a {
	color: #fff;
}
#header.header2 .search-popup {
	position: absolute;
	
}
#header.header2.sticky {
	height: auto !important;
	background: transparent;
	transform: translateY(-65px);
}
#header.header2.sticky .header-area {
	padding: 24px 38px 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#header.header2.sticky .header-area #nav .nav-drop,#header.header2.sticky .header-area #nav .drop-down {
	top: 48px;
}
#header.header2.sticky .header-area #nav .nav-drop .nav2,#header.header2.sticky .header-area #nav .drop-down .nav2 {
	top: 0;
}
#header.header2.sticky .search-popup.form4 .search-form {
	height: 80px;
	padding: 4px 0 0;
}
#header.header2.sticky .search-popup.form4 .search-close {
	top: 40px;
}
#header.header3 {
	padding: 0 0 10px;
}
#header.header3 .top-nav {
	background: #fff;
	padding: 15px 0 13px;
}
#header.header3 .top-nav .tel a {
	color: #a8a8a9;
}
#header.header3 .top-nav .side-nav li:before {
	height: 25px;
}
#header.header3 .top-nav .side-nav a {
	color: #323031;
}
#header.header3 .top-nav .side-nav .drop-down {
	text-align: left;
	text-transform: uppercase;
	padding: 19px 23px 0;
}
#header.header3 .top-nav .side-nav .drop-down li {
	padding: 0;
}
#header.header3 .top-nav .side-nav .drop-down a {
	color: #fff;
}
#header.header3 .header-area {
	padding: 26px 0 15px;
	transition: all 0.45s linear;
}
#header.header3 .header-area .header-holder {
	width: 63.2%;
}
#header.header3 #nav {
	padding-top: 3px;
}
#header.header3 .header-area #nav .nav-drop,#header.header3 .header-area #nav .drop-down {
	top: 48px;
}
#header.header3 .header-area #nav .nav-drop .nav2,#header.header3 .header-area #nav .drop-down .nav2 {
	top: 0;
}
#header.header3 .nav-opener {
	margin: 5px 20px 0 30px;
}
#header.header3 .nav-opener:before, #header.header3 .nav-opener:after,#header.header3 .nav-opener span {
	background: #323031;
}
#header.header3 .search {
	width: 58px;
	height: 45px;
	margin: -11px 0 0;
	line-height: 24px;
	background: #323031;
	color: #fff;
}
#header.header3.sticky {
	margin: -51px 0 0;
}
#header.header3.sticky .header-area {
	padding: 25px 0;
}
#header.header4 .logo {
	margin: 0 auto;
}
#header.header4 .header-holder {
	float: left;
	width: 46.4%;
}
#header.header4 #nav {
	top: 100%;
	opacity: 0;
	left: -100%;
	width: 100%;
	float: none;
	margin: 0;
	padding: 9px 0 9px;
	text-align: center;
	position: absolute;
	visibility: hidden;
	transition: all 0.25s linear;
}
#header.header4 #nav > ul > li {
	margin: 0 0 0 27px;
}
#header.header4 #nav > ul > li:hover {
	padding-bottom: 20px;
	margin-bottom: -20px;
}
#header.header4 #nav > ul .fa-angle-down {
	margin: 0 -11px 0 7px;
}
#header.header4 .logo {
	float: none;
}
#header.header4 .nav-opener {
	float: left;
}
#header.header4 .search-icon {
	float: right;
}
#header.header4.transparent {
	background-color: transparent;
}
#header.header4.sticky {
	background: #323031;
}
#header.header4.sticky #nav {
	background: #323031;
}
#header.header4 .side-nav li:before {
	top: -1px;
}
#header.style1 .header-holder {
	left: 0;
	top: 0;
	opacity: 0;
	overflow-y: auto;
	visibility: hidden;
	overflow-x: hidden;
	background: #323031;
	position: absolute;
	padding: 184px 43px 0;
	height: 100vh !important;
	width: 600px;
	height: 0vh;
	transition: all 0.25s linear;
}
#header.style1 #nav {
	position: static;
	margin: 0 0 192px;
}
#header.style1 #nav ul li {
	font-size: 45px;
	line-height: 50px;
	font-weight: 500;
	margin: 0 0 20px;
}
#header.style1 #nav ul li:hover {
	padding-bottom: 0;
	margin-bottom: 20px;
}
#header.style1 .nav-opener {
	z-index: 9;
}
#header.style2 .header-holder {
	width: 100%;
	right: 0;
}
#header.style2 #nav {
	margin: 0 0 80px;
}
#header.style2 .social-network {
	text-align: center;
}
#header.style3 .header-holder {
	z-index: 5;
	width: 458px;
	background: #fff;
	padding: 217px 70px 0;
}
#header.style3 #nav {
	margin: 0 0 192px;
	text-align: left;
}
#header.style3 #nav ul li {
	font-size: 35px;
	line-height: 40px;
	font-weight: 500;
	margin: 0 0 20px;
}
#header.style3 #nav ul li:hover {
	padding-bottom: 0;
	margin-bottom: 20px;
}
#header.style3 #nav a {
	color: #323031;
}
#header.style3 .nav-opener {
	margin: 0 0 0 -47px;
}
#header.style3 .nav-opener:before, #header.style3 .nav-opener:after,#header.style3 .nav-opener span {
	background: #323031;
}
#header.style3 .nav-opener .txt {
	top: 4px;
	left: 100%;
	color: #323031;
	font-weight: 600;
	font-style: normal;
	position: absolute;
	padding-left: 10px;
	text-transform: uppercase;
	transition: all 0.25s linear;
}
#header.style3.sticky #nav {
	background: transparent;
}
#header.header5 .nav-opener {
	height: 27px;
	margin: -7px 4px 0 0;
}
#header.header5 .nav-opener:before, #header.header5 .nav-opener:after,#header.header5 .nav-opener span {
	background: #323031;
}
#header.header6 .header-holder {
	width: 70%;
	height: 46px;
}
#header.header6 .side-nav {
	margin: -5px 0 0;
}
#header.header6 .side-nav > li {
	background: #e1e1e4;
	padding: 14px 15px 13px;
	vertical-align: top;
}
#header.header6 .side-nav > li:first-child {
	padding: 0;
}
#header.header6 .side-nav > li:first-child a {
	display: block;
	background: #fff;
	padding: 13px 21px 10px;
}
#header.header6 .side-nav > li:before {
	display: none;
}
#header.header6 .side-nav > li.drop {
	margin-bottom: 0;
	padding-bottom: 13px;
}
#header.header6 .side-nav a {
	color: #323031;
}
#header.header6 .side-nav .drop-down {
	right: 0;
	top: 44px;
	left: auto;
	border-radius: 0;
	background: #e1e1e4;
	border-top: 1px solid #323031;
}
#header.header6 #nav > ul > li {
	margin: 0 0 20px 34px;
}
#header.header6 #nav > ul > li:hover {
	padding-bottom: 40px;
	margin-bottom: -20px;
}
#header .header-area {
	background: #fff;
	padding: 45px 38px 35px;
}
#header .header-area .header-holder {
	padding: 0 0 0 17px;
}
#header .header-area #nav > ul > li {
	margin: 0 0 0 39px;
}
#header .header-area #nav > ul > li:first-child {
	margin: 0;
}
#header .header-area #nav > ul > li:first-child:hover, #header .header-area #nav > ul > li:hover {
	padding-bottom: 60px;
	margin-bottom: -60px;
}
#header .header-area #nav .nav-drop,#header .header-area #nav .drop-down {
	top: 68px;
}
#header .header-area #nav .nav-drop .nav2,#header .header-area #nav .drop-down .nav2 {
	top: 0;
}
#header .header-holder {
	float: right;
	width: 70.2%;
}
#header .side-nav {
	font-size: 0;
	color: #323031;
	margin: 0 -19px 0 0;
	font-weight: 300;
	float: right;
}
#header .side-nav li {
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 19px;
	position: relative;
	text-align: left;
}
#header .side-nav li:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: -1px;
	bottom: auto;
	right: auto;
	background: #5b595a;
	width: 1px;
	height: 31px;
	z-index: 0;
}
#header .side-nav li:first-child:before {
	display: none;
}
#header .side-nav li:hover .drop-down {
	opacity: 1;
	visibility: visible;
}
#header .side-nav li.drop {
	padding-bottom: 29px;
	margin-bottom: -24px;
}
#header .side-nav .icon-magnifying-glass {
	font-size: 21px;
}
#header .side-nav .fa-caret-down,#header .side-nav .fa-envelope-o {
	margin: 0 0 0 5px;
}
#header .side-nav a {
	color: #323031;
	transition: all 0.25s linear;
}
#header .side-nav .drop-down {
	position: absolute;
	left: -5px;
	top: 40px;
	min-width: 128px;
	background: #323031;
	opacity: 0;
	visibility: hidden;
	padding: 17px 23px 0;
	box-shadow: 0 1px 5px rgba(50, 50, 50, 0.1);
}
#header .side-nav .drop-down li {
	display: block;
	padding: 0;
	margin: 0 0 13px;
}
#header .side-nav .drop-down li:before {
	display: none;
}
#header .side-nav .drop-down a {
	color: #fff;
}
#header .top-nav {
	padding-top: 24px;
	padding-bottom: 19px;
}
#header .top-nav .tel {
	font-size: 14px;
	line-height: 16px;
	color: #e1e1e4;
	font-weight: 300;
	display: block;
}
#header .top-nav .tel a {
	color: #e1e1e4;
	transition: all 0.25s linear;
}
#header .top-nav .side-nav li {
	padding: 0 19px;
	vertical-align: top;
	z-index: 1;
}
#header .top-nav .side-nav li.drop {
	padding-bottom: 29px;
	margin-bottom: -24px;
}
#header .top-nav .side-nav a {
	color: #e1e1e4;
}
#header .search {
	font-size: 23px;
	line-height: 31px;
	width: 50px;
	height: 50px;
	color: #323031;
	float: right;
	padding: 9px;
	margin: -9px 0 0;
	transition: all 0.25s linear;
}
#header .search:hover {
	background: #323031;
	color: #fff;
}
#header .nav-opener {
	width: 28px;
	height: 30px;
	float: right;
	position: relative;
	z-index: 1;
	margin: 0 4px 0 0;
}
#header .nav-opener:before, #header .nav-opener:after,#header .nav-opener span {
	position: absolute;
	content: "";
	left: 0;
	top: 16px;
	background: #fff;
	width: 28px;
	height: 2px;
	transition: all 0.25s linear;
}
#header .nav-opener:before {
	top: 9px;
}
#header .nav-opener:after {
	top: 23px;
	right: 0;
	left: auto;
	width: 21px;
}
#header .search-icon {
	font-size: 21px;
	line-height: 23px;
	color: #fff;
	display: inline-block !important;
	vertical-align: middle;
	padding: 5px 19px;
	transition: all 0.25s linear;
}
#header .social-network {
	font-size: 0;
	overflow: hidden;
	margin: 0;
	text-align: left;
	text-transform: capitalize;
}
#header .social-network li {
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 0 0 20px;
}
#header .social-network li:first-child {
	margin: 0;
}
#header .social-network .fa {
	font-size: 17px;
	line-height: 32px;
}
#header .social-network .fa.fa-facebook {
	margin: 0 6px 0 0;
}
#header .social-network .fa.fa-twitter {
	margin: 0 9px 0 0;
}
#header .social-network .fa.fa-youtube {
	margin: 0 8px 0 0;
}
#header .social-network .fa.fa-google-plus {
	margin: 0 6px 0 0;
}
#header .social-network .fa.fa-linkedin {
	margin: 0 13px 0 0;
}
#header .social-network a {
	color: #808080;
	transition: all 0.25s linear;
}
.right-bar {
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 152px;
	position: fixed;
	background: #fff;
	pointer-events: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.logo {
	z-index: 2;
	width: 138px;
	float: left;
	position: relative;
	margin: 0 10px 0 0;
}
#nav {
	float: left;
	margin: 8px 0 0;
	position: relative;
}
#nav > ul > li:first-child:hover,#nav > ul > li:hover {
	padding-bottom: 40px;
	margin-bottom: -40px;
}
#nav ul {
	font-size: 0;
	margin: 0;
}
#nav ul li {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 59px;
	position: relative;
}
#nav ul li:first-child {
	margin: 0;
}
#nav ul li.drop {
	position: static;
}
#nav ul li:hover > .nav-drop,#nav ul li:hover > .drop-down {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#nav ul .fa {
	margin: 0 -21px 0 7px;
}
#nav ul a {
	color: #323031;
	display: block;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.25s linear;
}
#nav .nav-drop {
	left: 0;
	right: 0;
	top: 51px;
	opacity: 0;
	text-align: left;
	position: absolute;
	visibility: hidden;
	padding: 60px 7% 50px;
	transform: translateY(20px);
	transition: all 0.25s linear;
}
#nav .nav-drop .h-col {
	width: 35.63%;
	float: left;
	overflow: hidden;
	padding: 0 10px 0 0;
}
#nav .nav-drop .h-col.h-col2 {
	width: 28.6%;
	padding: 0;
}
#nav .nav-drop .nav {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #777074;
	overflow: hidden;
	margin: 0;
}
#nav .nav-drop .nav li {
	display: block;
	overflow: hidden;
	margin: 0 0 14px;
	float: none;
}
#nav .nav-drop .nav a {
	color: #777074;
	padding: 0;
	white-space: normal;
	text-transform: none;
	transition: all 0.25s linear;
}
#nav .nav-drop .nav a:hover {
	color: #fff;
	padding-left: 8px;
	background: none;
}
#nav .nav-drop .title {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin: 0 0 30px;
}
#nav .drop-down {
	left: 0;
	top: 51px;
	opacity: 0;
	text-align: left;
	min-width: 270px;
	padding: 6px 25px;
	visibility: hidden;
	background: #fff;
	position: absolute;
	font-size: 14px;
	line-height: 16px;
	transform: translateY(20px);
	transition: all 0.25s linear;
	box-shadow: 0 1px 5px rgba(50, 50, 50, 0.1);
}
#nav .drop-down.nav2 {
	top: 0;
	opacity: 0;
	left: 245px;
	visibility: hidden;
}
#nav .drop-down li {
	display: block;
	float: none;
	padding: 21px 0 22px;
	margin: 0;
	border-top: 1px solid #ececf0;
	position: relative;
}
#nav .drop-down li:first-child {
	border-top: none;
}
#nav .drop-down li:hover .nav2 {
	opacity: 1;
	visibility: visible;
}
#nav .drop-down li:after {
	top: 0;
	bottom: 0;
	content: "";
	width: 35px;
	right: -25px;
	background: #fff;
	position: absolute;
}
#nav .drop-down .fa {
	margin: 0 11px 0 2px;
}
#nav .drop-down a {
	color: #585456;
	text-transform: none;
	white-space: normal;
}
#nav .drop-down a:hover {
	padding-left: 10px;
}
#nav .nav-opener {
	top: 15px;
	right: 15px;
	position: absolute;
}
#nav .nav-opener:before, #nav .nav-opener:after,#nav .nav-opener span {
	background: #fff !important;
}
.nav-active .main-nav {
	width: 100%;
	float: none;
}
.nav-active .main-nav #nav {
	opacity: 1;
	visibility: visible;
}
.nav-active #header .nav-opener {
	margin-top: -7px;
	transition: all 0.25s linear;
}
.nav-active #header .nav-opener:before {
	transform: rotate(45deg);
	margin: 12px 0 0;
}
.nav-active #header .nav-opener:after {
	display: none;
}
.nav-active #header .nav-opener span {
	transform: rotate(-45deg);
	margin: 5px 0 0;
}
.nav-active #header.header4 #nav {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.nav-active #header.style1 .header-holder {
	opacity: 1;
	visibility: visible;
}
.nav-active #header.style3 .nav-opener .txt {
	top: 10px;
}
.main-nav {
	position: relative;
	z-index: 1;
}
.main-nav #nav {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s linear;
}
.main-nav #nav ul li {
	float: none;
	margin: 0 0 10px;
	display: block;
	overflow: hidden;
}
.main-nav #nav ul a {
	display: block;
	transition: all 0.25s linear;
}
.search-popup {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 9999;
	position: fixed;
	visibility: hidden;
	transition: all 0.25s linear;
	background: rgba(21, 20, 20, 0.7);
}
.search-popup.form2 .search-close {
	top: 67px;
}
.search-popup.form2 .search-form {
	position: absolute;
	right: 109px;
	top: 32px;
	width: 1202px;
	height: 71px;
}
.search-popup.form2 .search-form .search {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 32px;
	line-height: 46px;
	color: #323031;
	padding: 10px 0 14px 29px;
	text-align: center;
}
.search-popup.form2 .search-form .form-control {
	width: 100%;
	float: none;
	padding: 26px 37px 25px 93px;
}
.search-popup.form3 {
	background: #151414;
}
.search-popup.form3 .search-form {
	position: static;
	margin: 0 auto;
	overflow: hidden;
}
.search-popup.form3 .search-form .form-control {
	padding: 26px 30px 22px 58px;
}
.search-popup.form3 .search-form .icon {
	border-radius: 45px 0 0 45px;
}
.search-popup.form4 .search-form {
	top: 0;
	right: 130px;
	width: 765px;
	height: 118px;
	padding: 30px 0 0;
	background: #f5f5f6;
}
.search-popup.form4 .search-form .icon {
	font-size: 30px;
}
.search-popup.form4 .search-close {
	top: 62px;
	right: 66px;
}
.search-popup.form4 .search-close span {
	pointer-events: none;
	background: #323031 !important;
}
.search-popup .form-holder {
	width: 100%;
	height: 100vh;
	display: table;
	vertical-align: middle;
}
.search-popup .form-block {
	display: table-cell;
	vertical-align: middle;
}
.search-popup .search-form {
	top: 93px;
	right: 58px;
	position: absolute;
	width: 945px;
	height: 68px;
	background: #fff;
}
.search-popup .search-form .form-control {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #777074;
	width: 86%;
	height: 100%;
	background: none;
	border: none;
	border-radius: 0;
	padding: 26px 37px 22px;
	box-shadow: none;
	margin: 0;
	float: left;
}
.search-popup .search-form .icon {
	font-size: 40px;
	line-height: 44px;
	color: #323031;
	padding: 11px 10px;
	text-align: center;
	width: 14%;
	height: 100%;
	float: left;
	border: none;
	border-radius: none;
}
.search-popup .search-close {
	position: absolute;
	right: 75px;
	top: 42px;
	width: 24px;
	height: 24px;
	display: block;
	transition: all 0.25s linear;
}
.search-popup .search-close span {
	background: #fff;
	display: block;
	width: 24px;
	height: 2px;
	transform: rotate(45deg);
}
.search-popup .search-close span + span {
	margin: -2px 0 0;
	transform: rotate(-45deg);
}
.search-popup .title {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	display: block;
	text-align: center;
	margin: 0 0 95px;
}
.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}
.search-active .header-holder .search .icon-magnifying-glass,.search-active .side-nav .icon-magnifying-glass {
	opacity: 0;
}
#footer .btn {
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	display: block;
	padding: 15px 15px 12px;
	width: 226px;
	float: left;
	margin: 0 64px 0 0;
	border: 1px solid #808080;
	transition: all 0.25s linear;
}
#footer .btn .icon-check-form,#footer .btn .icon-placeholder {
	font-size: 28px;
	line-height: 26px;
	margin: 0 12px 0 4px;
	display: inline-block;
	vertical-align: middle;
}
#footer .btn .icon-placeholder {
	margin: 0 20px 0 -34px;
}
#footer .btn:hover {
	color: #fff;
}
#footer.footer2 .footer-area {
	min-height: auto;
}
#footer.footer2 .footer-area .f-heading {
	color: #262425;
}
#footer.style2 .footer-holder {
	position: relative;
}
#footer.style2 .footer-area {
	margin: 0 auto;
	max-width: 1370px;
}
#footer.style2 #back-top {
	position: absolute;
	right: 52px;
	bottom: 80px;
	height: 59px;
	padding: 6px;
	float: none;
}
#footer.style2 #back-top:hover {
	color: #fff;
}
#footer.footer3 #back-top {
	background: #f5f5f6;
}
#footer.footer4 .footer-area {
	min-height: 276px;
	position: relative;
}
#footer.footer4 .footer-area .f-logo {
	margin: 0 auto 25px;
	float: none;
}
#footer.footer4 .f-nav {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin: 0 0 18px;
	overflow: hidden;
}
#footer.footer4 .f-nav li {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}
#footer.footer4 .social-network {
	font-size: 17px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
}
#footer.footer4 .social-network li {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 12px 0 0;
}
#footer.footer4 .social-network .fa.fa-facebook, #footer.footer4 .social-network .fa.fa-twitter, #footer.footer4 .social-network .fa.fa-youtube, #footer.footer4 .social-network .fa.fa-google-plus, #footer.footer4 .social-network .fa.fa-linkedin {
	margin: 0;
}
#footer.footer4 .social-network a {
	width: 45px;
	height: 45px;
	color: #808080;
	transition: all 0.25s linear;
	border: 1px solid #808080;
	display: block;
	text-align: center;
	padding: 5px;
}
#footer.footer4 .social-network a:hover {
	background: #808080;
	color: #323031;
}
#footer.footer4 #back-top {
	position: absolute;
	right: 52px;
	top: -30px;
	height: 59px;
	padding: 6px;
	float: none;
}
#footer.footer5 .footer-holder {
	padding: 30px 0 26px;
}
#footer.footer5 .footer-holder .copyright {
	padding: 0;
}
#footer.footer5 .social-network {
	font-size: 17px;
	line-height: 20px;
	overflow: hidden;
	text-align: right;
}
#footer.footer5 .social-network li {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 12px 0 0;
}
#footer.footer5 .social-network .fa.fa-facebook, #footer.footer5 .social-network .fa.fa-twitter, #footer.footer5 .social-network .fa.fa-youtube, #footer.footer5 .social-network .fa.fa-google-plus, #footer.footer5 .social-network .fa.fa-linkedin {
	margin: 0;
}
#footer.footer5 .social-network a {
	color: #808080;
	transition: all 0.25s linear;
	display: block;
}
#footer.footer5 #back-top {
	position: absolute;
	right: 52px;
	bottom: 50px;
	height: 59px;
	padding: 6px;
	float: none;
	color: #323031;
}
.footer-area {
	min-height: 410px;
	font-size: 14px;
	line-height: 26px;
	color: #808080;
	padding-top: 64px;
	padding-bottom: 40px;
}
.footer-area p {
	margin: 0 0 19px;
}
.footer-area .f-logo {
	width: 138px;
	overflow: hidden;
	margin: 0 0 15px;
}
.footer-area .contact-list {
	line-height: 34px;
	overflow: hidden;
	margin: 0;
}
.footer-area .contact-list li {
	display: block;
	overflow: hidden;
	margin: 0;
}
.footer-area .contact-list address {
	overflow: hidden;
	font-style: normal;
	margin: 0;
	line-height: 34px;
}
.footer-area .contact-list .fa {
	font-size: 18px;
	line-height: 20px;
	float: left;
	margin: 7px 18px 0 2px;
}
.footer-area .contact-list .fa .fa-map-marker {
	font-size: 20px;
	line-height: 22px;
}
.footer-area .contact-list a {
	color: #808080;
	float: left;
	transition: all 0.25s linear;
}
.footer-area .f-heading {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 26px;
	display: block;
	padding: 3px 0 0;
}
.footer-area .f-heading.clr {
	color: #262425;
}
.footer-area .f-nav {
	overflow: hidden;
	margin: 0;
}
.footer-area .f-nav li {
	overflow: hidden;
	margin: 0 0 8px;
}
.footer-area .f-nav a {
	color: #808080;
	transition: all 0.25s linear;
}
.footer-area .btn-holder {
	margin-top: -10px;
}
.footer-holder {
	color: #808080;
}
.footer-holder.footer {
	padding: 10px 0;
}
.footer-holder.footer #back-top {
	color: #fff;
	height: 61px;
	padding: 6px;
}
.footer-holder.footer #back-top:hover {
	background: #323031;
}
.footer-holder .copyright {
	font-size: 14px;
	padding: 30px 0 26px;
}
.footer-holder p {
	margin: 0;
}
.social-network {
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	margin: -3px 0 0;
}
.social-network li {
	overflow: hidden;
	margin: 0 0 2px;
}
.social-network .fa {
	font-size: 17px;
	line-height: 32px;
}
.social-network .fa.fa-facebook {
	margin: 0 17px 0 0;
}
.social-network .fa.fa-twitter {
	margin: 0 12px 0 0;
}
.social-network .fa.fa-youtube {
	margin: 0 13px 0 0;
}
.social-network .fa.fa-google-plus {
	margin: 0 6px 0 0;
}
.social-network .fa.fa-linkedin {
	margin: 0 13px 0 0;
}
.social-network a {
	color: #808080;
	transition: all 0.25s linear;
}
.newsletter-form {
	position: relative;
	padding: 11px 8px 8px;
	border: 1px solid #808080;
}
.newsletter-form .form-control {
	border: 0;
	color: #808080;
	font-weight: 300;
	box-shadow: none;
	background: transparent;
}
.newsletter-form .form-control::-webkit-input-placeholder {
	color: #808080;
}
.newsletter-form .form-control::-webkit-input-placeholder .form-control {
	color: #808080;
}
.newsletter-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #808080;
}
.newsletter-form .form-control::-moz-placeholder .form-control {
	color: #808080;
}
.newsletter-form .form-control:-moz-placeholder {
	color: #808080;
}
.newsletter-form .form-control:-moz-placeholder .form-control {
	color: #808080;
}
.newsletter-form .form-control:-ms-input-placeholder {
	color: #808080;
}
.newsletter-form .form-control:-ms-input-placeholder .form-control {
	color: #808080;
}
.newsletter-form .form-control.placeholder {
	color: #808080;
}
.newsletter-form .form-control.placeholder .form-control {
	color: #808080;
}
.newsletter-form .sub-btn {
	border: 0;
	top: 15px;
	right: 10px;
	color: #808080;
	font-size: 25px;
	position: absolute;
	background: transparent;
	transition: all 0.25s linear;
}
.slider-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.8;
	background: #161616;
	position: absolute;
}
.mt-mainslider {
	overflow: hidden;
	line-height: 34px;
	position: relative;
}
.mt-mainslider.style3 {
	padding: 70px;
}
.mt-mainslider.style3 .slide {
	height: 85vh;
}
.mt-mainslider.style4 {
	border-radius: 0 0 25px 25px;
}
.mt-mainslider.half-height .slide {
	height: 770px;
}
.mt-mainslider.left-align .caption {
	transform: translate(-70%, -35%);
}
.mt-mainslider.small-width {
	margin: 0 auto;
	max-width: 1350px;
}
.mt-mainslider.animate .heading {
	opacity: 0;
	transform: translateY(60px);
	transition: all 0.6s linear;
}
.mt-mainslider.animate .title {
	opacity: 0;
	transform: translateY(80px);
	transition: all 0.6s linear 0.6s;
}
.mt-mainslider.animate p {
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.6s linear 1.2s;
}
.mt-mainslider.animate .post-btn {
	opacity: 0;
	transform: translateY(120px);
	transition: all 0.6s linear 1.8s;
}
.mt-mainslider.animate .slick-active p,.mt-mainslider.animate .slick-active .title,.mt-mainslider.animate .slick-active .heading,.mt-mainslider.animate .slick-active .post-btn {
	opacity: 1;
	transform: translateY(0);
}
.mt-mainslider .arrow-bottom {
	bottom: 0;
	left: 50%;
	color: #fff;
	font-size: 34px;
	line-height: 70px;
	position: absolute;
	transition: all 0.25s linear;
	transform: translateX(-50%);
}
.mt-mainslider .arrow-bottom.rotate {
	transform: translateX(-50%) rotate(90deg);
}
.mt-mainslider .slide {
	z-index: 1;
	height: 100vh;
	min-height: 650px;
	position: relative;
}
.mt-mainslider .caption {
	top: 50%;
	left: 50%;
	z-index: 1;
	max-width: 640px;
	position: absolute;
	padding: 40px 10px;
	transform: translate(-50%, -35%);
}
.mt-mainslider .heading {
	margin: 0;
	font: 700 60px/1.2 "klavika", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mt-mainslider .heading.bg {
	padding: 0 15px;
	margin-bottom: 5px;
	vertical-align: top;
	display: inline-block;
}
.mt-mainslider .title {
	display: block;
	margin: 0 0 4px;
	font: 300 28px/1.2 'Secular One', sans-serif;
}
.mt-mainslider .title.bg {
	padding: 0 15px;
	margin-bottom: 5px;
	vertical-align: top;
	display: inline-block;
}
.mt-mainslider p {
	margin: 0 0 23px;
}
.mt-mainslider .post-btn {
	margin-bottom: 10px;
	padding: 8px 26px 8px 38px;
}
.mt-mainslider .post-btn .icon-right-arrow {
	margin: 8px 0 0 22px;
}
.mt-mainslider .slide-border {
	top: 70px;
	left: 70px;
	right: 70px;
	z-index: -1;
	bottom: 70px;
	opacity: 0.2;
	position: absolute;
	border: 1px solid #fff;
}
.mt-mainslider .slide-border.topbox {
	top: 90px;
}
.mt-mainslider .slider-arrow {
	top: -5px;
	left: -5px;
	opacity: 0.2;
	width: 210px;
	height: 210px;
	position: absolute;
	border: 1px solid #fff;
}
.mt-mainslider .slider-arrow.right-arrow {
	top: auto;
	left: auto;
	right: -5px;
	bottom: -5px;
	border-width: 0 1px 1px 0;
}
.mt-mainslider .slider-arrow.left-arrow {
	border-width: 1px 0 0 1px;
}
.slider-pg .slick-dots,.sliderfade-pg .slick-dots {
	top: 50%;
	margin: 0;
	padding: 0;
	right: 21px;
	font-size: 14px;
	list-style: none;
	line-height: 34px;
	position: absolute;
	transform: translateY(-50%);
}
.slider-pg .slick-dots .slick-active,.sliderfade-pg .slick-dots .slick-active {
	font-weight: 700;
}
.slider-pg .slick-dots .slick-active button:after,.sliderfade-pg .slick-dots .slick-active button:after {
	opacity: 1;
	width: 36px;
}
.slider-pg .slick-dots button,.sliderfade-pg .slick-dots button {
	border: 0;
	padding: 0;
	width: 62px;
	color: #fff;
	text-align: right;
	position: relative;
	background: transparent;
	transition: all 0.25s linear;
}
.slider-pg .slick-dots button:before,.sliderfade-pg .slick-dots button:before {
	content: "0";
}
.slider-pg .slick-dots button:after,.sliderfade-pg .slick-dots button:after {
	left: 0;
	top: 50%;
	content: "";
	width: 24px;
	opacity: 0.2;
	position: absolute;
	transform: translateY(-50%);
	transition: all 0.25s linear;
	border-bottom: 1px solid #fff;
}
.style2.mt-mainslider .slider-pg .slick-dots, .style2.mt-mainslider.sliderfade-pg .slick-dots {
	right: 90px;
}
.style3.mt-mainslider .slider-pg .slick-dots, .style3.mt-mainslider.sliderfade-pg .slick-dots {
	right: -45px;
}
.style3.mt-mainslider .slider-pg .slick-dots li, .style3.mt-mainslider.sliderfade-pg .slick-dots li {
	cursor: pointer;
	max-height: 15px;
	margin: 0 0 15px;
	transition: all 0.35s linear;
}
.style3.mt-mainslider .slider-pg .slick-dots li.slick-active, .style3.mt-mainslider.sliderfade-pg .slick-dots li.slick-active {
	max-height: 300px;
}
.style3.mt-mainslider .slider-pg .slick-dots li.slick-active button, .style3.mt-mainslider.sliderfade-pg .slick-dots li.slick-active button {
	color: #323031;
	max-height: 200px;
	padding: 0 0 90px;
}
.style3.mt-mainslider .slider-pg .slick-dots li.slick-active:before, .style3.mt-mainslider.sliderfade-pg .slick-dots li.slick-active:before {
	border-color: #323031;
}
.style3.mt-mainslider .slider-pg .slick-dots li:before, .style3.mt-mainslider.sliderfade-pg .slick-dots li:before {
	width: 15px;
	height: 15px;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 2px solid #c9c9cb;
}
.style3.mt-mainslider .slider-pg .slick-dots button, .style3.mt-mainslider.sliderfade-pg .slick-dots button {
	padding: 0;
	width: auto;
	max-height: 0;
	overflow: hidden;
	transition: all 0.35s linear;
}
.style3.mt-mainslider .slider-pg .slick-dots button:after, .style3.mt-mainslider.sliderfade-pg .slick-dots button:after {
	top: auto;
	left: 7px;
	opacity: 1;
	width: 1px;
	height: 79px;
	bottom: -29px;
	border-bottom: 0;
	border-right: 1px solid #323031;
}
.slider-ar:hover .slick-arrow,.sliderfade-ar:hover .slick-arrow {
	opacity: 1;
}
.slider-ar.arrow-zradius .slick-arrow,.sliderfade-ar.arrow-zradius .slick-arrow {
	border-radius: 0;
}
.slider-ar .slick-arrow,.sliderfade-ar .slick-arrow {
	top: 50%;
	z-index: 2;
	padding: 0;
	width: 60px;
	right: 170px;
	height: 60px;
	font-size: 0;
	opacity: 0.5;
	color: #fff;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #fff;
	transform: translateY(-50%);
	transition: all 0.25s linear;
}
.slider-ar .slick-arrow:after,.sliderfade-ar .slick-arrow:after {
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	content: " ";
	position: absolute;
	border: solid #fff;
	border-width: 1px 1px 0 0;
	transform: translate(-80%, -50%) rotate(45deg);
}
.slider-ar .slick-prev,.sliderfade-ar .slick-prev {
	right: auto;
	left: 170px;
}
.slider-ar .slick-prev:after,.sliderfade-ar .slick-prev:after {
	transform: translate(-35%, -50%) rotate(-135deg);
}
.slider-ar .slick-dots,.sliderfade-ar .slick-dots {
	top: 50%;
	margin: 0;
	padding: 0;
	right: 21px;
	font-size: 14px;
	list-style: none;
	line-height: 34px;
	position: absolute;
	transform: translateY(-50%);
}
.slider-ar .slick-dots .slick-active,.sliderfade-ar .slick-dots .slick-active {
	font-weight: 700;
}
.slider-ar .slick-dots .slick-active button:after,.sliderfade-ar .slick-dots .slick-active button:after {
	opacity: 1;
	width: 36px;
}
.slider-ar .slick-dots button,.sliderfade-ar .slick-dots button {
	border: 0;
	padding: 0;
	width: 62px;
	color: #fff;
	text-align: right;
	position: relative;
	background: transparent;
	transition: all 0.25s linear;
}
.slider-ar .slick-dots button:before,.sliderfade-ar .slick-dots button:before {
	content: "0";
}
.slider-ar .slick-dots button:after,.sliderfade-ar .slick-dots button:after {
	left: 0;
	top: 50%;
	content: "";
	width: 24px;
	opacity: 0.2;
	position: absolute;
	transform: translateY(-50%);
	transition: all 0.25s linear;
	border-bottom: 1px solid #fff;
}
.slider-blog .slick-arrow {
	top: 50%;
	border: 0;
	padding: 0;
	z-index: 1;
	width: 82px;
	color: #323031;
	opacity: 0.2;
	font-size: 18px;
	text-align: right;
	position: absolute;
	background: transparent;
	transition: all ease 0.3s;
	text-transform: uppercase;
	transform: translateY(-50%);
	font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-blog .slick-arrow:after {
	top: -4px;
	font-size: 24px;
	content: "\e90f";
	position: absolute;
	font-family: 'icomoon';
}
.slider-blog .slick-arrow:hover {
	opacity: 1;
}
.slider-blog .slick-prev {
	left: -82px;
}
.slider-blog .slick-prev:after {
	left: 0;
	transform: rotate(180deg);
}
.slider-blog .slick-next {
	right: -82px;
	text-align: left;
}
.slider-blog .slick-next:after {
	right: 0;
}
.wedo-slider .slick-arrow {
	top: -83px;
	border: 0;
	padding: 0;
	z-index: 2;
	width: 82px;
	color: #323031;
	opacity: 0.2;
	font-size: 18px;
	text-align: right;
	position: absolute;
	background: transparent;
	transition: all ease 0.3s;
	text-transform: uppercase;
	font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wedo-slider .slick-arrow:after {
	top: -4px;
	font-size: 24px;
	content: "\e90f";
	position: absolute;
	font-family: 'icomoon';
}
.wedo-slider .slick-arrow:hover {
	opacity: 1;
}
.wedo-slider .slick-prev {
	right: 138px;
}
.wedo-slider .slick-prev:after {
	left: 0;
	transform: rotate(180deg);
}
.wedo-slider .slick-next {
	right: 20px;
	text-align: left;
}
.wedo-slider .slick-next:after {
	right: 0;
}
.wedo-slider.style2 {
	margin: 0 auto;
	max-width: 1420px;
}
.wedo-slider.style2 .item {
	margin: 0 5.3%;
}
.wedo-slider.style2 .slick-arrow {
	top: -60px;
}
.p-slider-nav .slick-arrow {
	top: 50%;
	border: 0;
	padding: 0;
	z-index: 2;
	width: 32px;
	color: #323031;
	opacity: 0.2;
	height: 26px;
	font-size: 18px;
	text-align: right;
	position: absolute;
	background: transparent;
	transition: all ease 0.3s;
	text-transform: uppercase;
	transform: translateY(-50%);
	font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.p-slider-nav .slick-arrow:after {
	top: -4px;
	font-size: 24px;
	content: "\e90f";
	position: absolute;
	font-family: 'icomoon';
}
.p-slider-nav .slick-arrow:hover {
	opacity: 1;
}
.p-slider-nav .slick-prev {
	left: 0;
}
.p-slider-nav .slick-prev:after {
	left: 0;
	transform: rotate(180deg);
}
.p-slider-nav .slick-next {
	right: 0;
	text-align: left;
}
.p-slider-nav .slick-next:after {
	right: 0;
}
.p-detail-slider img {
	opacity: 0.2;
	transition: all ease 0.3s;
}
.p-detail-slider .slick-current img {
	opacity: 1;
}
.p-detail-slider .slick-dots {
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 35px 0 12px;
}
.p-detail-slider .slick-dots li {
	width: 17px;
	height: 17px;
	cursor: pointer;
	border-radius: 50%;
	margin: 3px 6px 0 8px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e1e1e4;
}
.p-detail-slider .slick-dots li:hover button,.p-detail-slider .slick-dots li.slick-active button {
	opacity: 1;
}
.p-detail-slider .slick-dots button {
	border: 0;
	padding: 0;
	width: 9px;
	opacity: 0;
	height: 9px;
	margin: 3px 0 0;
	text-align: left;
	overflow: hidden;
	border-radius: 50%;
	vertical-align: top;
	text-indent: -9999px;
	display: inline-block;
	transition: all 0.2s ease 0s;
}
.p-detail-slider .slick-arrow {
	top: 50%;
	border: 0;
	padding: 0;
	z-index: 2;
	width: 32px;
	z-index: 55;
	height: 26px;
	color: #fff;
	font-size: 18px;
	text-align: right;
	position: absolute;
	background: transparent;
	transition: all ease 0.3s;
	text-transform: uppercase;
	transform: translateY(-50%);
	font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.p-detail-slider .slick-arrow:after {
	top: -4px;
	font-size: 24px;
	content: "\e90f";
	position: absolute;
	font-family: 'icomoon';
}
.p-detail-slider .slick-arrow:hover {
	opacity: 0.7;
}
.p-detail-slider .slick-prev {
	left: 20%;
}
.p-detail-slider .slick-prev:after {
	left: 0;
	transform: rotate(180deg);
}
.p-detail-slider .slick-next {
	right: 20%;
	text-align: left;
}
.p-detail-slider .slick-next:after {
	right: 0;
}
/*------------------------------------------------------------------2. Body / body-------------------------------------------------------------------*/
body {
	font-weight: 400;
	margin: 0;
}
button,a{
	outline: 0 !important;
}
a:hover, a:focus, a.active {
	text-decoration: none;
	outline: none;
}
.img-responsive2 {
	width: 100%;
	height: auto;
	display: block;
}
.img-responsive52 {
	width: 150%;
	height: auto;
	display: block;
}
.overlay {
	z-index: 1;
	position: relative;
}
.overlay:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.85;
	background: #000;
}
.overlay.overlay-light:before {
	opacity: 0.7;
}
.color-white {
	color: #fff;
}
.parallax {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.bg-full {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-dark {
	background-color: #323031;
}
.bg-grey {
	background-color: #f5f5f6;
}
.bg-grey2 {
	background-color: #f7f3f3;
}
.bg-grey3 {
	background-color: #fbfbfb;
}
.bg-white {
	background-color: #fff;
}
.no-bg {
	background-color: transparent !important;
}
.pad-t-md {
	padding-top: 70px;
}
.pad-t-sm {
	padding-top: 50px;
}
.pad-t-xs {
	padding-top: 30px;
}
.pad-b-md {
	padding-bottom: 70px;
}
.pad-b-sm {
	padding-bottom: 50px;
}
.pad-b-xs {
	padding-bottom: 30px;
}
.mar-t-md {
	margin-top: 70px;
}
.mar-t-sm {
	margin-top: 50px;
}
.mar-t-xs {
	margin-top: 30px;
}
.mar-b-md {
	margin-bottom: 70px;
}
.mar-b-sm {
	margin-bottom: 50px;
}
.mar-b-xs {
	margin-bottom: 30px;
}
.mar-zero {
	margin: 0 !important;
}
.round {
	border-radius: 100%;
}
.md-round {
	border-radius: 5px;
}
.lg-round {
	border-radius: 45px;
}
.border {
	border-top: 1px solid #ececec;
}
.border-bottom {
	border-bottom: 1px solid #ececec;
}
.post-btn {
	color: #323031;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding: 11px 31px 11px 26px;
	border: 1px solid #323031;
	transition: all 0.25s linear;
}
.post-btn:hover {
	background: #323031;
	color: #fff;
}
.post-btn.no-border {
	border: none;
	padding: 0;
}
.post-btn.no-border:hover {
	background: none;
}
.post-btn.white {
	color: #fff;
	border-color: #fff;
}
.post-btn .icon-right-arrow {
	top: -1px;
	font-size: 20px;
	line-height: 20px;
	position: relative;
	margin: 0 0 0 13px;
	display: inline-block;
	vertical-align: middle;
}
/*------------------------------------------------------------------3. Wrapper / #wrapper-------------------------------------------------------------------*/
.menu-active #nav {
	opacity: 1;
	visibility: visible;
}
.blog-holder,.portfolio-holder {
	overflow: hidden;
}
.post {
	overflow: hidden;
}
.post.post2 .txt-holder {
	margin: -81px 0 0;
	padding: 0 26px 0 24px;
}
.post.post2 h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 12px;
}
.post.post2 .header {
	padding: 18px 27px;
}
.post.post2 .author-by,.post.post2 .skill {
	display: block;
}
.post.post2 .author-by {
	margin: 0 0 8px;
}
.post.post3 .txt-holder {
	margin: 0;
	padding: 0;
}
.post.post3 h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
.post.post3 .header {
	padding: 14px 0 20px;
}
.post.post3 .time {
	width: auto;
	background: none;
	padding: 0;
	font-weight: 400;
}
.post.post4 .img-holder {
	margin: 0 0 14px;
}
.post.post4 .txt-holder {
	margin: 0;
	padding: 0;
}
.post.post4 h3 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 17px;
}
.post.post4 .header {
	font-size: 14px;
	line-height: 16px;
	color: #a5a5a5;
	padding: 0;
}
.post.post5 {
	font-weight: 300;
}
.post.post5 .img-holder {
	margin: 0;
}
.post.post5 .post-info {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	color: #a5a5a5;
}
.post.post5 .post-info p {
	margin: 0 0 24px;
}
.post.post5 .header {
	padding: 0;
	margin: 0 0 9px;
}
.post.post5 .time {
	background: #323031;
	color: #fff;
	width: 122px;
	float: left;
	padding: 33px 35px 31px 30px;
}
.post.post5 .align-left {
	overflow: hidden;
	float: left;
	padding: 23px 29px;
}
.post.post5 h3 {
	font-size: 18px;
	line-height: 20px;
	color: #323031;
	font-weight: 600;
	margin: 0 0 23px;
}
.post.post5 h3 a {
	color: #323031;
	transition: all 0.25s linear;
}
.post.post5 .post-btn .icon-right-arrow {
	top: 5px;
}
.post.post6 .img-holder {
	width: 42.5%;
	float: left;
	position: relative;
}
.post.post6 .post-info {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	color: #a5a5a5;
	margin: -5px 0 0;
	padding: 0 0 14px 30px;
	word-spacing: -1px;
}
.post.post6 .post-info p {
	margin: 0 0 69px;
}
.post.post6 .header {
	margin: 0 0 34px;
	word-spacing: 0;
}
.post.post6 .time {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	color: #323031;
}
.post.post7 .post-info {
	padding: 0 92px;
}
.post.post7 .post-info p {
	margin: 0 0 36px;
}
.post.post7 .header {
	padding: 0 170px 0 209px;
}
.post.post8 {
	position: relative;
}
.post.post8 .txt-holder {
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	bottom: 0;
	padding: 0;
	position: absolute;
	background: linear-gradient(top, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
	background: -moz-linear-gradient(top, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
}
.post.post8 .header {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 31px 37px;
	position: absolute;
}
.post.post8 h3 {
	margin: 0 0 19px;
}
.post.post8 h3 a {
	color: #fff;
}
.post.post8 .post-nav {
	font-size: 16px;
	line-height: 18px;
}
.post.post9 {
	color: #fff;
	font-size: 14px;
	position: relative;
}
.post.post9 a {
	color: inherit;
}
.post.post9 .img-holder {
	transition: all 0.25s linear;
}
.post.post9:hover .header {
	transform: translateY(-20px);
}
.post.post9:hover .img-holder {
	transform: rotate(3deg) scale(1.1);
}
.post.post9 .txt-holder {
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	bottom: 0;
	padding: 0;
	position: absolute;
	background: linear-gradient(top, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
	background: -moz-linear-gradient(top, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%);
}
.post.post9 .header {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px 18px;
	position: absolute;
	transition: all 0.25s linear;
}
.post.post9 h3 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 10px;
}
.post.post9 .post-nav {
	font-size: 16px;
	line-height: 18px;
}
.post.detail .img-holder {
	float: none;
	width: 100%;
	margin: 0 0 48px;
}
.post.detail .time {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
}
.post.detail h3 {
	font-size: 22px;
	line-height: 22px;
}
.post.detail .post-info {
	margin: 0;
	padding: 0;
	word-spacing: 0;
}
.post.detail .post-info p {
	margin: 0 0 25px;
}
.post.detail .post-info ul {
	padding: 10px 0 15px 19px;
}
.post .img-holder {
	overflow: hidden;
}
.post .txt-holder {
	z-index: 1;
	padding: 0 8%;
	margin: -70px 0 0;
	position: relative;
}
.post .time {
	font-size: 16px;
	line-height: 18px;
	color: #323031;
	font-weight: 700;
	background: #fff;
	padding: 13px 13px 9px;
	width: 160px;
}
.post .header {
	width: 100%;
	overflow: hidden;
	padding: 21px 11.3%;
}
.post h3 {
	font-size: 22px;
	line-height: 28px;
	color: #323031;
	font-weight: 600;
	margin: 0 0 34px;
}
.post h3 a {
	color: inherit;
	transition: all 0.25s linear;
}
.post .author-by {
	font-size: 16px;
	line-height: 18px;
	color: #a5a5a5;
	font-weight: 400;
}
.post .author-by a {
	color: #a5a5a5;
	transition: all 0.25s linear;
}
.post .skill {
	font-size: 16px;
	line-height: 18px;
	color: #323031;
	font-weight: 400;
	padding: 0 7px 0 0;
}
.post blockquote {
	border: 0;
	margin: 0 0 37px;
	padding: 20px 0 0 66px;
}
.post blockquote q {
	color: #323031;
	display: block;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	padding: 11px 8% 11px 16px;
	border-left: 10px solid #e1e1e4;
}
.post footer {
	overflow: hidden;
	padding: 34px 0 23px;
	border-top: 1px solid #f5f5f6;
	border-bottom: 1px solid #f5f5f6;
}
.post footer .widget {
	margin: 0 0 0 -5px;
}
.post footer .widget .active a,.post footer .widget a:hover {
	color: #fff;
	background: #323031;
	border-color: #323031;
}
.post footer .social {
	font-size: 20px;
}
.post footer .social a {
	color: #323031;
	transition: all 0.25s linear;
}
.post footer .social a:hover {
	color: #b4d2f3;
}
.post .post-nav {
	font-size: 14px;
	line-height: 16px;
	color: #a5a5a5;
	overflow: hidden;
	margin: 0;
}
.post .post-nav li {
	float: left;
	padding: 0 16px 0 15px;
	border-left: 1px solid #d8d8d8;
}
.post .post-nav li:first-child {
	padding: 0 21px 0 0;
	border: none;
}
.post .post-nav a {
	color: #a5a5a5;
	transition: all 0.25s linear;
}
.comment-section {
	padding: 43px 0 0;
	overflow: hidden;
}
.comment-section h3 {
	margin: 0 0 39px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	transition: all 0.25s linear;
}
.comment-section h3 a {
	transition: all 0.25s linear;
}
.comment-section .comment-box {
	margin: 0 0 30px;
	overflow: hidden;
}
.comment-section .comment {
	margin: 0;
	padding: 0;
	color: #a5a5a6;
	font-weight: 300;
}
.comment-section .comment li {
	overflow: hidden;
}
.comment-section .comment .img {
	float: left;
}
.comment-section .comment .name {
	color: #323031;
	display: block;
	margin: 0 0 7px;
	font-weight: 500;
	transition: all 0.25s linear;
}
.comment-section .comment .name a {
	transition: all 0.25s linear;
}
.comment-section .comment time {
	display: block;
	margin: 0 0 5px;
	font-weight: 300;
}
.comment-section .comment .holder {
	float: right;
	width: 85.8%;
	position: relative;
	background: #f5f5f6;
	padding: 19px 3.8% 10px;
}
.comment-section .comment .holder:after {
	right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f5f5f6;
	border-width: 15px;
}
.comment-section .comment .reply {
	top: 22px;
	right: 39px;
	color: #323031;
	font-weight: 500;
	font-style: italic;
	position: absolute;
	transition: all 0.25s linear;
}
.comment-section .comment .comment {
	padding-left: 14%;
}
.service-post {
	overflow: hidden;
}
.service-post.align-left .post-info {
	margin: 103px -184px 0 95px;
	padding: 0 0 38px 42px;
}
.service-post.align-left .post-info .line,.service-post.align-left .post-info .line2 {
	right: auto;
	left: 0;
}
.service-post.align-left h3 {
	color: #323031;
}
.service-post.align-left h3.white {
	color: #fff;
}
.service-post.align-left .service-label {
	margin: -63px 0 0 -68px;
	background: #323031;
	color: #fff;
}
.service-post .img-holder {
	width: 57.2%;
	float: left;
}
.service-post .post-info {
	width: 50.4%;
	float: left;
	margin: 103px 0 0 -184px;
	padding: 0 42px 38px 0;
	position: relative;
}
.service-post .post-info .line {
	width: 1px;
	height: 142px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.service-post .post-info .line2 {
	width: 220px;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.service-post .txt-wrap {
	font-size: 16px;
	line-height: 24px;
	color: #a5a5a5;
	font-weight: 300;
	padding: 38px 50px 48px 40px;
}
.service-post .txt-wrap p {
	margin: 0;
}
.service-post .service-label {
	font-size: 16px;
	line-height: 20px;
	font-family: "klavika", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #323031;
	background: #ffc857;
	min-width: 136px;
	padding: 10px 10px 11px;
	float: right;
	margin: -59px -80px 0 0;
}
.service-post h3 {
	font-size: 30px;
	line-height: 36px;
	font-family: "klavika", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	margin: 0 0 24px;
}
.service-post h3 span {
	display: block;
	font-weight: 300;
}
.product {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}
.product:hover .over {
	transform: translateY(0);
}
.product .img-holder {
	overflow: hidden;
	position: relative;
}
.product .over {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	padding: 13px 26px;
	transition: all 0.25s linear;
	transform: translateY(60px);
}
.product .over .icon-shopping-bag,.product .over .icon-link {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	transition: all 0.25s linear;
}
.product .over .cart {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	transition: all 0.25s linear;
}
.product .sale {
	font-size: 16px;
	line-height: 18px;
	color: #323031;
	display: block;
	position: absolute;
	left: 15px;
	top: 24px;
	width: 57px;
	height: 57px;
	padding: 20px 10px;
}
.product .txt-holder {
	padding: 24px;
}
.product .title {
	font-size: 16px;
	line-height: 18px;
	color: #323031;
	font-weight: 400;
	display: block;
	margin: 0 0 18px;
}
.product .title a {
	color: #323031;
	transition: all 0.25s linear;
}
.product .price {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	display: block;
}
.product .price del {
	font-size: 16px;
	line-height: 18px;
	color: #b9b9b9;
	font-weight: 400;
	margin: 0 10px 0 0;
}
#isotop-holder {
	overflow: hidden;
}
.isoto-filter {
	padding: 10px 0 0;
	margin: 0 -5px 0 0;
}
.isoto-filter li {
	padding-left: 7px;
	padding-right: 7px;
}
.isoto-filter li a {
	padding-bottom: 6px;
	vertical-align: top;
	display: inline-block;
	transition: all 0.25s linear;
	border-bottom: 1px solid #fff;
}
.bg-dark .isoto-filter li a {
	color: #fff;
}
.item {
	overflow: hidden;
	position: relative;
}
.item .bg-dark {
	position: relative;
}
.item.col2 {
	width: 50%;
	float: left;
}
.item.col3 {
	float: left;
	width: 33.33%;
}
.item.col4 {
	width: 25%;
	float: left;
}
.item.col5 {
	width: 20%;
	float: left;
}
.item.col6 {
	width: 66.66%;
	float: left;
}
.item:hover .over,.item:hover .zoom {
	opacity: 1;
	visibility: visible;
}
.item:hover h4 {
	padding: 0 23px 14px;
	border-bottom: 1px solid #635f61;
	transform: translateY(-10px);
}
.item:hover .zoom {
	transform: translateX(0);
}
.item:hover img {
	opacity: 0.2;
}
.item.style2:hover .over {
	top: 43px;
	transform: translate(-50%, 0);
}
.item.style2:hover h4 {
	padding: 0;
	border: none;
}
.item.style2:hover .img {
	opacity: 1;
}
.item.style2:hover .zoom {
	transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.item.style2 .over {
	opacity: 1;
	visibility: visible;
	transition: all 0.45s linear;
}
.item.style2 .zoom {
	top: 50%;
	left: 50%;
	right: auto;
	font-size: 41px;
	line-height: 90px;
	width: 90px;
	height: 90px;
	transition: all 0.25s linear 0.25s;
	transform: translate(-50%, -50%) scale(0.3) rotate(359deg);
	box-shadow: -1px 3px 10px 0px rgba(50, 48, 49, 0.5);
}
.item.style2 img {
	opacity: 0.2;
}
.item.style3 {
	border-radius: 3px;
}
.item.style3:hover .over {
	top: 60px;
	transform: translate(-50%, 0);
}
.item.style3:hover h4 {
	padding: 0;
	border: none;
	color: #323031;
}
.item.style3:hover img {
	opacity: 0.1;
}
.item.style3 .zoom {
	font-size: 41px;
	line-height: 90px;
	width: 90px;
	height: 90px;
	box-shadow: -1px 3px 10px 0px rgba(50, 48, 49, 0.5);
	right: auto;
	top: 50%;
	left: 50%;
	background: #323031;
	transform: translate(-50%, -50%);
}
.item.style3 img {
	opacity: 1;
}
.item.style4 img {
	opacity: 1;
}
.item.style4 .over {
	opacity: 0;
	visibility: hidden;
}
.item.style4:hover img {
	opacity: 0.2 !important;
}
.item.style4:hover .over {
	top: 50%;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -100%);
}
.item.style4:hover .zoom {
	transform: translate(-50%, 0%) scale(1) rotate(0deg);
}
.item.style5:hover .over {
	top: 43px;
	transform: translate(-50%, 0);
}
.item.style5:hover h4 {
	padding: 0;
	border: none;
}
.item.style5:hover .img {
	opacity: 0.2;
}
.item.style5:hover .over {
	opacity: 1;
	visibility: visible;
	transition: all 0.45s linear;
}
.item.style5:hover .zoom {
	transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.item.style5 .zoom {
	top: 50%;
	left: 50%;
	right: auto;
	font-size: 41px;
	line-height: 90px;
	width: 90px;
	height: 90px;
	transition: all 0.25s linear 0.25s;
	transform: translate(-50%, -50%) scale(0.3) rotate(359deg);
	box-shadow: -1px 3px 10px 0px rgba(50, 48, 49, 0.5);
}
.item.style5 img {
	opacity: 1;
}
.item .over {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.45s linear;
	transform: translate(-50%, -50%);
}
.item h4 {
	font-size: 30px;
	line-height: 37px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	transform: translateY(0);
	transition: all 0.25s linear;
	font-family: 'Secular One', sans-serif;
}
.item h4 span {
	font-weight: 300;
	display: block;
}
.item h4 a {
	color: inherit;
}
.item .txt {
	font-size: 18px;
	line-height: 20px;
	display: block;
	color: #fff;
}
.item .zoom {
	font-size: 30px;
	line-height: 72px;
	color: #fff;
	width: 72px;
	height: 72px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translateX(72px);
	transition: all 0.25s linear;
}
.item .img {
	opacity: 1;
	transition: all 0.45s linear;
}
.team {
	overflow: hidden;
}
.team:hover .img-holder:before {
	opacity: 1;
	visibility: visible;
}
.team:hover .social-network {
	opacity: 1;
	visibility: visible;
}
.team .img-holder {
	margin: 0 0 16px;
	position: relative;
}
.team .img-holder:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(50, 48, 49, 0.9);
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s linear;
}
.team .social-network {
	left: 0;
	right: 0;
	top: 50%;
	margin: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	text-align: center;
	transition: all 0.25s linear;
	transform: translateY(-50%);
}
.team .social-network li {
	margin: 0 7px;
	vertical-align: top;
	display: inline-block;
}
.team .social-network a {
	color: #fff;
}
.team h3 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 8px;
	font-weight: 700;
	color: #323031;
}
.team .skill {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #a5a5a5;
	display: block;
}
#back-top {
	font-size: 25px;
	line-height: 47px;
	color: #808080;
	cursor: pointer;
	float: right;
	width: 67px;
	height: 100%;
	padding: 18px 0 16px;
	background: #262425;
	transition: all 0.6s ease 0s;
}
.subscribe-holder {
	font-size: 16px;
	line-height: 24px;
	color: #635f61;
	font-weight: 300;
	padding: 29px 0;
}
.subscribe-holder.style2 .subscribe-form .form-control {
	background: #f5f5f6;
}
.subscribe-holder h4 {
	font-size: 20px;
	line-height: 22px;
	color: #323031;
	font-weight: 700;
	margin: 0 0 10px;
}
.subscribe-holder p {
	margin: 0;
}
.subscribe-holder .subscribe-form {
	overflow: hidden;
	padding: 9px 0 0;
}
.subscribe-holder .subscribe-form .form-control {
	font-size: 16px;
	line-height: 24px;
	color: #635f61;
	font-weight: 300;
	width: 81.9%;
	height: 60px;
	float: left;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 6px 20px;
	background: #fff;
	margin: 0 31px 0 0;
}
.subscribe-holder .subscribe-form .sub-btn {
	font-size: 25px;
	line-height: 47px;
	color: #fff;
	float: right;
	width: 67px;
	height: 60px;
	padding: 10px;
	transition: all 0.6s ease 0s;
	border: none;
	box-shadow: none;
	outline: none;
}
.main-heading {
	z-index: 1;
	color: #a5a5a6;
	font-weight: 300;
	position: relative;
}
.main-heading:before {
	background: #323031;
	width: 108px;
	height: 1px;
	position: absolute;
	content: "";
	z-index: -1;
	left: auto;
	top: 22px;
	bottom: auto;
	right: 0;
}
.bg-dark .main-heading:before {
	background: #fff;
}
.main-heading .heading {
	margin: 0;
	color: #323031;
	font-weight: 300;
	font-size: 40px;
	line-height: 44px;
	font-family: 'Secular One', sans-serif;
}
.bg-dark .main-heading .heading {
	color: #fff;
}
.main-heading .clr,.main-heading .clr2 {
	font-weight: 700;
}
.main-heading p {
	margin: 5px 0 0;
}
.main-heading.style2 {
	padding: 0 0 0 129px;
}
.main-heading.style2:before {
	left: 0;
	right: auto;
}
.main-heading.style3 {
	color: #fff;
}
.main-heading.style3 .heading {
	color: #fff;
	line-height: 47px;
}
.main-heading.no-border {
	padding: 0;
}
.main-heading.no-border:before {
	display: none;
}
.bg-dark .main-heading {
	color: #fff;
}
.top-banner .heading {
	padding-top: 22px;
}
.top-banner .social {
	margin: 0;
	z-index: 1;
	padding: 0 0 0 20px;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	display: inline-block;
}
.top-banner .social:before {
	background: #ededec;
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	right: -9999px;
}
.top-banner .social li {
	padding: 0;
	vertical-align: top;
}
.top-banner .social a {
	width: 35px;
	color: #c5c3c3;
	display: block;
	font-size: 20px;
	padding: 6px 0 0;
	line-height: 75px;
	transition: all 0.3s ease 0s;
}
.top-banner .social .print {
	padding: 0 0 0 22px;
}
.top-banner .social .print.small {
	padding: 0;
}
.top-banner .social .print a {
	width: 68px;
	font-size: 33px;
	background: #f9faf7;
}
.top-banner .social.nobg:before {
	display: none;
}
.top-banner .social.nobg .nobg {
	background: transparent !important;
}
.blog-post {
	font-size: 16px;
	line-height: 24px;
	color: #635f61;
	font-weight: 300;
	overflow: hidden;
}
.blog-post.style2 {
	padding: 22px 10px 16px;
	transition: all 0.25s linear;
	border: 1px solid transparent;
}
.blog-post.style2.active, .blog-post.style2:hover {
	border-color: #ece9e9;
}
.blog-post.style2 .icon {
	color: #e1e1e4;
	min-height: 82px;
	background: none;
	padding: 0 0 17px;
	position: relative;
	margin: 0 auto 23px;
	width: auto;
	height: auto;
}
.blog-post.style2 .icon:after {
	position: absolute;
	content: "";
	z-index: -1;
	left: 50%;
	top: auto;
	bottom: 0;
	right: auto;
	width: 96px;
	height: 1px;
	background: #323031;
	transform: translateX(-50%);
}
.blog-post .icon {
	font-size: 50px;
	line-height: 60px;
	color: #000;
	width: 120px;
	height: 120px;
	margin: 0 auto 43px;
	display: block;
}
.blog-post .icon.icon-light-bulb {
	font-size: 55px;
	line-height: 60px;
}
.blog-post h3 {
	color: #3c3b3c;
	font-weight: 600;
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 24px;
	transition: all 0.25s linear;
}
.blog-post h3 a {
	color: inherit;
	transition: all 0.25s linear;
}
.blog-post h3.light {
	font-weight: 500;
}
.test-sec {
	overflow: hidden;
}
.test-sec .test-slider {
	overflow: hidden;
	margin: 0;
}
.test-sec .test-slider .slide {
	font-size: 16px;
	line-height: 24px;
	font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #a5a5a5;
	width: 100%;
	margin: 55px 0 0;
	position: relative;
	padding: 83px 95px 40px;
}
.test-sec .test-slider .img-holder {
	left: 50%;
	top: -56px;
	width: 100px;
	position: absolute;
	border: 5px solid #fff;
	transform: translateX(-50%);
}
.test-sec .test-slider .img-holder img {
	display: block;
}
.test-sec .test-slider .title {
	font-size: 16px;
	line-height: 20px;
	font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #323031;
	display: block;
	margin: 0 0 7px;
}
.test-sec .test-slider .sub-title {
	font-size: 16px;
	line-height: 20px;
	font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #323031;
	display: block;
	margin: 0 0 26px;
}
.team-slider .slick-dots,.test-slider .slick-dots {
	margin: 0;
	list-style: none;
	padding: 12px 0 0;
	text-align: center;
}
.team-slider .slick-dots li,.test-slider .slick-dots li {
	width: 17px;
	height: 17px;
	cursor: pointer;
	border-radius: 50%;
	margin: 3px 6px 0 8px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e1e1e4;
}
.team-slider .slick-dots li:hover button,.team-slider .slick-dots li.slick-active button,.test-slider .slick-dots li:hover button,.test-slider .slick-dots li.slick-active button {
	opacity: 1;
}
.team-slider .slick-dots button,.test-slider .slick-dots button {
	border: 0;
	padding: 0;
	width: 9px;
	opacity: 0;
	height: 9px;
	margin: 3px 0 0;
	text-align: left;
	overflow: hidden;
	border-radius: 50%;
	vertical-align: top;
	text-indent: -9999px;
	display: inline-block;
	transition: all 0.2s ease 0s;
}
.team-slider .slick-dots {
	padding: 35px 0 12px;
}
.partner-sec {
	overflow: hidden;
}
.partner-sec .line-box {
	overflow: hidden;
}
.partner-sec .partner-logo {
	overflow: hidden;
	margin: 0;
}
.partner-sec .partner-logo li {
	width: 300px;
	text-align: center;
}
.partner-sec .partner-logo .slick-current img {
	filter: grayscale(0);
}
.partner-sec .partner-logo a {
	vertical-align: top;
	display: inline-block;
}
.partner-sec .partner-logo a img {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	filter: grayscale(100%);
}
.partner-sec .partner-logo a:hover img {
	filter: grayscale(0);
}
.counter-sec {
	padding: 137px 0;
	min-height: 410px;
}
.counter-sec .title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	display: block;
	margin: 0 0 4px;
	padding: 19px 0 0;
}
.counter-sec .count {
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	color: #fff;
	display: block;
}
.counter-sec .count.small {
	font-size: 50px;
	line-height: 50px;
}
.counter-sec.style2 {
	padding: 0;
	min-height: 0;
}
.counter-sec.style2 .count,.counter-sec.style2 .title {
	color: #323031;
}
.aboutus-sec {
	z-index: 1;
	color: #a5a5a5;
	position: relative;
}
.aboutus-sec.inner {
	font-weight: 300;
}
.aboutus-sec.inner .slider {
	float: left;
	max-width: 472px;
	padding: 15px 0 0 15px;
	margin: 0 33px 0 -15px;
}
.aboutus-sec.inner .slider:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 40px;
	right: 48px;
	border: 3px solid #e1e1e4;
}
.aboutus-sec.inner .slick-prev {
	left: 38px;
}
.aboutus-sec.inner .slick-next {
	right: 20px;
}
.aboutus-sec p {
	margin: 0 0 24px;
}
.aboutus-sec .post-btn {
	margin: 13px 0 0;
	padding: 11px 31px 11px 33px;
}
.aboutus-sec .title {
	color: #f5f5f5;
	display: block;
	pointer-events: none;
	font-size: 172px;
	line-height: 180px;
	font-family: "lotregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	bottom: -104px;
	left: 23px;
	z-index: -1;
}
.aboutus-sec .title .txt {
	-webkit-text-fill-color: #fbfbfb;
	-webkit-text-stroke-width: 7px;
	-webkit-text-stroke-color: #f5f5f5;
}
.aboutus-sec h3 {
	color: #323031;
	margin: 0 0 24px;
	text-transform: capitalize;
	font: 600 18px/25px "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.aboutus-sec .slider {
	overflow: hidden;
	position: relative;
	padding: 27px 0 0 97px;
}
.aboutus-sec .slider:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 66px;
	top: 0;
	bottom: 54px;
	right: 64px;
	border: 3px solid #e1e1e4;
}
.aboutus-sec .slider.noround .slick-arrow {
	border-radius: 3px;
}
.aboutus-sec .slider.bottom {
	padding: 0 0 46px 97px;
}
.aboutus-sec .slider.bottom .slick-arrow {
	margin-top: 22px;
}
.aboutus-sec .slider.bottom:before {
	top: 73px;
	bottom: 0;
}
.aboutus-sec .slider.style2 {
	padding-top: 0;
}
.aboutus-sec .slider.style2:before {
	display: none;
}
.aboutus-sec .slick-arrow {
	border: 0;
	opacity: 1;
	left: 119px;
	margin-top: 27px;
	width: 45px;
	height: 45px;
	background: rgba(50, 48, 49, 0.8);
}
.aboutus-sec .slick-arrow:after {
	width: 15px;
	height: 15px;
}
.aboutus-sec .slick-next {
	left: auto;
	right: 20px;
}
.aboutus-sec .hold {
	overflow: hidden;
	margin-bottom: 7px;
}
.contact-sec {
	overflow: hidden;
}
.contact-sec.style2 {
	color: #a5a5a6;
}
.contact-sec .blog-post.style2 {
	min-height: 270px;
}
.contact-sec .blog-post.style2 .icon:after {
	display: none;
}
.contact-sec .map {
	float: left;
	margin: 23px 0 0 17px;
	width: 668px;
	height: 507px;
}
.contact-sec h3 {
	font-size: 22px;
	line-height: 24px;
	color: #252424;
	font-weight: bold;
	margin: 0 0 32px;
}
.contact-sec .blog-post h3,.contact-sec h4,.contact-sec .title {
	font-size: 18px;
	line-height: 20px;
	color: #252424;
	font-weight: 600;
	margin: 0 0 26px;
	display: block;
}
.contact-sec h4 {
	margin: 0 0 41px;
}
.contact-sec .contact-info {
	padding: 10px 20px;
}
.contact-sec .contact-info address {
	overflow: hidden;
}
.contact-sec .contact-info i {
	float: left;
	margin-right: 5px;
}
.contact-sec .contact-holder {
	overflow: hidden;
	padding: 64px 79px;
}
.contact-sec .contact-detail {
	padding: 66px 0 48px;
}
.contact-sec .contact-detail .icon {
	float: left;
	margin: 5px 0 0;
	position: relative;
	border: 1px solid #efefef;
	width: 28.2%;
	height: 129px;
}
.contact-sec .contact-detail .icon img {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.contact-sec .contact-detail .title {
	margin: 0 0 27px;
}
.contact-sec .contact-detail .contact-abt {
	width: 71.8%;
	float: left;
	padding: 0 0 0 39px;
}
.contact-sec .contact-detail address {
	margin: 0;
	line-height: 24px;
	word-spacing: -1px;
}
.contact-sec .contact-detail .call a {
	display: block;
	transition: all 0.25s linear;
}
.contact-sec .contact-form {
	width: 100%;
}
.contact-sec .contact-form.form2 .form-group {
	width: 48.7%;
	float: left;
	margin: 0 0 -2px;
}
.contact-sec .contact-form.form2 .email {
	width: 100%;
}
.contact-sec .contact-form.form2 .col {
	width: 51.3%;
	padding: 0 0 0 30px;
}
.contact-sec .contact-form.form2 label {
	font-size: 16px;
	line-height: 24px;
	color: #323031;
	font-weight: 500;
	word-spacing: -1px;
}
.contact-sec .contact-form.form2 .form-control {
	font-size: 16px;
	line-height: 24px;
	color: #a5a5a6;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 10px 0 8px;
}
.contact-sec .contact-form.form2 textarea {
	font-size: 16px;
	line-height: 24px;
	color: #a5a5a6;
	border-left: none;
	border-right: none;
	border-top: none;
	min-height: 169px;
	padding: 15px 0 6px;
	margin: 0 0 37px;
}
.contact-sec .contact-form .form-control {
	font-size: 14px;
	line-height: 34px;
	color: #808080;
	margin: 0 0 17px;
	width: 100%;
	height: 45px;
	padding: 10px 20px 6px;
	border: 1px solid #dad8d8;
	border-radius: 0;
	outline: none;
	background: none;
	box-shadow: none;
}
.contact-sec .contact-form .form-control::-webkit-input-placeholder {
	color: #808080;
}
.contact-sec .contact-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #808080;
}
.contact-sec .contact-form .form-control:-moz-placeholder {
	color: #808080;
}
.contact-sec .contact-form .form-control:-ms-input-placeholder {
	color: #808080;
}
.contact-sec .contact-form .form-control.placeholder {
	color: #808080;
}
.contact-sec .contact-form textarea {
	font-size: 14px;
	line-height: 34px;
	color: #808080;
	margin: 0 0 17px;
	width: 100%;
	min-height: 114px;
	resize: none;
	padding: 10px 20px 6px;
	border: 1px solid #dad8d8;
	border-radius: 0;
	outline: none;
	background: none;
	box-shadow: none;
}
.contact-sec .contact-form textarea::-webkit-input-placeholder {
	color: #808080;
}
.contact-sec .contact-form textarea::-moz-placeholder {
	opacity: 1;
	color: #808080;
}
.contact-sec .contact-form textarea:-moz-placeholder {
	color: #808080;
}
.contact-sec .contact-form textarea:-ms-input-placeholder {
	color: #808080;
}
.contact-sec .contact-form textarea.placeholder {
	color: #808080;
}
.contact-sec .contact-form .btn {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 23px 15px 31px;
	background: #252424;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	transition: all 0.6s ease 0s;
}
.contact-sec .contact-form .btn.btn2 {
	color: #252424;
	padding: 14px 32px 14px 43px;
	background: none;
	border: 1px solid #252424;
	white-space: normal;
	text-transform: none;
}
.contact-sec .contact-form .btn.btn2 .icon-right-arrow {
	font-size: 18px;
	margin: 2px 0 0 32px;
}
.contact-sec .contact-form .btn .icon-right-arrow {
	font-size: 17px;
	line-height: 19px;
	margin: 0 0 0 21px;
}
.offer-sec {
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.offer-sec .main-img {
	position: absolute;
	right: 0;
	bottom: 83px;
	width: 709px;
	z-index: -1;
}
.offer-sec .service-tab {
	margin: 0 0 80px;
}
.offer-sec .service-tab li {
	margin: 0 0 0 26px;
	vertical-align: top;
	display: inline-block;
}
.offer-sec .service-tab li:first-child {
	margin: 0;
}
.offer-sec .service-tab li a {
	display: block;
	transition: all 0.25s linear;
}
.offer-sec .service-tab .icon {
	color: #e1e1e4;
	padding: 26px;
	font-size: 70px;
	line-height: 84px;
	width: 165px;
	height: 140px;
	transition: all 0.25s linear;
	box-shadow: 0 0 5px 0 rgba(50, 48, 49, 0.1);
	display: block;
	margin: 0 0 17px;
}
.offer-sec .service-tab .title {
	font-size: 18px;
	line-height: 20px;
	display: block;
}
.offer-sec .service-info {
	margin: 0;
	float: left;
	width: 66.66%;
	overflow: hidden;
	padding: 80px 0 0;
	letter-spacing: -5px;
}
.offer-sec .service-info li {
	width: 50%;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	padding: 0 2% 0 98px;
	overflow: hidden;
	position: relative;
	margin: 0 0 99px;
}
.offer-sec .service-info li.active .icon {
	color: #fff;
}
.offer-sec .service-info .icon {
	color: #e1e1e4;
	position: absolute;
	left: 0;
	top: 0;
}
.offer-sec .service-info .icon-drill,.offer-sec .service-info .icon-saw {
	font-size: 67px;
	line-height: 59px;
}
.offer-sec .service-info .icon-tool,.offer-sec .service-info .icon-roller {
	font-size: 65px;
	line-height: 59px;
	padding: 0 0 0 9px;
}
.offer-sec .service-info .txt-wrap {
	font-weight: 300;
	color: #a5a5a5;
}
.offer-sec .service-info .title {
	font-size: 18px;
	line-height: 20px;
	display: block;
	color: #323031;
	margin: 0 0 12px;
}
.offer-sec .img-holder {
	width: 30.33%;
	float: right;
	padding: 0 0 0 20px;
	margin: 0 -21px 0 0;
}
.widget {
	overflow: hidden;
	margin: 0 0 38px;
}
.widget.widget-categories {
	margin: 0 0 31px -15px;
	padding: 0 0 0 15px;
}
.widget.widget-latest {
	margin: 0 0 13px;
}
.widget.widget-instagram {
	margin: 0 0 31px;
}
.widget.widget-instagram h3 {
	margin: 0 0 31px;
}
.widget.widget-tags {
	margin: 0 0 17px;
}
.widget.widget-tags h3 {
	margin: 0 0 24px;
}
.widget h3 {
	font-size: 18px;
	line-height: 24px;
	color: #323031;
	font-weight: 700;
	margin: 0 0 13px;
}
.widget .search-form {
	overflow: hidden;
	width: 100%;
	height: 50px;
	position: relative;
}
.widget .search-form .form-control {
	font-size: 14px;
	line-height: 16px;
	color: #a5a5a6;
	font-weight: 300;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 10px 55px 6px 20px;
}
.widget .search-form .form-control::-webkit-input-placeholder .form-control {
	color: #a5a5a6;
}
.widget .search-form .form-control::-moz-placeholder {
	opacity: 1;
}
.widget .search-form .form-control::-moz-placeholder .form-control {
	color: #a5a5a6;
}
.widget .search-form .form-control:-moz-placeholder .form-control {
	color: #a5a5a6;
}
.widget .search-form .form-control:-ms-input-placeholder .form-control {
	color: #a5a5a6;
}
.widget .search-form .form-control.placeholder .form-control {
	color: #a5a5a6;
}
.widget .search-form .btn {
	font-size: 20px;
	line-height: 30px;
	color: #323031;
	position: absolute;
	right: 11px;
	top: 6px;
	background: none;
	border: none;
	outline: none;
}
.widget .categories-list {
	overflow: hidden;
	margin: 0 0 0 -15px;
}
.widget .categories-list li {
	display: block;
	overflow: hidden;
}
.widget .categories-list .active a {
	background: #f5f5f6;
}
.widget .categories-list .txt {
	font-size: 14px;
	line-height: 16px;
	color: #323031;
	font-weight: 400;
	float: left;
}
.widget .categories-list .num {
	font-size: 14px;
	line-height: 16px;
	color: #8f8e8f;
	float: right;
}
.widget .categories-list a {
	padding: 19px 20px 17px 14px;
	display: block;
	overflow: hidden;
	transition: all 0.25s linear;
}
.widget .categories-list a:hover {
	background: #f5f5f6;
}
.widget .categories-list.style2 {
	margin: 0;
}
.widget .categories-list.style2 li {
	border-bottom: 1px solid #fff;
}
.widget .categories-list.style2 .fa {
	top: 50%;
	right: 20px;
	opacity: 0;
	position: absolute;
	transform: translateY(-50%);
	transition: all 0.25s linear;
}
.widget .categories-list.style2 a:hover,.widget .categories-list.style2 .active a {
	color: #e1e1e4;
	background: #323031;
}
.widget .categories-list.style2 a:hover .txt,.widget .categories-list.style2 .active a .txt {
	color: #e1e1e4;
}
.widget .categories-list.style2 a:hover .fa,.widget .categories-list.style2 .active a .fa {
	opacity: 1;
}
.widget .categories-list.style2 a {
	color: #323031;
	background: #e1e1e4;
	position: relative;
	padding: 24px 40px 19px 21px;
}
.widget .categories-list.style2 a .txt {
	color: #323031;
	font-size: 16px;
	font-weight: 300;
}
.widget .latest-news {
	overflow: hidden;
	margin: 0;
}
.widget .latest-news li {
	padding: 13px 0;
	display: block;
	overflow: hidden;
	margin: 0 0 6px;
}
.widget .latest-news .img-holder {
	width: 34.2%;
	float: left;
}
.widget .latest-news .txt-wrap {
	font-size: 14px;
	line-height: 24px;
	width: 65.8%;
	float: left;
	font-weight: 300;
	color: #323031;
	padding: 0 0 0 18px;
	margin: -7px 0 0 0;
}
.widget .instagram-list {
	overflow: hidden;
	margin: 0;
}
.widget .instagram-list li {
	width: 50%;
	padding: 0 1px 2px 0;
	float: left;
}
.widget .tag-list {
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	overflow: hidden;
	margin: 0;
}
.widget .tag-list li {
	float: left;
	margin: 0 7px 8px 0;
}
.widget .tag-list a {
	padding: 8px 17px 9px 16px;
	display: block;
	text-align: center;
	color: #323031;
	border: 1px solid #f5f5f6;
	transition: all 0.25s linear;
}
.widget .tag-list a:hover {
	background: #f5f5f6;
}
.btn-bros {
	color: #323031;
	display: block;
	font-weight: 600;
	text-align: center;
	border: 1px solid #323031;
	padding: 10px 10px 15px;
	transition: all 0.25s linear;
}
.btn-bros .fa {
	top: 4px;
	margin: 0 6px;
	font-size: 25px;
	position: relative;
}
.btn-bros:hover {
	color: #fff;
	background: #323031;
}
.map-holder {
	overflow: hidden;
	margin-bottom: 30px;
}
.map-holder .map {
	width: 100%;
	height: 450px;
}
.page-header {
	border: 0;
	margin: 0;
	color: #fff;
	padding: 185px 0 77px;
}
.page-header .heading {
	color: #fff;
	margin: 0 0 9px;
	font: 700 40px/50px 'Secular One', sans-serif;
}
.page-header .heading span {
	font-weight: 400;
}
.page-header .breadcrumbs {
	color: #fff;
	text-transform: capitalize;
}
.page-header .breadcrumbs li {
	padding: 0;
	vertical-align: middle;
}
.page-header .breadcrumbs li:before {
	content: "/";
	color: #fff;
	padding: 0 4px;
	display: inline-block;
	vertical-align: middle;
}
.page-header .breadcrumbs li a {
	color: #fff;
	transition: all 0.25s linear;
}
.page-header .breadcrumbs li:first-child:before {
	display: none;
}
.page-header.small {
	padding: 50px 0 23px;
}
.page-header.nobg {
	color: #323031;
}
.page-header.nobg .heading,.page-header.nobg .breadcrumbs,.page-header.nobg .breadcrumbs a,.page-header.nobg .breadcrumbs li:before {
	color: #323031;
}
.page-header .num {
	color: #fff;
	display: block;
	margin: 0 0 60px;
	padding: 58px 0 0;
	font: 700 200px/200px "klavika", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-header .title {
	color: #fff;
	display: block;
	margin: 0 0 6px;
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	text-transform: uppercase;
}
.page-header .search-form {
	max-width: 550px;
	position: relative;
	margin: 62px auto 46px;
	padding: 17px 17px 13px;
	border: 1px solid #fff;
}
.page-header .search-form .form-control {
	border: 0;
	color: #fff;
	font-weight: 300;
	box-shadow: none;
	background: transparent;
}
.page-header .search-form .form-control::-webkit-input-placeholder {
	color: #fff;
}
.page-header .search-form .form-control::-webkit-input-placeholder .form-control {
	color: #fff;
}
.page-header .search-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #fff;
}
.page-header .search-form .form-control::-moz-placeholder .form-control {
	color: #fff;
}
.page-header .search-form .form-control:-moz-placeholder {
	color: #fff;
}
.page-header .search-form .form-control:-moz-placeholder .form-control {
	color: #fff;
}
.page-header .search-form .form-control:-ms-input-placeholder {
	color: #fff;
}
.page-header .search-form .form-control:-ms-input-placeholder .form-control {
	color: #fff;
}
.page-header .search-form .form-control.placeholder {
	color: #fff;
}
.page-header .search-form .form-control.placeholder .form-control {
	color: #fff;
}
.page-header .search-form .sub-btn {
	border: 0;
	top: 12px;
	right: 10px;
	color: #fff;
	font-size: 30px;
	position: absolute;
	background: transparent;
	transition: all 0.25s linear;
}
.page-header .back {
	color: #fff;
	margin: 0 0 63px;
	vertical-align: top;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.num-pagination {
	color: #d1d1d3;
}
.num-pagination li {
	padding: 0 4px;
}
.num-pagination li.arrow {
	padding: 0 20px;
}
.num-pagination li a:hover,.num-pagination li.active a {
	color: #323031;
}
.num-pagination li.next {
	transform: rotate(180deg);
}
.num-pagination a {
	color: #d1d1d3;
	transition: all 0.25s linear;
}
.project-detail {
	color: #818181;
	font-weight: 300;
}
.project-detail .head {
	margin-bottom: 48px;
	border-bottom: 1px solid #e1e1e4;
}
.project-detail .head p {
	margin: 0 0 34px;
}
.project-detail .zoom {
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 30px;
	line-height: 70px;
	position: absolute;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.project-detail h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	margin: -3px 0 28px;
	text-transform: uppercase;
}
.project-detail h3 {
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
}
.project-detail .title {
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: 600;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.project-detail .share ul {
	margin: -3px 0 0 10px;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}
.project-detail .share ul li {
	padding: 0 8px;
}
.project-detail .share ul a {
	color: #e1e1e4;
	transition: all 0.3s ease 0s;
}
.project-detail p {
	margin: 0 0 25px;
}
.project-detail p.first {
	margin: 0 0 36px;
}
.project-detail .p-slider-nav {
	padding: 0 5%;
}
.project-detail .p-slider-nav .slide {
	cursor: pointer;
	text-align: center;
}
.project-detail .p-slider-nav .bg-dark {
	vertical-align: top;
	display: inline-block;
}
.project-detail .p-slider-nav img {
	opacity: 0.2;
	transition: all 0.3s ease 0s;
}
.project-detail .p-slider-nav img:hover {
	opacity: 1;
}
.project-detail .p-slider-nav .slick-current img {
	opacity: 1;
}
.project-detail .btn-box {
	position: relative;
}
.project-detail .btn-box .btn-prev-p,.project-detail .btn-box .btn-next-p {
	float: right;
	position: static;
}
.project-detail .btn-box .btn-prev-p span,.project-detail .btn-box .btn-next-p span {
	width: 210px;
	height: 100px;
	line-height: 100px;
}
.project-detail .btn-box .btn-prev-p {
	float: left;
}
.project-detail .img-cont {
	width: 1060px;
}
.project-detail .img-cont .img {
	margin-bottom: 10px;
}
.project-detail .img-cont .img:last-child {
	margin-bottom: 0;
}
.btn-holder-detail {
	position: static;
}
.btn-next-p {
	right: 0;
	top: 500px;
	position: absolute;
	transition: all 0.3s ease 0s;
}
.btn-next-p span {
	width: 260px;
	color: #323031;
	height: 116px;
	display: block;
	font-weight: 600;
	line-height: 116px;
	transition: all 0.3s ease 0s;
	background: rgba(255, 255, 255, 0.8);
}
.btn-next-p i {
	width: 70px;
	height: 70px;
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 70px;
	background: #323031;
	transition: all 0.3s ease 0s;
}
.btn-prev-p {
	left: 0;
	top: 500px;
	position: absolute;
	transition: all 0.3s ease 0s;
}
.btn-prev-p span {
	width: 260px;
	color: #323031;
	height: 116px;
	display: block;
	font-weight: 600;
	line-height: 116px;
	transition: all 0.3s ease 0s;
	background: rgba(255, 255, 255, 0.8);
}
.btn-prev-p i {
	width: 70px;
	height: 70px;
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 70px;
	background: #323031;
	transform: rotate(180deg);
	transition: all 0.3s ease 0s;
}
.services-section {
	color: #a5a5a6;
	font-weight: 300;
}
.error-section {
	z-index: 1;
	height: 100vh;
	padding: 72px 0 0;
	min-height: 830px;
	position: relative;
}
.error-section .logo {
	float: none;
	display: block;
	margin: 0 auto 143px;
}
.error-section .main-title {
	color: #fff;
	display: block;
	margin: 0 0 27px;
	font: 700 120px/120px "klavika", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.error-section .txt {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 79px;
	line-height: 35px;
}
.error-section .subtitle {
	color: #fff;
	display: block;
	font-weight: 300;
	margin: 0 0 26px;
	line-height: 20px;
}
.error-section .social {
	font-size: 18px;
}
.error-section .social a {
	color: #fff;
	transition: all 0.3s ease 0s;
}
.error-section .countdown-section {
	width: 20%;
	color: #fff;
	overflow: hidden;
	padding-top: 32px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
.error-section .countdown-amount {
	display: block;
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
}
.error-section .countdown-period {
	left: 0;
	right: 0;
	top: 3px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	position: absolute;
	text-transform: uppercase;
}
.error-section .is-countdown {
	margin: 0 0 90px;
}
.timeline {
	z-index: 1;
	max-width: 665px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
}
.timeline:before {
	top: 0;
	left: 50%;
	z-index: 5;
	width: 3px;
	content: '';
	z-index: -1;
	height: 100%;
	display: block;
	background: #e1e1e4;
	position: absolute;
	transform: translateX(-50%);
}
.timeline .year {
	width: 65px;
	height: 65px;
	color: #fff;
	display: block;
	line-height: 65px;
	background: #323031;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto 31px;
}
.timeline li {
	overflow: hidden;
}
.timeline li:last-child .box:last-child ul {
	margin-bottom: 0;
}
.timeline .box {
	float: right;
	width: 50%;
	position: relative;
}
.timeline .box ul {
	color: #434343;
	margin: 0 0 60px;
	line-height: 22px;
	padding: 6px 0 0 43px;
}
.timeline .box.left {
	float: none;
	text-align: right;
}
.timeline .box.left ul {
	padding: 6px 43px 0 0;
}
.timeline .box.left .time:before {
	display: none;
}
.timeline .box.left .time:after {
	content: "";
	width: 60px;
	margin: 0 23px 0 12px;
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid #fff;
}
.timeline .box.left .dot {
	left: auto;
	right: -11px;
}
.timeline .dot {
	top: 5px;
	left: -9px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	border: 3px solid #fff;
}
.timeline .time {
	color: #323031;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.timeline .time:before {
	content: "";
	width: 60px;
	margin: 0 12px 0 23px;
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid #fff;
}
.info-box {
	color: #a5a5a6;
}
.info-box p {
	margin: 0;
}
.info-box h3 {
	color: #323031;
	font-size: 30px;
	overflow: hidden;
	font-weight: 300;
	margin: 0 0 24px;
	line-height: 35px;
}
.info-box h3 .num {
	float: left;
	color: #cbcbcb;
	font-size: 23px;
	font-weight: 700;
	margin: 0 8% 0 0;
}
.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}
.loader-container {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
}
.loader-container .holder {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
