@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(owl.css);
@import url(jquery-ui.css);
@import url(jquery.touchspin.css);
@import url(jquery.fancybox.min.css);
@import url(multi-scroll.css);
@import url(custom-animate.css);
@import url(jquery.mCustomScrollbar.min.css);
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0
}

body {
	font-size: 14px;
	color: #000;
	line-height: 1.7em;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased
}

a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 400;
	background: 0 0
}

textarea {
	overflow: hidden
}

p {
	font-size: 14px;
	position: relative;
	line-height: 1.8em;
	margin-bottom: 0;
	color: #000
}

::-webkit-input-placeholder {
	color: inherit
}

::-moz-input-placeholder {
	color: inherit
}

::-ms-input-placeholder {
	color: inherit
}

.auto-container {
	position: static;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto
}

.large-container {
	position: static;
	max-width: 1290px;
	padding: 0 15px;
	margin: 0 auto
}

.medium-container {
	max-width: 850px
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	min-width: 300px;
	background-position: center;
	background-repeat: repeat
}

.page-wrapper.bg-lines {
	background-image: url(../images/icons/line.png)
}

li,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.centered {
	text-align: center
}

.theme-btn {
	display: inline-block;
	letter-spacing: .5px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.btn-style-one {
	position: relative;
	padding: 10px 30px;
	line-height: 26px;
	background: #ffa916;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}

.btn-style-one:hover {
	background: #000;
	color: #fff
}

.btn-style-two {
	position: relative;
	padding: 15px 35px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
	border: 1px solid #000;
	background-color: transparent;
	text-transform: capitalize
}

.btn-style-two:hover {
	background: #000;
	color: #fff
}

.btn-style-three {
	position: relative;
	padding: 15px 35px;
	line-height: 20px;
	background: 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #ccc
}

.btn-style-three:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #000
}

.btn-style-four {
	position: relative;
	padding: 15px 40px;
	line-height: 20px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #000
}

.btn-style-four:hover {
	background: 0 0;
	color: #000
}

.social-icon-one {
	position: relative
}

.social-icon-one li {
	position: relative;
	margin-left: 10px;
	display: inline-block
}

.social-icon-one li a {
	font-size: 14px;
	color: #111
}

.social-icon-one li a:hover {
	color: #1d1d1d
}

.theme_color {
	color: #ffea00
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	z-index: 999999;
	background-color: transparent
}

.preloader .preloader-inner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.preloader .preloader-inner:before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 100%;
	height: 50%;
	background: #fff;
	border-bottom: 2px solid transparent;
	-webkit-transition: margin 1.5s ease;
	-ms-transition: margin 1.5s ease;
	-o-transition: margin 1.5s ease;
	-moz-transition: margin 1.5s ease;
	transition: margin 1.5s ease
}

.preloader .preloader-inner:after {
	content: '';
	position: fixed;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	width: 100%;
	height: 50%;
	background: #fff;
	border-top: 2px solid transparent;
	-webkit-transition: margin 1.5s ease;
	-ms-transition: margin 1.5s ease;
	-o-transition: margin 1.5s ease;
	-moz-transition: margin 1.5s ease;
	transition: margin 1.5s ease
}

.preloader.page-loaded .preloader-inner:before {
	border-color: #f84545;
	margin-top: -50%
}

.preloader.page-loaded .preloader-inner:after {
	border-color: #f84545;
	margin-bottom: -50%
}

.preloader .icon {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg)
}

.preloader.page-loaded .icon {
	opacity: 0
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto
}

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 44px;
	height: 60px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 56px;
	border: 2px solid transparent;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 5px;
	background: #ffa816;
	display: none;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.scroll-to-top:hover {
	color: #fff;
	background: #0a9949
}

.header-span {
	position: relative;
	display: block
}

.main-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-header.invisible-header {
	opacity: 0;
	visibility: hidden
}

.main-header .inner-container {
	position: relative;
	padding: 0 70px
}

