@import url("font/primary-iran-yekan.css");
@import url("font/secondary-aviny.css");

/*------------------------------------------------------------------
 * This is main css file for Cahoe. It is broken into following sections:
 * 1.  Global styles and reset
 * 2.  Header styles
 * 3.  Footer styles
 * 4.  Sidebar Widgets styles
 * 5.  Buttons styles
 * 6.  Headings styles
 * 7.  Banner styles
 * 8.  Portfolio styles
 * 9.  Blog styles
 * 10. Shortcodes styles
 * 11. Custom Post Types styles
-------------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0px;
	position: absolute;
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	left: 0;
	position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
	opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: 0.9;
}

.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute;
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	left: 2px;
	position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}

@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animate-item {
	visibility: hidden;
}

.animate-item.is-visible {
	visibility: visible;
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	40% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	60% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	80% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	40% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	60% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	80% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(3deg);
		transform: scale(0.9) rotate(3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(3deg);
		transform: scale(0.9) rotate(3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes tsfadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes tsfadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.tsFadeInUp {
	-webkit-animation-name: tsfadeInUp;
	animation-name: tsfadeInUp;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: calc(0.3s);
	animation-duration: calc(0.3s);
}

@-webkit-keyframes tsfadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes tsfadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.tsFadeIn {
	-webkit-animation-name: tsfadeIn;
	animation-name: tsfadeIn;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: calc(0.2s);
	animation-duration: calc(0.2s);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
		This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
		calculation of the height of the owl-item that breaks page layouts
	*/
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../images/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

body {
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.6;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

a:focus {
	outline: none;
}

p {
	font-size: 15px;
	margin-bottom: 1.55rem;
	font-feature-settings: "kern"1;
	-webkit-font-kerning: normal;
	font-kerning: normal;
}

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

::-moz-selection {
	color: #ffffff;
	background-color: #ff771b;
}

::selection {
	color: #ffffff;
	background-color: #ff771b;
}

@media (min-width: 992px) {
	.container.expanded {
		max-width: 100%;
		padding-right: 65px;
		padding-left: 65px;
	}
}

body {
	font-family: "primary-font", "segoe ui", "tahoma";
	direction: rtl;
}

.ltr-text {
	display: inline-block;
	direction: ltr;
}

.primary-font {
	font-family: "primary-font", "segoe ui", "tahoma" !important;
}

.secondary-font {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma" !important;
}

.fa {
	vertical-align: middle;
}

img {
/*	margin-bottom: -7px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1e1e1e;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
	line-height: 1.85;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 400;
}

h1,
.h1 {
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: 700;
}

@media (min-width: 992px) {

	h1,
	.h1 {
		font-size: 42px;
	}
}

@media (min-width: 1200px) {

	h1,
	.h1 {
		font-size: 60px;
	}
}

h2,
.h2 {
	font-size: 24px;
	font-weight: 700;
}

h3 {
	font-size: 20px;
	font-weight: 700;
}

@media (min-width: 992px) {
	h3 {
		font-size: 28px;
	}
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-weight: 700;
}

h6 {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: 700;
}

code {
	background-color: #f14668;
	color: whitesmoke;
	font-size: 0.875em;
	padding: 0.25em 0.5em 0.25em;
}

hr {
	border: none;
	display: block;
	height: 1px;
	margin: 1.5rem 0;
}

ul,
ol {
	margin-right: 0;
	list-style-position: inside;
	font-size: inherit;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-right: 15px;
}

ul li,
ol li {
	margin-bottom: 0;
}

ul li:last-child,
ol li:last-child {
	margin: 0;
}

small {
	font-size: 0.875em;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: baseline;
}

blockquote {
	display: block;
	border: none;
	text-align: right;
	font-weight: 400;
	padding: 30px 0px;
	color: #000;
	line-height: 2;
	font-size: 17px;
	font-style: normal;
	margin: 0px;
}

cite {
	display: inline-block;
	margin-top: 20px;
	font-style: normal;
	font-weight: 400;
}

p {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 2;
	margin: 0px;
	font-weight: 400;
}

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

a {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

/*----------  Header  ----------*/
.site-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 900;
}

.site-header.fixed-header {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	padding: 20px 0px;
	border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

.main-light-demo .site-header.fixed-header,
.personal-light-demo .site-header.fixed-header,
.minimal-light-demo .site-header.fixed-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
	.site-header.fixed-header {
		padding: 0px 0px;
	}
}

.site-header.fixed-header .main-menu li a {
	padding: 40px 0px;
}

.main-light-demo .site-header.fixed-header .main-menu li a,
.personal-light-demo .site-header.fixed-header .main-menu li a,
.minimal-light-demo .site-header.fixed-header .main-menu li a {
	color: #1e1e1e;
}

.site-header.fixed-header .main-white-button {
	display: none;
}

@media (min-width: 992px) {
	.site-header.fixed-header .main-white-button {
		display: inline-block;
	}
}

.main-light-demo .site-header.fixed-header .main-white-button a,
.personal-light-demo .site-header.fixed-header .main-white-button a,
.minimal-light-demo .site-header.fixed-header .main-white-button a {
	background-color: #ff771b;
	color: #ffffff;
}

.site-header.fixed-header .fixed-header-logo {
	display: inline-block;
	margin-top: 2px;
}

.main-light-demo .site-header.fixed-header .fixed-header-logo,
.personal-light-demo .site-header.fixed-header .fixed-header-logo,
.minimal-light-demo .site-header.fixed-header .fixed-header-logo {
	display: none;
}

.site-header.fixed-header .fixed-header-logo img {
	max-width: 156px;
	max-height:88px;
}

.site-header.fixed-header .is-fixed-header-logo {
	display: none !important;
}

.main-light-demo .site-header.fixed-header .is-fixed-header-logo,
.personal-light-demo .site-header.fixed-header .is-fixed-header-logo,
.minimal-light-demo .site-header.fixed-header .is-fixed-header-logo {
	display: inline-block !important;
}

.main-light-demo .site-header.fixed-header .is-fixed-header-logo img,
.personal-light-demo .site-header.fixed-header .is-fixed-header-logo img,
.minimal-light-demo .site-header.fixed-header .is-fixed-header-logo img {
	max-width: 156px;
}

.site-header.fixed-header.is-fixed {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	padding: 12px 0px;
}

@media (min-width: 992px) {
	.site-header.fixed-header.is-fixed {
		padding: 0px 0px;
	}
}

.site-header.fixed-header.is-fixed .main-menu li a {
	color: #1e1e1e;
	padding: 30px 0px;
}

.site-header.fixed-header.is-fixed .main-menu li a:after {
	display: none;
}

.site-header.fixed-header.is-fixed .main-menu .active a {
	color: #ff771b;
}

.site-header.fixed-header.is-fixed .main-white-button a {
	background-color: #ff771b;
	color: #ffffff;
}

.site-header.fixed-header.is-fixed .main-white-button a:hover {
	opacity: 0.9;
}

.site-header.fixed-header.is-fixed .fixed-header-logo {
	display: none;
}

.site-header.fixed-header .is-fixed-header-logo {
	margin-top: 2px;
}

.site-header.fixed-header.is-fixed .is-fixed-header-logo {
	display: -webkit-inline-box !important;
	display: inline-flex !important;
}

.site-header.fixed-header.is-fixed .is-fixed-header-logo img {
	max-width: 156px;
	max-height:88px;
}

.site-header .header-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: start;
}

.site-header .header-wrap .is-fixed-header-logo,
.site-header .header-wrap .fixed-header-logo,
.site-header .header-wrap .header-widgets {
	display: -webkit-inline-box;
	display: inline-flex;
	flex-basis: 50%;
}

.site-header .header-wrap .header-logo a {
	line-height: 10px;
}

.site-header .header-wrap .header-logo a img {
	max-width: 100%;
}

.site-header .header-wrap .header-nav {
	display: none;
}

.site-header .header-wrap .header-widgets {
	-webkit-box-pack: end;
	justify-content: flex-end;
}

@media (min-width: 992px) {

	.site-header .header-wrap .is-fixed-header-logo,
	.site-header .header-wrap .fixed-header-logo,
	.site-header .header-wrap .header-widgets {
		flex-basis: 25%;
	}

	.personal-light-demo .site-header .header-wrap .header-widgets,
	.personal-dark-demo .site-header .header-wrap .header-widgets,
	.minimal-light-demo .site-header .header-wrap .header-widgets,
	.minimal-dark-demo .site-header .header-wrap .header-widgets {
		flex-basis: 0%;
	}

	.site-header .header-wrap .header-nav {
		display: -webkit-inline-box;
		display: inline-flex;
		flex-basis: 50%;
		-webkit-box-pack: center;
		justify-content: center;
		margin: 0 20px;
	}

	.personal-light-demo .site-header .header-wrap .header-nav,
	.personal-dark-demo .site-header .header-wrap .header-nav,
	.minimal-light-demo .site-header .header-wrap .header-nav,
	.minimal-dark-demo .site-header .header-wrap .header-nav {
		flex-basis: 75%;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}
}

.header-widgets .right-menu {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-widgets .right-menu .menu-item {
	display: none;
}

.header-widgets .right-menu .menu-item.menu-mobile-nav {
	display: inline-block;
}

@media (min-width: 992px) {
	.header-widgets .right-menu .menu-item {
		display: inline-block;
	}

	.header-widgets .right-menu .menu-item.menu-mobile-nav {
		display: none;
	}
}

.header-widgets .right-menu .menu-item+.menu-item {
	margin-right: 30px;
}

/*----------  Main Navigation  ----------*/
.main-menu {
	display: -webkit-box;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.main-menu>li {
	display: -webkit-inline-box;
	display: inline-flex;
	height: 94px;
	-webkit-box-align: center;
	align-items: center;
}

.main-menu>li+li {
	margin-right: 30px;
}

.main-menu>li>a {
	padding: 40px 10px !important;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}

.main-menu>li>a:hover {
	opacity: 0.75;
}

.main-menu>li.active a:after {
	width: 100%;
	height: 3px;
	background: #ffffff;
	position: absolute;
	content: '';
	border-radius: 20%;
	bottom: -2px;
	right: 0;
}

.main-light-demo .main-menu>li.active a:after,
.personal-light-demo .main-menu>li.active a:after,
.personal-dark-demo .main-menu>li.active a:after,
.minimal-light-demo .main-menu>li.active a:after {
	background: #ff771b;
}

.main-menu li {
	margin: 0;
	white-space: nowrap;
}

.main-menu li.menu-item-has-children {
	position: relative;
}

.main-menu li.menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.main-menu .sub-menu {
	padding: 20px 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	position: absolute;
	min-width: 220px;
	top: 100%;
	right: 0px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	border-radius: 3px;
	-webkit-transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
	transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
	transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
	transition: opacity 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), visibility 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25), -webkit-transform 400ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
}

.main-menu .sub-menu li {
	display: block;
	padding: 0 30px;
	margin-bottom: 10px;
	line-height: 1.85;
}

.main-menu .sub-menu li:last-child {
	margin-bottom: 0;
}

.main-menu .sub-menu li a {
	padding: 1px 0px !important;
	display: block;
	color: #1e1e1e;
	font-size: 14px;
}

.main-menu .sub-menu li a:after {
	display: none;
}

.main-menu .sub-menu li a:hover {
	color: #ff771b;
}

.main-menu .sub-menu .sub-menu {
	top: 0;
	right: 100%;
}

