/* ########## Fonts CSS ########## */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('../fonts/font-awesome/css/font-awesome.min.css');
@import url('animate.min.css');
/* ########## Global CSS ########## */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 400 !important;
	background: #212629 !important;
}
a, p, img, div, ul, li, span, h1, h2, h3, h4, h5, h4, form, input, select, hr, header, main, footer, section, article, nav, iframe {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	background: none;
	border: none;
}
a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
a:hover, a:focus {
	color: #8e47ad;
	text-decoration: none;
	outline: none !important;
}
/* --- Headings CSS --- */
h1, h2, h3, h4, h5 {
	display: block;
	margin: 0 0 30px 0;
	color: #fff;
	font-family: 'Poppins', 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-weight: 300;
	text-align: left;
	background: none;
	border: none;
	position: relative;
	text-transform: uppercase;
}
h1 {
	font-size: 72px;
	line-height: 84px;
}
h2 {
	font-size: 60px;
	line-height: 72px;
}
h3 {
	font-size: 48px;
	line-height: 54px;
}
h4 {
	font-size: 42px;
	line-height: 54px;
}
h5 {
	font-size: 36px;
	line-height: 48px;
}
h6 {
	font-size: 30px;
	line-height: 42px;
}
@media screen and (max-width:1280px) {
h1 {
	font-size: 60px;
	line-height: 72px;
}
h2 {
	font-size: 54px;
	line-height: 66px;
}
h3 {
	font-size: 42px;
	line-height: 54px;
}
h4 {
	font-size: 36px;
	line-height: 48px;
}
h5 {
	font-size: 30px;
	line-height: 42px;
}
h6 {
	font-size: 24px;
	line-height: 36px;
}
}
@media screen and (max-width:960px) {
h1 {
	font-size: 42px;
	line-height: 48px;
}
h2 {
	font-size: 36px;
	line-height: 42px;
}
h3 {
	font-size: 30px;
	line-height: 46px;
}
h4 {
	font-size: 28px;
	line-height: 36px;
}
h5 {
	font-size: 24px;
	line-height: 30px;
}
h6 {
	font-size: 20px;
	line-height: 26px;
}
}
@media screen and (max-width:767px) {
h1 {
	font-size: 36px;
	line-height: 42px;
}
h2 {
	font-size: 32px;
	line-height: 38px;
}
h3 {
	font-size: 30px;
	line-height: 46px;
}
h4 {
	font-size: 28px;
	line-height: 36px;
}
h5 {
	font-size: 24px;
	line-height: 30px;
}
h6 {
	font-size: 20px;
	line-height: 26px;
}
}
/* --- Margins CSS --- */
.margin-auto {
	margin: 0 auto !important;
}
.margin0, .padding0 {
	margin: 0 !important;
	padding: 0 !important;
}
.margin-btm0 {
	margin-bottom: 0 !important;
}
.margin-btm10 {
	margin-bottom: 10px !important;
}
.margin-btm20 {
	margin-bottom: 20px !important;
}
.margin-btm30 {
	margin-bottom: 30px !important;
}
.margin-btm60 {
	margin-bottom: 60px !important;
}
.margin-btm90 {
	margin-bottom: 90px !important;
}
.margin-btm120 {
	margin-bottom: 120px !important;
}
.margin-btm150 {
	margin-bottom: 150px !important;
}
.margin-btm180 {
	margin-bottom: 180px !important;
}
@media screen and (max-width:1024px) {
.margin-btm10-md {
	margin-bottom: 10px !important;
}
.margin-btm20-md {
	margin-bottom: 20px !important;
}
.margin-btm30-md {
	margin-bottom: 30px !important;
}
.margin-btm60-md {
	margin-bottom: 60px !important;
}
.margin-btm90-md {
	margin-bottom: 90px !important;
}
}
@media screen and (max-width:960px) {
.margin-btm10-sm {
	margin-bottom: 10px !important;
}
.margin-btm20-sm {
	margin-bottom: 20px !important;
}
.margin-btm30-sm {
	margin-bottom: 30px !important;
}
.margin-btm60-sm {
	margin-bottom: 60px !important;
}
.margin-btm90-sm {
	margin-bottom: 90px !important;
}
}
@media screen and (max-width:767px) {
.margin-btm10-xs {
	margin-bottom: 10px !important;
}
.margin-btm20-xs {
	margin-bottom: 20px !important;
}
.margin-btm30-xs {
	margin-bottom: 30px !important;
}
.margin-btm60-xs {
	margin-bottom: 60px !important;
}
.margin-btm90-xs {
	margin-bottom: 90px !important;
}
}
/* --- Form Elements CSS --- */
.form-group {
	margin-bottom: 15px;
}
.form-control {
	display: block;
	width: 100%;
	height: auto !important;
	padding: 12px;
	font-size: 16px;
	line-height: auto !important;
	color: #535252;
	text-transform:none;
	background: none;
	border:none;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
}
.form-control:focus {
	color: #fff !important;
	border-color: #8e47ad !important;
	outline: 0;
}
textarea.form-control {
	height:120px !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: rgba(255,255,255,.2) !important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
 color: rgba(255,255,255,.2) !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
 color: rgba(255,255,255,.2) !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: rgba(255,255,255,.2) !important;
}
.btn {
	min-width: 150px;
	display: inline-block;
	padding: 15px 20px;
	margin: 0;
	white-space: nowrap;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px !important;
	text-align: center;
	background: none;
	border: 2px solid rgba(255,255,255,.2);
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	text-decoration: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
}
.btn:hover {
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
	background: #8e47ad;
	color: #fff;
	border: solid 2px #8e47ad;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none !important;
}
.btn:hover, .btn:focus, .btn.focus {
	background:#8e47ad;
	color: #fff !important;
	text-decoration: none !important;
}
.text-highlight {
	color: #8e47ad !important;
}
.text-semibold {
	font-weight: 700 !important;
}
.text-bold {
	font-weight: 800 !important;
}
/* --- Preloader CSS --- */
#preloader {
	background: #8e47ad;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: table;
	text-align: center;
}
.spinner {
	margin: auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
@-webkit-keyframes uil-ripple {
 0% {
 width: 0;
 height: 0;
 opacity: 0;
 margin: 0 0 0 0;
}
 33% {
 width: 44%;
 height: 44%;
 margin: -22% 0 0 -22%;
 opacity: 1;
}
 100% {
 width: 88%;
 height: 88%;
 margin: -44% 0 0 -44%;
 opacity: 0;
}
}
@-webkit-keyframes uil-ripple {
 0% {
 width: 0;
 height: 0;
 opacity: 0;
 margin: 0 0 0 0;
}
 33% {
 width: 44%;
 height: 44%;
 margin: -22% 0 0 -22%;
 opacity: 1;
}
 100% {
 width: 88%;
 height: 88%;
 margin: -44% 0 0 -44%;
 opacity: 0;
}
}
@-moz-keyframes uil-ripple {
 0% {
 width: 0;
 height: 0;
 opacity: 0;
 margin: 0 0 0 0;
}
 33% {
 width: 44%;
 height: 44%;
 margin: -22% 0 0 -22%;
 opacity: 1;
}
 100% {
 width: 88%;
 height: 88%;
 margin: -44% 0 0 -44%;
 opacity: 0;
}
}
@-ms-keyframes uil-ripple {
 0% {
 width: 0;
 height: 0;
 opacity: 0;
 margin: 0 0 0 0;
}
 33% {
 width: 44%;
 height: 44%;
 margin: -22% 0 0 -22%;
 opacity: 1;
}
 100% {
 width: 88%;
 height: 88%;
 margin: -44% 0 0 -44%;
 opacity: 0;
}
}
@-moz-keyframes uil-ripple {
 0% {
 width: 0;
 height: 0;
 opacity: 0;
 margin: 0 0 0 0;
}
 33% {
 width: 44%;
 height: 44%;
 margin: -22% 0 0 -22%;
 opacity: 1;
}
 100% {
 width: 88%;
 height: 88%;
 margin: -44% 0 0 -44%;
 opacity: 0;
}
}
@-webkit-keyframes uil-ripple {
 0% {
 width: 0;
 height: 0;
 opacity: 0;
 margin: 0 0 0 0;
}
 33% {
 width: 44%;
 height: 44%;
 margin: -22% 0 0 -22%;
 opacity: 1;
}
 100% {
 width: 88%;
 height: 88%;
 margin: -44% 0 0 -44%;
 opacity: 0;
}
}
@-o-keyframes uil-ripple {
 0% {
 width: 0;
 height: 0;
 opacity: 0;
 margin: 0 0 0 0;
}
 33% {
 width: 44%;
 height: 44%;
 margin: -22% 0 0 -22%;
 opacity: 1;
}
 100% {
 width: 88%;
 height: 88%;
 margin: -44% 0 0 -44%;
 opacity: 0;
}
}
@keyframes uil-ripple {
 0% {
 width: 0;
 height: 0;
 opacity: 0;
 margin: 0 0 0 0;
}
 33% {
 width: 44%;
 height: 44%;
 margin: -22% 0 0 -22%;
 opacity: 1;
}
 100% {
 width: 88%;
 height: 88%;
 margin: -44% 0 0 -44%;
 opacity: 0;
}
}
.uil-ripple-css {
	background: none;
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.uil-ripple-css div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	width: 0;
	height: 0;
	opacity: 0;
	border-radius: 50%;
	border-width: 12px;
	border-style: solid;
	-ms-animation: uil-ripple 2s ease-out infinite;
	-moz-animation: uil-ripple 2s ease-out infinite;
	-webkit-animation: uil-ripple 2s ease-out infinite;
	-o-animation: uil-ripple 2s ease-out infinite;
	animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
	border-color: #fff;
}
.uil-ripple-css div:nth-of-type(2) {
	border-color: #fff;
	-ms-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
/* --- Header CSS --- */
header {	
	position:fixed;
	left:0;
	top:0;
	width:100%;	
	z-index:9;
}
.logo {
	position: fixed;
	left: 30px;
	top: 30px;
	z-index: 9;
}
.menu-icon {
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 9;
}
#nav-icon {
	width: 25px;
	height: 18px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-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;
}
#nav-icon.open {
	opacity: 0.5;
}
#nav-icon.open:hover {
	opacity: 1;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #a9a9a9;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon:hover span {
	background: #fff;
}
#nav-icon:hover span:nth-child(3) {
	width: 100%;
}
#nav-icon span:nth-child(1) {
	top: -1px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon span:nth-child(2) {
	top: 7px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon span:nth-child(3) {
	top: 14px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	width: 60%;
	right: 0 !important;
}
#nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}
#nav-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
	left: 8px;
	width: 100%;
}
.nav {
	height: 100%;
	width: 100%;
	position: fixed;
	display: table;
	top: 0;
	z-index: 8;
	background: #8e47ad;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 0;
	visibility: hidden;
}
.nav.open {
	opacity: 1;
	visibility: visible;
}
.nav ul.menu {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
.nav ul.menu li {
	opacity: 0;
	list-style: none;
	-ms-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transition: translateY(20px);
	transform: translateY(20px);
}
.nav.open ul.menu li {
	padding:15px 30px;
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transition: translateY(0px);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.nav.open ul.menu li:hover {
	background:#80409c;
}
.nav.open ul.menu li span {
	display:block;
	font-size:11px !important;
	line-height:16px;
	font-weight:400;
	letter-spacing:2px;
	color:rgba(255,255,255,.5) !important;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.nav.open ul.menu li:hover span {
	letter-spacing:8px;
}
.nav.open ul.menu li a {
	display:block;
	color: #fff;
}
.nav.open ul.menu li a:hover {
	color: #212629;
}
.nav.open ul.menu li:nth-child(1) {
	transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
	-webkit-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
	-moz-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}
.nav.open ul.menu li:nth-child(2) {
	transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
	-webkit-transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
	-moz-transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
}
.nav.open ul.menu li:nth-child(3) {
	transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
	-webkit-transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
	-moz-transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
}
.nav.open ul.menu li:nth-child(4) {
	transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
	-webkit-transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
	-moz-transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
}
.nav.open ul.menu li:nth-child(5) {
	transition: opacity 1.3s 1.3s, transform 1.3s 1.3s;
	-webkit-transition: opacity 1.3s 1.3s, transform 1.3s 1.3s;
	-moz-transition: opacity 1.3s 1.3s, transform 1.3s 1.3s;
}
.nav.open ul.menu li:nth-child(6) {
	transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
	-webkit-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
	-moz-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
}
.nav.open ul.menu li:nth-child(7) {
	transition: opacity 1.7s 1.7s, transform 1.7s 1.7s;
	-webkit-transition: opacity 1.7s 1.7s, transform 1.7s 1.7s;
	-moz-transition: opacity 1.7s 1.7s, transform 1.7s 1.7s;
}
.nav ul.menu li.social-icons {
	background:none !important;
	/*border-top: 1px solid #fff;
	margin-top: 30px;
	padding-top: 20px;*/
}
.nav.open ul.menu li.social-icons a {
	display:inline-block !important;
	margin: 0 15px;
	font-size: 16px;
}
.nav.open ul.menu li.social-icons {
	transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
	-webkit-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
	-moz-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
}
@media screen and (max-width:768px) {
header {
	height:80px;
	/*background:rgba(0,0,0,.6);*/
}
.logo {
	left: 15px;
	top: 15px;
}
.logo img {
	width: auto;
	height: 50px;
}
.menu-icon {
	right: 15px;
	top: 30px;
}
.nav.open ul.menu li:hover span {
	letter-spacing:4px;
}
.line-scroll {
	display: none;
}
}

@media screen and (max-width:992px) {
.nav {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	text-align: center;
	overflow-y: scroll;
}
.nav ul.menu {
	padding-top: 60px;
	display: block;
}
}

/* ########## Home Page CSS ########## */
.main {
	min-height: 800px;
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
}
section {
	padding: 60px 0;
}
.banner {
	padding: 0;
	background-size: cover;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;	
}
.banner.home {
	background: url(../images/bg-home.jpg) center center;
}
.banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.80);
	z-index: 1;
}
.banner .banner-inner {
	padding:0;
	position: relative;
	z-index: 4;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.banner .banner-inner h1 {
	margin-bottom: 0;
	color: #fff;
	text-align: center;
}
.banner .banner-inner p {
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
}
.line {
	height: 1px;
	opacity: .5;
	background: -moz-linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(252,43,0,1)), color-stop(100%, rgba(89,61,213,1)));
	background: -webkit-linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
	background: -o-linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
	background: linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#593dd5', endColorstr='#fc2b00', GradientType=1 );
}
#line-scroll.animate {
	opacity: 1;
}
.line-scroll {
	width: 2px;
	height: 80px;
	left: 50%;
	bottom: 0;
	margin-left: -1px;
	overflow: hidden;
	margin-top: 90px;
}
.line-scroll .line.active {
	-webkit-animation: line-scroll 2.5s ease-in-out forwards infinite;
	animation: line-scroll 2.5s ease-in-out forwards infinite;
}
.line-scroll .line {
	opacity: .8;
	top: auto;
	z-index: 11;
	display: block;
	position: absolute;
	left: 50%;
	width: 1px;
	height: 80px;
	margin-left: -1px;
	background: rgba(255,255,255,1);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
	background-size: 100% 200%;
	background-position: 0 -60px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	background-size: 100% 200%;
	background-position: 0 -80px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
@-webkit-keyframes line-scroll {
 0% {
 background-position: 0 -80px
}
 80% {
 background-position: 0 0
}
 100% {
 background-position: 0 80px
}
}
 @keyframes line-scroll {
 0% {
 background-position: 0 -80px
}
 80% {
 background-position: 0 0
}
 100% {
 background-position: 0 80px
}
}
/* --- Portfolio CSS --- */
.portfolio {
	padding:0;
	display: block;
}
.left-filter-section {
	display: block;
}
.left-filter-section h5 {
	margin: 0;
	color: #a9a9a9;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.slogan {
	position: relative;
	margin: 0 0 30px 0;
	padding-top: 60px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 300;
}
.slogan i {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	font-size: 120px;
	opacity: .1;
}
.portfolio-filter ul {
	margin: 0;
	padding: 0;
}
.portfolio-filter ul li {
	font-size: 16px;
	color: #a9a9a9;
	list-style: none;
	line-height: 36px;
	cursor: pointer;
	text-transform:uppercase;
}
.portfolio-filter ul li:hover {
	color: #8e47ad;
}
.current {
	color: #fff !important;
	font-weight: 700;
}
.isotope_items {
	min-height: 2000px;
}
.single_item {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.single_item.last {
	margin-bottom:0 !important;
}
.single_item img {
	width: 100%;
}
.single_item .p-item {
	margin: 0;
	padding: 0;
	position: relative !important;
	overflow: hidden;
	width: 100%;
	height:100%;
	color: #fff;
	text-align: left;
	font-size: 16px;
	background: #8e47ad;
}
.single_item .p-item:after {
	content: '';
	background-color: rgba(255, 255, 255, 0.65);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	opacity: 0;
}
.single_item .p-item * {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1 );
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.single_item .p-item:hover img {
	zoom: 1;
	filter: alpha(opacity=20);
	-webkit-opacity: .2;
	opacity: .2;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.single_item .p-item .p-caption {
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	z-index:1;
	display:block;
	padding:50% 0 0 20px;
	width:100%;
	height:100% !important;	
}
.single_item .p-item .p-caption h3 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-40px);
	-moz--transform: translateY(-40px);
	transform: translateY(-40px);
}
.single_item .p-item p {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	opacity: 0;
	top: 50%;
	color: #fff;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	transform: translateY(40px);
}
.single_item .p-item .p-caption:hover h3, .single_item .p-item .p-caption:hover p {
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
}
.single_item a {
}
@media screen and (max-width:767px) {
.inner-wrapper-sticky {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}
.slogan {
	text-align: center;
}
.slogan i {
	position: absolute;
	left: 35%;
}
.portfolio-filter ul {
	margin-bottom: 30px;
}
.portfolio-filter ul li {
	text-align: center;
	line-height: 24px;
}
}
/* --- Footer CSS --- */
footer {
	width: 100%;
	position: fixed;
	left:0;
	bottom:0;
	z-index: 1;
	padding: 15px 0;
	color: #a9a9a9;
	font-size: 13px;
	line-height: 16px;
	background: rgba(0, 0, 0, .9);
	text-align: center;
}
footer a {
	color: #a9a9a9;
}
footer a:hover {
	color: #fff;
}
footer .copyright {
	float:left;
}
footer ul.footer-nav {
	float:right;
}
footer ul.footer-nav li {
	display:inline-block;
}
footer ul.footer-nav li i.fa-long-arrow-right {
	right:0;
	position:relative;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
footer ul.footer-nav li:hover i.fa-long-arrow-right {
	right:-3px;
}
footer ul.footer-nav li i.fa-long-arrow-left {
	left:0;
	position:relative;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
footer ul.footer-nav li:hover i.fa-long-arrow-left {
	left:-3px;
}
footer ul.footer-nav li.nav-divider {
	margin:0 10px;
	color:#373b3e;
}
@media screen and (min-width:376px) {
	footer .copyright br {
		display:none;
	}
}
@media screen and (max-width:576px) {
	footer {
	width: 100%;
	position: relative;
	left:0;
	bottom:0;
	}
}
@media screen and (max-width:992px) {
	footer .copyright, footer ul.footer-nav {
		float:none;
	}
	footer .copyright {
		margin-bottom: 5px;
	}
}
/* ########## About Page CSS ########## */
.banner.about {
	background: url(../images/bg-about.jpg) center center;
}
.about {
	padding-top:0;
}
.features {
	width:100%;
	display: table;
}
.features .column {
	display:table-cell;
	width:50%;
	padding:120px 60px 60px 60px;
	border-bottom: 1px solid #373b3e;
	border-bottom:none !important;
	border-right: 1px solid #fff;
	position:relative;
}
.features .column:nth-child(even) {
	border-right:none;
}
.features .column h5 {
	margin:0 0 30px 0;
	font-size:24px;
	line-height:30px;	
	font-weight:800;
	color:#8e47ad;
	text-align:center
}
.features .column p {
	margin:0 !important;
	padding:0 !important;
	text-align:center;
}
.features .column i {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 0;
	font-size: 120px;
	color:#373b3e;
	width:100%;
	text-align:center;
}
.testimonials {
	padding-top:0 !important;
	text-align:center;
}
.testimonials i {
	position: relative;
	margin-bottom:30px;	
	font-size: 120px;
	color:#8e47ad;
	width:100%;
	text-align:center;
}
.testimonials h4 {
	text-align:center;
	color:#8e47ad;
	font-size:20px;
	line-height:28px;
	text-transform:none;
}
.testimonials h5 {
	margin:0;
	text-align:center;
	color:#fff !important;
	font-size:20px;
	line-height:28px;
	text-transform:none;
}
@media screen and (max-width:980px) {
	.features {
		display: block;
	}
	.features .column {
		display:block;
		width:100%;
		padding:120px 15px 15px 15px;
		border-right:none;
		text-align:center;
	}
	.features .column h5 {
		text-align:center;
	}
}
/* ########## Services Page CSS ########## */
.banner.services {
	background: url(../images/bg-services.jpg) center center;
}
.services {
	width:100%;
	display: table;	
}
.services .column {
	display:table-cell;
	width:50%;
	padding:60px;
	border-bottom:none !important;
	border-right: 1px solid #fff;
	position:relative;
}
.services .column:nth-child(even) {
	border-right:none;
}
.services .column h5 {
	margin:0 0 30px 0;
	font-size:20px;
	line-height:28px;	
	font-weight:800;
	color:#8e47ad;
	text-align:center
}
.services .column i {
	width:100%;
	margin-bottom:20px;
	font-size: 90px;
	color:#373b3e;
	text-align:center;
}
.services .column p {
	margin:0;
	padding:0;
	text-align:center;
}
@media screen and (max-width:980px) {	
	.services .column {
		display:block;
		width:100%;
		border-right:none;
		text-align:center;
	}
	.services .column h5 {
		text-align:center;
	}
}
/* ########## Contact Page CSS ########## */
.banner.contact {
	background: url(../images/bg-contact.jpg) center center;
}
.contact-info h2 {
	line-height: 64px;
}
.contact-info ul {
	margin:0;
	padding:0;
}
.contact-info ul li {
	margin:0;
	padding:0;
}
.contact-info ul li i {
	width:20px;
	margin-right:10px;
	text-align:center;
	color:#a9a9a9;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
.contact-info ul li:hover i {
	color:#8e47ad;
}
.contact-info ul li a {
	color:#fff;
}
.contact-info ul li a:hover {
	color:#8e47ad;
}
@media screen and (max-width:960px) {
	.contact-info h2 {
		line-height: 42px;
	}
}
@media screen and (max-width:767px) {
	.contact-info h2 {
		line-height: 38px;
	}
}
@media screen and (max-width:576px) {
	.contact-page .container {
		padding-left: 15px !important; 
		padding-right: 15px !important;
	}
}


/* ########## Thanks Page CSS ########## */
.banner.thanks {
	background: url(../images/bg-thanks.jpg) center center;
}
.error {
  color: #8e47ad;
  font-size: 12px;
}