.main-header .main-box {
	position: relative
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0;
	z-index: 13;
	padding: 25px 0;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-header .btn-outer {
	position: relative;
	float: right;
	margin: 25px 0;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.fixed-header .btn-outer,
.scroller-header .btn-outer {
	margin: 20px 0
}

.nav-toggler {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	margin-right: 53px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer
}

.info-nav-btn .nav-toggler {
	margin-right: 0
}

.nav-toggler p {
	position: absolute;
	right: -53px;
	top: -2px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	color: #000
}

.info-nav-btn .nav-toggler p {
	display: none
}

.nav-toggler span {
	display: block;
	position: absolute;
	width: 18px;
	border-bottom: 2px solid #000;
	border-radius: 9px;
	opacity: 1;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.light-version .nav-toggler span {
	border-bottom-color: #fff
}

.nav-toggler span:nth-child(1) {
	top: 14px
}

.nav-toggler span:nth-child(2) {
	top: 21px;
	width: 30px
}

.nav-toggler span:nth-child(3) {
	top: 28px;
	width: 25px
}

.nav-toggler.open span:nth-child(1) {
	width: 20px;
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

.nav-toggler.open span:nth-child(2) {
	opacity: 0
}

.nav-toggler.open span:nth-child(3) {
	width: 20px;
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.main-header .nav-outer {
	position: relative;
	float: right
}

.main-menu {
	position: relative;
	float: left;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.main-menu .navbar-collapse {
	padding: 0
}

.main-menu .navigation {
	position: relative;
	margin: 0
}

.main-menu .navigation>li {
	position: relative;
	display: inline-block;
	padding: 25px 0;
	margin-left: 50px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.fixed-header .main-menu .navigation>li,
.scroller-header .main-menu .navigation>li {
	padding: 0
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 25px 0;
	color: #333;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.light-version .main-menu .navigation>li>a {
	color: #fff
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
	opacity: 1
}

.main-menu .navigation>li>a:before {
	position: absolute;
	left: 0;
	bottom: 25px;
	height: 1px;
	width: 0%;
	background-color: #000;
	content: "";
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.light-version .main-menu .navigation>li>a:before {
	background: #fff
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
	width: 120%
}

.fixed-header .main-menu .navigation>li>a,
.scroller-header .main-menu .navigation>li>a {
	padding: 20px 0
}

.fixed-header .main-menu .navigation>li>a:before,
.scroller-header .main-menu .navigation>li>a:before {
	display: none
}

.fixed-header .main-menu .navigation>li.current>a,
.fixed-header .main-menu .navigation>li:hover>a,
.scroller-header .main-menu .navigation>li.current>a,
.scroller-header .main-menu .navigation>li:hover>a {
	text-decoration: underline
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 230px;
	z-index: 100;
	display: none;
	padding: 0;
	background: #fefefe;
	border-top: 2px solid #151515;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0
}

.main-menu .navigation>li>ul>li {
	position: relative;
	display: block;
	border-bottom: 1px solid #e5e5e5
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 9px 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 13px;
	color: #151515;
	text-align: left;
	text-transform: capitalize;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #fff;
	background: #151515
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 9px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 20px;
	width: 220px;
	z-index: 100;
	display: none;
	padding: 0;
	background: #fff;
	border-top: 2px solid #151515;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	display: block;
	border-bottom: 1px solid #e5e5e5
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 9px 20px;
	line-height: 24px;
	font-weight: 500;
	font-size: 13px;
	color: #151515;
	text-align: left;
	text-transform: capitalize;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #fff;
	background: #151515
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 9px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	z-index: 5
}

.main-menu .navigation>li.dropdown:hover>.mega-menu,
.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	border: 1px solid #fff;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none
}

.main-header.fixed-header,
.main-header.scroller-header {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.light-version.fixed-header {
	background-color: #505050;
	box-shadow: 0 0 10px rgba(255, 255, 255, .1)
}

.main-header.fixed-header .main-box .logo-box,
.scroller-header .main-box .logo-box {
	padding: 20px 0
}

.main-header.fixed-header .main-menu .navigation>li,
.scroller-header .main-menu .navigation>li {
	padding: 0
}

.header-style-two .nav-outer {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 70px;
	width: 100%;
	text-align: center
}

.header-style-two .main-menu {
	float: none;
	display: inline-block
}

.header-style-two .nav-toggler p {
	display: none
}

.header-style-three {
	background-color: #fff
}

.header-style-three .nav-toggler {
	margin-right: 0
}

.header-style-three .nav-toggler p {
	display: none
}

.hidden-bar {
	position: fixed;
	top: 0;
	width: 320px;
	height: 100%;
	background: #1c1c1c;
	z-index: 999999;
	transition: all .7s ease;
	-webkit-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	-moz-transition: all .7s ease
}

.hidden-bar .mCSB_inside>.mCSB_container {
	margin-right: 0
}

.hidden-bar.right-align {
	right: -400px
}

.hidden-bar.right-align.visible-sidebar {
	right: 0;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: 0 0;
	color: #fff;
	border-radius: 0;
	text-align: center;
	line-height: 40px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	z-index: 999999
}

.hidden-bar .hidden-bar-closer button {
	background: 0 0;
	display: block;
	font-size: 16px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #fff
}

.hidden-bar-wrapper {
	height: 100%;
	padding: 40px 5px 30px 30px
}

.hidden-bar .logo {
	padding: 0 0 30px;
	background: #1c1c1c
}

.hidden-bar .logo img {
	display: inline-block;
	max-width: 100%;
	max-height: 40px
}

.hidden-bar .content-box {
	position: relative;
	padding-right: 32px
}

.hidden-bar .content-box .theme-btn {
	display: block;
	text-align: center;
	padding: 8px 35px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 400;
	font-family: Gotham-Medium;
	text-transform: uppercase;
	border-radius: 0
}

.hidden-bar .content-box h2 {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-family: Gotham-Medium;
	margin-bottom: 20px
}

.hidden-bar .content-box .text {
	position: relative;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	margin-bottom: 25px
}

.hidden-bar .content-box .btn-style-one:hover {
	background: #fff;
	color: #212121;
	border-color: #fff
}

.hidden-bar .contact-info {
	position: relative;
	margin-top: 60px
}

.hidden-bar .contact-info h2 {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-family: Gotham-Medium;
	margin-bottom: 20px
}

.hidden-bar .contact-info li {
	position: relative;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	font-weight: 400;
	padding-left: 30px;
	line-height: 2em
}

.hidden-bar .contact-info li a {
	color: rgba(255, 255, 255, .9);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.hidden-bar .contact-info li a:hover {
	color: #ffea00
}

.hidden-bar .contact-info li .icon {
	position: absolute;
	left: 0;
	top: 4px;
	color: rgba(255, 255, 255, .6);
	font-size: 18px;
	line-height: 1.2em
}

.home-slider-one {
	position: relative;
	z-index: 10
}

.home-slider-one .slide-item {
	width: 100%;
	height: 75vh;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.home-slider-one .auto-container {
	max-width: 1300px
}

.home-slider-one .content-box {
	position: relative;
	max-width: 640px
}

.home-slider-one .content-box .shape {
	position: absolute;
	top: 50px;
	width: 384px;
	height: 110px;
	display: block;
	background: url(../images/main-slider/yellow-shape.png) center center no-repeat
}

.home-slider-one .title {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	display: inline-block;
	text-transform: capitalize;
	margin: 0 0 15px;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px)
}

.home-slider-one .active .title {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.home-slider-one h2 {
	display: block;
	font-size: 36px;
	color: #ffa719;
	font-weight: 500;
	margin: 0 0 15px 0;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px)
}

.home-slider-one .active h2 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s ease .5s;
	-moz-transition: all 1s ease .5s;
	-ms-transition: all 1s ease .5s;
	-o-transition: all 1s ease .5s;
	transition: all 1s ease .5s
}

.home-slider-one p {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px)
}

.home-slider-one .active p {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s ease .6s;
	-moz-transition: all 1s ease .6s;
	-ms-transition: all 1s ease .6s;
	-o-transition: all 1s ease .6s;
	transition: all 1s ease .6s
}

.home-slider-one .text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #666
}

.home-slider-one .link-box {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px)
}

.home-slider-one .active .link-box {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s ease 1.2s;
	-moz-transition: all 1s ease 1.2s;
	-ms-transition: all 1s ease 1.2s;
	-o-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.2s
}

.home-slider-one .owl-nav .owl-prev {
	position: absolute;
	left: 30px;
	width: 50px;
	top: 50%;
	margin-top: -20px;
	height: 40px
}

.home-slider-one .owl-nav .owl-next {
	position: absolute;
	right: 30px;
	width: 50px;
	top: 50%;
	margin-top: -20px;
	height: 40px
}

.home-slider-one .owl-nav .owl-next span,
.home-slider-one .owl-nav .owl-prev span {
	position: relative;
	top: 11px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat
}

.home-slider-one .owl-dots {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 36px;
	display: block;
	text-align: right;
	counter-reset: count;
	border-left: 1px solid #000
}

.home-slider-one .owl-dots .owl-dot {
	position: relative;
	display: block;
	width: 35px;
	height: 36px;
	line-height: 40px;
	background-color: transparent;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.home-slider-one .owl-dots .owl-dot:before {
	position: relative;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: right;
	font-size: 12px;
	color: #000;
	font-weight: 300;
	border-left: 1px solid #000;
	opacity: 0;
	counter-increment: count;
	content: "0" counter(count);
	font-family: Gotham-Medium
}

.home-slider-one .owl-dots .owl-dot.active:before {
	opacity: 1
}

.home-banner {
	position: relative;
	padding-left: 350px
}

.home-banner .inner-container {
	position: relative;
	padding: 90px 90px
}

.banner-carousel {
	position: relative;
	display: block;
	z-index: 9;
	padding-bottom: 80px
}

.banner-carousel .slide-item {
	position: relative
}

.banner-carousel .slide-item .image-box {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	-ms-transform: translateX(-25%);
	-o-transform: translateX(-25%);
	transform: translateX(-25%);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease
}

.banner-carousel .active .slide-item .image-box {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.banner-carousel .slide-item .image-box img {
	display: block;
	width: 100%;
	height: auto
}

.banner-carousel .owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	counter-reset: count
}

.banner-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	left: 0;
	width: 40px;
	border-bottom: 1px solid #000;
	padding-top: 50px;
	background-color: transparent;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.banner-carousel .owl-dots .owl-dot:before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: 300;
	border-bottom: 1px solid #000;
	opacity: 0;
	counter-increment: count;
	content: "0" counter(count);
	font-family: Gotham-Book
}

.banner-carousel .owl-dots .owl-dot.active:before {
	opacity: 1
}

.banner-carousel .owl-nav {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	height: 0;
	margin-top: -20px;
	z-index: 99
}

.arrow-left-2,
.arrow-right-2 {
	position: relative;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 53px;
	background-image: url(../images/icons/arrow-left-2.png);
	background-position: left center;
	background-repeat: no-repeat;
	content: ""
}

.arrow-right-2 {
	left: auto;
	right: 0;
	background-image: url(../images/icons/arrow-right-2.png);
	background-position: right center
}

.banner-carousel .owl-next,
.banner-carousel .owl-prev {
	position: absolute;
	display: inline-block;
	left: -30px;
	bottom: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.banner-carousel .owl-next {
	left: auto;
	right: -30px
}

.home-banner-two {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f4f8ff
}

.home-banner-two .inner-container {
	position: relative;
	max-width: 1400px;
	padding: 0 20px;
	margin: 0 auto
}

.home-banner-two .banner-carousel-two {
	position: relative
}

.banner-carousel-two .slide-item {
	position: relative;
	padding: 100px 0 100px
}

.banner-carousel-two .inner-box {
	position: relative
}

.banner-carousel-two .content-box {
	position: relative;
	float: left;
	width: 45%
}

.banner-carousel-two .content-box .inner-box {
	position: relative;
	padding-top: 50px
}

.banner-carousel-two .image-box {
	position: relative;
	float: right;
	width: 50%;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	transform: translateY(-100px)
}

.banner-carousel-two .active .image-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}

.banner-carousel-two .image-box .image {
	position: relative;
	margin-left: -15px
}

.banner-carousel-two .title {
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	line-height: 1.2em;
	display: inline-block;
	text-transform: capitalize;
	font-family: Gotham-Light;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px)
}

.banner-carousel-two .active .title {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.banner-carousel-two h2 {
	display: block;
	font-size: 46px;
	line-height: 1em;
	color: #000;
	font-weight: 500;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px)
}

.banner-carousel-two .active h2 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.banner-carousel-two .text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #666;
	margin-bottom: 50px;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px)
}

.banner-carousel-two .text p {
	text-align: justify;
	margin-bottom: 15px
}

.banner-carousel-two .active .text {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s ease .7s;
	-moz-transition: all 1s ease .7s;
	-ms-transition: all 1s ease .7s;
	-o-transition: all 1s ease .7s;
	transition: all 1s ease .7s
}

.banner-carousel-two .btn-box {
	position: relative;
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px)
}

.banner-carousel-two .active .btn-box {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s ease 1.2s;
	-moz-transition: all 1s ease 1.2s;
	-ms-transition: all 1s ease 1.2s;
	-o-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.2s
}

.banner-carousel-two .btn-box:before {
	position: absolute;
	right: -40px;
	top: 5px;
	height: 58px;
	width: 214px;
	background-image: url(../images/icons/brush-2.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	z-index: -1
}

.banner-carousel-two .theme-btn {
	line-height: 20px;
	padding: 16px 35px;
	border-radius: 0
}

.home-banner-two .social-links {
	position: absolute;
	left: 50px;
	bottom: 30px
}

.home-banner-two .social-links li {
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 30px
}

.banner-carousel-two .owl-dots {
	position: absolute;
	bottom: 50px;
	right: -150px;
	width: 36px;
	display: block;
	text-align: right;
	counter-reset: count
}

.banner-carousel-two .owl-dots .owl-dot {
	position: relative;
	right: 0;
	display: block;
	border-left: 1px solid #000;
	width: 35px;
	height: 36px;
	line-height: 36px;
	background-color: transparent;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.banner-carousel-two .owl-dots .owl-dot:before {
	position: relative;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: right;
	font-size: 12px;
	color: #000;
	font-weight: 300;
	opacity: 0;
	counter-increment: count;
	content: "0" counter(count);
	font-family: Gotham-Medium
}

.banner-carousel-two .owl-dots .owl-dot.active {
	border-left-width: 2px
}

.banner-carousel-two .owl-dots .owl-dot.active:before {
	opacity: 1
}

.banner-carousel-two .owl-nav {
	display: block;
	position: absolute;
	right: 7.5px;
	width: 50%;
	bottom: 220px;
	z-index: 99
}

.banner-carousel-two .owl-next,
.banner-carousel-two .owl-prev {
	position: absolute;
	display: inline-block;
	left: -30px;
	bottom: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.banner-carousel-two .owl-next {
	left: auto;
	right: -30px
}

.home-banner-three {
	position: relative;
	padding: 130px 0 100px
}

.home-banner-three .banner-carousel-three {
	position: relative;
	padding-right: 100px
}

.home-banner-three .slide-item {
	position: relative
}

.home-banner-three .outer-box {
	position: relative
}

.home-banner-three .content-column {
	position: absolute;
	float: left;
	width: 55%;
	right: 0;
	top: 0;
	height: 100%
}

.home-banner-three .inner-column {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 850px;
	display: table;
	vertical-align: middle;
	padding: 15px 15px
}

.home-banner-three .content-column .content {
	position: relative;
	max-width: 850px;
	width: 100%;
	display: table-cell;
	vertical-align: middle
}

.home-banner-three .content-column .content-inner {
	max-width: 700px;
	margin: 0 auto
}

.home-banner-three .content-column h2 {
	position: relative;
	font-size: 46px;
	color: #000;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: -2px;
	margin-bottom: 40px;
	font-family: Gotham-Medium;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.home-banner-three .active .content-column h2 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.home-banner-three .content-column h2 a {
	color: #000
}

.home-banner-three .content-column .text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	font-weight: 300;
	font-family: Gotham-Light;
	margin-bottom: 50px;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.home-banner-three .active .content-column .text {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.home-banner-three .content-column .btn-box {
	position: relative;
	display: inline-block
}

.home-banner-three .content-column .btn-box:before {
	position: absolute;
	right: -40px;
	top: 5px;
	height: 58px;
	width: 214px;
	background-image: url(../images/icons/brush-2.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	z-index: -1
}

.home-banner-three .outer-box .image-column {
	position: relative;
	width: 45%;
	float: left
}

.home-banner-three .image-column .image {
	position: relative;
	opacity: 0;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.home-banner-three .active .image-column .image {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.home-banner-three .social-links {
	position: absolute;
	right: 60px;
	bottom: 63px
}

.home-banner-three .social-links li {
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 37px
}

.banner-carousel-three .owl-dots {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	display: inline-block;
	counter-reset: count
}

.banner-carousel-three .owl-dots .owl-dot {
	position: relative;
	display: block;
	left: 0;
	width: 50px;
	border-left: 1px solid #000;
	padding-top: 40px;
	background-color: transparent;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.banner-carousel-three .owl-dots .owl-dot:before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	border-left: 1px solid #000;
	opacity: 0;
	counter-increment: count;
	content: "0" counter(count)
}

.banner-carousel-three .owl-dots .owl-dot.active:before {
	opacity: 1
}

.banner-carousel-three .owl-nav {
	display: none
}

body.multi-scroll .fixed-social-links {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 30px;
	text-align: center
}

body.multi-scroll .fixed-social-links li {
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px
}

body.multi-scroll .fixed-social-links li a {
	position: relative;
	display: block;
	color: #000
}

.scroller-section .ms-section {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.split-section-one {
	position: relative
}

.split-section-one .inner-box {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 30px
}

.ms-left .split-section-one .inner-box {
	float: right;
	padding-right: 80px
}

.ms-right .split-section-one .inner-box {
	float: left;
	padding-left: 80px
}

.split-section-one h2 {
	position: relative;
	font-size: 42px;
	color: #000;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: -2px;
	margin-bottom: 30px;
	font-family: Gotham-Medium;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.split-section-one h2 a {
	color: #000
}

.split-section-one .text {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	font-weight: 300;
	font-family: Gotham-Light;
	margin-bottom: 50px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.split-section-one .btn-box {
	position: relative;
	display: inline-block
}

.split-section-one .btn-box:before {
	position: absolute;
	right: -40px;
	top: 5px;
	height: 58px;
	width: 214px;
	background-image: url(../images/icons/brush-2.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	z-index: -1
}

#multiscroll-nav {
	counter-reset: section;
	list-style-type: none;
	width: 42px;
	text-align: right;
	right: 12px
}

#multiscroll-nav li {
	position: relative;
	width: 36px;
	height: 36px;
	margin: 0!important;
	padding: 0!important
}

#multiscroll-nav li span {
	display: none
}

#multiscroll-nav li::before {
	position: relative;
	counter-increment: section;
	line-height: 36px;
	content: "0"counters(section, ".")
}

.project-section .outer-container .owl-dots .owl-dot.active,
.project-section .outer-container .owl-dots .owl-dot:hover {
	color: #d5ac63
}

#multiscroll-nav li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	display: block;
	line-height: 38px;
	border-left: 1px solid #000;
	text-align: right;
	margin: 0;
	padding: 0
}

#multiscroll-nav li a.active {
	border-left-width: 2px
}

.page-title {
	position: relative;
	padding: 150px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	margin-top: 95px
}

.page-title h1 {
	position: relative;
	display: inline-block;
	font-size: 46px;
	line-height: 50px;
	font-weight: 500;
	color: #fff;
	z-index: 1
}

.page-title.style-two {
	padding: 180px 0 150px;
	background-position: center top;
	background-color: #f7f7f7
}

.icon-1 {
	height: 46px;
	width: 47px;
	background-image: url(../images/icons/icon-1.png)
}

.icon-2 {
	width: 89px;
	height: 60px;
	background-image: url(../images/icons/icon-2.png)
}

.icon-flower {
	height: 263px;
	width: 360px;
	background-image: url(../images/icons/icon-flower.png)
}

.page-title .icon-1 {
	left: -35px;
	bottom: 0
}

.page-title .icon-2 {
	left: 19px;
	bottom: 0
}

.page-title .icon-flower {
	right: -360px;
	bottom: 0
}

.page-title.style-three {
	position: relative;
	padding: 100px 0;
	background-color: #f7f7f7;
	overflow: hidden
}

.page-title.style-three h1:before {
	position: absolute;
	right: -100px;
	bottom: -30px;
	height: 104px;
	width: 384px;
	background-image: url(../images/icons/brush-3.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	z-index: -1
}

.page-title.style-three .icon-flower {
	right: -360px;
	bottom: -30px
}

.sec-title {
	position: relative;
	margin-bottom: 50px
}

.sec-title:before {
	position: absolute;
	left: -60px;
	top: -35px;
	height: 250px;
	width: 200px;
	background-image: url(../images/icons/dots.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	display: inline-block
}

.sec-title .title {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	position: relative;
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 18px
}

.sec-title h2 {
	position: relative;
	display: inline-block;
	font-size: 36px;
	line-height: 1em;
	color: #000;
	font-weight: 400
}

.sec-title h2 span {
	display: block;
	padding-right: 200px
}

.sec-title h2 span:nth-child(2) {
	padding-left: 200px;
	padding-right: 0;
	display: block
}

.sec-title.text-center:before {
	left: 50%;
	margin-left: -100px
}

.sec-title-two {
	position: relative;
	margin-bottom: 150px;
	z-index: 5
}

.sec-title-two h2 {
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 1em;
	color: #000;
	font-weight: 500;
	letter-spacing: -3px
}

.sec-title-two h2:before {
	position: absolute;
	height: 58px;
	width: 214px;
	left: -60px;
	top: 20px;
	background-image: url(../images/icons/brush-2.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	z-index: -1
}

.sec-title-two .title {
	position: relative;
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 8px
}

.heading-box {
	position: relative
}

.heading-box .sec-title-two {
	position: relative
}

.heading-box .top-image .image {
	position: absolute;
	right: -60px;
	top: -230px
}

.services-section {
	position: relative;
	padding: 60px 0 0px;
	counter-reset: count
}

.services-section.alternate {
	padding: 80px 0 80px
}

.services-section .sec-title {
	margin-bottom: 70px
}

.services-section .sec-title h2:before {
	right: -20px;
	bottom: -25px
}

.service-block {
	position: relative;
	margin-bottom: 50px
}

.service-block .inner-box {
	position: relative;
	text-align: center;
	padding: 0 15px
}

.service-block .inner-box::before {
	position: absolute;
	left: 25px;
	top: -20px;
	font-size: 60px;
	line-height: 1.2em;
	font-weight: 200;
	color: #eee;
	counter-increment: count;
	content: "0" counter(count)
}

.service-block .icon-box {
	position: relative;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
	margin-bottom: 30px
}

.service-block h4 {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px
}

.service-block h4 a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.service-block h4 a:hover {
	text-decoration: underline
}

.service-block .text {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	font-weight: 400
}

.service-block .text p {
	margin-top: 15px
}

.service-block .text p a {
	font-size: 14px;
	color: #000
}

.service-block .text p a:hover {
	text-decoration: underline
}

.fun-fact-section {
	position: relative;
	padding: 65px 0
}

.fun-fact-section.alternate {
	padding-bottom: 30px
}

.fun-fact-section .inner-container {
	position: relative;
	max-width: 750px;
	margin: 0 auto
}

.fun-fact-section .count-box {
	position: relative;
	margin-bottom: 30px
}

.fun-fact-section .count-box .count-outer {
	padding: 35px 0;
	position: relative;
	text-align: center
}

.fun-fact-section .count-box .count-text {
	position: relative;
	display: block;
	font-size: 60px;
	color: #000;
	font-weight: 200;
	line-height: 1.2em
}

.fun-fact-section .count-box .counter-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 1.2em
}

.fun-fact-section .count-box .counter-title span {
	font-size: 22px;
	color: #ffa816;
	font-weight: 700
}

.portfolio-section {
	position: relative;
    padding: 80px 0 60px;
}

.portfolio-section .sec-title h2:before {
	right: -110px;
	bottom: -20px
}

.anim-icons {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto
}

.anim-icons .icon {
	position: absolute;
	background-repeat: no-repeat
}

.anim-icon-1 {
	height: 221px;
	width: 148px;
	background-image: url(../images/icons/anim-icon-1.png)
}

.anim-icon-2 {
	height: 52px;
	width: 132px;
	background-image: url(../images/icons/anim-icon-2.png)
}

.portfolio-section .anim-icon-1 {
	left: -240px;
	top: 100px
}

.portfolio-section .anim-icon-2 {
	left: 55px;
	bottom: 0
}

.portfolio-section .inner-container {
	position: relative;
	max-width: 1190px;
	padding: 0 15px;
	margin: 0 auto
}

/* .portfolio-section .sec-title {
	margin-bottom: 100px
} */

.portfolio-section .masonry-items-container {
	position: relative;
	margin: 0 -15px
}

.masonry-item.width-70 {
	width: 70%
}

.masonry-item.width-60 {
	width: 60%
}

.masonry-item.width-50 {
	width: 50%
}

.masonry-item.width-40 {
	width: 40%
}

.masonry-item.width-30 {
	width: 30%
}

.masonry-item.width-25 {
	width: 25%
}

.masonry-item.width-20 {
	width: 20%
}

.masonry-item.width-10 {
	width: 10%
}

.portfolio-section .masonry-item {
	position: relative;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px
}

.portfolio-item {
	position: relative;
	display: block
}

.portfolio-item .image-box {
	position: relative;
	text-align: center;
	overflow: hidden
}

.portfolio-item .image-box img {
	display: block;
	width: 100%;
	height: auto
}

.portfolio-item .caption-box {
	position: absolute;
	left: -100%;
	bottom: 0;
	height: auto;
	padding: 30px 45px;
	min-width: 260px;
	max-width: 100%;
	overflow: hidden;
	text-align: left;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.portfolio-item .image-box:hover .caption-box {
	left: 0
}

.portfolio-item .caption-box h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 300
}

.portfolio-item .caption-box h3 a {
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.portfolio-item .caption-box h3 a:hover {
	color: #fff582
}

.portfolio-item .caption-box span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 300
}

.portfolio-section .btn-box {
	position: relative;
	margin-top: 70px;
	text-align: center
}

.portfolio-section .btn-box .theme-btn {
	padding: 15px 50px
}

.portfolio-section-two {
	position: relative;
	padding: 180px 0 100px
}

.portfolio-section-two .inner-container {
	position: relative;
	max-width: 1280px;
	padding: 0 15px;
	margin: 0 auto
}

.portfolio-section-two .sec-title {
	margin-bottom: 100px
}

.portfolio-section-two .masonry-container-two {
	position: relative;
	margin: 0 -15px
}

.portfolio-section-two .masonry-item {
	position: relative;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px
}

.portfolio-section-three {
	position: relative
}

.portfolio-section-three .outer-container {
	position: relative;
	width: 100%;
	padding: 0 65px
}

.portfolio-section-three .masonry-gallery .items-container {
	margin: 0 -15px
}

.masonry-gallery {
	position: relative
}

.masonry-gallery .filters {
	position: relative;
	display: block;
	text-align: right;
	margin-bottom: 100px
}

.portfolio-section-three .filters {
	margin-bottom: 40px
}

.masonry-gallery .filter-btn {
	position: relative;
	float: right;
	margin-left: 50px
}

.masonry-gallery .filter-btn .theme-btn {
	padding: 9px 25px;
	font-weight: 400
}

.masonry-gallery .filter-tabs {
	position: relative;
	float: right;
	padding: 5px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.masonry-gallery .filter-tabs.active {
	visibility: visible;
	opacity: 1
}

.masonry-gallery .filter-tabs li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #333;
	letter-spacing: 0;
	text-transform: capitalize;
	cursor: pointer;
	opacity: 1;
	margin-left: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.masonry-gallery .filter-tabs li.active,
.masonry-gallery .filter-tabs li:hover {
	text-decoration: underline
}

.portfolio-section-three .masonry-items-container {
	position: relative;
	margin: 0 -10px
}

.masonry-item {
	position: relative;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px
}

.portfolio-section-two.alternate {
	position: relative;
	padding: 200px 0 100px
}

.portfolio-item-two {
	position: relative;
	display: block;
	margin-bottom: 20px
}

.portfolio-item-two .image-box {
	position: relative;
	text-align: center;
	background: #0b0b0b
}

.portfolio-item-two .image-box img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.portfolio-item-two .image-box:hover img {
	opacity: .7
}

.portfolio-item-two .caption-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left
}

.portfolio-item-two:hover .caption-box {
	-webkit-animation: jump .9s ease 0s normal;
	animation: jump .9s ease 0s normal
}

.portfolio-item-two .caption-box .content {
	position: relative;
	left: 0;
	width: 100%;
	padding: 20px 20px 27px 50px;
	background-color: #fff;
	z-index: 9;
	-webkit-transform: translateY(110%);
	-moz-transform: translateY(110%);
	-ms-transform: translateY(110%);
	-o-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.portfolio-item-two:hover .caption-box .content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.portfolio-item-two .caption-box .content h3 {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	color: #141414;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 3px
}

.portfolio-item-two .caption-box .content h3 a {
	color: #141414;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.portfolio-item-two .caption-box .content h3 a:hover {
	color: #ffea00
}

.portfolio-item-two .caption-box .content span {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 1.4em;
	color: #999;
	font-weight: 300
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes jump {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(-30px)
	}
	100% {
		transform: translateY(0)
	}
}

.portfolio-item-three {
	position: relative;
	display: block;
	margin-bottom: 30px
}

.portfolio-item-three.mix {
	display: none
}

.portfolio-item-three .image-box {
	position: relative;
	text-align: center
}

.portfolio-item-three .image-box img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.portfolio-item-three .image-box:hover img {
	opacity: .7
}

.portfolio-item-three .caption-box {
	position: relative;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.portfolio-item-three .caption-box:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 11px;
	width: 53px;
	background-image: url(../images/icons/separator.png);
	background-repeat: no-repeat;
	background-position: center;
	content: ""
}

.portfolio-item-three .caption-box h3 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-bottom: 7px
}

.portfolio-item-three .caption-box h3 a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.portfolio-item-three .caption-box .filter {
	position: relative
}

.portfolio-item-three .caption-box .filter li {
	position: relative;
	display: inline-block;
	padding-right: 2px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #000
}

.portfolio-item-three .caption-box .filter li:before {
	position: absolute;
	right: -7px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	content: "/"
}

.portfolio-item-three .caption-box .filter li a {
	color: #000
}

.portfolio-item-three .caption-box .filter li:last-child:before {
	display: none
}

.portfolio-section-four {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 245px 0 0
}

.portfolio-section-four .outer-container {
	position: relative;
	padding: 0 50px
}

.mixitup-gallery .filters {
	margin-bottom: 60px;
	text-align: center
}

.mixitup-gallery .filter-tabs {
	position: relative;
	display: inline-block
}

.mixitup-gallery .filters li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #000;
	line-height: 28px;
	cursor: pointer;
	margin: 0 23px;
	font-family: Gotham-Book;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2
}

.mixitup-gallery .filters li:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	content: "";
	background-color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.mixitup-gallery .filters li.active:before,
.mixitup-gallery .filters li:hover:before {
	width: 90%
}

.portfolio-item.mix {
	display: none
}

.portfolio-section-four .portfolio-item {
	position: relative;
	padding: 0 20px;
	margin-bottom: 40px
}

.portfolio-section-five {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 300px 0 55px
}

.portfolio-section-five .auto-container {
	max-width: 1330px
}

.portfolio-section-five .sec-title-two {
	margin-bottom: 260px
}

.portfolio-section-five .outer-container {
	position: relative;
	padding: 0 50px
}

.portfolio-section-five .row {
	margin: 0 -20px
}

.portfolio-section-five .portfolio-item-three {
	padding: 0 20px;
	margin-bottom: 85px
}

.portfolio-section-six {
	position: relative;
	padding: 130px 0 0;
	z-index: 99
}

.portfolio-section-six .outer-container {
	position: relative
}

.portfolio-section-six .portfolio-item-two {
	position: relative;
	float: left;
	padding: 0;
	margin: 0
}

.portfolio-full-width {
	position: relative;
	padding: 130px 0 50px
}

.portfolio-full-width .inner-container {
	position: relative;
	padding: 0 70px
}

.portfolio-full-width .portfolio-item-three {
	margin-bottom: 85px
}

.portfolio-grid {
	position: relative;
	padding: 175px 0 0
}

.portfolio-grid .portfolio-item-three {
	overflow: hidden;
	margin-bottom: 60px
}

.portfolio-grid .portfolio-item-three .caption-box {
	position: absolute;
	padding: 27px 10px 22px;
	bottom: -120px
}

.portfolio-grid .portfolio-item-three .inner-box:hover .caption-box {
	bottom: 0
}

.portfolio-grid .portfolio-item-three .caption-box:before {
	left: 10px
}

.portfolio-grid .portfolio-item-three .image-box:hover img {
	opacity: 1
}

.portfolio-no-padding {
	position: relative;
	padding: 175px 0 20px
}

.portfolio-no-padding .row {
	margin: 0
}

.portfolio-no-padding .portfolio-item-two {
	padding: 0;
	margin: 0
}

.portfolio-masonry-full-width {
	position: relative;
	padding: 130px 0 0
}

.portfolio-masonry-full-width .masonry-items-container {
	margin: 0 -10px
}

.portfolio-masonry-full-width .masonry-item {
	padding: 0 10px;
	margin-bottom: 20px
}

.portfolio-grid-masonry {
	position: relative;
    padding: 60px 0 30px;
}

.portfolio-grid-masonry .outer-container {
	position: relative;
	padding: 0 50px
}

.portfolio-grid-masonry .portfolio-item-three {
	margin-bottom: 45px
}

.portfolio-grid-masonry .portfolio-item-three .caption-box:before {
	display: none
}

.portfolio-grid-masonry .portfolio-item-three .caption-box h3 {
	margin-bottom: 2px
}

.portfolio-single {
	position: relative;
	padding: 175px 0 120px
}

.portfolio-single .row {
	position: relative
}

.portfolio-single .image-column {
	position: relative;
	display: block
}

.portfolio-single .image-column .image {
	position: relative;
	margin-bottom: 30px
}

.portfolio-single .image-column .image img {
	display: block;
	width: 100%;
	height: 100%
}

.portfolio-single .content-column {
	position: relative
}

.portfolio-single .content-column .inner-column {
	position: relative;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 30px
}

.portfolio-single .content-column h2 {
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #000;
	letter-spacing: -.5px;
	margin-bottom: 20px
}

.portfolio-single .content-column h4 {
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #000;
	font-weight: 600;
	letter-spacing: -.5px;
	margin-bottom: 20px
}

.portfolio-single .content-column h5 {
	position: relative;
	font-size: 15px;
	line-height: 1.2em;
	color: #141414;
	font-weight: 600;
	margin-bottom: 15px
}

.portfolio-single .content-column .text {
	position: relative;
	margin-bottom: 50px
}

.portfolio-single .content-column p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-weight: 400;
	margin-bottom: 20px
}

.portfolio-single .content-column .info-list {
	position: relative;
	margin-bottom: 50px
}

.portfolio-single .info-list li {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	font-weight: 400;
	margin-bottom: 10px
}

.portfolio-single .info-list li span {
	position: relative;
	display: inline-block;
	min-width: 105px;
	font-size: 16px;
	color: #000;
	font-weight: 500
}

.social-icon-two {
	position: relative
}

.social-icon-two li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin-right: 20px
}

.social-icon-two li a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.social-icon-two li a:hover {
	color: #ffea00
}

.load-more-option {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 80px
}

.load-more-option li {
	position: relative
}

.load-more-option .load-more {
	position: relative;
	display: inline-block;
	font-size: 30px
}

.arrow-left-3,
.arrow-right-3 {
	display: inline-block;
	height: 15px;
	width: 31px;
	background-image: url(../images/icons/arrow-left-3.png)
}

.arrow-right-3 {
	background-image: url(../images/icons/arrow-right-3.png)
}

.load-more-option .load-more a {
	font-size: 22px;
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.load-more-option .load-more a:hover {
	color: #fc6183
}

.portfolio-single .single-item-carousel .image {
	margin-bottom: 0
}

.portfolio-single .single-item-carousel {
	margin-bottom: 30px
}

.portfolio-single .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -35px;
	z-index: 99
}

.portfolio-single .owl-next,
.portfolio-single .owl-prev {
	position: absolute;
	left: 20px;
	height: 75px;
	width: 35px;
	line-height: 35px;
	padding: 20px 0;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.portfolio-single .owl-next {
	left: auto;
	right: 20px
}

.portfolio-single.style-two .image-column .image {
	margin-bottom: 40px
}

.portfolio-single.style-two .content-column .inner-column {
	padding-left: 0;
	padding-top: 0
}

.portfolio-single.style-two .content-column .text {
	padding-right: 20px
}

.portfolio-single.style-two .content-column .info {
	position: relative;
	margin-bottom: 30px
}

.portfolio-single.style-two .content-column .info-list {
	margin-top: 50px;
	margin-bottom: 20px
}

.portfolio-single.style-two .content-column h2,
.portfolio-single.style-two .content-column p {
	margin-bottom: 25px
}

.portfolio-single.style-two .info-list li {
	margin-bottom: 0;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #eee
}

.portfolio-single.style-two .info-list li span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700
}

.portfolio-single.style-three .content-column {
	margin-bottom: 95px
}

.portfolio-single.style-three .content-column .inner-column {
	padding: 0 40px 0;
	text-align: center
}

.portfolio-single.style-three .content-column .text {
	margin-bottom: 70px
}

.portfolio-single.style-three .content-column .info-list {
	margin-bottom: 70px
}

.portfolio-single.style-three .content-column p {
	margin-bottom: 25px
}

.portfolio-single.style-three .content-column h2 {
	font-size: 36px;
	line-height: 1.2em;
	color: #000;
	margin-bottom: 35px
}

.portfolio-single.style-three .info-list li {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding: 15px 0;
	min-width: 205px;
	border-right: 1px solid #eee
}

.portfolio-single.style-three .info-list li:last-child {
	border: none
}

.portfolio-single.style-three .info-list li span {
	display: block;
	min-width: 100%;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Gotham-bold
}

.skill-seciton {
	position: relative;
	padding: 70px 0 30px
}

.skill-seciton .progress-column {
	position: relative;
	margin-bottom: 40px
}

.skill-seciton .progress-column .inner-column {
	position: relative;
	padding: 0 30px
}

.progress-bars {
	position: relative
}

.progress-bars .bar-item {
	position: relative;
	margin-bottom: 40px
}

.progress-bars .bar-item:last-child {
	margin-bottom: 0
}

.progress-bars .bar-item .skill-header {
	position: relative;
	margin-bottom: 8px
}

.progress-bars .bar-item .skill-header .skill-title {
	position: relative;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase
}

.progress-bars .bar-item .skill-bar {
	position: relative;
	width: 100%;
	height: 2px;
	padding-right: 40px
}

.progress-bars .bar-item .skill-bar .bar-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 2px;
	background: #eee;
	border-radius: 2px
}

.progress-bars .bar-item .skill-bar .bar-inner .bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 0;
	z-index: 9;
	border-bottom: 2px solid #000;
	-webkit-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease
}

.progress-bars .bar-item .skill-percentage {
	position: absolute;
	right: 0;
	top: -15px;
	font-size: 14px;
	color: #000;
	font-weight: 400
}

.about-me-seciton {
	position: relative;
	background-color: #f8f8f8
}

.about-me-seciton:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%;
	background-color: #0c0c0c;
	content: ""
}

.about-me-seciton:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%;
	background-image: url(../images/icons/creazy-lines-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	content: ""
}

.about-me-seciton .content-column {
	position: relative;
	float: left;
	width: 60%;
	background-color: #f8f8f8;
	z-index: 1
}

.about-me-seciton .content-column .inner-column {
	position: relative;
	float: right;
	padding: 180px 15px;
	max-width: 970px;
	width: 100%
}

.about-me-seciton .content-column .content {
	position: relative;
	max-width: 500px
}

.about-me-seciton .content-column .sec-title {
	position: relative;
	z-index: 9;
	margin-bottom: 33px
}

.about-me-seciton .content-column .sec-title .title {
	margin-bottom: 12px
}

.about-me-seciton .content-column .sec-title:before {
	right: 136px;
	left: auto;
	z-index: -1
}

.about-me-seciton .content-column .text {
	position: relative;
	margin-bottom: 50px
}

.about-me-seciton .content-column .text strong {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 500;
	font-family: Gotham-Medium;
	margin-bottom: 20px
}

.about-me-seciton .content-column .text p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin-bottom: 32px
}

.about-me-seciton .social-links {
	position: relative
}

.about-me-seciton .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 40px
}

.about-me-seciton .social-links li a {
	font-size: 26px;
	line-height: 1.2em;
	color: #000;
	font-weight: 400
}

.about-me-seciton .content-column .image-box {
	position: absolute;
	right: -65px;
	bottom: 0
}

.about-me-seciton .form-column {
	position: relative;
	float: right;
	width: 40%;
	background-color: #0c0c0c
}

.about-me-seciton .form-column h3 {
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	font-family: Gotham-Bold;
	margin-bottom: 5px
}

.about-me-seciton .form-column .text {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-weight: 400;
	margin-bottom: 35px
}

.about-me-seciton .form-column .inner-column {
	position: relative;
	max-width: 480px;
	margin: 0 auto;
	padding: 150px 15px;
	z-index: 1
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 15px
}

.contact-form .form-group:last-child {
	margin-bottom: 0
}

.contact-form .form-group input[type=date],
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=number],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=url],
.contact-form .form-group select,
.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 15px 25px;
	border: 1px solid #444;
	font-weight: 400;
	background-color: transparent;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #fff
}