/*----------  Hamburger Menu  ----------*/
.menu-bar {
	position: relative;
	display: inline-block;
	min-width: 24px;
	height: 38px;
	text-align: center;
}

.menu-bar .hamburger {
	display: block;
	position: absolute;
	width: 24px;
	height: 2px;
	top: 22px;
	left: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fixed-header .menu-bar .hamburger {
	background-color: #ffffff;
}

.main-light-demo .fixed-header .menu-bar .hamburger,
.minimal-light-demo .fixed-header .menu-bar .hamburger,
.personal-light-demo .fixed-header .menu-bar .hamburger {
	background-color: #1e1e1e;
}

.is-fixed .menu-bar .hamburger {
	background-color: #ff771b;
}

.main-light-demo .is-fixed .menu-bar .hamburger,
.minimal-light-demo .is-fixed .menu-bar .hamburger,
.personal-light-demo .is-fixed .menu-bar .hamburger {
	background-color: #ff771b;
}

.menu-bar .hamburger:before,
.menu-bar .hamburger:after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 24px;
	height: 2px;
	outline: 1px solid transparent;
	left: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.fixed-header .menu-bar .hamburger:before,
.fixed-header .menu-bar .hamburger:after {
	background-color: #ffffff;
}

.main-light-demo .fixed-header .menu-bar .hamburger:before,
.minimal-light-demo .fixed-header .menu-bar .hamburger:before,
.personal-light-demo .fixed-header .menu-bar .hamburger:before,
.main-light-demo .fixed-header .menu-bar .hamburger:after,
.minimal-light-demo .fixed-header .menu-bar .hamburger:after,
.personal-light-demo .fixed-header .menu-bar .hamburger:after {
	background-color: #1e1e1e;
}

.is-fixed .menu-bar .hamburger:before,
.is-fixed .menu-bar .hamburger:after {
	background-color: #ff771b;
}

.main-light-demo .is-fixed .menu-bar .hamburger:before,
.minimal-light-demo .is-fixed .menu-bar .hamburger:before,
.personal-light-demo .is-fixed .menu-bar .hamburger:before,
.main-light-demo .is-fixed .menu-bar .hamburger:after,
.minimal-light-demo .is-fixed .menu-bar .hamburger:after,
.personal-light-demo .is-fixed .menu-bar .hamburger:after {
	background-color: #ff771b;
}

.menu-bar .hamburger:before {
	top: -8px;
}

.menu-bar .hamburger:after {
	top: 8px;
}

.menu-bar.active .hamburger {
	background-color: transparent !important;
}

.menu-bar.active .hamburger::before {
	-webkit-transform: translateY(8px) rotateZ(45deg);
	transform: translateY(8px) rotateZ(45deg);
}

.menu-bar.active .hamburger::after {
	-webkit-transform: translateY(-8px) rotateZ(-45deg);
	transform: translateY(-8px) rotateZ(-45deg);
}

.mobile-nav-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	width: 75%;
	height: 100%;
	z-index: 1000;
	pointer-events: none;
	-webkit-transform: translate3d(280px, 0, 0);
	transform: translate3d(280px, 0, 0);
	transition: transform .25s ease, -webkit-transform .25s ease;
}

.mobile-nav-wrapper .mobile-menu-inner {
	position: relative;
	display: inline-block;
	padding: 20px 0;
	background-color: #1d2023;
	cursor: default;
	min-width: 280px;
	max-width: 75%;
	height: 100%;
}

.mobile-nav-wrapper.is-open {
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mobile-menu-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity .25s ease, visibility 0s ease;
	transition: opacity .25s ease, visibility 0s ease;
}

.mobile-menu-overlay.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mobile-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.mobile-menu>li {
	width: 100%;
	border-bottom: 1px solid #141618;
}

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

.mobile-menu>li>a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	padding: 15px 30px;
	font-weight: 400;
	color: #ffffff;
	-webkit-box-align: center;
	align-items: center;
	vertical-align: middle;
	background-color: #25282c;
}

.mobile-menu>li>a i {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.mobile-menu>li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 15px 30px 5px 30px;
	overflow: hidden;
}

.mobile-menu>li ul ul.sub-menu {
	padding: 0 10px;
}

.mobile-menu>li ul>li>a {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	padding: 5px 0;
	line-height: 1.85;
}

.mobile-menu>li ul>li:last-child {
	padding-bottom: 15px;
}

.mobile-menu .is-open {
	border-bottom: none;
}

.mobile-menu .is-open a {
	color: #ff771b;
}

.mobile-menu .is-open a i {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-menu .is-open li a {
	color: #ffffff;
}

.mobile-menu .has-sub i {
	margin-right: 30px;
}

footer {
	margin-top: 80px;
	background-color: #141618;
	padding: 100px 0px 30px 0px;
}

@media (min-width: 992px) {
	footer {
		margin-top: 120px;
	}
}

.minimal-dark-demo footer {
	margin-top: 0px;
	padding: 30px 30px;
	position: relative;
}

.minimal-light-demo footer {
	margin-top: 60px;
	background-color: #f5f6f9;
	padding: 30px 35px;
	position: relative;
}

.main-light-demo footer {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/light-footer-bg.png);
}

.main-dark-demo footer,
.personal-dark-demo footer,
.demo-page footer {
	margin-top: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/dark-footer-bg.png);
}

.creative-agency-demo footer {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/dark-footer-bg.png);
}

.personal-light-demo footer {
	margin-top: 90px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/light-footer-bg.png);
}

.main-dark-demo footer {
	margin-top: 0px;
}

footer .about-us {
	margin-left: 0px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(250, 250, 250, 0.1);
}

.main-light-demo footer .about-us,
.personal-light-demo footer .about-us {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
	footer .about-us {
		margin-left: 30px;
		margin-bottom: 0px;
		border-bottom: none;
	}
}

footer .about-us img {
	max-width: 156px;
}

footer .about-us p {
	margin-top: 20px;
	color: #ffffff;
	font-weight: 300;
}

.main-light-demo footer .about-us p,
.personal-light-demo footer .about-us p {
	color: #7a7a7a;
}

footer .about-us ul.social-icons {
	margin-top: 30px;
}

footer .about-us ul.social-icons li {
	display: inline-block;
	margin-left: 15px;
}

footer .about-us ul.social-icons li a i {
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.main-light-demo footer .about-us ul.social-icons li a i,
.personal-light-demo footer .about-us ul.social-icons li a i {
	color: #1e1e1e;
}

footer .about-us ul.social-icons li a:hover i {
	color: #ff771b;
}

footer .about-us ul.social-icons li:last-child {
	margin-left: 0px;
}

footer .useful-links {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(250, 250, 250, 0.1);
}

.main-light-demo footer .useful-links,
.personal-light-demo footer .useful-links {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
	footer .useful-links {
		margin-bottom: 0px;
		border-bottom: none;
	}
}

footer .useful-links h2 {
	margin-top: 7px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

.main-light-demo footer .useful-links h2,
.personal-light-demo footer .useful-links h2 {
	color: #1e1e1e;
}

footer .useful-links ul li {
	margin-bottom: 12px;
}

footer .useful-links ul li a {
	color: #ffffff;
	font-size: 14px;
}

.main-light-demo footer .useful-links ul li a,
.personal-light-demo footer .useful-links ul li a {
	color: #1e1e1e;
}

footer .useful-links ul li a:hover {
	color: #ff771b;
}

footer .subscribe-newsletters h2 {
	margin-top: 7px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

.main-light-demo footer .subscribe-newsletters h2,
.personal-light-demo footer .subscribe-newsletters h2 {
	color: #1e1e1e;
}

footer .subscribe-newsletters p {
	color: #ffffff;
	font-weight: 300;
}

.main-light-demo footer .subscribe-newsletters p,
.personal-light-demo footer .subscribe-newsletters p {
	color: #7a7a7a;
}

footer .subscribe-newsletters form {
	margin-top: 25px;
}

footer .subscribe-newsletters form input {
	width: 100%;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	border: 1px solid rgba(250, 250, 250, 0.75);
	background-color: rgba(250, 250, 250, 0.1);
	font-size: 13px;
	color: #ffffff;
	font-weight: 300;
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.main-light-demo footer .subscribe-newsletters form input,
.personal-light-demo footer .subscribe-newsletters form input {
	color: #1e1e1e;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background-color: rgba(0, 0, 0, 0.025);
}

footer .subscribe-newsletters form input::-webkit-input-placeholder {
	color: #ffffff;
}

footer .subscribe-newsletters form input::-moz-placeholder {
	color: #ffffff;
}

footer .subscribe-newsletters form input:-ms-input-placeholder {
	color: #ffffff;
}

footer .subscribe-newsletters form input::-ms-input-placeholder {
	color: #ffffff;
}

footer .subscribe-newsletters form input::placeholder {
	color: #ffffff;
}

.main-light-demo footer .subscribe-newsletters form input::-webkit-input-placeholder,
.personal-light-demo footer .subscribe-newsletters form input::-webkit-input-placeholder {
	color: #7a7a7a;
}

.main-light-demo footer .subscribe-newsletters form input::-moz-placeholder,
.personal-light-demo footer .subscribe-newsletters form input::-moz-placeholder {
	color: #7a7a7a;
}

.main-light-demo footer .subscribe-newsletters form input:-ms-input-placeholder,
.personal-light-demo footer .subscribe-newsletters form input:-ms-input-placeholder {
	color: #7a7a7a;
}

.main-light-demo footer .subscribe-newsletters form input::-ms-input-placeholder,
.personal-light-demo footer .subscribe-newsletters form input::-ms-input-placeholder {
	color: #7a7a7a;
}

.main-light-demo footer .subscribe-newsletters form input::placeholder,
.personal-light-demo footer .subscribe-newsletters form input::placeholder {
	color: #7a7a7a;
}

footer .subscribe-newsletters form input:focus {
	border: 1px solid #ff771b;
}

footer .subscribe-newsletters form button {
	margin-top: 20px;
	display: inline-block;
	background-color: #ff771b;
	color: #ffffff;
	font-size: 13px;
	padding: 0px 20px;
	height: 40px;
	border-radius: 20px;
	border: none;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

footer .subscribe-newsletters form button:hover {
	background-color: #fe6600;
}

.minimal-dark-demo footer .right-icons {
	text-align: center;
}

@media (min-width: 992px) {
	.minimal-dark-demo footer .right-icons {
		text-align: left;
	}
}

.minimal-dark-demo footer .right-icons ul li {
	display: inline-block;
	margin-left: 20px;
}

.minimal-dark-demo footer .right-icons ul li:last-child {
	margin-left: 0px;
}

.minimal-dark-demo footer .right-icons ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background-color: #25282c;
	font-size: 14px;
	color: #ffffff;
}

.minimal-dark-demo footer .right-icons ul li a:hover {
	background-color: #ff771b;
	color: #ffffff;
}

.minimal-light-demo footer .right-icons {
	text-align: center;
}

@media (min-width: 992px) {
	.minimal-light-demo footer .right-icons {
		text-align: left;
	}
}

.minimal-light-demo footer .right-icons ul li {
	display: inline-block;
	margin-left: 20px;
}

.minimal-light-demo footer .right-icons ul li:last-child {
	margin-left: 0px;
}

.minimal-light-demo footer .right-icons ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background-color: #e7e7e7;
	font-size: 14px;
	color: #1e1e1e;
}

.minimal-light-demo footer .right-icons ul li a:hover {
	background-color: #ff771b;
	color: #ffffff;
}

footer .copyright-text {
	margin-top: 45px;
	padding-top: 30px;
	border-top: 1px solid rgba(250, 250, 250, 0.1);
	text-align: center;
}

@media (min-width: 992px) {
	footer .copyright-text {
		margin-top: 80px;
	}
}

.minimal-light-demo footer .copyright-text,
.minimal-dark-demo footer .copyright-text {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0px;
	border-top: none;
	padding-top: 0px;
}

@media (min-width: 992px) {

	.minimal-light-demo footer .copyright-text,
	.minimal-dark-demo footer .copyright-text {
		margin-bottom: 0px;
		text-align: right;
	}
}

.main-light-demo footer .copyright-text,
.personal-light-demo footer .copyright-text {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer .copyright-text p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}

.minimal-light-demo footer .copyright-text p {
	font-weight: 400;
	color: #1e1e1e;
}

.main-light-demo footer .copyright-text p,
.personal-light-demo footer .copyright-text p {
	color: #7a7a7a;
	font-weight: 400;
}

footer .copyright-text p a {
	color: #ff771b;
}

.blog-sidebar {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #eee;
}

@media (min-width: 992px) {
	.blog-sidebar {
		padding-top: 0px;
		border-top: none;
		margin-top: 0px;
		margin-right: 15px;
	}
}

.blog-sidebar .sidebar-widget {
	padding: 30px;
	border: 2px solid #f7f7f7;
	border-radius: 10px;
	margin-bottom: 40px;
}

.blog-sidebar .sidebar-widget .sidebar-heading h3 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.blog-sidebar .search {
	padding: 0px;
	border: none;
}

.blog-sidebar .search form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #f5f6f9;
	border: 1px solid transparent;
	font-size: 14px;
	color: #1e1e1e;
	outline: none;
	padding: 0px 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.blog-sidebar .search form input::-webkit-input-placeholder {
	color: #7a7a7a;
}

.blog-sidebar .search form input::-moz-placeholder {
	color: #7a7a7a;
}

.blog-sidebar .search form input:-ms-input-placeholder {
	color: #7a7a7a;
}

.blog-sidebar .search form input::-ms-input-placeholder {
	color: #7a7a7a;
}

.blog-sidebar .search form input::placeholder {
	color: #7a7a7a;
}

.blog-sidebar .search form input:focus {
	border: 1px solid #ff771b;
}

.blog-sidebar .about-me h4 {
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: inherit;
}

.blog-sidebar .about-me img {
	border-radius: 10px;
}

.blog-sidebar .about-me ul.social-icons {
	margin-top: 15px;
}

.blog-sidebar .about-me ul.social-icons li {
	display: inline-block;
	margin-left: 15px;
}

.blog-sidebar .about-me ul.social-icons li a i {
	color: #1e1e1e;
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.blog-sidebar .about-me ul.social-icons li a:hover i {
	color: #ff771b;
}

.blog-sidebar .about-me ul.social-icons li:last-child {
	margin-left: 0px;
}

.blog-sidebar .recent-posts ul li {
	display: inline-block;
	margin-bottom: 22px;
}

.blog-sidebar .recent-posts ul li:last-child {
	margin-bottom: 0px;
}

.blog-sidebar .recent-posts ul li .blog-thumb img {
	float: right;
	width: 80px;
	height: 80px;
	border-radius: 10px;
}

.blog-sidebar .recent-posts ul li .right-content {
	margin-right: 100px;
}

.blog-sidebar .recent-posts ul li .right-content h4 {
	margin-top: -3px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
}

.blog-sidebar .recent-posts ul li .right-content h4 a {
	color: #1e1e1e;
	display: inline-block;
}

.blog-sidebar .recent-posts ul li .right-content h4 a:hover {
	color: #ff771b;
}

.blog-sidebar .recent-posts ul li .right-content span {
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.blog-sidebar .categories ul li {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

.blog-sidebar .categories ul li:last-child {
	margin-bottom: 0px;
}

.blog-sidebar .categories ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #1e1e1e;
}

.blog-sidebar .categories ul li a:hover {
	color: #ff771b;
}

.blog-sidebar .categories ul li a span {
	display: inline-block;
	float: left;
}

.blog-sidebar .tags {
	padding-bottom: 20px;
}

.blog-sidebar .tags ul li {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 10px;
}

.blog-sidebar .tags ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #1e1e1e;
}

.blog-sidebar .tags ul li a:hover {
	color: #ff771b;
}

section {
	margin-top: 60px;
}

@media (min-width: 992px) {
	section {
		margin-top: 60px;
	}
}

.section-heading {
	position: relative;
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.section-heading {
		margin-bottom: 70px;
	}
}

.section-heading h1 {
	margin: 0px;
	position: absolute;
	z-index: 1;
	color: rgba(0, 0, 0, 0.025);
	font-size: 80px;
	font-weight: 800;
	width: 100%;
	right: 50%;
	top: -45px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	display: none;
	line-height: 1.5;
}

@media (min-width: 992px) {
	.section-heading h1 {
		display: inline-block;
	}
}

.main-dark-demo .section-heading h1,
.personal-dark-demo .section-heading h1 {
	color: rgba(250, 250, 250, 0.025);
}

.section-heading h2 {
	position: relative;
	z-index: 2;
}

.main-dark-demo .section-heading h2,
.personal-dark-demo .section-heading h2 {
	color: #ffffff;
}

.section-heading h2 em {
	color: #ff771b;
	font-style: normal;
}

.section-heading p {
	position: relative;
	z-index: 2;
}

.main-dark-demo .section-heading p,
.personal-dark-demo .section-heading p {
	color: #ffffff;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: right;
}

.text-right {
	text-align: left;
}

.main-white-button a {
	display: inline-block;
	background-color: #ffffff;
	color: #ff771b;
	font-size: 13px;
	padding: 12px 20px;
	border-radius: 22px;
}

.main-white-button a:hover {
	background-color: #f5f6f9;
}

.main-primary-button a {
	display: inline-block;
	background-color: #ff771b;
	color: #ffffff;
	font-size: 13px;
	padding: 12px 20px;
	border-radius: 22px;
}

.main-primary-button a:hover {
	background-color: #fe6600;
}

.icon-button i {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	border-radius: 50%;
	background-color: #ff771b;
	color: #ffffff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.icon-button span {
	font-size: 13px;
	color: #ff771b;
	margin-right: 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	vertical-align: middle;
}

.icon-button:hover i {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.icon-button:hover span {
	margin-right: 10px;
}

.go-top {
	position: fixed;
	z-index: 15;
	right: 50%;
	bottom: 0;
	border-radius: 0%;
	-webkit-transform: translate(50%);
	transform: translate(50%);
	text-decoration: none;
	color: #ffffff;
	background-color: #1e1e1e;
	width: 100%;
	height: 18px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: none;
}

.minimal-light-demo .go-top,
.minimal-dark-demo .go-top {
	width: 40px;
	height: 40px;
	line-height: 38px;
	opacity: 1;
	border-radius: 50%;
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	top: -95px;
	background-color: #ff771b;
	color: #ffffff;
}

@media (min-width: 992px) {

	.minimal-light-demo .go-top,
	.minimal-dark-demo .go-top {
		top: -50px;
	}
}

@media (min-width: 992px) {
	.go-top {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		line-height: 38px;
		right: 97%;
		bottom: 3%;
	}
}

.go-top:hover {
	background-color: #ff771b;
}

section.demo-page-baner {
	margin-top: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0px;
	background-image: url(../images/main-demo-bg.png);
	text-align: center;
}

section.demo-page-baner .demo-logo {
	padding: 40px 60px;
	background-color: rgba(0, 0, 0, 0.05);
	display: inline-block;
	border-radius: 10px;
}

section.demo-page-baner .demo-logo img {
	-webkit-animation: move-up-down-little 2s infinite;
	animation: move-up-down-little 2s infinite;
	max-width: 200px;
}

@media (min-width: 992px) {
	section.demo-page-baner .demo-logo img {
		max-width: 275px;
	}
}

section.demo-page-baner h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	margin: 60px 0px 40px 0px;
}

section.demo-page-baner h2 em {
	font-style: normal;
	font-weight: 700;
}

.intro {
	background-color: #1d2023;
	text-align: center;
	padding: 20px 0px;
}

.intro h2 {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.intro h2 em {
	font-style: normal;
	color: #ff771b;
}

.demo {
	padding: 60px 0px 30px 0px;
}

@media (min-width: 992px) {
	.demo {
		padding: 60px 25px 0px 25px;
	}
}

.demo .col-lg-4 {
	padding: 0px 30px;
}

.demo .demo-item {
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 45px;
}

@media (min-width: 992px) {
	.demo .demo-item {
		margin-bottom: 60px;
	}
}

.demo .demo-item .demo-thumb img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.demo .demo-item .down-content {
	background-color: #f5f6f9;
	text-align: center;
	display: inline-block;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.demo .demo-item .down-content h4 {
	padding: 20px 0px;
	margin: 0px;
	font-size: 16px;
	font-family: inherit;
}

@media (min-width: 992px) {
	.demo .demo-item .down-content h4 {
		padding: 25px 0px;
		font-size: 18px;
	}
}

.demo .demo-item .down-content h4 a {
	color: #1e1e1e;
}

.demo .demo-item .down-content h4 a:hover {
	color: #ff771b;
}

.demo .demo-item:hover {
	margin-top: -5px;
}

.demo .demo-item:hover .down-content h4 a {
	color: #ff771b;
}

.demo .coming-soon .demo-thumb {
	background-image: url(../images/coming-soon-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 20px 15px;
	border-radius: 10px;
}

@media (min-width: 992px) {
	.demo .coming-soon .demo-thumb {
		padding: 80px 0px;
	}
}

.demo .coming-soon .demo-thumb h4 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	line-height: 40px;
}

.main-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0px 40px 0px;
	position: relative;
}

@media (min-width: 992px) {
	.main-banner {
		padding: 240px 0px 140px 0px;
	}
}

.main-demo .main-banner {
}

.main-dark-demo .main-banner {
	background-image: url(../images/dark-footer-bg.png);
}

.main-light-demo .main-banner {
	background-image: url(../images/light-footer-bg.png);
}

.creative-agency-demo .main-banner {
	background-image: url(../images/creative-agency-demo-bg-image.jpg);
}

@media (min-width: 992px) {
	.creative-agency-demo .main-banner {
		padding: 280px 0px 180px 0px;
	}
}

.personal-light-demo .main-banner {
	background-image: url(../images/personal-light-demo-bg-image.jpg);
	padding: 150px 0px 100px 0px;
	background-position: right center;
}

.personal-light-demo .main-banner:after {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(250, 250, 250, 0.5);
	content: '';
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

@media (min-width: 992px) {
	.personal-light-demo .main-banner:after {
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 992px) {
	.personal-light-demo .main-banner {
		background-position: center center;
		padding: 350px 0px 250px 0px;
	}
}

.personal-dark-demo .main-banner {
	background-image: url(../images/personal-dark-demo-bg-image.jpg);
	padding: 150px 0px 100px 0px;
	background-position: left center;
}

.personal-dark-demo .main-banner:after {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
	content: '';
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

@media (min-width: 992px) {
	.personal-dark-demo .main-banner:after {
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 992px) {
	.personal-dark-demo .main-banner {
		background-position: center center;
		padding: 350px 0px 250px 0px;
	}
}

.main-banner .left-content {
	text-align: center;
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {
	.main-banner .left-content {
		text-align: right;
	}
}

.creative-agency-demo .main-banner .left-content {
	text-align: center;
}

.main-banner .left-content h6 {
	margin-top: 60px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	font-family: inherit;
}

@media (min-width: 992px) {
	.main-banner .left-content h6 {
		font-size: 24px;
	}
}

.creative-agency-demo .main-banner .left-content h6 {
	margin-top: 120px;
}

@media (min-width: 992px) {
	.creative-agency-demo .main-banner .left-content h6 {
		margin-top: 0px;
	}
}

.personal-light-demo .main-banner .left-content h6,
.personal-dark-demo .main-banner .left-content h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.main-light-demo .main-banner .left-content h6,
.personal-light-demo .main-banner .left-content h6 {
	font-size: 16px;
	color: #1e1e1e;
}

@media (min-width: 992px) {

	.main-light-demo .main-banner .left-content h6,
	.personal-light-demo .main-banner .left-content h6 {
		font-size: 18px;
	}
}

.personal-light-demo .main-banner .left-content h6,
.personal-dark-demo .main-banner .left-content h6 {
	font-size: 20px;
}

.main-banner .left-content h6 em {
	font-style: normal;
}

.main-dark-demo .main-banner .left-content h6 em,
.main-light-demo .main-banner .left-content h6 em {
	color: #ff771b;
}

.main-banner .left-content h1 {
	margin-top: 20px;
	margin-bottom: 45px;
	font-size: 46px;
	font-weight: 800;
	color: #ffffff;
}

@media (min-width: 992px) {
	.main-banner .left-content h1 {
		margin-top: 40px;
		font-size: 60px;
		margin-bottom: 0px;
		line-height: 1.65;
	}
}

@media (min-width: 1200px) {
	.main-banner .left-content h1 {
		font-size: 72px;
	}
}

.creative-agency-demo .main-banner .left-content h1 {
	font-size: 42px;
	margin-top: 20px;
	margin-bottom: 120px;
}

@media (min-width: 992px) {
	.creative-agency-demo .main-banner .left-content h1 {
		margin-bottom: 0px;
		font-size: 80px;
	}
}

.personal-light-demo .main-banner .left-content h1,
.personal-dark-demo .main-banner .left-content h1 {
	margin-top: 20px;
	font-size: 44px;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.personal-light-demo .main-banner .left-content h1,
	.personal-dark-demo .main-banner .left-content h1 {
		margin-bottom: 0px;
		font-size: 60px;
	}
}

@media (min-width: 1200px) {
	.personal-light-demo .main-banner .left-content h1,
	.personal-dark-demo .main-banner .left-content h1 {
		font-size: 70px;
	}
}

.main-light-demo .main-banner .left-content h1,
.personal-light-demo .main-banner .left-content h1 {
	color: #1e1e1e;
}

.main-banner .left-content h1 em {
	font-style: normal;
}

.main-dark-demo .main-banner .left-content h1 em,
.main-light-demo .main-banner .left-content h1 em,
.personal-light-demo .main-banner .left-content h1 em,
.personal-dark-demo .main-banner .left-content h1 em {
	color: #ff771b;
}

.personal-light-demo .main-banner .left-content h5,
.personal-dark-demo .main-banner .left-content h5 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 700;
	font-family: inherit;
}

@media (min-width: 992px) {

	.personal-light-demo .main-banner .left-content h5,
	.personal-dark-demo .main-banner .left-content h5 {
		margin-bottom: 60px;
		font-weight: 700;
		font-size: 36px;
	}
}

.personal-dark-demo .main-banner .left-content h5 {
	color: #ffffff;
}

.main-banner .left-content .scroll-down {
	-webkit-animation: move-up-down-little 2s infinite;
	animation: move-up-down-little 2s infinite;
	margin-top: 60px;
	display: none;
}

@media (min-width: 992px) {
	.main-banner .left-content .scroll-down {
		width: 100%;
		display: inline-block;
	}
}

.main-banner .left-content .scroll-down img {
	max-width: 9px;
}

.main-banner .left-content .scroll-down span {
	font-size: 14px;
	position: absolute;
	width: 100%;
	bottom: -6px;
	right: 19px;
	display: inline-block;
	color: #1e1e1e;
}

.creative-agency-demo .main-banner .left-content .scroll-down span {
	right: 0;
	top: 50px;
	color: #ffffff;
}

.main-dark-demo .main-banner .left-content .scroll-down span,
.main-demo .main-banner .left-content .scroll-down span {
	color: #ffffff;
	font-weight: 300;
}

.main-banner .right-image {
	-webkit-animation: move-up-down 3s infinite;
	animation: move-up-down 3s infinite;
	margin-top: 30px;
}

@media (min-width: 992px) {
	.main-banner .right-image {
		margin-top: 0;
	}
}

.follow-me {
	text-align: center;
	margin-top: -55px;
	padding-bottom: 30px;
	-webkit-animation: move-up-down-little 2s infinite;
	animation: move-up-down-little 2s infinite;
	position: relative;
	z-index: 2;
}

.follow-me ul.social-icons li {
	display: inline-block;
	margin-left: 5px;
}

.follow-me ul.social-icons li:after {
	content: '|';
	margin-right: 7px;
	color: rgba(0, 0, 0, 0.5);
}

.personal-dark-demo .follow-me ul.social-icons li:after {
	color: #ffffff;
}

.follow-me ul.social-icons li:last-child::after {
	display: none;
}

.follow-me ul.social-icons li a {
	font-size: 14px;
	font-weight: 800;
	color: rgba(0, 0, 0, 0.5);
}

.personal-dark-demo .follow-me ul.social-icons li a {
	font-weight: 700;
	color: #ffffff;
}

.follow-me ul.social-icons li a:hover {
	color: #ff771b;
}

.minimal-banner {
	background-color: #f5f6f9;
	padding: 150px 30px 50px 30px;
}

@media (min-width: 992px) {
	.minimal-banner {
		padding: 200px 50px 100px 50px;
	}
}

.minimal-dark-demo .minimal-banner {
	background-color: #141618;
}

.minimal-banner .left-content h6 {
	font-size: 16px;
	margin: 0px;
	text-align: center;
	font-family: inherit;
}

@media (min-width: 992px) {
	.minimal-banner .left-content h6 {
		text-align: right;
		font-size: 20px;
	}
}

.minimal-dark-demo .minimal-banner .left-content h6 {
	color: #ffffff;
}

.minimal-banner .left-content h1 {
	font-size: 36px;
	font-weight: 700;
	margin: 20px 0px;
	text-align: center;
}

@media (min-width: 992px) {
	.minimal-banner .left-content h1 {
		text-align: right;
		font-size: 60px;
	}
}

@media (min-width: 1200px) {
	.minimal-banner .left-content h1 {
		font-size: 80px;
	}
}

.minimal-dark-demo .minimal-banner .left-content h1 {
	color: #ffffff;
}

.minimal-banner .left-content h5 {
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	text-align: center;
	font-family: inherit;
}

@media (min-width: 992px) {
	.minimal-banner .left-content h5 {
		text-align: right;
		font-size: 32px;
	}
}

.minimal-dark-demo .minimal-banner .left-content h5 {
	color: #ffffff;
}

.minimal-banner .right-icons {
	text-align: center;
	margin-top: 30px;
}

@media (min-width: 992px) {
	.minimal-banner .right-icons {
		margin-top: 0px;
		text-align: left;
	}
}

.minimal-banner .right-icons ul li {
	display: inline-block;
	margin-bottom: 0px;
	margin: 0px 5px;
}

@media (min-width: 992px) {
	.minimal-banner .right-icons ul li {
		display: block;
		margin-bottom: 20px;
	}
}

.minimal-banner .right-icons ul li:last-child {
	margin-bottom: 0px;
}

.minimal-banner .right-icons ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background-color: #e7e7e7;
	font-size: 14px;
	color: #1e1e1e;
}

.minimal-dark-demo .minimal-banner .right-icons ul li a {
	background-color: #25282c;
	color: #ffffff;
}

.minimal-banner .right-icons ul li a:hover {
	background-color: #ff771b;
	color: #ffffff;
}

@-webkit-keyframes move-up-down {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes move-up-down {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes move-up-down-little {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes move-up-down-little {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.demo-page footer {
	margin-top: 0px;
}

footer .footer-cta {
	margin-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
	border: none;
	padding: 20px 15px 40px 15px;
	background-size: cover;
}

@media (min-width: 992px) {
	footer .footer-cta {
		padding: 20px 45px;
	}
}

.demo-page footer .footer-cta {
	margin-bottom: 70px;
}

footer .footer-cta .section-heading {
	text-align: center;
	margin-bottom: 0px;
}

@media (min-width: 992px) {
	footer .footer-cta .section-heading {
		text-align: right;
	}
}

footer .footer-cta .section-heading h1 {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	right: 0;
	color: rgba(250, 250, 250, 0.05);
}

footer .footer-cta .section-heading h2 {
	color: #ffffff;
}

footer .footer-cta .section-heading p {
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 20px;
}

.demo-page footer .footer-cta .section-heading p {
	font-weight: 400;
	font-size: 15px;
}

footer .footer-cta .main-white-button {
	text-align: center;
	margin-top: 25px;
}

@media (min-width: 992px) {
	footer .footer-cta .main-white-button {
		margin-top: 0px;
		text-align: left;
	}
}

section.page-heading {
	margin-top: 0px;
	padding: 180px 0px 80px 0px;
	background-image: url(../images/dark-footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

section.page-heading ul.bread-crumbs li {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	padding-left: 16px;
}

section.page-heading ul.bread-crumbs li:after {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #ff771b;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

section.page-heading ul.bread-crumbs li:last-child {
	margin-left: 0px;
	padding-left: 0px;
}

section.page-heading ul.bread-crumbs li:last-child a {
	color: #ff771b;
}

section.page-heading ul.bread-crumbs li:last-child::after {
	display: none;
}

section.page-heading ul.bread-crumbs li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
}

section.page-heading .heading-title h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 38px;
	font-weight: 800;
	background: #ff6b06;
	background: linear-gradient(150deg, #ff6b06 30%, #ff9751 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (min-width: 992px) {
	section.page-heading .heading-title h3 {
		font-size: 48px;
	}
}

section.testimonials {
	position: relative;
}

.main-dark-demo section.testimonials,
.personal-dark-demo section.testimonials {
	background-color: #1d2023;
	margin-top: -130px;
	padding-top: 160px;
	padding-bottom: 60px;
	z-index: 1;
}

@media (min-width: 992px) {
	.main-dark-demo section.testimonials,
	.personal-dark-demo section.testimonials {
		padding-bottom: 120px;
		padding-top: 250px;
	}
}

.personal-dark-demo section.testimonials {
	background-color: #141618;
}

section.testimonials .section-heading {
	margin-bottom: 30px;
	text-align: center;
}

@media (min-width: 992px) {
	section.testimonials .section-heading {
		text-align: right;
		margin-bottom: 0px;
	}
}

section.testimonials .section-heading h1 {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	right: 0;
}

section.testimonials .testimonial-item {
	border: 2px solid #f7f7f7;
	border-radius: 10px;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/testimonial-bg.png);
	position: relative;
}

.main-dark-demo section.testimonials .testimonial-item,
.personal-dark-demo section.testimonials .testimonial-item {
	background-image: url(../images/testimonial-dark-bg.png);
	background-color: #25282c;
	border: none;
}

section.testimonials .testimonial-item .icon {
	position: absolute;
	left: 30px;
	top: 30px;
	margin: 0 auto;
	width: 54px;
	height: 48px;
}

section.testimonials .testimonial-item .icon img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

section.testimonials .testimonial-item h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: inherit;
}

.main-dark-demo section.testimonials .testimonial-item h4,
.personal-dark-demo section.testimonials .testimonial-item h4 {
	color: #ffffff;
	font-weight: 700;
}

section.testimonials .testimonial-item span {
	font-size: 14px;
	color: #ff771b;
}

section.testimonials .testimonial-item p {
	font-size: 17px;
	font-weight: 500;
	color: #1e1e1e;
	margin-top: 30px;
}

.main-dark-demo section.testimonials .testimonial-item p,
.personal-dark-demo section.testimonials .testimonial-item p {
	font-weight: 400;
	color: #ffffff;
}

section.testimonials .testimonial-item:hover .icon img {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

section.testimonials .my-owl-nav {
	margin-top: 40px;
}

section.testimonials .my-owl-nav span i {
	background-color: #eee;
	color: #1e1e1e;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

.main-dark-demo section.testimonials .my-owl-nav span i,
.personal-dark-demo section.testimonials .my-owl-nav span i {
	background-color: #25282c;
	color: #ffffff;
}

section.testimonials .my-owl-nav span i:hover {
	background-color: #ff771b;
	color: #ffffff;
}

section.testimonials .my-owl-nav .my-next-button {
	margin-right: 10px;
}

section.team-members {
	position: relative;
}

.about-page section.team-members {
	padding-bottom: 225px;
	border-bottom: 1px solid #eee;
}

.main-dark-demo section.team-members {
	background-color: #1d2023;
	margin-top: -130px;
	padding-top: 250px;
	padding-bottom: 120px;
	z-index: 1;
}

section.team-members .section-heading {
	margin-bottom: 0px;
	text-align: center;
}

@media (min-width: 992px) {
	section.team-members .section-heading {
		text-align: right;
	}
}

section.team-members .section-heading h1 {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	right: 0;
}

section.team-members .item {
	border-radius: 15px;
}

section.team-members .item img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

section.team-members .item .item-content {
	position: relative;
	padding: 30px;
	text-align: center;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #f5f6f9;
}

section.team-members .item .item-content h4 {
	margin-top: -4px;
	margin-bottom: 10px;
	font-family: inherit;
}

section.team-members .item .item-content span {
	font-size: 14px;
	font-weight: 500;
	color: #ff771b;
}

section.team-members .my-owl-nav {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	section.team-members .my-owl-nav {
		margin-bottom: 0px;
	}
}

section.team-members .my-owl-nav span i {
	background-color: #eee;
	color: #1e1e1e;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}

.main-dark-demo section.team-members .my-owl-nav span i {
	background-color: #25282c;
	color: #ffffff;
}

section.team-members .my-owl-nav span i:hover {
	background-color: #ff771b;
	color: #ffffff;
}

section.team-members .my-owl-nav .my-next-button {
	margin-right: 10px;
}

.main-dark-demo .facts,
.personal-dark-demo .facts {
	background-color: #1d2023;
}

@media (min-width: 992px) {

	.main-dark-demo .facts,
	.personal-dark-demo .facts {
		background-color: transparent;
	}
}

section.fun-facts {
	position: relative;
	z-index: 2;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;


	margin-right: 15px;
	margin-left: 15px;
	padding: 60px 45px 45px 45px;
	text-align: center;
	border-radius: 15px;
}

section.fun-facts p {
	font-size: 20px;
	text-align: center;
	margin-bottom: 35px;
}

section.fun-facts .count-area-content {
	width: 140px;
	height: 140px;
	background-color: rgba(250, 250, 250, 0.2);
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 15px;
}

section.fun-facts .count-area-content .count-digit {
	margin-top: 30px;
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	position: relative;
}

section.fun-facts .count-area-content .count-title {
	margin-top: 0px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

section.clients {

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	margin-right: 15px;
	margin-left: 15px;
	padding: 60px 60px 50px 60px;
	
	text-align: center;
	border-radius: 10px;
	border: none;
	position: relative;
	z-index: 2;
}

section.clients .item {
	min-height: 90px;
	width: 100%;
	padding: 15px;
	background-color: rgba(250, 250, 250, 0.2);
	border-radius: 10px;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

section.clients .item:before {
	content: '';
	display: block;
	min-height: inherit;
    font-size: 0;
    width: 0;
	overflow: hidden;
	margin: -15px 0;
}

section.clients .item img {
	margin-bottom: 0;
	max-height: 100%;
    max-width: 100%;
    width: auto;
}

section.clients .owl-dots {
	text-align: center;
	margin-top: 30px;
}

section.clients .owl-dots .owl-dot {
	margin: 0px 5px;
	border-radius: 3px;
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	opacity: 0.5;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

section.clients .owl-dots .active {
	background-color: #ffffff;
	opacity: 1;
	width: 18px;
}

section.clients-second {
	background-color: #f5f6f9;
	margin-top: 0px;
	padding: 30px 0px;
	text-align: center;
	border-radius: 10px;
	border: none;
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {
	section.clients-second {
		padding: 50px 0px;
	}
}

section.clients-second .item {
	width: 100%;
	min-height: 60px;
	padding: 10px;
	cursor: pointer;
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

section.clients-second .item:before {
	content: '';
	display: block;
	min-height: inherit;
    font-size: 0;
    width: 0;
	overflow: hidden;
	margin: -10px 0;
}

section.clients-second .item img {
    margin-bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

section.clients-second .owl-dots {
	display: none;
}

section.recent-projects {
	background-color: #f5f6f9;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

@media (min-width: 992px) {
	section.recent-projects {
		padding: 20px 0px 20px 0px;
	}
}

.projects-page section.recent-projects {
	background-color: #ffffff;
	padding: 0px;
	margin-top: 60px;
}

@media (min-width: 992px) {
	.projects-page section.recent-projects {
		margin-top: 120px;
	}
}

.minimal-light-demo section.recent-projects {
	background-color: #ffffff;
	margin-top: 0px;
	padding: 60px 0px 0px 0px;
}

@media (min-width: 992px) {
	.minimal-light-demo section.recent-projects {
		padding: 80px 50px 60px 50px;
	}
}

.minimal-dark-demo section.recent-projects {
	margin-top: 0px;
	background-color: #1d2023;
	padding: 60px 0px 0px 0px;
}

@media (min-width: 992px) {
	.minimal-dark-demo section.recent-projects {
		padding: 80px 50px 60px 50px;
	}
}

.main-dark-demo section.recent-projects {
	background-color: #141618;
	margin-top: 0px;
}

.personal-dark-demo section.recent-projects {
	margin-top: 0px;
	background-color: #1d2023;
}

section.recent-projects .section-heading {
	text-align: center;
}

@media (min-width: 992px) {
	section.recent-projects .section-heading {
		text-align: right;
	}

	.creative-agency-demo section.recent-projects .section-heading {
		text-align: center;
	}
}

section.recent-projects .section-heading h1 {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	right: 0;
}

.creative-agency-demo section.recent-projects .section-heading h1 {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	right: 50%;
}

section.recent-projects .main-primary-button {
	margin-top: 20px;
	display: none;
}

@media (min-width: 992px) {
	section.recent-projects .main-primary-button {
		display: inline-block;
	}
}

.projects-page section.recent-projects .main-primary-button {
	margin-top: 30px;
}

.creative-agency-demo section.recent-projects .main-primary-button,
.personal-light-demo section.recent-projects .main-primary-button,
.personal-dark-demo section.recent-projects .main-primary-button {
	margin-top: 0px;
}

section.recent-projects .container-fluid {
	padding: 0px 15px;
}

@media (min-width: 992px) {
	section.recent-projects .container-fluid {
		padding: 0px;
	}
}

section.recent-projects .portfolio-filters {
	text-align: center;
	margin-top: -30px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	section.recent-projects .portfolio-filters {
		text-align: left;
		margin-top: 105px;
		margin-bottom: 0px;
	}
}

.projects-page section.recent-projects .portfolio-filters {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
}

.minimal-light-demo section.recent-projects .portfolio-filters,
.minimal-dark-demo section.recent-projects .portfolio-filters {
	text-align: center;
}

@media (min-width: 992px) {

	.minimal-light-demo section.recent-projects .portfolio-filters,
	.minimal-dark-demo section.recent-projects .portfolio-filters {
		margin-top: 0px;
		text-align: right;
		margin-bottom: 80px;
	}
}

.minimal-dark-demo section.recent-projects .portfolio-filters ul,
.minmimal-light-demo section.recent-projects .portfolio-filters ul {
	text-align: center;
}

@media (min-width: 992px) {

	.minimal-dark-demo section.recent-projects .portfolio-filters ul,
	.minmimal-light-demo section.recent-projects .portfolio-filters ul {
		text-align: right;
	}
}

section.recent-projects .portfolio-filters ul li {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
	margin: 5px 15px;
	color: #1e1e1e;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.minimal-light-demo section.recent-projects .portfolio-filters ul li,
.projects-page section.recent-projects .portfolio-filters ul li {
	background-color: #f5f6f9;
	padding: 10px 15px;
	font-size: 13px;
	border-radius: 25px;
	margin: 5px;
}

@media (min-width: 992px) {
	.minimal-light-demo section.recent-projects .portfolio-filters ul li,
	.projects-page section.recent-projects .portfolio-filters ul li {
		font-size: 13px;
		padding: 10px 22px;
		margin: 5px 10px;
	}
}

.minimal-dark-demo section.recent-projects .portfolio-filters ul li {
	color: #ffffff;
	background-color: #25282c;
	padding: 10px 15px;
	font-size: 13px;
	border-radius: 25px;
	margin: 5px;
}

@media (min-width: 992px) {
	.minimal-dark-demo section.recent-projects .portfolio-filters ul li {
		font-size: 13px;
		padding: 10px 22px;
		margin: 5px 10px;
	}
}

.personal-dark-demo section.recent-projects .portfolio-filters ul li {
	color: #ffffff;
}

@media (max-width: 991px) {
	.personal-light-demo section.recent-projects .portfolio-filters,
	.personal-dark-demo section.recent-projects .portfolio-filters {
		margin-top: -10px;
	}
}

section.recent-projects .portfolio-filters ul li:hover {
	color: #ff771b;
}

section.recent-projects .portfolio-filters ul .active {
	color: #ff771b;
}

.minimal-light-demo section.recent-projects .portfolio-filters ul .active,
.minimal-dark-demo section.recent-projects .portfolio-filters ul .active,
.projects-page section.recent-projects .portfolio-filters ul .active {
	background-color: #ff771b;
	color: #ffffff;
}

.personal-dark-demo section.recent-projects .portfolio-filters ul .active {
	color: #ff771b;
}

section.recent-projects .item,
section.recent-projects .masonry-item {
	border-radius: 15px;
}

.creative-agency-demo section.recent-projects .item,
.personal-light-demo section.recent-projects .item,
.personal-dark-demo section.recent-projects .item,
.minimal-light-demo section.recent-projects .item,
.minimal-dark-demo section.recent-projects .item,
.projects-page section.recent-projects .item,
.creative-agency-demo section.recent-projects .masonry-item,
.personal-light-demo section.recent-projects .masonry-item,
.personal-dark-demo section.recent-projects .masonry-item,
.minimal-light-demo section.recent-projects .masonry-item,
.minimal-dark-demo section.recent-projects .masonry-item,
.projects-page section.recent-projects .masonry-item {
	margin-bottom: 30px;
}

section.recent-projects .item img,
section.recent-projects .masonry-item img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.minimal-light-demo section.recent-projects .item img,
.minimal-dark-demo section.recent-projects .item img,
.minimal-light-demo section.recent-projects .masonry-item img,
.minimal-dark-demo section.recent-projects .masonry-item img {
	border-radius: 15px;
}

.minimal-dark-demo section.recent-projects .item .hover-effect,
.minimal-dark-demo section.recent-projects .masonry-item .hover-effect {
	background-color: rgba(0, 0, 0, 0.9) !important;
}

.minimal-dark-demo section.recent-projects .item .hover-effect .hover-content h4,
.minimal-dark-demo section.recent-projects .masonry-item .hover-effect .hover-content h4 {
	color: #ffffff;
	font-weight: 700;
}

.minimal-light-demo section.recent-projects .item .thumb,
.minimal-dark-demo section.recent-projects .item .thumb,
.minimal-light-demo section.recent-projects .masonry-item .thumb,
.minimal-dark-demo section.recent-projects .masonry-item .thumb {
	position: relative;
}

.minimal-light-demo section.recent-projects .item .thumb .hover-effect,
.minimal-dark-demo section.recent-projects .item .thumb .hover-effect,
.minimal-light-demo section.recent-projects .masonry-item .thumb .hover-effect,
.minimal-dark-demo section.recent-projects .masonry-item .thumb .hover-effect {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background-color: rgba(250, 250, 250, 0.9);
	border-radius: 10px;
}

.minimal-light-demo section.recent-projects .item .thumb .hover-effect .hover-content,
.minimal-dark-demo section.recent-projects .item .thumb .hover-effect .hover-content,
.minimal-light-demo section.recent-projects .masonry-item .thumb .hover-effect .hover-content,
.minimal-dark-demo section.recent-projects .masonry-item .thumb .hover-effect .hover-content {
	text-align: center;
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.minimal-light-demo section.recent-projects .item .thumb .hover-effect .hover-content i,
.minimal-dark-demo section.recent-projects .item .thumb .hover-effect .hover-content i,
.minimal-light-demo section.recent-projects .masonry-item .thumb .hover-effect .hover-content i,
.minimal-dark-demo section.recent-projects .masonry-item .thumb .hover-effect .hover-content i {
	background-color: #ff771b;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.minimal-light-demo section.recent-projects .item .thumb .hover-effect .hover-content i:hover,
.minimal-dark-demo section.recent-projects .item .thumb .hover-effect .hover-content i:hover,
.minimal-light-demo section.recent-projects .masonry-item .thumb .hover-effect .hover-content i:hover,
.minimal-dark-demo section.recent-projects .masonry-item .thumb .hover-effect .hover-content i:hover {
	background-color: #fe6600;
}

.minimal-light-demo section.recent-projects .item .thumb .hover-effect .hover-content h4,
.minimal-dark-demo section.recent-projects .item .thumb .hover-effect .hover-content h4,
.minimal-light-demo section.recent-projects .masonry-item .thumb .hover-effect .hover-content h4,
.minimal-dark-demo section.recent-projects .masonry-item .thumb .hover-effect .hover-content h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: inherit;
}

.minimal-light-demo section.recent-projects .item .thumb .hover-effect .hover-content span,
.minimal-dark-demo section.recent-projects .item .thumb .hover-effect .hover-content span,
.minimal-light-demo section.recent-projects .masonry-item .thumb .hover-effect .hover-content span,
.minimal-dark-demo section.recent-projects .masonry-item .thumb .hover-effect .hover-content span {
	font-size: 14px;
	font-weight: 500;
	color: #ff771b;
}

.minimal-light-demo section.recent-projects .item .thumb:hover .hover-effect,
.minimal-dark-demo section.recent-projects .item .thumb:hover .hover-effect,
.minimal-light-demo section.recent-projects .masonry-item .thumb:hover .hover-effect,
.minimal-dark-demo section.recent-projects .masonry-item .thumb:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}

section.recent-projects .item .item-content,
section.recent-projects .masonry-item .item-content {
	position: relative;
	padding: 30px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #ffffff;
}

.projects-page section.recent-projects .item .item-content,
.projects-page section.recent-projects .masonry-item .item-content {
	background-color: #f5f6f9;
}

.main-dark-demo section.recent-projects .item .item-content,
.personal-dark-demo section.recent-projects .item .item-content,
.main-dark-demo section.recent-projects .masonry-item .item-content,
.personal-dark-demo section.recent-projects .masonry-item .item-content {
	background-color: #25282c;
}

section.recent-projects .item .item-content .icon,
section.recent-projects .masonry-item .item-content .icon {
	position: absolute;
	top: 0px;
	left: 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

section.recent-projects .item .item-content .icon i,
section.recent-projects .masonry-item .item-content .icon i {
	background-color: #ff771b;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

section.recent-projects .item .item-content .icon i:hover,
section.recent-projects .masonry-item .item-content .icon i:hover {
	background-color: #fe6600;
}

section.recent-projects .item .item-content h4,
section.recent-projects .masonry-item .item-content h4 {
	margin-top: -4px;
	margin-bottom: 10px;
	font-family: inherit;
}

.main-dark-demo section.recent-projects .item .item-content h4,
.personal-dark-demo section.recent-projects .item .item-content h4,
.main-dark-demo section.recent-projects .masonry-item .item-content h4,
.personal-dark-demo section.recent-projects .masonry-item .item-content h4 {
	color: #ffffff;
	font-weight: 700;
}

section.recent-projects .item .item-content span,
section.recent-projects .masonry-item .item-content span {
	font-size: 14px;
	font-weight: 500;
	color: #ff771b;
}

section.recent-projects .item:hover .icon,
section.recent-projects .masonry-item:hover .icon {
	opacity: 1;
	visibility: visible;
	top: -20px;
}

section.recent-projects .owl-dots {
	text-align: center;
	margin-top: 30px;
}

@media (min-width: 992px) {
	section.recent-projects .owl-dots {
		margin-top: 50px;
	}
}

section.recent-projects .owl-dots .owl-dot {
	margin: 0px 5px;
	border-radius: 3px;
	width: 6px;
	height: 6px;
	background-color: #ff771b;
	opacity: 0.5;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

section.recent-projects .owl-dots .active {
	background-color: #ff771b;
	opacity: 1;
	width: 18px;
}

.js-preloader {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.js-preloader.loaded {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

@-webkit-keyframes dot {
	50% {
		-webkit-transform: translateX(-96px);
		transform: translateX(-96px);
	}
}

@keyframes dot {
	50% {
		-webkit-transform: translateX(-96px);
		transform: translateX(-96px);
	}
}

@-webkit-keyframes dots {
	50% {
		-webkit-transform: translateX(31px);
		transform: translateX(31px);
	}
}

@keyframes dots {
	50% {
		-webkit-transform: translateX(31px);
		transform: translateX(31px);
	}
}

.preloader-inner {
	border: 1px solid #eee;
	border-right-color: #ff771b;
	-webkit-animation: loader-spin 1.2s infinite linear;
	animation: loader-spin 1.2s infinite linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 7em;
	height: 7em;
}

.js-preloader .content img {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 48px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

@-webkit-keyframes loader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes loader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.creative-agency-demo section.features {
	margin-top: 80px;
}

.main-dark-demo section.features,
.personal-dark-demo section.features {
	margin-top: 0px;
	padding-top: 60px;
	background-color: #1d2023;
	padding-bottom: 60px;
}

@media (min-width: 992px) {

	.main-dark-demo section.features,
	.personal-dark-demo section.features {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.personal-dark-demo section.features {
	background-color: #141618;
}

.services-page section.features {
	padding-bottom: 210px;
	border-bottom: 1px solid #eee;
}

section.features .feature-item {
	text-align: center;
	border: 2px solid #f7f7f7;
	border-radius: 10px;
	padding: 50px 30px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 15px;
	position: relative;
	background-color: #ffffff;
	z-index: 2;
}

.creative-agency-demo section.features .feature-item {
	padding: 50px 30px 40px 30px;
}

.personal-light-demo section.features .feature-item,
.personal-dark-demo section.features .feature-item,
.services-page section.features .feature-item {
	margin-bottom: 15px;
}

@media (min-width: 992px) {

	.personal-light-demo section.features .feature-item,
	.personal-dark-demo section.features .feature-item,
	.services-page section.features .feature-item {
		margin-bottom: 30px;
	}
}

.main-dark-demo section.features .feature-item,
.personal-dark-demo section.features .feature-item {
	border: none;
	background-color: #25282c;
}

section.features .feature-item .icon {
	margin: 0 auto;
}

section.features .feature-item .icon img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

section.features .feature-item h4 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.creative-agency-demo section.features .feature-item h4 {
	margin-top: 30px;
}

.main-dark-demo section.features .feature-item h4,
.personal-dark-demo section.features .feature-item h4 {
	font-weight: 700;
	color: #ffffff;
}

.main-dark-demo section.features .feature-item p,
.personal-dark-demo section.features .feature-item p {
	color: #ffffff;
}

section.features .feature-item .main-primary-button {
	width: 100%;
	position: absolute;
	z-index: 1;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	bottom: -20px;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

section.features .feature-item:hover .main-primary-button {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

@media (min-width: 992px) {
	section.features .feature-item .main-primary-button {
		bottom: -40px;
	}
	section.features .feature-item:hover .main-primary-button {
		bottom: -20px;
	}
}

.personal-light-demo section.features .feature-item .main-primary-button,
.personal-dark-demo section.features .feature-item .main-primary-button,
.services-page section.features .feature-item .main-primary-button {
	bottom: -20px;
}

.personal-light-demo section.features .feature-item:hover .main-primary-button,
.personal-dark-demo section.features .feature-item:hover .main-primary-button,
.services-page section.features .feature-item:hover .main-primary-button {
	bottom: 0;
}

section.features .feature-item:hover {
	border-color: transparent;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.main-dark-demo section.features .feature-item:hover {
	box-shadow: none;
}

section.features .feature-item:hover .icon img {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

section.features .first-feature {
	background-image: url(../images/01-features-bg.png);
}

.main-dark-demo section.features .first-feature,
.personal-dark-demo section.features .first-feature {
	background-image: url(../images/01-features-dark-bg.png);
}

.creative-agency-demo section.features .first-feature {
	background-size: 75%;
}

section.features .first-feature .icon {
	width: 40px;
	height: 58px;
}

section.features .second-feature {
	background-image: url(../images/02-features-bg.png);
}

.main-dark-demo section.features .second-feature,
.personal-dark-demo section.features .second-feature {
	background-image: url(../images/02-features-dark-bg.png);
}

.creative-agency-demo section.features .second-feature {
	background-size: 75%;
}

section.features .second-feature .icon {
	width: 58px;
	height: 58px;
}

section.features .third-feature {
	background-image: url(../images/03-features-bg.png);
}

.main-dark-demo section.features .third-feature,
.personal-dark-demo section.features .third-feature {
	background-image: url(../images/03-features-dark-bg.png);
}

.creative-agency-demo section.features .third-feature {
	background-size: 75%;
}

section.features .third-feature .icon {
	width: 50px;
	height: 58px;
}

section.features .fourth-feature {
	background-image: url(../images/04-features-bg.png);
}

.main-dark-demo section.features .fourth-feature,
.personal-dark-demo section.features .fourth-feature {
	background-image: url(../images/04-features-dark-bg.png);
}

.creative-agency-demo section.features .fourth-feature {
	background-size: 75%;
}

section.features .fourth-feature .icon {
	width: 40px;
	height: 58px;
}

section.features .fivth-feature {
	background-image: url(../images/05-features-bg.png);
}

.main-dark-demo section.features .fivth-feature,
.personal-dark-demo section.features .fivth-feature {
	background-image: url(../images/05-features-dark-bg.png);
}

.creative-agency-demo section.features .fivth-feature {
	background-size: 75%;
}

section.features .fivth-feature .icon {
	width: 58px;
	height: 58px;
}

section.features .sixth-feature {
	background-image: url(../images/06-features-bg.png);
}

.main-dark-demo section.features .sixth-feature,
.personal-dark-demo section.features .sixth-feature {
	background-image: url(../images/06-features-dark-bg.png);
}

.creative-agency-demo section.features .sixth-feature {
	background-size: 75%;
}

section.features .sixth-feature .icon {
	width: 50px;
	height: 58px;
}

section.more-about-us .section-heading {
	margin-bottom: 0px;
}

section.more-about-us .section-heading h1 {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	right: 0;
}

section.more-about-us .section-heading .main-primary-button {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	section.more-about-us .section-heading .main-primary-button {
		margin-bottom: 0px;
	}
}

section.more-about-us .right-image {
	-webkit-animation: move-up-down 3s infinite;
	animation: move-up-down 3s infinite;
	margin-top: 20px;
}

@media (min-width: 992px) {
	section.more-about-us .right-image {
		margin-right: 30px;
		margin-top: 0;
	}
}

section.about-me {
	background-color: #f5f6f9;
	margin-top: 0px;
	padding: 60px 0px;
}

.about-page section.about-me {
	background-color: #ffffff;
	padding-bottom: 336px;
	border-bottom: 1px solid #eee;
}

.services-page section.about-me,
.single-service-page section.about-me {
	background-color: #ffffff;
}

.single-service-page section.about-me {
	padding-bottom: 336px;
	border-bottom: 1px solid #eee;
}

@media (min-width: 992px) {
	section.about-me {
		padding: 120px 0px;
	}
}

.personal-dark-demo section.about-me {
	background-color: #1d2023;
}

.services-page section.about-me .section-heading,
.single-service-page section.about-me .section-heading {
	margin-bottom: 40px;
}

section.about-me .left-content {
	margin-left: 0px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	section.about-me .left-content {
		margin-left: 15px;
		margin-bottom: 0px;
	}
}

@media (min-width: 992px) {
	.about-page section.about-me .left-content {
		margin-right: 15px;
	}
}

.services-page section.about-me .left-content,
.single-service-page section.about-me .left-content,
.about-page section.about-me .left-content {
	margin-left: 0px;
}

@media (min-width: 992px) {
	section.about-me .left-content h2 {
		margin-top: 0px;
	}
}

.about-page section.about-me .left-content h2 em {
	font-style: normal;
	color: #ff771b;
}

.personal-dark-demo section.about-me .left-content h2 {
	color: #ffffff;
	font-weight: 700;
}

section.about-me .left-content p {
	margin-bottom: 30px;
}

.personal-dark-demo section.about-me .left-content p {
	color: #ffffff;
}

section.about-me .left-content span.testimonial {
	font-size: 17px;
	font-weight: 500;
	color: #1e1e1e;
	margin-top: 0px;
	line-height: 30px;
	margin-bottom: 15px;
	display: inline-block;
}

.personal-dark-demo section.about-me .left-content span.testimonial {
	color: #ffffff;
	font-weight: 400;
}

section.about-me .left-content .skill-item {
	margin-top: 30px;
	position: relative;
}

section.about-me .left-content .last-skill {
	border-bottom: none;
}

section.about-me .left-content span.percentage {
	position: absolute;
	top: -2px;
	right: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	font-size: 14px;
	font-weight: 700;
	color: #1e1e1e;
}

.personal-dark-demo section.about-me .left-content span.percentage {
	color: #ffffff;
}

section.about-me .left-content h6 {
	font-size: 14px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 10px;
	font-family: inherit;
}

.personal-dark-demo section.about-me .left-content h6 {
	color: #ffffff;
}

section.about-me .left-content .skill-bar {
	width: 100%;
}

section.about-me .left-content .filled-bar {
	position: absolute;
	z-index: 99;
	height: 5px;
	border-radius: 2.5px;
	background-color: #ff771b;
}

section.about-me .left-content .unfilled-bar {
	height: 5px;
	border-radius: 2.5px;
	background-color: #e7e7e7;
}

.personal-dark-demo section.about-me .left-content .unfilled-bar {
	background-color: #141618;
}

section.about-me .right-image {
	-webkit-animation: move-up-down 5s infinite;
	animation: move-up-down 5s infinite;
	margin-right: 0px;
	margin-top: 30px;
}

@media (min-width: 992px) {
	section.about-me .right-image {
		margin-top: 0;
	}
}

.about-page section.about-me .right-image {
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.about-page section.about-me .right-image {
		margin-bottom: 0px;
	}
}

.services-page section.about-me .right-image,
.single-service-page section.about-me .right-image {
	margin-top: 30px;
}

@media (min-width: 992px) {

	.services-page section.about-me .right-image,
	.single-service-page section.about-me .right-image {
		margin-top: 0px;
		margin-right: 30px;
	}
}

@media (min-width: 992px) {
	section.about-me .right-image {
		margin-right: 15px;
	}
}

section.about-me .left-image {
	-webkit-animation: move-up-down 5s infinite;
	animation: move-up-down 5s infinite;
}

.personal-dark-demo section.about-me .left-image {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	section.about-me .left-image {
		margin-left: 15px;
	}
}

.video {
	background-image: url(../images/video-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: -240px;
	border-radius: 15px;
}

.video .play-button {
	padding: 200px 0px;
	text-align: center;
}

.video .play-button a {
	width: 80px;
	height: 80px;
	display: inline-block;
	text-align: center;
	line-height: 80px;
	background-color: #ffffff;
	color: #ff771b;
	border-radius: 50%;
	font-size: 22px;
}

section.blog-entries {
	background-color: #f5f6f9;
	padding: 20px 0px 20px 0px;
}

.creative-agency-demo section.blog-entries {
	padding: 60px 0px 60px 0px;
}

@media (min-width: 992px) {
	.creative-agency-demo section.blog-entries {
		padding: 80px 0px 120px 0px;
	}
}

.main-dark-demo section.blog-entries {
	background-color: #141618;
	margin-top: 0px;
}

.personal-dark-demo section.blog-entries {
	background-color: #1d2023;
	margin-top: 0px;
}

section.blog-entries .section-heading {
	text-align: center;
}

@media (min-width: 992px) {
	section.blog-entries .section-heading {
		text-align: right;
	}
}

section.blog-entries .section-heading h1 {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	right: 0;
}

section.blog-entries .main-primary-button {
	margin-top: 90px;
	display: none;
}

@media (min-width: 992px) {
	section.blog-entries .main-primary-button {
		display: inline-block;
	}
}

section.blog-entries .blog-item {
	border-radius: 15px;
	margin-bottom: 15px;
}

section.blog-entries .blog-item .blog-thumb {
	position: relative;
}

section.blog-entries .blog-item .blog-thumb span.category {
	position: absolute;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	top: 20px;
	right: 30px;
}

section.blog-entries .blog-item .blog-thumb img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

section.blog-entries .blog-item .down-content {
	padding: 30px;
	background-color: #ffffff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.main-dark-demo section.blog-entries .blog-item .down-content,
.personal-dark-demo section.blog-entries .blog-item .down-content {
	background-color: #25282c;
}

section.blog-entries .blog-item .down-content h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: inherit;
}

.main-dark-demo section.blog-entries .blog-item .down-content h4,
.personal-dark-demo section.blog-entries .blog-item .down-content h4 {
	color: #ffffff;
	font-weight: 700;
}

.main-dark-demo section.blog-entries .blog-item .down-content p,
.personal-dark-demo section.blog-entries .blog-item .down-content p {
	color: #ffffff;
}

section.blog-entries .blog-item .down-content span.date {
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

section.blog-entries .blog-item .down-content .icon-button {
	margin-top: 20px;
}

.blog-posts .blog-post {
	border-radius: 15px;
	margin-bottom: 30px;
}

.blog-posts .blog-post .blog-thumb {
	position: relative;
}

.blog-posts .blog-post .blog-thumb span.category {
	position: absolute;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	top: 20px;
	right: 30px;
}

.blog-posts .blog-post .blog-thumb img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.blog-posts .blog-post .down-content {
	padding: 30px;
	background-color: #f5f6f9;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.blog-posts .blog-post .down-content h4 {
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: inherit;
}

.blog-posts .blog-post .down-content p {
	margin-bottom: 30px;
}

.blog-posts .blog-post .down-content p.right-text {
	margin-top: 20px;
}

@media (min-width: 992px) {
	.blog-posts .blog-post .down-content p.right-text {
		margin-top: -10px;
	}
}

.blog-posts .blog-post .down-content span.quote {
	font-size: 16px;
	font-weight: 500;
	color: #1e1e1e;
	margin-top: 0px;
	line-height: 30px;
	margin-bottom: 20px;
	display: inline-block;
}

.blog-posts .blog-post .down-content ul li {
	display: inline-block;
	margin-left: 10px;
}

.blog-posts .blog-post .down-content ul li:after {
	content: '/';
	color: #7a7a7a;
	margin-right: 10px;
}

.blog-posts .blog-post .down-content ul li:last-child::after {
	display: none;
}

.blog-posts .blog-post .down-content ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.blog-posts .blog-post .down-content ul li a:hover {
	color: #ff771b;
}

.blog-posts .blog-post .down-content .icon-button {
	margin-top: 20px;
}

.blog-posts .blog-post .down-content .tags-share {
	border-top: 1px solid #eee;
	padding-top: 25px;
}

.blog-posts .blog-post .down-content .tags-share ul.tags {
	text-align: center;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.blog-posts .blog-post .down-content .tags-share ul.tags {
		margin-bottom: 0px;
		text-align: right;
	}
}

.blog-posts .blog-post .down-content .tags-share ul.tags li:after {
	display: none;
}

.blog-posts .blog-post .down-content .tags-share ul.tags li a {
	font-size: 14px;
	font-weight: 500;
	color: #1e1e1e;
}

.blog-posts .blog-post .down-content .tags-share ul.tags li a:hover {
	color: #ff771b;
}

.blog-posts .blog-post .down-content .tags-share ul.social-icons {
	text-align: center;
}

@media (min-width: 992px) {
	.blog-posts .blog-post .down-content .tags-share ul.social-icons {
		text-align: left;
	}
}

.blog-posts .blog-post .down-content .tags-share ul.social-icons li {
	display: inline-block;
	margin-left: 15px;
}

.blog-posts .blog-post .down-content .tags-share ul.social-icons li:after {
	display: none;
}

.blog-posts .blog-post .down-content .tags-share ul.social-icons li a i {
	color: #1e1e1e;
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.blog-posts .blog-post .down-content .tags-share ul.social-icons li a:hover i {
	color: #ff771b;
}

.blog-posts .blog-post .down-content .tags-share ul.social-icons li:last-child {
	margin-left: 0px;
}

.blog-posts .comments {
	background-color: #f5f6f9;
	border-radius: 15px;
	padding: 30px;
	margin-top: 30px;
}

.blog-posts .comments .heading-title h3 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.blog-posts .comments ul li {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.blog-posts .comments ul li:last-child {
	margin-bottom: 0px;
}

.blog-posts .comments ul li .comment-thumb img {
	float: right;
	width: 60px;
	height: 60px;
	border-radius: 8px;
	margin-top: 12px;
}

@media (min-width: 992px) {
	.blog-posts .comments ul li .comment-thumb img {
		width: 80px;
		height: 80px;
		border-radius: 10px;
		margin-top: 1px;
	}
}

.blog-posts .comments ul li .right-content {
	margin-right: 80px;
}

@media (min-width: 992px) {
	.blog-posts .comments ul li .right-content {
		margin-right: 100px;
	}
}

.blog-posts .comments ul li .right-content a {
	position: relative;
	left: 0;
	top: 0;
	font-size: 13px;
	color: #ff771b;
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block;
}

@media (min-width: 992px) {
	.blog-posts .comments ul li .right-content a {
		position: absolute;
		margin-bottom: 0;
	}
}

.blog-posts .comments ul li .right-content h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	font-family: inherit;
}

.blog-posts .comments ul li .right-content span {
	margin-right: 0px;
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #7a7a7a;
	margin-top: 5px;
}

@media (min-width: 992px) {
	.blog-posts .comments ul li .right-content span {
		margin-right: 10px;
		display: inline;
		margin-top: 0;
	}
}

.blog-posts .comments ul .replied {
	margin-right: 0px;
	margin-bottom: 38px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 15px;
}

@media (min-width: 992px) {
	.blog-posts .comments ul .replied {
		padding: 0px;
		background-color: transparent;
		border-radius: 0px;
		margin: 70px 100px 100px 0;
	}
}

.blog-posts .leave-comment {
	background-color: #f5f6f9;
	border-radius: 15px;
	padding: 30px;
	margin-top: 60px;
}

.blog-posts .leave-comment .heading-title h3 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.blog-posts .leave-comment form input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #ffffff;
	border: 1px solid transparent;
	margin-bottom: 30px;
	font-size: 14px;
	color: #1e1e1e;
	outline: none;
	padding: 0px 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.blog-posts .leave-comment form input::-webkit-input-placeholder {
	color: #7a7a7a;
}

.blog-posts .leave-comment form input::-moz-placeholder {
	color: #7a7a7a;
}

.blog-posts .leave-comment form input:-ms-input-placeholder {
	color: #7a7a7a;
}

.blog-posts .leave-comment form input::-ms-input-placeholder {
	color: #7a7a7a;
}

.blog-posts .leave-comment form input::placeholder {
	color: #7a7a7a;
}

.blog-posts .leave-comment form input:focus {
	border: 1px solid #ff771b;
}

.blog-posts .leave-comment form textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	max-height: 240px;
	min-height: 150px;
	height: 190px;
	border-radius: 20px;
	background-color: #ffffff;
	border: none;
	margin-bottom: 30px;
	font-size: 14px;
	color: #1e1e1e;
	outline: none;
	padding: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px solid transparent;
}

.blog-posts .leave-comment form textarea::-webkit-input-placeholder {
	color: #7a7a7a;
}

.blog-posts .leave-comment form textarea::-moz-placeholder {
	color: #7a7a7a;
}

.blog-posts .leave-comment form textarea:-ms-input-placeholder {
	color: #7a7a7a;
}

.blog-posts .leave-comment form textarea::-ms-input-placeholder {
	color: #7a7a7a;
}

.blog-posts .leave-comment form textarea::placeholder {
	color: #7a7a7a;
}

.blog-posts .leave-comment form textarea:focus {
	border: 1px solid #ff771b;
}

.blog-posts .leave-comment form button {
	display: inline-block;
	background-color: #ff771b;
	color: #ffffff;
	font-size: 13px;
	padding: 14px 20px;
	border-radius: 22px;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.blog-posts .leave-comment form button:hover {
	background-color: #fe6600;
}

.blog-pagination {
	margin-top: 30px;
}

.blog-pagination ul li {
	display: inline-block;
	margin-left: 7px;
}

.blog-pagination ul li:last-child {
	margin-left: 0px;
}

.blog-pagination ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	background-color: #f5f6f9;
	border-radius: 50%;
	color: #1e1e1e;
	font-weight: 500;
	font-size: 14px;
}

.blog-pagination ul li a:hover {
	color: #ff771b;
}

.blog-pagination ul .active a {
	background-color: #ff771b;
	color: #ffffff;
}

section.error-page {
	background-image: url(../images/error-page-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 60px 15px;
	border-radius: 10px;
	border: none;
}

@media (min-width: 992px) {
	section.error-page {
		padding: 120px 15px;
	}
}

section.error-page h1 {
	text-align: center;
	margin: 0px;
	font-size: 100px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
}

@media (min-width: 992px) {
	section.error-page h1 {
		font-size: 150px;
	}
}

section.error-page h4 {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 10px;
	text-align: center;
}

@media (min-width: 992px) {
	section.error-page h4 {
		text-align: right;
		margin-top: 0;
	}
}

section.error-page p {
	color: #ffffff;
	margin-bottom: 25px;
	text-align: center;
}

@media (min-width: 992px) {
	section.error-page p {
		text-align: right;
	}
}

section.error-page .main-white-button {
	text-align: center;
}

@media (min-width: 992px) {
	section.error-page .main-white-button {
		text-align: right;
	}
}

section.more-information {
	position: relative;
	z-index: 1;
}

.main-dark-demo section.more-information,
.personal-dark-demo section.more-information {
	background-color: #1d2023;
	margin-top: -130px;
	padding-top: 160px;
	padding-bottom: 45px;
}

@media (min-width: 992px) {

	.main-dark-demo section.more-information,
	.personal-dark-demo section.more-information {
		padding-bottom: 105px;
		padding-top: 250px;
	}
}

.personal-dark-demo section.more-information {
	background-color: #141618;
}

section.more-information .info-item {
	border: 2px solid #f7f7f7;
	border-radius: 10px;
	padding: 20px 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 15px;
	overflow: hidden;
}

.main-dark-demo section.more-information .info-item,
.personal-dark-demo section.more-information .info-item {
	background-color: #25282c;
	border: none;
}

.personal-light-demo section.more-information .info-item,
.personal-dark-demo section.more-information .info-item,
.contact-page section.more-information .info-item {
	margin-bottom: 30px;
}

section.more-information .info-item .icon {
	margin: 10px 0 10px 25px;
	float: right;
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: #ff6b06;
	background: linear-gradient(150deg, #ff6b06 30%, #ff9751 100%);
}

section.more-information .info-item .icon img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

section.more-information .info-item .right-content {
	display: inline-block;
    margin: 35px 0;
	line-height: 1.85;
}

section.more-information .info-item .right-content h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: inherit;
}

.main-dark-demo section.more-information .info-item .right-content h4,
.personal-dark-demo section.more-information .info-item .right-content h4 {
	color: #ffffff;
	font-weight: 700;
}

section.more-information .info-item .right-content span a {
	font-size: 14px;
	color: #7a7a7a;
}

@media (min-width: 992px) {
	section.more-information .info-item .right-content span a {
		font-size: 15px;
	}
}

section.more-information .info-item .right-content span a:hover {
	color: #ff771b;
}

section.more-information .info-item:hover {
	border-color: transparent;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.main-dark-demo section.more-information .info-item:hover {
	box-shadow: none;
}

section.more-information .info-item:hover .icon img {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

section.more-information .phone .icon img {
	margin: 17px 0px;
	width: 46px;
	height: 46px;
}

section.more-information .email .icon img {
	margin: 26px 0px;
	width: 44px;
	height: 28px;
}

section.more-information .address .icon img {
	margin: 15px 0px;
	width: 40px;
	height: 50px;
}

@media (min-width: 992px) {
	section.more-information form {
		margin-right: 15px;
	}
}

section.more-information form p {
	margin-top: -5px;
	margin-bottom: 28px;
}

.personal-dark-demo section.more-information form p {
	color: #ffffff;
}

section.more-information form input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #f5f6f9;
	border: 1px solid transparent;
	margin-bottom: 30px;
	font-size: 14px;
	color: #1e1e1e;
	outline: none;
	padding: 0px 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.personal-dark-demo section.more-information form input {
	background-color: #1d2023;
	color: #ffffff;
}

section.more-information form input::-webkit-input-placeholder {
	color: #7a7a7a;
}

section.more-information form input::-moz-placeholder {
	color: #7a7a7a;
}

section.more-information form input:-ms-input-placeholder {
	color: #7a7a7a;
}

section.more-information form input::-ms-input-placeholder {
	color: #7a7a7a;
}

section.more-information form input::placeholder {
	color: #7a7a7a;
}

section.more-information form input:focus {
	border: 1px solid #ff771b;
}

section.more-information form textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	max-height: 240px;
	min-height: 150px;
	height: 190px;
	border-radius: 20px;
	background-color: #f5f6f9;
	border: none;
	margin-bottom: 30px;
	font-size: 14px;
	color: #1e1e1e;
	outline: none;
	padding: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px solid transparent;
}

.personal-dark-demo section.more-information form textarea {
	background-color: #1d2023;
	color: #ffffff;
}

section.more-information form textarea::-webkit-input-placeholder {
	color: #7a7a7a;
}

section.more-information form textarea::-moz-placeholder {
	color: #7a7a7a;
}

section.more-information form textarea:-ms-input-placeholder {
	color: #7a7a7a;
}

section.more-information form textarea::-ms-input-placeholder {
	color: #7a7a7a;
}

section.more-information form textarea::placeholder {
	color: #7a7a7a;
}

section.more-information form textarea:focus {
	border: 1px solid #ff771b;
}

section.more-information form button {
	display: inline-block;
	background-color: #ff771b;
	color: #ffffff;
	font-size: 13px;
	padding: 14px 20px;
	border-radius: 22px;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

section.more-information form button:hover {
	background-color: #fe6600;
}

section.map {
	margin-top: 80px;
}

#map iframe {
	width: 100%;
	vertical-align: top;
}

.single-project .top-content {
	margin-bottom: 60px;
}

.single-project .top-content .left-content {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.single-project .top-content .left-content {
		margin-bottom: 0px;
		margin-left: 15px;
	}
}

.single-project .top-content .left-content .section-heading {
	margin-bottom: 0px;
}

.single-project .top-content .right-info {
	border: 2px solid #eee;
	padding: 30px;
	border-radius: 10px;
}

.single-project .top-content .right-info ul li {
	font-weight: 400;
	color: #7a7a7a;
	font-size: 14px;
	margin-bottom: 30px;
}

.single-project .top-content .right-info ul li span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #1e1e1e;
}

.single-project .top-content .right-info span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 5px;
}

.single-project .top-content .right-info ul.social-icons {
	margin-top: 15px;
}

.single-project .top-content .right-info ul.social-icons li {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 0px;
}

.single-project .top-content .right-info ul.social-icons li a i {
	color: #1e1e1e;
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.single-project .top-content .right-info ul.social-icons li a:hover i {
	color: #ff771b;
}

.single-project .top-content .right-info ul.social-icons li:last-child {
	margin-left: 0px;
}

.single-project img {
	border-radius: 15px;
	margin-bottom: 30px;
}

.single-project .projects-pagination {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 60px;
}

.single-project .projects-pagination .second-icon-button i {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	border-radius: 50%;
	background-color: #ff771b;
	color: #ffffff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.single-project .projects-pagination .second-icon-button span {
	font-size: 13px;
	color: #ff771b;
	margin-left: 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	vertical-align: middle;
}

.single-project .projects-pagination .second-icon-button:hover i {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.single-project .projects-pagination .second-icon-button:hover span {
	margin-left: 10px;
}