.contact-form ::-webkit-input-placeholder {
	color: #666;
	text-transform: uppercase
}

.contact-form ::-moz-input-placeholder {
	color: #666;
	text-transform: uppercase
}

.contact-form ::-ms-input-placeholder {
	color: #666;
	text-transform: uppercase
}

.contact-form .form-group textarea {
	height: 180px;
	resize: none
}

.contact-form button {
	margin-top: 15px;
	min-width: 140px
}

.about-section {
	position: relative;
	padding: 100px 0 100px
}

.about-section.alternate {
	padding: 60px 0 20px;
}

.anim-icon-4 {
	height: 90px;
	width: 164px;
	background-image: url(../images/icons/anim-icon-4.png)
}

.about-section .anim-icon-4 {
	left: -85px;
	top: 145px
}

.about-section .sec-title {
	margin-bottom: 140px
}

.about-section .sec-title:before {
	top: -80px
}

.about-section .content-box {
	position: relative;
	text-align: left;
	margin: 0 auto
}

.about-section .content-box p {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	margin-bottom: 25px
}

.about-section .content-box .sign-img {
	position: relative;
	display: inline-block;
	margin-top: 40px
}

.about-section .content-box .sign-img img {
	max-width: 100%;
	height: auto
}

.team-section {
	position: relative;
	padding: 100px 0 55px;
	background-color: #ffe7bc30
}

.team-section .auto-container {
	max-width: 1190px
}

.team-section .anim-icon-1 {
	top: 220px;
	right: -230px
}

.team-section .row {
	margin: 0 -28px
}

.team-section .row .team-block {
	padding: 0 28px
}

.team-section .sec-title {
	margin-bottom: 0px
}

.team-block {
	position: relative;
	margin-bottom: 30px
}

.team-block .image-box {
	position: relative;
	text-align: center
}

.team-block .image-box h2 {
	margin-top: 135px;
	font-size: 46px;
	line-height: 1em;
	color: #000;
	font-weight: 300;
	font-family: Gotham-Light;
	text-align: right;
	margin-bottom: 60px;
	letter-spacing: -3px
}

.team-block .image-box img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.team-block .image-box .info-box {
	position: absolute;
	left: 0;
	right: 0;
	height: auto;
	max-width: 210px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 1;
	bottom: 30px;
	text-align: center;
	padding: 25px 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.team-block .image-box:hover .info-box,
.team-carousel .owl-item.active .team-block .image-box .info-box {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.team-block .image-box .info-box .name {
	position: relative;
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: 1.2em;
	font-family: Gotham-Bold
}

.team-block .image-box .info-box .name a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.team-block .image-box .info-box .name a:hover {
	color: #ffea00
}

.team-block .image-box .info-box .designation {
	display: block;
	line-height: 1.5em;
	font-size: 12px;
	color: #000;
	font-weight: 300
}

.team-block .image-box .info-box ul {
	position: relative;
	padding-top: 35px
}

.team-block .image-box .info-box ul:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 15px;
	height: 11px;
	width: 53px;
	background-image: url(../images/icons/separator.png);
	background-repeat: no-repeat;
	background-position: center;
	content: ""
}

.team-block .image-box .info-box ul li {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	line-height: 1.2em
}

.team-block .image-box .info-box ul li a {
	display: block;
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.team-block .image-box .info-box ul li a:hover {
	color: #ffea00
}

.icon-arrow-left,
.icon-arrow-right {
	height: 20px;
	width: 35px;
	display: inline-block;
	background-image: url(../images/icons/arrow-left.png)
}

.icon-arrow-right {
	background-image: url(../images/icons/arrow-right.png)
}

.team-carousel .owl-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 155px;
	width: 100%;
	text-align: center;
	background-color: #f7f7f7;
	padding: 67.5px 0
}

.team-carousel .owl-nav:before {
	position: absolute;
	left: 50%;
	top: 65px;
	height: 25px;
	content: "";
	width: 1px;
	background-color: #000
}

.team-carousel .owl-nav .owl-next,
.team-carousel .owl-nav .owl-prev {
	display: inline-block;
	padding: 0 50px
}

.team-section.style-two .row {
	margin: 0 -22px
}

.team-section.style-two .row>div {
	padding: 0 22px
}

.team-section.style-two .sec-title {
	margin-bottom: 170px
}

.team-section.style-two .sec-title:before {
	left: -60px
}

.team-section.style-two .team-carousel {
	padding-top: 40px;
	padding-bottom: 176px
}

.team-section.style-two .team-carousel .team-block {
	padding: 0;
	opacity: 0;
	-webkit-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	transform: translateY(-150px);
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.team-section.style-two .team-carousel .active .team-block {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s ease .3s;
	-ms-transition: all 1s ease .3s;
	-moz-transition: all 1s ease .3s;
	transition: all 1s ease .3s
}

.team-page-section {
	position: relative;
	padding: 250px 0 50px
}

.team-page-section .auto-container {
	max-width: 1190px
}

.team-page-section .sec-title {
	margin-bottom: 170px
}

.team-page-section .sec-title:before {
	left: 55%;
	top: -95px
}

.team-page-section .sec-title h2:before {
	right: -200px;
	bottom: -40px
}

.team-page-section .row {
	margin: 0 -30px
}

.team-page-section .team-block {
	padding: 0 30px;
	margin-bottom: 55px
}

.team-page-section .sec-title h2 {
	text-align: right
}

.team-page-section .anim-icon-1 {
	top: 50%;
	right: -240px;
	margin-top: -105px
}

.testimonial-section {
	position: relative;
	padding: 100px 0;
	background-color: #a0ffcb45
}

.testimonial-section.alternate {
	padding: 100px 0 200px
}

.testimonial-section.alternate .anim-icon-3 {
	bottom: 180px
}

.anim-icon-3 {
	height: 92px;
	width: 164px;
	background-image: url(../images/icons/anim-icon-3.png)
}

.testimonial-section .anim-icon-3 {
	left: -80px;
	bottom: 20px
}

.testimonial-carousel {
	position: relative;
	max-width: 800px;
	margin-left: 225px;
	padding-bottom: 70px
}

.testimonial-block {
	position: relative
}

.testimonial-block .text {
	position: relative;
	font-size: 22px;
	line-height: 32px;
	color: #000;
	font-weight: 500;
	margin-bottom: 40px
}

.testimonial-block .name {
	position: relative;
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 300
}

.testimonial-carousel .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	counter-reset: count
}

.testimonial-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	left: 0;
	width: 40px;
	border-top: 1px solid #000;
	margin-bottom: 20px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.testimonial-carousel .owl-dots .owl-dot:before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: 300;
	opacity: 0;
	counter-increment: count;
	content: "0" counter(count);
	font-family: Gotham-Book
}

.testimonial-carousel .owl-dots .owl-dot.active {
	border-top-width: 2px;
	top: 1px
}

.testimonial-carousel .owl-dots .owl-dot.active:before {
	opacity: 1
}

.testimonial-carousel .owl-nav {
	display: none
}

.news-section {
	position: relative;
	padding: 100px 0
}

.news-section .inner-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto
}

.news-section .sec-title {
	margin-bottom: 100px
}

.news-section .sec-title h2:before {
	right: -150px;
	bottom: -20px
}

.news-section .row {
	margin: 0
}

.news-block {
	position: relative;
	padding: 0;
	margin-bottom: 40px
}

.news-block .inner-box {
	position: relative
}

.news-block .image-box {
	position: relative;
	overflow: hidden
}

.news-block .image-box img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block .inner-box:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block .lower-content {
	position: relative;
	padding: 30px 20px 0
}

.news-block .info {
	position: relative;
	margin-bottom: 10px
}

.news-block .info li {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	padding-right: 6px;
	margin-right: 5px;
	font-weight: 400
}

.news-block .info li a {
	color: #666
}

.news-block .info li a:hover {
	text-decoration: underline
}

.news-block .info li:before {
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	content: "-"
}

.news-block .info li.comment:before,
.news-block .info li:last-child:before {
	display: none
}

.news-block h4 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #000;
	font-weight: 500;
	margin-bottom: 20px
}

.news-block h4 a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block h4 a:hover {
	color: #fff582
}

.news-block .text {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	margin-bottom: 25px
}

.news-block .link-box {
	position: relative
}

.news-block .link-box a {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block .link-box a:hover {
	text-decoration: underline
}

.blog-standard {
	position: relative;
	padding-right: 20px
}

.blog-standard .news-block {
	margin-bottom: 75px
}

.blog-standard .news-block:nth-child(3n+2) {
	margin-top: 0
}

.blog-standard .news-block .lower-content {
	padding-left: 0
}

.blog-standard .news-block h4 {
	font-size: 30px
}

.blog-standard .styled-pagination {
	position: relative;
	margin-top: 120px
}

.blog-list {
	position: relative;
	padding: 130px 0 150px
}

.news-block-two {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 70px;
	border-bottom: 1px solid #eee
}

.news-block-two .inner-box {
	position: relative
}

.news-block-two .content-column,
.news-block-two .image-column {
	margin-bottom: 30px
}

.news-block-two .image {
	position: relative;
	overflow: hidden
}

.news-block-two .image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-two .inner-box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-two .content-column {
	position: relative
}

.news-block-two .content-column .inner-column {
	position: relative;
	padding-left: 20px;
	padding-top: 22px
}

.news-block-two .info {
	position: relative;
	margin-bottom: 12px
}

.news-block-two .info li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	padding-right: 6px;
	margin-right: 5px;
	font-weight: 400
}

.news-block-two .info li a {
	color: #666
}

.news-block-two .info li a:hover {
	text-decoration: underline
}

.news-block-two .info li:before {
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	content: "-"
}

.news-block-two .info li.tag:before,
.news-block-two .info li:last-child:before {
	display: none
}

.news-block-two h3 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: -.5px
}

.news-block-two h3 a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-two h3 a:hover {
	color: #fff582
}

.news-block-two .text {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-weight: 300;
	margin-bottom: 25px
}

.news-block-two .link-box {
	position: relative
}

.news-block-two .link-box a {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-two .link-box a:hover {
	text-decoration: underline
}

.blog-list .btn-box {
	position: relative;
	text-align: center;
	margin-top: 100px
}

.blog-list .btn-box a {
	position: relative;
	display: inline-block;
	padding: 15px 30px
}

.blog-list .btn-box a:before {
	position: absolute;
	left: 4px;
	top: 5px;
	height: 58px;
	width: 214px;
	background-image: url(../images/icons/brush-2.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	z-index: -1
}

.blog-grid {
	position: relative;
	padding: 130px 0 65px
}

.news-block-three {
	position: relative;
	margin-bottom: 75px
}

.news-block-three .inner-box {
	position: relative
}

.news-block-three .image-box {
	position: relative;
	overflow: hidden
}

.news-block-three .image-box img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-three .inner-box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-three .lower-content {
	position: relative;
	padding: 45px 0 0
}

.news-block-three .info {
	position: relative;
	margin-bottom: 8px
}

.news-block-three .info li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	padding-right: 6px;
	margin-right: 5px;
	font-weight: 400
}

.news-block-three .info li a {
	color: #666
}

.news-block-three .info li a:hover {
	text-decoration: underline
}

.news-block-three .info li:before {
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	content: "-"
}

.news-block-three .info li.comment:before,
.news-block-three .info li:last-child:before {
	display: none
}

.news-block-three h4 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #000;
	margin-bottom: 18px;
	letter-spacing: -.5px
}

.news-block-three h4 a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-three h4 a:hover {
	color: #fff582
}

.news-block-three .text {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-weight: 300;
	margin-bottom: 25px
}

.news-block-three .link-box {
	position: relative
}

.news-block-three .link-box a {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-three .link-box a:before {
	position: absolute;
	left: 3px;
	top: -3px;
	height: 27px;
	width: 101px;
	background-image: url(../images/icons/brush-4.png);
	content: "";
	z-index: -1
}

.news-block-three .link-box a:hover {
	text-decoration: underline
}

.news-block-four {
	position: relative;
	margin-bottom: 75px
}

.news-block-four .inner-box {
	position: relative
}

.news-block-four .image-box {
	position: relative;
	overflow: hidden
}

.news-block-four .image-box img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-four .inner-box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.news-block-four .lower-content {
	position: relative;
	padding: 35px 30px 0 0
}

.news-block-four h4 {
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #000;
	margin-bottom: 5px;
	letter-spacing: -.5px
}

.news-block-four h4 a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-four h4 a:hover {
	color: #fff582
}

.news-block-four .info {
	position: relative;
	margin-bottom: 15px
}

.news-block-four .info li {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	padding-right: 6px;
	margin-right: 5px;
	font-weight: 400;
	font-style: italic
}

.news-block-four .info li a {
	color: #666
}

.news-block-four .info li a:hover {
	text-decoration: underline
}

.news-block-four .info li:before {
	position: absolute;
	right: -3px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	content: "-"
}

.news-block-four .info li:last-child:before {
	display: none
}

.news-block-four .text {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-weight: 300;
	margin-bottom: 25px
}

.news-block-four .link-box {
	position: relative
}

.news-block-four .link-box a {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.news-block-four .link-box a:before {
	position: absolute;
	left: 3px;
	top: -3px;
	height: 27px;
	width: 101px;
	background-image: url(../images/icons/brush-4.png);
	content: "";
	z-index: -1
}

.news-block-four .link-box a:hover {
	text-decoration: underline
}

.blog-single {
	position: relative;
	padding-right: 20px
}

.blog-single .news-block {
	margin-bottom: 50px
}

.blog-single .news-block .lower-content {
	padding-left: 0
}

.blog-single .news-block h4 {
	font-size: 30px
}

.blog-single .news-block p {
	position: relative;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin-bottom: 30px
}

.blog-single blockquote {
	position: relative;
	max-width: 590px;
	font-size: 22px;
	line-height: 32px;
	color: #000;
	font-weight: 500;
	padding: 30px 0;
	margin: 0 auto 30px;
	border: 0
}

.blog-single blockquote:before {
	position: absolute;
	left: -60px;
	top: 55px;
	background-image: url(../images/icons/brush-5.png);
	height: 93px;
	width: 199px;
	content: '';
	z-index: -1
}

.blog-single blockquote cite {
	display: block;
	margin-top: 25px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 300;
	font-style: normal
}

.blog-single figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}

.blog-single .styled-pagination {
	position: relative;
	margin-top: 120px
}

.blog-single .other-option {
	position: relative;
	padding-bottom: 35px;
	border-bottom: 1px solid #eee;
	margin-bottom: 75px
}

.blog-single .other-option .tags {
	position: relative;
	text-align: right;
	width: 50%;
	padding-right: 30px
}

.blog-single .other-option .tags li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-weight: 400
}

.blog-single .other-option .tags li a {
	color: #666
}

.blog-single .other-option .tags li a:hover {
	text-decoration: underline
}

.blog-single .other-option .social-links {
	position: relative;
	text-align: left;
	width: 50%;
	padding-left: 30px
}

.blog-single .other-option .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 22px
}

.blog-single .other-option .social-links li a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.blog-single .other-option .social-links li a:hover {
	color: #fff582
}

.error-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 280px 0 300px
}

.error-section .error-image {
	position: relative;
	text-align: center;
	margin-bottom: 52px
}

.error-section .error-image img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.error-section h3 {
	position: relative;
	font-size: 28px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 200;
	margin-bottom: 20px
}

.error-section .text {
	font-size: 16px;
	line-height: 26px;
	color: #ccc;
	font-weight: 300;
	margin-bottom: 53px
}

.error-section .theme-btn {
	padding: 16px 40px
}

.styled-pagination {
	position: relative
}

.styled-pagination ul {
	position: relative;
	display: inline-block
}

.styled-pagination ul:before {
	position: absolute;
	left: -60px;
	top: -25px;
	height: 113px;
	width: 200px;
	background-image: url(../images/icons/dots-2.png);
	background-position: center;
	background-repeat: no-repeat;
	content: ""
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	margin-right: 8px
}

.styled-pagination li a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.styled-pagination li a.active,
.styled-pagination li a:hover {
	text-decoration: underline
}

.clients-section {
	position: relative;
	padding: 90px 0 90px
}

.clients-section .sponsors-outer {
	position: relative;
	margin-bottom: 90px
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
	position: relative;
	display: none
}

.clients-section .sponsors-outer .image-box {
	position: relative;
	text-align: center
}

.clients-section .sponsors-outer .image-box img {
	max-width: 100%;
	width: auto;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.clients-section .sponsors-outer .image-box img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.contact-info-section {
	position: relative;
	padding: 230px 0 120px
}

.contact-info-section .anim-icon-2 {
	left: 50%;
	bottom: 0;
	margin-left: -67px
}

.contact-info-section .sec-title {
	margin-bottom: 150px
}

.contact-info-section .sec-title:before {
	top: -108px
}

.contact-info-section .sec-title h2:before {
	bottom: -20px
}

.contact-info-section .contact-info-list {
	position: relative;
	text-align: center
}

.contact-info-section .contact-info-list li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
	font-family: Gotham-Book;
	margin: 0 65px 30px
}

.contact-info-section .contact-info-list li a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.contact-info-section .contact-info-list li a:hover {
	text-decoration: underline
}

.contact-info-section .contact-info-list li strong {
	font-weight: 500
}

.contact-info-section .contact-info-list li:before {
	position: absolute;
	left: -72px;
	top: 5px;
	height: 15px;
	width: 14px;
	background-image: url(../images/icons/icon-star.png);
	content: ""
}

.contact-info-section .contact-info-list li:nth-child(3n+3):after {
	position: absolute;
	right: -72px;
	top: 5px;
	height: 15px;
	width: 14px;
	background-image: url(../images/icons/icon-star.png);
	content: ""
}

.contact-section {
	position: relative;
	padding: 130px 0 140px
}

.contact-section .sec-title {
	margin-bottom: 85px
}

.contact-section .sec-title:before {
	display: none
}

.contact-section .sec-title h2 {
	font-size: 36px
}

.contact-section .sec-title h2:before {
	left: 50%;
	margin-left: -160px;
	bottom: -30px
}

.contact-form.style-two {
	max-width: 780px;
	margin: 0 auto
}

.contact-form.style-two .form-group input[type=date],
.contact-form.style-two .form-group input[type=email],
.contact-form.style-two .form-group input[type=number],
.contact-form.style-two .form-group input[type=tel],
.contact-form.style-two .form-group input[type=text],
.contact-form.style-two .form-group input[type=url],
.contact-form.style-two .form-group select,
.contact-form.style-two .form-group textarea {
	border: 1px solid #ddd;
	font-size: 14px;
	color: #666
}

.contact-form.style-two .form-group input:focus,
.contact-form.style-two .form-group select:focus,
.contact-form.style-two .form-group textarea:focus {
	border-color: #000
}

.contact-form.style-two ::-webkit-input-placeholder {
	color: #666;
	text-transform: uppercase
}

.contact-form.style-two ::-moz-input-placeholder {
	color: #666;
	text-transform: uppercase
}

.contact-form.style-two ::-ms-input-placeholder {
	color: #666;
	text-transform: uppercase
}

.contact-form.style-two button {
	margin-top: 25px;
	text-transform: uppercase
}

.contact-form .form-group label.error {
	position: relative;
	display: block;
	line-height: 24px;
	padding-top: 5px;
	color: red;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 400
}

.map-section {
	position: relative
}

.map-section .inner-container {
	position: relative
}

.map-section .map-canvas {
	position: relative;
	height: 600px;
	width: 100%
}

.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em
}

.map-data a {
	display: block
}

.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212
}

.main-footer {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 40px 0;
	text-align: center;
	background-color: #fafafa
}

.main-footer .logo-box {
	position: relative;
	display: block;
	margin-bottom: 40px
}

.main-footer .logo-box img {
	max-width: 100%;
	height: auto
}

.main-footer .logo-box p {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 300;
	opacity: .5;
	margin-top: 10px
}

.main-footer .social-links {
	position: relative;
	display: block;
	margin-bottom: 50px
}

.main-footer .social-links li {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #0c9948;
	border-radius: 40px
}

.main-footer .social-links li a {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-footer .social-links li a:hover {
	color: #ffea00
}

.main-footer .footer-nav {
	position: relative;
	display: block;
	margin-bottom: 25px
}

.main-footer .footer-nav li {
	position: relative;
	display: inline-block;
	margin: 0 20px
}

.main-footer .footer-nav li:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: auto;
	border-bottom: 1px dashed #fff;
	content: "";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-footer .footer-nav li.current:before,
.main-footer .footer-nav li:hover:before {
	width: 100%;
	left: 0
}

.main-footer .footer-nav li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-footer .footer-nav li a:hover,
.main-footer .footer-nav li.current a {
	opacity: 1
}

.main-footer.style-two {
	position: relative;
	padding: 95px 0;
	background-color: #fff
}

.main-footer.style-two.alternate {
	padding: 60px 0 95px
}

.main-footer.style-two .contact-column {
	position: relative;
	text-align: left
}

.main-footer .contact-info-list {
	position: relative
}

.main-footer .contact-info-list li {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 300
}

.main-footer .contact-info-list li a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-footer .contact-info-list li a:hover,
.main-footer.style-two .social-links li a:hover {
	color: #ffea00
}

.main-footer .contact-info-list li strong {
	display: inline-block;
	font-weight: 500
}

.main-footer.style-two .logo-column {
	position: relative;
	text-align: center;
	margin-bottom: 20px
}

.main-footer.style-two .copyright-text {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin-top: 3px;
	color: #000;
	font-weight: 300
}

.main-footer.style-two .social-column {
	position: relative;
	text-align: right
}

.main-footer.style-two .social-links {
	margin-bottom: 0;
	margin-top: 10px
}

.main-footer.style-two .social-links li {
	margin-right: 0;
	margin-left: 20px
}

.main-footer.style-two .social-links li a {
	color: #000;
	font-size: 16px
}

.sidebar-page-container {
	position: relative;
	padding: 130px 0 155px
}

.sidebar-page-container.alternate {
	padding-bottom: 80px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	position: relative;
	margin-bottom: 50px
}

.sidebar-widget {
	position: relative;
	margin-bottom: 60px
}

.sidebar-side .sidebar-widget:last-child {
	margin-bottom: 0
}

.sidebar-side .sidebar-title {
	position: relative;
	margin-bottom: 20px
}

.sidebar-side .sidebar-title h3 {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	font-family: Gotham-Bold
}

.category-list {
	position: relative
}

.category-list li {
	position: relative
}

.category-list li:last-child {
	margin-bottom: 0
}

.category-list li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.category-list li a:hover {
	color: #000;
	text-decoration: underline
}

.popular-post .post {
	position: relative;
	margin-bottom: 28px
}

.popular-post .post:last-child {
	margin-bottom: 0
}

.popular-post .post h5 {
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
	font-family: Gotham-book;
	margin-bottom: 7px
}

.popular-post .post h5 a {
	color: #666;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.popular-post .post h5 a:hover {
	color: #000;
	text-decoration: underline
}

.popular-post .post .date {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 23px;
	color: #bbb
}

.sidebar .search-box {
	position: relative
}

.sidebar .search-box .form-group {
	position: relative;
	margin: 0
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
	position: relative;
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 25px;
	padding: 0 0 15px;
	padding-right: 40px;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #000;
	background-color: #fff;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.search-box ::-webkit-input-placeholder {
	color: #999
}

.search-box ::-moz-input-placeholder {
	color: #999
}

.search-box ::-ms-input-placeholder {
	color: #999
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #555;
	font-weight: 400;
	background-color: transparent;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.sidebar .search-box .form-group button:hover {
	color: #000
}

.sidebar .gallery-widget .widget-title {
	margin-bottom: 30px
}

.sidebar .gallery-widget .gallery-outer {
	position: relative;
	margin: 0 -5px
}

.sidebar .gallery-widget .gallery-outer .image {
	position: relative;
	float: left;
	width: 40%;
	padding: 0 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}

.sidebar .gallery-widget .gallery-outer .image img {
	display: block;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}

.sidebar .gallery-widget .btn-box {
	position: relative;
	display: block;
	margin-top: 25px;
	text-align: center
}

.sidebar .gallery-widget .btn-box a {
	padding: 8px 45px
}

.tag-list {
	position: relative;
	display: block
}

.tag-list li {
	position: relative;
	float: left;
	padding-right: 7px;
	margin-right: 7px
}

.tag-list li:before {
	position: absolute;
	right: -2px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	content: "|";
	z-index: 1
}

.tag-list li:last-child:before {
	display: none
}

.tag-list li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-transform: capitalize;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.tag-list li a:hover {
	color: #000;
	text-decoration: underline
}

.social-widget {
	position: relative
}

.social-widget .sidebar-title {
	margin-bottom: 20px
}

.social-icon-three {
	position: relative
}

.social-icon-three li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin-right: 20px
}

.social-icon-three li a {
	color: #111;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.social-icon-three li a:hover {
	color: #ffea00
}

.group-title {
	position: relative;
	display: block;
	margin-bottom: 40px
}

.group-title h4 {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	font-weight: 700;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: Gotham-Bold
}

.comments-area {
	position: relative;
	margin-bottom: 70px
}

.comments-area .comment-box {
	position: relative
}

.comments-area .comment-box:last-child {
	margin-bottom: 0
}

.comments-area .comment {
	position: relative;
	min-height: 80px;
	padding-left: 110px;
	margin-bottom: 65px
}

.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden
}

.comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block
}

.comments-area .comment-box .date {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	top: -3px;
	font-weight: 400;
	margin-bottom: 10px
}

.comments-area .comment-box .name {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 500;
	display: block;
	text-transform: capitalize;
	font-family: Gotham-Medium;
	margin-bottom: 7px
}

.comments-area .comment-box .text {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	font-weight: 400
}

.comments-area .comment-box .reply-btn {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	font-weight: 500;
	font-family: Gotham-Medium;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.comments-area .comment-box .reply-btn:before {
	position: absolute;
	left: -23px;
	top: -2px;
	height: 23px;
	width: 85px;
	background-image: url(../images/icons/brush-6.png);
	background-repeat: no-repeat;
	content: '';
	z-index: -1
}

.comments-area .comment-box .reply-btn:hover {
	text-decoration: underline
}

.sidebar-page-container .comment-form {
	position: relative
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 15px
}

.comment-form .form-group:last-child {
	margin-bottom: 0
}

.comment-form .form-group input[type=email],
.comment-form .form-group input[type=tel],
.comment-form .form-group input[type=text],
.comment-form .form-group input[type=url],
.comment-form .form-group select,
.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-weight: 500;
	padding: 15px 20px;
	text-align: right;
	border: 1px solid #ddd;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #000
}

.comment-form .form-group textarea {
	height: 150px;
	resize: none
}

.comment-form .form-group input[type=submit],
.comment-form button {
	margin-top: 15px
}

.shop-upper-box {
	position: relative;
	margin-bottom: 50px
}

.shop-upper-box .items-label {
	position: relative;
	font-size: 12px;
	line-height: 26px;
	color: #666;
	padding: 10px 0;
	text-transform: uppercase
}

.sort-by .ui-selectmenu-button.ui-button {
	position: relative;
	display: block;
	height: 46px;
	width: 100%;
	font-size: 12px;
	color: #666;
	min-width: 265px;
	line-height: 24px;
	text-align: left;
	padding: 10px 20px;
	font-weight: 400;
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff
}

.sort-by .ui-button .ui-icon {
	background: 0 0;
	position: relative;
	top: -11px;
	right: -20px;
	text-indent: 0;
	color: #ddd;
	height: 46px;
	width: 50px;
	border-left: 1px solid #ddd
}

.sort-by .ui-button .ui-icon:before {
	font-family: FontAwesome;
	content: "\f107";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	width: 50px;
	line-height: 46px;
	display: block;
	color: #aaa;
	font-size: 16px;
	text-align: center;
	z-index: 5
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
	background-color: #ecba00;
	border-color: #ecba00
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	border: 0;
	border-bottom: 1px solid #c5c5c5
}

.ui-menu .ui-menu-item:last-child {
	border: none
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px
}

.shop-item {
	position: relative;
	margin-bottom: 55px
}

.shop-item .inner-box {
	position: relative
}

.shop-item .image {
	position: relative;
	overflow: hidden
}

.shop-item .image img {
	display: block;
	width: 100%
}

.shop-item .sale {
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 11px;
	color: #fff;
	font-weight: 500;
	background-color: #49c100;
	line-height: 20px;
	padding: 0 5px;
	min-width: 60px;
	letter-spacing: .5px;
	text-align: right;
	text-transform: uppercase;
	font-family: Gotham-Medium
}

.shop-item .sale.on {
	background-color: #ff9000;
	min-width: 85px
}

.shop-item .btn-box {
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.shop-item .inner-box:hover .btn-box {
	bottom: 0
}

.shop-item .btn-box .cart-btn {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	padding: 15px 25px;
	background-color: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.shop-item .btn-box .cart-btn i {
	margin-right: 5px;
	font-size: 16px;
	color: #666;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.shop-item .btn-box .cart-btn:hover i {
	color: #fff
}

.shop-item .btn-box .cart-btn:hover {
	background-color: #000;
	color: #fff
}

.shop-item .lower-content {
	position: relative;
	padding: 30px 0 0
}

.shop-item .lower-content h3 {
	position: relative;
	font-size: 16px;
	color: #000;
	line-height: 1.2em;
	font-weight: 500;
	font-family: Gotham-Medium;
	text-transform: capitalize;
	margin-bottom: 7px
}

.shop-item .lower-content h3 a {
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.shop-item .lower-content h3 a:hover {
	color: #ecba00
}

.shop-item .lower-content .price {
	position: relative;
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 18px
}

.shop-item .lower-content .price del {
	color: #666;
	text-decoration: line-through;
	margin-right: 10px
}

.shop-item .lower-content .rating {
	position: relative;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	font-weight: 400
}

.shop-item .lower-content .rating span {
	display: inline-block;
	margin: 0 1px
}

.shop-item .lower-content .rating .fa.light {
	color: #ccc
}

.shop-sidebar {
	position: relative;
	padding-top: 100px
}

.shop-sidebar .sidebar-title {
	margin-bottom: 15px
}

.range-slider-one {
	position: relative
}

.range-slider-one .title {
	position: relative;
	float: left;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	font-weight: 400
}

.range-slider-one .title:before {
	position: absolute;
	content: '$';
	right: -14px;
	top: 10px;
	color: #000;
	line-height: 20px;
	font-size: 14px;
	font-weight: 400
}

.range-slider-one .input {
	float: right;
	left: 8px;
	max-width: 75px;
	padding-left: 8px;
	position: relative
}

.range-slider-one .input input {
	background: 0 0;
	color: #000;
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
	max-width: 100px;
	text-align: left
}

.range-slider-one .ui-widget.ui-widget-content {
	height: 3px;
	border: none;
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #efefef
}

.range-slider-one .ui-slider .ui-slider-range {
	top: 0;
	height: 2px;
	background: #ecba00
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
	top: -4px;
	width: 10px;
	height: 10px;
	z-index: 99;
	background: #ecba00;
	cursor: pointer;
	border: 0;
	border-radius: 50%
}

.range-slider-one .theme-btn {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	padding: 10px 26px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #000;
	border: 1px solid #000
}

.range-slider-one .theme-btn:hover {
	background-color: #fff;
	color: #000
}

.sho-sidebar .category-list li {
	position: relative;
	padding-left: 15px
}

.sho-sidebar .category-list li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-weight: 400;
	content: "\f0da";
	font-family: FontAwesome
}

.recent-products .post {
	position: relative;
	padding: 7px 0 0 117px;
	min-height: 95px;
	margin-bottom: 30px
}

.recent-products .post:last-child {
	margin-bottom: 0
}

.recent-products .post .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 95px
}

.recent-products .post .post-thumb img {
	display: block;
	width: 100%
}

.recent-products .post h4 {
	font-size: 14px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	font-family: Gotham-Book;
	text-transform: capitalize
}

.recent-products .post h4 a {
	color: #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.recent-products .post a,
.recent-products .post a:hover {
	color: #ecba00
}

.recent-products .post .price {
	font-size: 12px;
	color: #666;
	font-weight: 500;
	font-family: Gotham-Medium;
	margin-bottom: 8px
}

.recent-products .post .rating .fa {
	position: relative;
	display: inline-block;
	margin-right: 2px;
	font-size: 14px;
	line-height: 23px;
	color: #666
}

.recent-products .post .rating .fa.light {
	color: #ccc
}

.shop-single-section {
	position: relative;
	padding: 150px 0 100px
}

.product-details .content-column,
.product-details .image-column {
	margin-bottom: 40px
}

.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav {
	display: none
}

.product-details .image-column .image-carousel {
	margin-bottom: 20px
}

.product-details .image-column .thumbs-carousel {
	position: relative
}

.product-details .image-column .thumbs-carousel li {
	position: relative;
	cursor: pointer
}

.product-details .image-column .thumbs-carousel li:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff582;
	opacity: 0;
	content: "";
	z-index: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.product-details .image-column .thumbs-carousel li:hover:before {
	opacity: .8
}

.product-details .info-column .inner-column {
	position: relative;
	padding-left: 10px;
	padding-top: 5px
}

.product-details .info-column h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2em;
	color: #000;
	letter-spacing: -1px;
	margin-bottom: 6px
}

.product-details .info-column h3 a {
	color: #000
}

.product-details .info-column .rating {
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block
}

.product-details .info-column .rating span {
	color: #000
}

.product-details .info-column .rating .fa {
	display: inline-block
}

.product-details .info-column .rating .fa.light {
	color: #dadada
}

.product-details .info-column .reviews {
	position: relative;
	font-size: 14px;
	color: #000;
	margin-left: 10px;
	display: inline-block;
	margin-bottom: 30px
}

.product-details .info-column .item-price {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	line-height: 24px;
	font-family: Gotham-Medium;
	margin-bottom: 30px
}

.product-details .info-column .reviews a {
	position: relative;
	color: #777;
	font-size: 16px
}

.product-details .basic-details .product-tag {
	position: relative;
	margin-top: 40px
}

.product-details .basic-details .product-tag li {
	position: relative;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px
}

.product-details .basic-details .product-tag li strong {
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	min-width: 93px;
	font-family: Gotham-Medium;
	display: inline-block
}

.product-details .basic-details .text {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-bottom: 30px
}

.product-details .basic-details .availablity {
	position: relative;
	float: left;
	padding-right: 40px;
	line-height: 32px;
	margin-bottom: 27px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #777
}

.product-details .other-options {
	position: relative
}

.product-details .basic-details .availablity strong {
	font-size: 14px;
	letter-spacing: 2px;
	color: #11da61;
	font-weight: 600;
	text-transform: uppercase
}

.product-details .basic-details .item-quantity {
	position: relative;
	float: left;
	width: 100px;
	height: 50px;
	margin-bottom: 15px;
	margin-right: 40px;
	border: 0
}

.cart-section input.quantity-spinner,
.product-details .basic-details .quantity-spinner {
	line-height: 28px;
	width: 50px;
	padding: 10px 15px!important;
	height: 50px!important;
	box-shadow: none!important;
	border: 1px solid #eee;
	text-align: center;
	font-size: 18px;
	color: #000
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn,
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn {
	background: 0 0;
	border: 0;
	margin-right: 10px;
	color: #000;
	text-align: center
}

.bootstrap-touchspin .input-group-btn-vertical {
	width: 50px;
	text-align: center;
	border: 1px solid #eee;
	border-left: 0
}

.bootstrap-touchspin .input-group-btn-vertical i {
	left: 0;
	width: 100%
}

.product-details .other-options .btn-style-one {
	position: relative;
	font-weight: 400;
	border: 1px solid #000;
	padding: 14px 35px
}

.product-details .other-options .btn-style-one:hover {
	background: 0 0
}

.product-info-tabs {
	position: relative;
	padding: 70px 0 100px
}

.tabs-box .tab {
	display: none
}

.tabs-box .tab.active-tab {
	display: block
}

.product-info-tabs .prod-tabs {
	position: relative
}

.product-info-tabs .prod-tabs .tab-btns {
	position: relative;
	display: inline-block;
	z-index: 1;
	border-bottom: 1px solid #000
}

.product-info-tabs .prod-tabs .tab-btns .tab-btn {
	position: relative;
	float: left;
	font-size: 24px;
	color: #000;
	cursor: pointer;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	font-family: Gotham-Light;
	padding: 10px 12px;
	border-bottom: 2px solid transparent;
	margin-right: 20px
}

.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn,
.product-info-tabs .prod-tabs .tab-btns .tab-btn:hover {
	border-bottom: 2px solid #000;
	text-shadow: 0 0 1px #000
}

.product-info-tabs .prod-tabs .tab-btns .tab-btn:last-child {
	margin-right: 0
}

.product-info-tabs .prod-tabs .tabs-container {
	position: relative
}

.product-info-tabs .prod-tabs .tabs-container .tab {
	position: relative;
	padding: 30px 0;
	display: none
}

.product-info-tabs .prod-tabs .tabs-content .tab .content {
	position: relative;
	padding: 40px 0 0
}

.product-info-tabs .prod-tabs .tabs-content .tab .content p {
	position: relative;
	color: #666;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 25px
}

.product-info-tabs .prod-tabs .tabs-container .tab.active-tab {
	display: block
}

.product-info-tabs .prod-tabs .tabs-container .tab h2,
.product-info-tabs .prod-tabs .tabs-container .tab p {
	margin-bottom: 15px
}

.product-info-tabs .prod-tabs .tabs-container .tab h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px
}

.product-info-tabs .prod-tabs .tabs-container .tab h4 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px
}

.product-info-tabs .prod-tabs .reviews-container {
	position: relative
}

.product-info-tabs .prod-tabs .reviews-container .review-box {
	position: relative;
	margin-bottom: 30px;
	padding-left: 100px;
	min-height: 100px
}

.product-info-tabs .prod-tabs .reviews-container .rev-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 82px;
	height: 82px;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	background: #fff;
	border-radius: 3px
}

.product-info-tabs .prod-tabs .reviews-container .rev-thumb img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 3px
}

.product-info-tabs .prod-tabs .reviews-container .rev-content {
	position: relative;
	padding: 15px;
	border: 1px solid #e0e0e0;
	background: #fff
}

.product-info-tabs .prod-tabs .reviews-container .rating {
	color: #000;
	font-size: 13px
}

.product-info-tabs .prod-tabs .reviews-container .rating .fa {
	margin-right: 1px
}

.product-info-tabs .prod-tabs .reviews-container .rev-info {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px
}

.product-info-tabs .prod-tabs .reviews-container .rev-text {
	font-size: 14px
}

.product-info-tabs .prod-tabs .add-review {
	position: relative;
	margin: 30px 0 20px;
	font-size: 14px
}

.product-info-tabs .prod-tabs .add-review .rating {
	position: relative;
	padding-top: 8px
}

.product-info-tabs .prod-tabs .add-review .rating .rate-box {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #555
}

.product-info-tabs .prod-tabs .add-review .rating .rate-box:active,
.product-info-tabs .prod-tabs .add-review .rating .rate-box:focus,
.product-info-tabs .prod-tabs .add-review .rating .rate-box:hover {
	color: #fff582
}

.product-info-tabs .prod-tabs .add-review label {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #303030
}

.product-info-tabs .prod-tabs .add-review h3 {
	margin-bottom: 20px;
	color: #333;
	font-size: 28px
}

.product-info-tabs .prod-tabs .add-review .form-group {
	position: relative;
	margin-bottom: 20px
}

.product-info-tabs .prod-tabs .add-review .form-group input[type=email],
.product-info-tabs .prod-tabs .add-review .form-group input[type=password],
.product-info-tabs .prod-tabs .add-review .form-group input[type=tel],
.product-info-tabs .prod-tabs .add-review .form-group input[type=text],
.product-info-tabs .prod-tabs .add-review .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 9px 15px;
	color: #000;
	border: 1px solid #e0e0e0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.product-info-tabs .prod-tabs .add-review .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	color: #000;
	border: 1px solid #e0e0e0;
	height: 150px;
	resize: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.product-info-tabs .prod-tabs .add-review .form-group input:focus,
.product-info-tabs .prod-tabs .add-review .form-group select:focus,
.product-info-tabs .prod-tabs .add-review .form-group textarea:focus {
	border-color: #000
}

.related-projects {
	position: relative
}

.related-projects .title {
	position: relative;
	text-align: center;
	margin-bottom: 75px
}

.related-projects h2 {
	position: relative;
	display: inline-block;
	color: #333;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2em
}

.related-projects h2:before {
	position: absolute;
	left: 10px;
	top: -25px;
	height: 90px;
	width: 320px;
	background-image: url(../images/icons/title-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	z-index: -1
}

.related-projects .shop-item {
	margin-bottom: 40px
}

.related-projects .shop-item .lower-content {
	padding: 40px 5px 0
}

.related-projects .shop-item .lower-content h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	font-family: Gotham-Bold
}

.shop-item .lower-content .rating {
	color: #000
}

.shop-item .lower-content .rating .fa.light {
	color: #000
}

.login-section {
	position: relative;
	padding: 130px 0 140px
}

.login-section .title {
	position: relative;
	margin-bottom: 45px
}

.login-section .title h2 {
	position: relative;
	font-size: 24px;
	color: #000;
	line-height: 1.2em;
	letter-spacing: -1px;
	font-family: Gotham-Bold
}

.login-form {
	position: relative;
	max-width: 650px;
	margin-bottom: 0
}

.login-form .form-group {
	position: relative;
	margin-bottom: 40px
}

.login-form .form-group:last-child {
	margin-bottom: 0
}

.login-form .form-group .theme-btn {
	margin-right: 0
}

.login-form .form-group label {
	position: relative;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: Gotham-Book
}

.login-form .form-group input[type=email],
.login-form .form-group input[type=password],
.login-form .form-group input[type=tel],
.login-form .form-group input[type=text] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	padding: 15px 20px;
	height: 52px;
	font-size: 14px;
	border: 1px solid #ddd;
	color: #000;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.login-form .form-group input[type=email]:focus,
.login-form .form-group input[type=password]:focus,
.login-form .form-group input[type=tel]:focus,
.login-form .form-group input[type=text]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
	border-color: #000
}

.login-form button {
	padding: 15px 30px;
	min-width: 150px;
	color: #fff;
	background-color: #000
}

.login-form .form-group .remember {
	position: relative;
	display: inline-block;
	margin-left: 40px;
	top: 2px
}

.login-form .form-group .remember label {
	display: inline-block;
	margin: 0;
	top: -2px;
	font-size: 14px;
	color: #666;
	text-transform: capitalize
}

.login-form .psw {
	position: absolute;
	color: #666;
	font-size: 16px;
	min-width: 200px;
	margin-top: 15px
}

.login-form .psw:hover {
	text-decoration: underline
}

.coming-soon {
	position: relative;
	background-repeat: no-repeat;
	background-position: center 140px;
	background-color: #f7f7f7;
	padding: 400px 0 400px;
	text-align: center
}

.coming-soon .logo-box {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	text-align: center;
	display: inline-block;
	top: 50px
}

.coming-soon .title {
	position: relative;
	display: block;
	margin-bottom: 20px
}

.coming-soon .title h2 {
	position: relative;
	font-size: 72px;
	line-height: 1em;
	color: #f7f7f7;
	font-weight: 500;
	letter-spacing: -4px;
	font-family: Gotham-Medium;
	margin-bottom: 20px
}

.timer {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/icons/count-down-bg.png)
}

.cs-countdown {
	position: relative;
	margin-bottom: 40px
}

.cs-countdown div {
	position: relative;
	display: inline-block;
	height: 130px;
	text-align: center;
	min-width: 120px;
	padding-top: 50px
}

.cs-countdown span {
	position: relative;
	display: block;
	font-size: 64px;
	color: #000;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	font-family: Gotham-Light
}

.cs-countdown h6 {
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	margin: 0 auto;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	font-family: Gotham-Medium
}

.coming-soon .link-box {
	position: relative
}

.coming-soon .link-box .theme-btn {
	display: inline-block;
	margin: 0 7px
}

.icon-clock {
	height: 158px;
	width: 177px;
	background-image: url(../images/icons/icon-clock.png)
}

.coming-soon .icon-1 {
	left: -155px;
	bottom: 0
}

.coming-soon .icon-2 {
	left: -100px;
	bottom: 0
}

.coming-soon .icon-flower {
	right: -360px;
	bottom: 0
}

.coming-soon .icon-clock {
	position: absolute;
	top: 50%;
	left: 45px;
	-webkit-transform: translateY(-85px);
	-moz-transform: translateY(-85px);
	-ms-transform: translateY(-85px);
	-o-transform: translateY(-85px);
	transform: translateY(-85px)
}

.coming-soon .link-box {
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
	text-align: center
}

.side-nav-two {
	position: fixed;
	width: 300px;
	left: -300px;
	top: 0;
	height: 100%;
	z-index: 999;
	overflow: hidden;
	padding: 0 0;
	background: #fefefe;
	-webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .05);
	-ms-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .05);
	box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .05);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.active-side-nav .side-nav-two {
	left: 0
}

.side-nav-two .toggle-btn {
	position: absolute;
	right: 15px;
	top: 5px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #202020;
	cursor: pointer;
	display: block;
	z-index: 10
}

.side-nav-two .toggle-btn .closer {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #000
}

.side-nav-two .logo {
	position: relative;
	margin-bottom: 50px;
	padding: 40px 0 0
}

.side-nav-two .side-nav-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px 30px 80px;
	overflow: hidden;
	overflow-y: auto
}

.side-nav-two .side-nav {
	position: relative;
	margin-bottom: 10px
}

.side-nav-two .side-nav .navigation>li,
.side-nav-two .side-nav .navigation>li>ul>li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.side-nav-two .side-nav .navigation>li.dropdown>ul>li:last-child,
.side-nav-two .side-nav .navigation>li:last-child {
	border-bottom: none
}

.side-nav-two .side-nav .navigation>li.dropdown>ul>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.side-nav-two .side-nav .navigation>li>a {
	position: relative;
	display: block;
	line-height: 26px;
	padding: 12px 0;
	color: #000;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase
}

.side-nav-two .side-nav .navigation>li>ul>li>a,
.side-nav-two .side-nav .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 10px 10px 10px;
	color: #189c50;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.side-nav-two .side-nav .navigation>li>ul>li,
.side-nav-two .side-nav .navigation>li>ul>li>ul>li {
	margin-bottom: 0
}

.side-nav-two .side-nav .navigation>li>ul>li:last-child,
.side-nav-two .side-nav .navigation>li>ul>li>ul>li:last-child {
	margin: 0
}

.side-nav-two .side-nav .navigation>li.current>a,
.side-nav-two .side-nav .navigation>li:hover>a,
.side-nav-two .side-nav .navigation>li>ul>li.current>a,
.side-nav-two .side-nav .navigation>li>ul>li:hover>a {
	color: #eaa525
}

.side-nav-two .side-nav .navigation>li.dropdown>a {
	padding-right: 30px
}

.side-nav-two .side-nav .navigation>li.dropdown>a:before {
	font-family: FontAwesome;
	content: "\f061";
	position: absolute;
	right: 0;
	top: 12px;
	display: block;
	font-size: 10px;
	z-index: 5;
	font-weight: 300
}

.side-nav-two .side-nav .navigation>li.dropdown>ul,
.side-nav-two .side-nav .navigation>li.dropdown>ul>li.dropdown>ul {
	position: relative;
	display: none;
	width: 100%;
	z-index: 100;
	background: #fff;
	padding: 0 0
}

.side-nav-two .side-nav .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0;
	top: 10px;
	width: 34px;
	height: 30px;
	border: 1px solid #e0e0e0;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #ccc;
	cursor: pointer;
	z-index: 5;
	display: none
}

.side-nav-two .bottom-content {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 0 20px;
	background: #fff;
	font-size: 14px;
	line-height: 1.7em;
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
	z-index: 5
}

.side-nav-two .social-links {
	position: relative;
	text-align: center;
	font-size: 14px
}

.side-nav-two .social-links li {
	position: relative;
	display: inline-block;
	margin: 0 3px
}

.side-nav-two .social-links li a {
	position: relative;
	display: block;
	color: #000;
	width: 40px;
	height: 40px;
	background: #f0f0f0;
	line-height: 40px;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.side-nav-two .social-links li a:hover {
	color: #fff;
	background: #ffa916
}

.side-nav-one {
	position: fixed;
	width: 350px;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 999;
	overflow: hidden;
	padding: 0 0;
	background: #fff;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.active-side-nav .side-nav-one {
	left: 0
}

.side-nav-one .toggle-btn {
	position: absolute;
	right: 15px;
	top: 5px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #202020;
	cursor: pointer;
	display: none;
	z-index: 10
}

.side-nav-one .toggle-btn .closer {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #000
}

.side-nav-one .logo {
	position: relative;
	margin-bottom: 100px;
	padding: 50px 0 0
}

.side-nav-one .side-nav-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 50px 30px 20px 100px;
	overflow: hidden;
	overflow-y: auto
}

.side-nav-one .side-nav {
	position: relative;
	margin-bottom: 100px
}

.side-nav-one .side-nav .navigation>li {
	position: relative;
	margin-bottom: 10px
}

.side-nav-one .side-nav .navigation>li>a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 5px 20px 5px 0;
	color: #000;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase
}

.side-nav-one .side-nav .navigation>li>ul>li>a,
.side-nav-one .side-nav .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 5px 20px 5px 0;
	margin-left: 20px;
	color: #000;
	font-weight: 600;
	font-size: 13px;
	text-transform: capitalize
}

.side-nav-one .side-nav .navigation>li>ul>li,
.side-nav-one .side-nav .navigation>li>ul>li>ul>li {
	margin-bottom: 10px
}

.side-nav-one .side-nav .navigation>li>ul>li:last-child,
.side-nav-one .side-nav .navigation>li>ul>li>ul>li:last-child {
	margin: 0
}

.side-nav-one .side-nav .navigation>li.current>a,
.side-nav-one .side-nav .navigation>li:hover>a,
.side-nav-one .side-nav .navigation>li>ul>li.current>a,
.side-nav-one .side-nav .navigation>li>ul>li:hover>a {
	color: #ff4136
}

.side-nav-one .side-nav .navigation>li>a:after,
.side-nav-one .side-nav .navigation>li>ul>li>a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.side-nav-one .side-nav .navigation>li.current>a:after,
.side-nav-one .side-nav .navigation>li:hover>a:after,
.side-nav-one .side-nav .navigation>li>ul>li.current>a:after,
.side-nav-one .side-nav .navigation>li>ul>li:hover>a:after {
	width: 100%
}

.side-nav-one .side-nav .navigation>li.dropdown>ul,
.side-nav-one .side-nav .navigation>li.dropdown>ul>li.dropdown>ul {
	position: relative;
	display: none;
	width: 100%;
	z-index: 100;
	background: #fff;
	padding: 10px 0 0
}

.side-nav-one .side-nav .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 0;
	top: 10px;
	width: 34px;
	height: 30px;
	border: 1px solid #e0e0e0;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #ccc;
	cursor: pointer;
	z-index: 5;
	display: none
}

.side-nav-one .social-links {
	position: relative;
	font-size: 14px;
	margin-left: -10px
}

.side-nav-one .social-links li {
	position: relative;
	display: inline-block;
	margin-right: 10px
}

.side-nav-one .social-links li a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	color: #000;
	line-height: 30px;
	text-align: center
}

.side-nav-one .social-links li a:hover {
	color: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}