@charset "UTF-8";
/*
Theme Name: Sedona
Theme URI: https://demo.deothemes.com/sedona/
Author: DeoThemes
Author URI: https://deothemes.com
Description: Sedona is a modern WordPress theme for architecture and construction websites.
Version: 1.6.4
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sedona
Tags: blog, translation-ready, theme-options, custom-logo, grid-layout, footer-widgets, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*-------------------------------------------------------*/
/* Table of Content

1. General
2. Typography
3. Grid
4. Layout
5. Navigation
6. Footer
7. Responsive
8. Spacings
9. Helper Classes

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Bootstrap Grid
/*-------------------------------------------------------*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=radio],
input[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

.container {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1025px) {
	.container {
		max-width: 940px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1040px;
	}
}

.container-fluid, .container-xl, .container-lg {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1025px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 940px;
	}
}
@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1040px;
	}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.row-cols-1 > * {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.row-cols-4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}

	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-sm-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-sm-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		order: -1;
	}

	.order-sm-last {
		order: 13;
	}

	.order-sm-0 {
		order: 0;
	}

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

	.order-sm-4 {
		order: 4;
	}

	.order-sm-5 {
		order: 5;
	}

	.order-sm-6 {
		order: 6;
	}

	.order-sm-7 {
		order: 7;
	}

	.order-sm-8 {
		order: 8;
	}

	.order-sm-9 {
		order: 9;
	}

	.order-sm-10 {
		order: 10;
	}

	.order-sm-11 {
		order: 11;
	}

	.order-sm-12 {
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}

	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		order: -1;
	}

	.order-md-last {
		order: 13;
	}

	.order-md-0 {
		order: 0;
	}

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

	.order-md-4 {
		order: 4;
	}

	.order-md-5 {
		order: 5;
	}

	.order-md-6 {
		order: 6;
	}

	.order-md-7 {
		order: 7;
	}

	.order-md-8 {
		order: 8;
	}

	.order-md-9 {
		order: 9;
	}

	.order-md-10 {
		order: 10;
	}

	.order-md-11 {
		order: 11;
	}

	.order-md-12 {
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.3333333333%;
	}

	.offset-md-2 {
		margin-left: 16.6666666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.3333333333%;
	}

	.offset-md-5 {
		margin-left: 41.6666666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.3333333333%;
	}

	.offset-md-8 {
		margin-left: 66.6666666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.3333333333%;
	}

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 1025px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}

	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		order: -1;
	}

	.order-lg-last {
		order: 13;
	}

	.order-lg-0 {
		order: 0;
	}

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.order-lg-4 {
		order: 4;
	}

	.order-lg-5 {
		order: 5;
	}

	.order-lg-6 {
		order: 6;
	}

	.order-lg-7 {
		order: 7;
	}

	.order-lg-8 {
		order: 8;
	}

	.order-lg-9 {
		order: 9;
	}

	.order-lg-10 {
		order: 10;
	}

	.order-lg-11 {
		order: 11;
	}

	.order-lg-12 {
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}

	.row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xl-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xl-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		order: -1;
	}

	.order-xl-last {
		order: 13;
	}

	.order-xl-0 {
		order: 0;
	}

	.order-xl-1 {
		order: 1;
	}

	.order-xl-2 {
		order: 2;
	}

	.order-xl-3 {
		order: 3;
	}

	.order-xl-4 {
		order: 4;
	}

	.order-xl-5 {
		order: 5;
	}

	.order-xl-6 {
		order: 6;
	}

	.order-xl-7 {
		order: 7;
	}

	.order-xl-8 {
		order: 8;
	}

	.order-xl-9 {
		order: 9;
	}

	.order-xl-10 {
		order: 10;
	}

	.order-xl-11 {
		order: 11;
	}

	.order-xl-12 {
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}
.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.close:hover {
	color: #000;
	text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: 0.75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

a.close.disabled {
	pointer-events: none;
}

.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #e5e5e5;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #e5e5e5;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}

	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 1025px) {
	.modal-lg,
.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
html {
	font-size: 100%;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

::-moz-selection {
	background-color: #fdf0b2;
}

::-webkit-selection {
	background-color: #fdf0b2;
}

::selection {
	background-color: #fdf0b2;
}

:focus {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	background: #fff;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #868686;
}
body img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

a {
	text-decoration: none;
	color: #ffb31a;
	transition: color 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	a {
		transition: none;
	}
}
a:hover, a:focus {
	text-decoration: none;
	color: #222222;
}

p {
	margin: 0 0 14px;
}

video {
	height: 100%;
	width: 100%;
}

hr {
	margin: 0;
	border-color: #e5e5e5;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
}

.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 5px;
	width: 5em;
	height: 5em;
	margin: -25px 0 0 -25px;
	text-indent: -9999em;
	border-top: 0.5em solid #ffb31a;
	border-right: 0.5em solid rgba(245, 245, 245, 0.5);
	border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
	border-left: 0.5em solid rgba(245, 245, 245, 0.5);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

@-webkit-keyframes load8 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	margin-top: 0;
	margin-bottom: 20px;
	color: #222222;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

h1, .h1 {
	font-size: 2.5rem;
}

h2, .h2 {
	font-size: 2.125rem;
}

h3, .h3 {
	font-size: 1.75rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.25rem;
}

h6, .h6 {
	font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
	h1, .h1, .entry__article > h1 {
		font-size: 2.125rem;
	}

	h2, .h2, .entry__article > h2 {
		font-size: 1.75rem;
	}

	h3, .h3, .entry__article > h3 {
		font-size: 1.625rem;
	}
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: inherit;
}
h1 > a:hover, h1 > a:focus, h2 > a:hover, h2 > a:focus, h3 > a:hover, h3 > a:focus, h4 > a:hover, h4 > a:focus, h5 > a:hover, h5 > a:focus, h6 > a:hover, h6 > a:focus {
	color: #ffb31a;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #222222;
	font-size: 85%;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

@media only screen and (max-width: 1199px) {
	.text-lg-center {
		text-align: center;
	}
}
@media only screen and (max-width: 1024px) {
	.text-md-center {
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.text-sm-center {
		text-align: center;
	}
}
@media only screen and (max-width: 575px) {
	.text-xs-center {
		text-align: center;
	}
}
.subtitle {
	font-size: 14px;
	line-height: 1.56;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	letter-spacing: 0.3em;
	color: #ffb31a;
}

.lead {
	font-size: 18px;
	line-height: 30px;
}

address {
	font-style: normal;
	margin-bottom: 0;
	line-height: 26px;
}

blockquote p {
	font-style: italic;
}

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section-wrap {
	padding: 120px 0;
	position: relative;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 1024px) {
	.section-wrap {
		padding: 80px 0;
	}
}
@media only screen and (max-width: 767px) {
	.section-wrap {
		padding: 60px 0;
	}
}
.section-wrap--pb-large {
	padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
	.section-wrap--pb-large {
		padding-bottom: 60px;
	}
}

.container-semi-fluid {
	padding: 0 50px;
}
@media only screen and (max-width: 767px) {
	.container-semi-fluid {
		padding: 0 20px;
	}
}

.main-container {
	margin: auto;
}

.content-wrapper--boxed {
	padding-top: 0 !important;
}
@media (min-width: 1060px) {
	.content-wrapper--boxed {
		padding: 0 60px;
	}
}

@media only screen and (min-width: 1025px) {
	.content-wrapper--boxed-lg {
		padding: 0 70px;
	}
}

/* Columns Gutters
-------------------------------------------------------*/
.row-16 {
	margin: 0 -8px;
}

.row-16 > [class*=col-] {
	padding: 0 8px;
}

.row-20 {
	margin: 0 -10px;
}

.row-20 > [class*=col-] {
	padding: 0 10px;
}

.row-30 {
	margin: 0 -15px;
}

.row-30 > [class*=col-] {
	padding: 0 15px;
}

.row-60 {
	margin: 0 -30px;
}

.row-60 > [class*=col-] {
	padding: 0 30px;
}

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
	display: flex;
	flex-flow: row nowrap;
}

.flex-child {
	flex: 1 0 0;
}

/* Columns With No Gutters
-------------------------------------------------------*/
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 0;
	border-radius: 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	color: #000;
	background-color: #ffb31a;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	color: #000;
	border-color: transparent;
	opacity: 0.9;
}
.btn:focus {
	outline: none;
	color: #000;
}
.btn--lg, .btn--lg.btn--button {
	font-size: 16px;
	padding: 0 40px;
}
.btn--lg span, .btn--lg.btn--button span {
	line-height: 55px;
}
.btn--lg.btn--button {
	height: 55px;
}
.btn--md, .btn--md.btn--button {
	font-size: 15px;
	padding: 0 24px;
}
.btn--md span, .btn--md.btn--button span {
	line-height: 46px;
}
.btn--md.btn--button {
	height: 46px;
}
.btn--color {
	background-color: #ffb31a;
}
.btn--color:hover {
	opacity: 0.92;
}
.btn--dark {
	background-color: #181818;
	color: #fff;
}
.btn--white {
	background-color: #fff;
	color: #222222;
}
.btn--light {
	background-color: #f9f9f9;
	color: #222222;
}
.btn--wide {
	width: 100%;
}
.btn--dark:hover, .btn--dark:focus, .btn--white:hover, .btn--white:focus, .btn--light:hover, .btn--light:focus {
	background-color: #ffb31a;
	border-color: transparent;
}
.btn i {
	font-size: 12px;
	position: relative;
	margin-left: 40px;
	line-height: 1;
}
.btn--wide {
	width: 100% !important;
}

.rounded,
.rounded:before {
	border-radius: 70px;
}

.section-buttons {
	margin-bottom: 50px;
}
.section-buttons a {
	margin-bottom: 10px;
}

/* Input Buttons
-------------------------------------------------------*/
.btn--button {
	border: none;
	margin-bottom: 0;
	width: auto;
}
.btn--button:hover, .btn--button:focus {
	background-color: #ffb31a;
}
.btn--button.btn--color {
	color: #222222;
}
.btn--button.btn--wide {
	width: 100%;
}

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea {
	height: 46px;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	width: 100%;
	margin-bottom: 24px;
	padding: 0 12px;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	input,
select,
textarea {
		transition: none;
	}
}

textarea {
	height: auto;
	display: block;
	padding: 8px 16px;
	margin-bottom: 24px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type=search] {
	box-sizing: border-box;
}

input:focus,
textarea:focus {
	border-color: #ffb31a;
	background-color: #fff;
	outline: none;
	box-shadow: none;
}

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #868686;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #868686;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #868686;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #868686;
}

label {
	color: #222222;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.form-group {
	position: relative;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type=checkbox],
input[type=radio] {
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	float: left;
	text-align: center;
	line-height: 18px;
	border: 1px solid #e5e5e5;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input[type=checkbox]:hover,
input[type=radio]:hover {
	border-color: #777777;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
	border-color: #e5e5e5;
}

input[type=checkbox]:checked:after {
	content: "\f383";
	font-family: "ui-icons";
}

input[type=checkbox] + label,
input[type=radio] + label {
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	line-height: 22px;
	color: #868686;
}

input[type=radio] {
	border-radius: 50%;
	line-height: 1;
}
input[type=radio]:checked:after {
	content: "";
	width: 8px;
	height: 8px;
	position: relative;
	top: -1px;
	border-radius: 50%;
	display: inline-block;
	background-color: #181818;
}

/* GDPR Checkbox
-------------------------------------------------------*/
.deo-newsletter-gdpr-checkbox {
	margin-top: 20px;
}
.deo-newsletter-gdpr-checkbox__label {
	display: flex;
}
.deo-newsletter-gdpr-checkbox__text {
	color: #868686;
}

/*-------------------------------------------------------*/
/* Icon Font
/*-------------------------------------------------------*/
[class^=ui-]:before,
[class*=" ui-"]:before {
	width: auto;
	margin-right: 0;
	margin-left: 0;
	line-height: normal;
}

/*-------------------------------------------------------*/
/* Card
/*-------------------------------------------------------*/
.card {
	display: flex;
	flex: 1 0 0%;
	flex-direction: column;
	background-color: #fff;
	overflow: hidden;
}
.card-row > div {
	margin-bottom: 30px;
}
.card-row .card {
	height: 100%;
	margin-bottom: 0;
}
.card__img-holder {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
.card__body {
	background-color: #fff;
	padding: 40px;
	flex: 1 1 auto;
}
.card--small .card__body {
	padding: 24px 16px;
}
.card--small .entry__title {
	font-size: 16px;
	margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Magnific Popup
/*-------------------------------------------------------*/
.mfp-bg, .mfp-wrap {
	position: fixed;
	left: 0;
	top: 0;
}

.mfp-bg, .mfp-container, .mfp-wrap {
	height: 100%;
	width: 100%;
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
	content: "";
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	z-index: 1043;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-close, .mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none;
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-figure, img.mfp-img {
	line-height: 0;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
	max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.mfp-figure:after, img.mfp-img {
	width: auto;
	height: auto;
	display: block;
}

img.mfp-img {
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		transform-origin: 0;
	}

	.mfp-arrow-right {
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
/*-------------------------------------------------------*/
/* Alerts
/*-------------------------------------------------------*/
.alert-dismissible .close {
	padding: 0.7rem 1.25rem;
}

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
table th {
	font-weight: normal;
}

table caption {
	margin-bottom: 10px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #e5e5e5;
	padding: 10px;
}

table > thead > tr > th {
	border-bottom: none;
}

table thead tr th,
table tbody tr th {
	font-size: 1rem;
	color: #222222;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.socials--white a {
	color: #fff;
}
.socials--base a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	margin: 0 6px 6px 0;
	color: #fff;
}
.socials--base a:hover {
	color: #fff;
	opacity: 0.9;
}
.socials--rounded a {
	border-radius: 50%;
}

.social {
	display: inline-block;
	color: #222222;
	text-align: center;
	margin-right: 30px;
	font-size: 18px;
	transition: all 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.social {
		transition: none;
	}
}
.social:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 1199px) {
	.social {
		margin-right: 16px;
	}
}

.social-facebook:hover {
	color: #39599f;
}

.social-twitter:hover {
	color: #55ACEE;
}

.social-blogger:hover {
	color: #f57d00;
}

.social-deviantart:hover {
	color: #05cc47;
}

.social-digg:hover {
	color: #005be2;
}

.social-skype:hover {
	color: #00aff0;
}

.social-soundcloud:hover {
	color: #ff3300;
}

.social-spotify:hover {
	color: #1db954;
}

.social-whatsapp:hover {
	color: #25d366;
}

.social-yahoo:hover {
	color: #410093;
}

.social-yelp:hover {
	color: #af0606;
}

.social-youtube:hover {
	color: #c61d23;
}

.social-snapchat:hover {
	color: #fffb01;
}

.social-linkedin:hover {
	color: #0e76a8;
}

.social-pinterest:hover {
	color: #c8232c;
}

.social-instagram:hover {
	color: #e1306c;
}

.social-rss:hover {
	color: #ef822a;
}

.social-pocket:hover {
	color: #ef4056;
}

.social-email:hover {
	color: #333333;
}

.social-vkontakte:hover {
	color: #45668e;
}

.social-reddit:hover {
	color: #ff4500;
}

.social-dribbble:hover {
	color: #ea4c89;
}

.social-tumblr:hover {
	color: #35465c;
}

.social-behance:hover {
	color: #1769ff;
}

.social-slack:hover {
	color: #6ecadc;
}

.social-github:hover {
	color: #333333;
}

.social-flickr:hover {
	color: #ff0084;
}

.social-xing:hover {
	color: #026466;
}

.social-vimeo:hover {
	color: #1ab7ea;
}

.socials--base .social-facebook {
	background-color: #39599f;
}

.socials--base .social-twitter {
	background-color: #55ACEE;
}

.socials--base .social-blogger {
	background-color: #f57d00;
}

.socials--base .social-deviantart {
	background-color: #05cc47;
}

.socials--base .social-digg {
	background-color: #005be2;
}

.socials--base .social-skype {
	background-color: #00aff0;
}

.socials--base .social-soundcloud {
	background-color: #ff3300;
}

.socials--base .social-spotify {
	background-color: #1db954;
}

.socials--base .social-whatsapp {
	background-color: #25d366;
}

.socials--base .social-yahoo {
	background-color: #410093;
}

.socials--base .social-yelp {
	background-color: #af0606;
}

.socials--base .social-youtube {
	background-color: #c61d23;
}

.socials--base .social-snapchat {
	background-color: #fffb01;
}

.socials--base .social-linkedin {
	background-color: #0e76a8;
}

.socials--base .social-pinterest {
	background-color: #c8232c;
}

.socials--base .social-instagram {
	background-color: #e1306c;
}

.socials--base .social-rss {
	background-color: #ef822a;
}

.socials--base .social-pocket {
	background-color: #ef4056;
}

.socials--base .social-email {
	background-color: #333333;
}

.socials--base .social-vkontakte {
	background-color: #45668e;
}

.socials--base .social-reddit {
	background-color: #ff4500;
}

.socials--base .social-dribbble {
	background-color: #ea4c89;
}

.socials--base .social-tumblr {
	background-color: #35465c;
}

.socials--base .social-behance {
	background-color: #1769ff;
}

.socials--base .social-slack {
	background-color: #6ecadc;
}

.socials--base .social-github {
	background-color: #333333;
}

.socials--base .social-flickr {
	background-color: #ff0084;
}

.socials--base .social-xing {
	background-color: #026466;
}

.socials--base .social-vimeo {
	background-color: #1ab7ea;
}

/*-------------------------------------------------------*/
/* Hero
/*-------------------------------------------------------*/
.main-wrapper {
	overflow: hidden;
	position: relative;
}
@media only screen and (min-width: 1200px) {
	.main-wrapper.main-wrapper--offset-left {
		margin-left: 300px;
	}
}
@media only screen and (min-width: 1200px) {
	.main-wrapper.main-wrapper--offset-right {
		margin-right: 300px;
	}
}

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 175px 0;
	background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #181818;
}
.page-title.bg-dark-overlay:before {
	background-color: rgba(0, 0, 0, 0.36);
}
.page-title__holder {
	max-width: 878px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.page-title__title {
	line-height: 1.2;
	margin-bottom: 0;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.page-title__title {
		font-size: 36px;
	}
}
.page-title__subtitle {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 8px;
}
.page-title__subtitle p {
	margin-bottom: 0;
}
.page-title--tall {
	padding: 300px 0;
}
.page-title--short {
	padding: 100px 0;
}
@media only screen and (max-width: 1024px) {
	.page-title {
		padding: 120px 0;
	}
}
@media only screen and (max-width: 767px) {
	.page-title {
		padding: 60px 0;
	}
}

/*-------------------------------------------------------*/
/* Newsletter
/*-------------------------------------------------------*/
.newsletter .title-row {
	margin-bottom: 20px;
}
.newsletter .lead {
	margin-top: 10px;
	margin-bottom: 32px;
}
.newsletter__form {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.newsletter .widget_mc4wp_form_widget {
	margin-bottom: 0;
}
.newsletter .deo-newsletter-gdpr-checkbox {
	text-align: center;
}

/*-------------------------------------------------------*/
/* Box Offset Container
/*-------------------------------------------------------*/
.box-offset-container {
	background-color: #fff;
	padding: 100px 50px 50px;
	margin-top: -210px;
	margin-right: 220px;
	margin-left: 220px;
}
@media (max-width: 1600px) {
	.box-offset-container {
		padding: 50px 34px;
		margin-left: 100px;
		margin-right: 100px;
	}
}
@media (max-width: 1280px) {
	.box-offset-container {
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.box-offset-container {
		margin: 0;
		padding: 30px 0;
	}
}

/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 14px;
}

/*-------------------------------------------------------*/
/* Page 404
/*-------------------------------------------------------*/
.page-404 {
	padding-top: 10%;
	padding-bottom: 10%;
}
.page-404 .container,
.page-404 .row {
	height: 100%;
}
.page-404:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.36);
}
.page-404__number, .page-404__title, .page-404__text {
	color: #fff;
}
.page-404__number {
	font-family: "Poppins", sans-serif;
	line-height: 1;
	font-size: 248px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
	.page-404__number {
		font-size: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.page-404__number {
		font-size: 100px;
	}
}
.page-404__title {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 56px;
	line-height: 1.1;
	margin-bottom: 34px;
}
@media only screen and (max-width: 1024px) {
	.page-404__title {
		font-size: 34px;
	}
}
.page-404__text {
	font-size: 20px;
}
.page-404__text a:hover,
.page-404__text a:focus {
	color: #fff;
	text-decoration: underline;
}
.page-404 .search-input {
	background-color: #fff;
	height: 55px;
}
.page-404 .search-button {
	height: 55px;
	width: 55px;
	font-size: 20px;
}

/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/
.masonry-filter {
	margin-bottom: 32px;
	margin-left: -9px;
}
.masonry-filter a {
	display: inline-block;
	position: relative;
	padding: 0 12px;
	color: #868686;
	font-size: 12px;
	margin-bottom: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.masonry-filter a.active, .masonry-filter a:hover {
	color: #ffb31a;
}
.masonry-filter a.active:after, .masonry-filter a:hover:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	height: 1px;
	width: 28px;
	background-color: #ffb31a;
	transform: translateX(-50%);
}

.project {
	position: relative;
}
.project__container {
	margin-bottom: 30px;
	overflow: hidden;
}
.project__img-holder {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.project__img-holder > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.project__img {
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
	.project__img {
		transition: none;
	}
}
.project__description {
	padding-top: 20px;
	width: 100%;
	display: block;
	left: 0;
	bottom: 0;
	z-index: 3;
	transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
	.project__description {
		transition: none;
	}
}
.project__title {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.project__title a:hover {
	color: #ffb31a;
}
.project__text {
	color: #868686;
}
.project__category {
	color: #868686;
	font-size: 13px;
}
.project__category a {
	color: inherit;
}
.project:hover .project__description {
	transform: translateY(0);
}
.hover-overlay .project__description {
	transform: translateY(20%);
	position: absolute;
	padding: 30px;
	bottom: 0;
}
.hover-overlay .project__title, .hover-overlay .project__date, .hover-overlay .project__category {
	color: #fff;
}

/*-------------------------------------------------------*/
/* Single Project
/*-------------------------------------------------------*/
/* Slick Slider */
.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after, .slick-track:before {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots, .slick-next, .slick-prev {
	position: absolute;
	display: block;
	padding: 0;
}

.slick-loading .slick-list {
	background: url(assets/css/slick/ajax-loader.gif) center center no-repeat #fff;
}

.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
	font-family: ui-icons;
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #fff;
}

.slick-prev {
	left: -15px;
}

[dir=rtl] .slick-prev {
	right: -15px;
	left: auto;
}

.slick-prev:before {
	content: "←";
}

.slick-next:before, [dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -15px;
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}

[dir=rtl] .slick-next:before {
	content: "←";
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	bottom: -25px;
	width: 100%;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	text-align: center;
	opacity: 0.25;
	background-color: #000;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: #000;
}

.slick-dots li {
	width: 7px;
	height: 7px;
	margin: 0 10px;
	transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.slick-dots li {
		transition: none;
	}
}
.slick-dots li button {
	width: 100%;
	height: 100%;
}
.slick-dots li button:before {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	opacity: 0.15;
}

.slick-dots > li {
	display: inline-block;
}

.slick-dots > li:only-child {
	display: none;
}

.slick-dots .slick-active {
	transform: scale(1.75);
}
.slick-dots .slick-active button:before {
	background-color: #ffb31a;
}

.slick-arrow {
	z-index: 1;
}

.slick-prev:before {
	content: "\e875";
}

.slick-next:before {
	content: "\e876";
}

/* Project Slider
-------------------------------------------------------*/
.slick-single-image .slick-arrow {
	width: 48px;
	height: 48px;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.slick-single-image .slick-arrow {
		transition: none;
	}
}
.slick-single-image .slick-arrow:before {
	line-height: 48px;
	color: #222222;
}
.slick-single-image .slick-next {
	right: 0;
}
.slick-single-image .slick-prev {
	left: 0;
}

@media only screen and (min-width: 1025px) {
	.project__info {
		padding-right: 64px;
	}
}
.project__info p {
	margin-bottom: 24px;
}

.project__featured-img-holder {
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 24px;
}

@media only screen and (min-width: 1025px) {
	.project__details {
		padding-left: 64px;
		padding-top: 10px;
		border-left: 1px solid #e5e5e5;
	}
}

.project__meta {
	margin-bottom: 33px;
	list-style: none;
	padding: 0;
}
.project__meta-item {
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 24px;
}
.project__meta-item:last-child {
	margin-bottom: 0;
}
.project__meta-item a:not(.btn) {
	color: inherit;
}
.project__meta-item a:not(.btn):hover {
	text-decoration: underline;
}
.project__meta-label {
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	color: #222222;
	display: block;
}

.share-label {
	font-size: 18px;
}

/*-------------------------------------------------------*/
/* Project Nav
/*-------------------------------------------------------*/
.project-nav {
	background-color: #f9f9f9;
	padding: 38px 0;
}
.project-nav .row > div {
	position: relative;
}
.project-nav__item {
	font-family: "Poppins", sans-serif;
	color: #222222;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
.project-nav__item:hover {
	color: #ffb31a;
}
.project-nav__item a {
	color: inherit;
}
.project-nav__page-prev a, .project-nav__page-next a {
	position: relative;
	transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.project-nav__page-prev a, .project-nav__page-next a {
		transition: none;
	}
}
.project-nav__page-prev i, .project-nav__page-next i {
	font-size: 17px;
	display: inline-block;
	position: relative;
	line-height: 1;
	top: 1px;
}
.project-nav__page-prev i {
	margin-right: 9px;
}
.project-nav__page-next i {
	margin-left: 9px;
}
.project-nav__page-next {
	text-align: right;
}
.project-nav__back-to-projects {
	text-align: center;
}
.project-nav__back-to-projects-icon {
	display: none;
	font-size: 20px;
}
@media (max-width: 400px) {
	.project-nav__back-to-projects a:first-child {
		display: none;
	}
	.project-nav__back-to-projects-icon {
		display: block;
	}
}

/*-------------------------------------------------------*/
/* Blog
/*-------------------------------------------------------*/
.entry {
	overflow: hidden;
	position: relative;
	margin-bottom: 56px;
}
.entry__img-holder {
	margin-bottom: 24px;
}
.entry__img {
	width: 100%;
}
.entry__title {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 4px;
	margin-top: 8px;
}
.entry__title--small {
	font-size: 1.125rem;
}
.entry__title--extra-small {
	font-size: 1rem;
}
.entry__excerpt {
	margin-top: 20px;
	margin-bottom: 24px;
}
.entry__excerpt p {
	margin-bottom: 0;
}

/* Read More
-------------------------------------------------------*/
.read-more {
	font-size: 14px;
	font-weight: 700;
}
.read-more__icon {
	font-size: 11px;
	position: relative;
	top: -1px;
	margin-left: 3px;
}

/* Blog Grid
-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	.blog-grid__title-col {
		height: 100%;
	}
}

/* Blog Meta
-------------------------------------------------------*/
.entry__meta {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}
.entry__meta li {
	display: inline-block;
	font-size: 14px;
	margin-right: 18px;
	color: #9e9e9e;
}
.entry__meta li:last-child {
	margin-right: 0;
}
.entry__meta a {
	color: #868686;
}
.entry__meta a:hover, .entry__meta a:focus {
	color: #ffb31a;
}
.entry__meta-category {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

/* From Blog
-------------------------------------------------------*/
.from-blog .entry {
	margin-bottom: 40px;
}
.from-blog__recent-posts-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.from-blog__recent-posts-item {
	display: flex;
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}
.from-blog__recent-posts-item:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.from-blog__post-number {
	display: inline-block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	text-align: center;
	background-color: #cacaca;
	margin-right: 14px;
	font-size: 12px;
	color: #fff;
	float: left;
}
.from-blog__post-url {
	color: #868686;
	line-height: 24px;
	overflow: hidden;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
	text-align: center;
}

.page-numbers,
.post-page-numbers {
	font-size: 15px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-right: 2px;
	text-align: center;
	color: #868686;
	background-color: #eeeeee;
	vertical-align: middle;
	transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.page-numbers,
.post-page-numbers {
		transition: none;
	}
}
.page-numbers:not(span):hover,
.post-page-numbers:not(span):hover {
	background-color: #ffb31a;
	color: #000;
}
.page-numbers:last-child,
.post-page-numbers:last-child {
	margin-right: 0;
}
.page-numbers.current,
.post-page-numbers.current {
	background-color: #ffb31a;
	color: #000;
}
.page-numbers i,
.post-page-numbers i {
	font-size: 12px;
	position: relative;
	top: -2px;
}

/* Post Pagination
-------------------------------------------------------*/
.post-pagination > span:first-child {
	margin-right: 10px;
}

/*-------------------------------------------------------*/
/* Featured Image
/*-------------------------------------------------------*/
.blog-featured-img .entry__meta-category {
	margin-bottom: 14px;
	display: inline-block;
}
.blog-featured-img .entry__meta {
	margin-top: 14px;
	margin-bottom: 0;
}
.blog-featured-img .entry__meta li,
.blog-featured-img .entry__meta a {
	color: #fff;
}

/*-------------------------------------------------------*/
/* Single Post
/*-------------------------------------------------------*/
.single-post__entry {
	margin-bottom: 20px;
	overflow: visible;
}

.entry__article {
	font-size: 20px;
	line-height: 1.8;
}
.entry__article-wrap {
	margin-bottom: 48px;
}
.entry__article > h1, .entry__article > h2, .entry__article > h3, .entry__article > h4, .entry__article > h5, .entry__article > h6 {
	margin-top: 36px;
	margin-bottom: 20px;
}
.entry__article > h1:first-child, .entry__article > h2:first-child, .entry__article > h3:first-child, .entry__article > h4:first-child, .entry__article > h5:first-child, .entry__article > h6:first-child {
	margin-top: 0;
}
.entry__article > p, .entry__article > ul, .entry__article > ol {
	margin-bottom: 34px;
}
.entry__article a:not(.wp-block-button__link) {
	color: #2f95ef;
}
.entry__article a:not(.wp-block-button__link):hover {
	text-decoration: underline;
}
.entry__article figure {
	margin-bottom: 2em;
}
.entry__article ol {
	padding-left: 23px;
}
.entry__article ul {
	padding-left: 18px;
}

figure {
	margin: 0;
}

figcaption {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	margin-top: 10px;
	color: #9e9e9e;
}

/* Entry Share
/*-------------------------------------------------------*/
.entry__article-wrap {
	position: relative;
}

.entry__share {
	margin-bottom: 24px;
}
.entry__share-social {
	width: auto !important;
	padding: 0 20px;
	border-radius: 3px;
}
.entry__share-social-text {
	font-size: 0.75rem;
	margin-left: 10px;
}

/* Entry Tags
/*-------------------------------------------------------*/
.entry__tags {
	margin-top: 30px;
	padding-bottom: 14px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.entry__tags-label {
	color: #222222;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	margin-right: 4px;
}

/* Entry Author
/*-------------------------------------------------------*/
.entry-author {
	position: relative;
	margin-top: 56px;
	margin-bottom: 24px;
}
.entry-author--box {
	padding: 44px 30px;
	background-color: #f9f9f9;
	position: relative;
}
.entry-author--box img {
	display: block;
	float: left;
	margin-right: 24px;
	border-radius: 50%;
}
@media only screen and (max-width: 575px) {
	.entry-author--box img {
		width: 40px;
	}
}
.entry-author__info {
	overflow: hidden;
}
.entry-author__img {
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
}
@media only screen and (max-width: 575px) {
	.entry-author__img {
		display: none;
	}
}
.entry-author__name {
	font-size: 1rem;
	margin-bottom: 12px;
}
.entry-author__socials {
	overflow: hidden;
	margin-top: 14px;
}
.entry-author__socials a {
	float: left;
	margin-right: 20px;
}

/* Related Posts
/*-------------------------------------------------------*/
.related-posts {
	margin-top: 64px;
}
.related-posts__entry {
	margin-bottom: 0;
}

/* Comments
/*-------------------------------------------------------*/
.entry-comments__title {
	margin-bottom: 32px;
}

.comment-content > h1, .comment-content > h2, .comment-content > h3, .comment-content > h4, .comment-content > h5, .comment-content > h6 {
	margin-top: 36px;
	margin-bottom: 20px;
}
.comment-content figure {
	margin-bottom: 34px;
}
.comment-content ol {
	padding-left: 23px;
}
.comment-content ul {
	padding-left: 18px;
}

.comment-list {
	padding-left: 0;
}
.comment-list, .comment-list ul {
	list-style: none;
}
@media only screen and (min-width: 576px) {
	.comment .children {
		padding-left: 8%;
	}
}
.comment-list > li:first-child > .comment-body {
	border-top: 0;
	padding-top: 0;
}
.comment-body {
	margin-bottom: 32px;
	padding-top: 32px;
	border-top: 1px solid #e5e5e5;
}
.comment-text {
	overflow: hidden;
}
.comment-text p {
	margin-bottom: 10px;
}
.comment-avatar {
	float: left;
	margin-right: 20px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.comment-author {
	font-size: 17px;
}
.comment-author__name {
	color: #222222;
	font-weight: 700;
}
.comment-author__post-author-label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 3px;
	background-color: #ffb31a;
	color: #000;
	padding: 3px 8px;
	border-radius: 3px;
	font-weight: 600;
	font-size: 0.6875rem;
}
.comment-author a {
	color: inherit;
}
.comment-metadata {
	display: inline-block;
}
.comment-date, .comment-edit-link {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 13px;
	color: #9e9e9e;
}
.comment-edit-link {
	margin-left: 5px;
	margin-bottom: 0;
	color: #ffb31a;
}
.comment-reply {
	color: #222222;
	font-weight: 600;
}
.comment-reply:hover {
	color: #ffb31a;
}

/* Comment Form
/*-------------------------------------------------------*/
.comment-form {
	margin-top: 36px;
	margin-bottom: 36px;
}
.comment-form p {
	margin: 0;
}
.comment-form .logged-in-as {
	margin-top: -20px;
	margin-bottom: 28px;
}
.comment-form-cookies-consent {
	margin-bottom: 24px !important;
	line-height: 1;
}
.comment-form-cookies-consent label {
	color: #868686;
}

.entry-comments {
	margin-top: 40px;
}

.comment-list + .comment-respond {
	padding-top: 56px;
	border-top: 1px solid #e5e5e5;
}

.comment-respond__title {
	margin-bottom: 15px;
}
.comment-respond__title small {
	margin-left: 15px;
	font-size: 60%;
}
.comment-respond__notice {
	margin-bottom: 36px;
	display: inline-block;
}

/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	.left-sidebar .sidebar:not(.elementor-column) {
		padding-right: 65px;
	}
	.left-sidebar .page-content,
.left-sidebar .blog__content {
		order: 2;
	}

	.right-sidebar .sidebar:not(.elementor-column) {
		padding-left: 65px;
	}
}
/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 120;
	min-height: 95px;
	position: relative;
}
.nav__wrap {
	padding-left: 20px;
}
@media only screen and (min-width: 1200px) {
	.nav__wrap {
		padding-left: 44px;
	}
}
.nav__container {
	position: relative;
	padding: 0 60px;
}
.nav__container-box {
	padding: 0;
	position: relative;
}
.nav__menu, .nav__dropdown-menu {
	list-style: none;
}
.nav__menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}
.nav__menu li {
	position: relative;
}
.nav__menu > li > a {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #222222;
	font-size: 14px;
	padding: 0 14px;
	line-height: 95px;
	display: block;
	position: relative;
}
.nav__menu > li > a:hover {
	color: #ffb31a;
}
.nav__menu > .active > a {
	color: #ffb31a;
}

.mobile body {
	cursor: pointer;
}

.nav__menu > .current_page_parent > a,
.nav__menu .current-menu-item > a {
	color: #ffb31a;
}

/* Logo
-------------------------------------------------------*/
.logo {
	line-height: 1;
}

/* Nav Flexbox
-------------------------------------------------------*/
.nav__flex-parent {
	align-items: center;
}

.nav--align-right {
	margin-left: auto;
}

.nav--align-left {
	margin-right: auto;
}

/* Nav Right
-------------------------------------------------------*/
.nav__right {
	margin-left: auto;
	display: flex;
	align-items: center;
}

/* Top Bar
-------------------------------------------------------*/
.top-bar {
	height: 60px;
}
.top-bar .container {
	max-width: 1140px;
	padding: 0 15px;
}
.top-bar--transparent {
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: 120;
}
.top-bar--transparent .social,
.top-bar--transparent .top-bar__icon,
.top-bar--transparent .top-bar__phone-number,
.top-bar--transparent .top-bar__email {
	opacity: 0.7;
	color: #fff;
}
.top-bar--transparent .social:hover, .top-bar--transparent .social:focus,
.top-bar--transparent .top-bar__icon:hover,
.top-bar--transparent .top-bar__icon:focus,
.top-bar--transparent .top-bar__phone-number:hover,
.top-bar--transparent .top-bar__phone-number:focus,
.top-bar--transparent .top-bar__email:hover,
.top-bar--transparent .top-bar__email:focus {
	opacity: 1;
}
.top-bar__item {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	margin-right: 16px;
}
.top-bar__item:last-child {
	margin-right: 0;
}
.top-bar__item--align-right {
	float: right;
}
.top-bar__phone-number, .top-bar__email {
	font-size: 14px;
}

/* Nav Icon Toggle (mobile nav)
-------------------------------------------------------*/
.nav__icon-toggle {
	margin-left: auto;
	position: relative;
	padding: 9px 0 9px 10px;
	background-color: transparent;
	border: none;
	z-index: 50;
}
.nav__icon-toggle-bar {
	background-color: #222222;
	width: 18px;
	display: block;
	height: 2px;
	border-radius: 1px;
	margin-bottom: 4px;
}
.nav__icon-toggle-bar:last-child {
	margin-bottom: 0;
}
.nav__icon-toggle:focus .nav__icon-toggle-bar, .nav__icon-toggle:hover .nav__icon-toggle-bar {
	background-color: #ffb31a;
}
.nav__icon-toggle:focus {
	outline: none;
}

/* Nav Sticky
-------------------------------------------------------*/
.nav__holder.offset {
	transform: translate3d(0, -100%, 0);
	transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.nav__holder.offset {
		transition: none;
	}
}
.nav__holder.scrolling {
	transform: translate3d(0, 0px, 0);
}
.nav__holder.sticky {
	position: fixed;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
}
.nav__holder.sticky.scrolling {
	opacity: 1;
	visibility: visible;
}
.nav__holder.sticky .nav__menu > li > a {
	line-height: 60px;
}
.nav__holder.sticky .nav__flex-parent {
	height: 60px;
}
.nav__holder.sticky .nav__container-box {
	padding: 0;
}

.nav__footer {
	margin-top: auto;
}
.nav__footer .socials {
	margin-bottom: 24px;
}

/* Nav Dropdown Trigger
-------------------------------------------------------*/
.nav__dropdown-trigger {
	border: 0;
	background-color: transparent;
	padding: 0;
}
.nav__dropdown-trigger:focus {
	outline: 0;
}
.nav__dropdown--is-open > .nav__dropdown-trigger {
	transform: rotate(180deg);
}

/* Nav 2
-------------------------------------------------------*/
.nav-2 .nav__container {
	padding: 0 15px;
	max-width: 1140px;
}

/* Nav Icon Toggle
-------------------------------------------------------*/
.nav-icon-toggle {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition: 0.15s linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	margin-left: auto;
	overflow: visible;
}
@media (prefers-reduced-motion: reduce) {
	.nav-icon-toggle {
		transition: none;
	}
}
.nav-icon-toggle:focus {
	outline: none;
}
.nav-icon-toggle__box {
	width: 24px;
	height: 24px;
	position: relative;
	display: block;
}
.nav-icon-toggle__inner {
	display: block;
	top: 50%;
	margin-top: -1px;
	background-color: #222222;
}
.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
	width: 24px;
	height: 1px;
	right: 0;
	position: absolute;
	transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
	.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
		transition: none;
	}
}
.nav-icon-toggle:hover .nav-icon-toggle__inner:before {
	width: 10px;
}
.nav-icon-toggle:hover .nav-icon-toggle__inner:after {
	width: 16px;
}
.nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
	content: "";
	display: block;
	background-color: inherit;
}
.nav-icon-toggle__inner:before {
	top: -8px;
}
.nav-icon-toggle__inner:after {
	bottom: -8px;
}

/* Sidenav
-------------------------------------------------------*/
.sidenav {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 60px 40px;
	width: 320px;
	z-index: 121;
	overflow-y: auto;
	transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	transform: translateX(320px);
}
@media (prefers-reduced-motion: reduce) {
	.sidenav {
		transition: none;
	}
}
.sidenav--is-open {
	transform: translateX(0);
}
.sidenav .nav__wrap {
	display: block !important;
	padding-left: 0;
	width: 100%;
	margin-top: 40px;
}
.sidenav .nav__wrap .nav__menu li a {
	border: 0;
	padding: 17px 0;
	line-height: 1;
	height: auto;
}
.sidenav .nav__wrap .nav__dropdown-menu > li > a {
	padding: 8px;
}
.sidenav__close {
	position: absolute;
	right: 40px;
	top: 24px;
}
.sidenav__close-label {
	float: left;
	margin-right: 8px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 27px;
	font-size: 12px;
}
.sidenav__close-button {
	padding: 0;
	background: transparent;
	border: 0;
	color: #868686;
	height: 24px;
}
.sidenav__close-button:hover {
	color: #ffb31a;
}
.sidenav__close-button:focus {
	outline: none;
}
.sidenav__close-icon {
	font-size: 20px;
}

.content-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 121;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s cubic-bezier(0.16, 0.36, 0, 0.98);
	background-color: rgba(0, 0, 0, 0.5);
}
@media (prefers-reduced-motion: reduce) {
	.content-overlay {
		transition: none;
	}
}
.content-overlay--is-visible {
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 1200px) {
	.nav--side {
		width: 300px;
	}
}
.nav--side .nav__phone-text,
.nav--side .nav__email-text {
	display: block;
	font-weight: 400;
	opacity: 0.7;
}

.nav--side .nav__phone--mobile {
	margin-top: 40px;
}

@media (max-width: 1059px) {
	.nav-icon-toggle {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
	}
}
.nav-4 .nav__flex-parent {
	display: flex;
}

/* Nav Phone / Email / Socials
-------------------------------------------------------*/
.nav__phone {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.nav__phone-text, .nav__phone-number {
	color: #222222;
}
.nav__phone-item {
	padding: 1px 0;
}
.nav__phone + .nav__socials {
	padding-left: 44px;
	margin-left: 44px;
	border-left: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1199px) {
	.nav__phone + .nav__socials {
		padding-left: 20px;
		margin-left: 20px;
	}
}
.nav__phone--mobile {
	padding: 20px 0 8px;
}

.nav__socials--mobile,
.nav__email--mobile {
	padding: 14px 0 20px;
}

.nav__email {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.nav__email,
.nav__email-email {
	color: #222222;
}

/* Nav Search
-------------------------------------------------------*/
.nav__search-link {
	position: relative;
	display: block;
	color: inherit;
	font-size: 22px;
}
.nav__search-form {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 23;
}
.nav__search-input {
	font-family: "Source Sans Pro", sans-serif;
	padding: 0 30px;
	height: 100%;
	border: none;
	font-size: 24px;
	margin-bottom: 0;
	background-color: #fff;
}
.nav__search-close {
	position: absolute;
	width: 16px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	top: 50%;
	margin-top: -18px;
	right: 30px;
	font-size: 24px;
	color: #868686;
	cursor: pointer;
}

.ui-close:before {
	position: relative;
	top: -2px;
}

/* Mobile Search */
.nav__search-mobile .search-input {
	height: 46px;
	padding: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	color: #868686;
}
.nav__search-mobile .search-input:focus {
	background-color: transparent;
}
.nav__search-mobile .search-button {
	width: 46px;
	height: 46px;
	padding-left: 26px;
	font-size: 18px;
}

.search-icon {
	color: #868686;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
	display: block;
	z-index: 100;
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 12px;
	position: fixed;
	bottom: -34px;
	right: 20px;
	line-height: 34px;
	background-color: #f9f9f9;
	box-shadow: 0px 1px 4px 0px rgba(154, 161, 171, 0.4);
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
@media (prefers-reduced-motion: reduce) {
	#back-to-top {
		transition: none;
	}
}
#back-to-top i {
	transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	#back-to-top i {
		transition: none;
	}
}
#back-to-top a {
	display: block;
	color: #222222;
}
#back-to-top.show {
	bottom: 20px;
}
#back-to-top:hover {
	background-color: #ffb31a;
	bottom: 24px;
}
#back-to-top:hover i {
	color: #fff;
}

rs-module-wrap {
	z-index: 0;
}

rs-module {
	overflow: visible;
}

/* Bullets
-------------------------------------------------------*/
.tp-bullets.custom .tp-bullet {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 0;
	box-shadow: none;
	width: 36px;
	height: 2px;
	display: inline-block;
	transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.tp-bullets.custom .tp-bullet {
		transition: none;
	}
}

.tp-bullets.custom .tp-bullet.selected,
.tp-bullets.custom .tp-bullet:hover {
	width: 46px;
	margin-left: -10px;
	box-shadow: none;
	background-color: #ffb31a;
}

.hero-dot {
	color: #ffb31a;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget {
	margin-bottom: 60px;
}
.widget li {
	list-style: none;
}
.widget-title {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 18px;
	font-weight: 700;
}

.widget .sub-menu,
.widget .children {
	padding-left: 15px;
	padding-top: 10px;
}
.widget .sub-menu li:first-child,
.widget .children li:first-child {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
}
.widget a {
	color: inherit;
}

.widget_recent_entries a,
.widget_recent_comments a,
.widget_nav_menu a,
.widget_archive a,
.widget_pages a,
.widget_categories a,
.widget_meta a {
	color: #868686;
}
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_nav_menu a:hover,
.widget_archive a:hover,
.widget_pages a:hover,
.widget_categories a:hover,
.widget_meta a:hover {
	color: #ffb31a;
}

/* Widget RSS
-------------------------------------------------------*/
.widget_rss li {
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}
.widget_rss li:first-child {
	padding-top: 0;
}
.widget_rss .rsswidget {
	color: #222222;
}
.widget_rss .rsswidget:hover {
	color: #ffb31a;
}
.widget_rss .rss-date {
	display: block;
	color: #9e9e9e;
	font-size: 0.875rem;
	margin: 6px 0 12px;
}
.widget_rss .rssSummary {
	margin-bottom: 8px;
}
.widget_rss .rssSummary + cite {
	font-size: 15px;
	color: #9e9e9e;
}

/* Widgets select (Categories, Archives, Text Widget)
-------------------------------------------------------*/
.widget_categories select,
.widget_archive select,
.widget_text select {
	margin-bottom: 0;
}

/* Widget Calendar
-------------------------------------------------------*/
#wp-calendar {
	width: 100%;
}
#wp-calendar > thead > tr > th, #wp-calendar > tbody > tr > th, #wp-calendar > tfoot > tr > th, #wp-calendar > thead > tr > td, #wp-calendar > tbody > tr > td, #wp-calendar > tfoot > tr > td {
	border: 0;
}
#wp-calendar caption {
	caption-side: top;
	text-align: right;
	color: #868686;
	font-size: 12px;
	padding: 0;
	margin-bottom: 15px;
	padding-right: 10px;
}
#wp-calendar thead th {
	padding: 8px;
	text-align: center;
	font-size: 10px;
}
#wp-calendar thead th:first-child {
	padding-left: 0;
}
#wp-calendar thead th:last-child {
	padding-right: 0;
}
#wp-calendar tbody {
	color: #9e9e9e;
}
#wp-calendar tbody td {
	text-align: center;
	padding: 8px;
}
#wp-calendar tbody td:first-child {
	padding-left: 0;
}
#wp-calendar tbody td:last-child {
	padding-right: 0;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 4px;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 4px;
}

/* Widget Recent Posts
-------------------------------------------------------*/
.widget-recent-posts__list > li {
	padding: 14px 0;
}
.widget-recent-posts__list > li:first-child {
	padding-top: 0;
}
.widget-recent-posts__list > li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.widget-recent-posts__img-holder {
	width: 80px;
	float: left;
	position: relative;
	margin-right: 15px;
}
@media only screen and (max-width: 575px) {
	.widget-recent-posts__img-holder {
		width: 50px;
	}
}
.widget-recent-posts__entry {
	min-height: 60px;
}
.widget-recent-posts__entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0;
}

/* Widget Search
-------------------------------------------------------*/
.widget-search-input {
	background-color: #fff;
}

.widget_search .search-input {
	margin-bottom: 0;
}

.widget-search-button,
.search-form__button,
.search-button {
	position: absolute;
	top: 0;
	height: 46px;
	width: 46px;
	padding: 0 !important;
	background-color: transparent;
	border: 0;
	right: 0;
	font-size: 17px;
	vertical-align: middle;
	border-radius: 0 4px 4px 0;
}

.search-form {
	position: relative;
}

/* Widget Categories, Recent Entries, Comments, Archives, Meta
-------------------------------------------------------*/
.widget_categories li,
.widget_recent_entries li,
.widget_nav_menu li,
.widget_archive li,
.widget_pages li,
.widget_meta li,
.recentcomments {
	padding: 5px 0;
}
.widget_categories li:first-child,
.widget_recent_entries li:first-child,
.widget_nav_menu li:first-child,
.widget_archive li:first-child,
.widget_pages li:first-child,
.widget_meta li:first-child,
.recentcomments:first-child {
	padding-top: 0;
}
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_nav_menu li:last-child,
.widget_archive li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.recentcomments:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

/* Widget Recent Entries, Recent Comments, Meta, Pages, Menu
-------------------------------------------------------*/
.widget_recent_entries li,
.recentcomments,
.widget_nav_menu li,
.widget_pages li,
.widget_categories li,
.widget_meta li {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

/* Widget Categories (Sidebar)
-------------------------------------------------------*/
.sidebar .widget_categories a:after {
	float: right;
	content: "\e876";
	font-family: "ui-icons";
	font-size: 12px;
	position: relative;
	top: 2px;
}

/* Widget Newsletter 
-------------------------------------------------------*/
.sidebar .widget_mc4wp_form_widget {
	border: 2px solid #efefef;
	padding: 28px 24px;
}

.mc4wp-form-fields {
	position: relative;
}
.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
	height: 55px;
	margin-bottom: 8px;
}
.mc4wp-form-fields input[type=submit] {
	margin-bottom: 0;
	width: auto;
}

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud a,
.entry__tags a {
	padding: 6px 8px;
	line-height: 1;
	margin: 0 8px 8px 0;
	border-radius: 3px;
	font-weight: 700;
	font-size: 10px !important;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
	color: #868686;
	display: inline-block;
	transition: background-color 0.1s ease-in-out;
	float: left;
}
@media (prefers-reduced-motion: reduce) {
	.widget_tag_cloud a,
.entry__tags a {
		transition: none;
	}
}
.widget_tag_cloud a:hover,
.entry__tags a:hover {
	background-color: #ffb31a;
	border-color: transparent;
	color: #000;
}

.tagcloud {
	overflow: hidden;
}

/* Widget Location
-------------------------------------------------------*/
.widget-location__phone {
	display: block;
	margin-top: 16px;
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media only screen and (min-width: 1025px) {
	.footer .container-fluid, .footer .container-lg, .footer .container-xl {
		padding: 0 60px;
	}
}

/* Footer Widgets
-------------------------------------------------------*/
.footer__widgets {
	padding: 80px 0 34px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.footer__widgets .widget_nav_menu li {
	padding: 2px 0;
	border: 0 !important;
}
.footer__widgets .widget_nav_menu .sub-menu li:first-child,
.footer__widgets .widget_nav_menu .children li:first-child {
	padding-top: 0;
}

/* Footer 2
-------------------------------------------------------*/
.footer-2 {
	background-color: #fff;
	padding: 26px 0;
}
@media only screen and (min-width: 1025px) {
	.footer-2 .container-fluid, .footer-2 .container-lg, .footer-2 .container-xl {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.footer-2 .widget_nav_menu {
		margin-top: 12px;
	}
}
@media only screen and (min-width: 768px) {
	.footer-2 .widget_nav_menu {
		text-align: right;
	}
}
.footer-2 .widget_nav_menu {
	margin-bottom: 0;
}
.footer-2 .widget_nav_menu ul li {
	display: inline-block;
	padding: 0;
	margin: 0 6px;
	font-size: 14px;
	border: 0;
}
.footer-2 .widget_nav_menu ul li:first-child {
	margin-left: 0;
}
.footer-2 .widget_nav_menu ul li:last-child {
	margin-right: 0;
}

/* Bottom Footer
-------------------------------------------------------*/
.footer__bottom {
	padding: 24px 0;
	position: relative;
}

.copyright {
	display: inline-block;
	font-size: 14px;
	color: #868686;
}
.copyright a {
	color: inherit;
}
.copyright a:hover, .copyright a:focus {
	color: #ffb31a;
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.m-0 {
	margin: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-8 {
	margin-top: 8px;
}

.mt-16 {
	margin-top: 16px;
}

.mt-24 {
	margin-top: 24px;
}

.mt-32 {
	margin-top: 32px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-48 {
	margin-top: 48px;
}

.mt-56 {
	margin-top: 56px;
}

.mt-64 {
	margin-top: 64px;
}

.mt-72 {
	margin-top: 72px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-56 {
	margin-bottom: 56px;
}

.mb-64 {
	margin-bottom: 64px;
}

.mb-72 {
	margin-bottom: 72px;
}

.mb-80 {
	margin-bottom: 80px;
}

.pt-0 {
	padding-top: 0;
}

.pt-8 {
	padding-top: 8px;
}

.pt-16 {
	padding-top: 16px;
}

.pt-24 {
	padding-top: 24px;
}

.pt-32 {
	padding-top: 32px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-48 {
	padding-top: 48px;
}

.pt-56 {
	padding-top: 56px;
}

.pt-64 {
	padding-top: 64px;
}

.pt-72 {
	padding-top: 72px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-8 {
	padding-bottom: 8px;
}

.pb-16 {
	padding-bottom: 16px;
}

.pb-24 {
	padding-bottom: 24px;
}

.pb-32 {
	padding-bottom: 32px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-48 {
	padding-bottom: 48px;
}

.pb-56 {
	padding-bottom: 56px;
}

.pb-64 {
	padding-bottom: 64px;
}

.pb-72 {
	padding-bottom: 72px;
}

.pb-80 {
	padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.mt-lg-8 {
		margin-top: 8px;
	}

	.mt-lg-16 {
		margin-top: 16px;
	}

	.mt-lg-24 {
		margin-top: 24px;
	}

	.mt-lg-32 {
		margin-top: 32px;
	}

	.mt-lg-40 {
		margin-top: 40px;
	}

	.mt-lg-48 {
		margin-top: 48px;
	}

	.mt-lg-56 {
		margin-top: 56px;
	}

	.mt-lg-64 {
		margin-top: 64px;
	}

	.mt-lg-72 {
		margin-top: 72px;
	}

	.mt-lg-80 {
		margin-top: 80px;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}

	.mb-lg-8 {
		margin-bottom: 8px;
	}

	.mb-lg-16 {
		margin-bottom: 16px;
	}

	.mb-lg-24 {
		margin-bottom: 24px;
	}

	.mb-lg-32 {
		margin-bottom: 32px;
	}

	.mb-lg-40 {
		margin-bottom: 40px;
	}

	.mb-lg-48 {
		margin-bottom: 48px;
	}

	.mb-lg-56 {
		margin-bottom: 56px;
	}

	.mb-lg-64 {
		margin-bottom: 64px;
	}

	.mb-lg-72 {
		margin-bottom: 72px;
	}

	.mb-lg-80 {
		margin-bottom: 80px;
	}

	.pt-lg-0 {
		padding-top: 0;
	}

	.pt-lg-8 {
		padding-top: 8px;
	}

	.pt-lg-16 {
		padding-top: 16px;
	}

	.pt-lg-24 {
		padding-top: 24px;
	}

	.pt-lg-32 {
		padding-top: 32px;
	}

	.pt-lg-40 {
		padding-top: 40px;
	}

	.pt-lg-48 {
		padding-top: 48px;
	}

	.pt-lg-56 {
		padding-top: 56px;
	}

	.pt-lg-64 {
		padding-top: 64px;
	}

	.pt-lg-72 {
		padding-top: 72px;
	}

	.pt-lg-80 {
		padding-top: 80px;
	}

	.pb-lg-0 {
		padding-bottom: 0;
	}

	.pb-lg-8 {
		padding-bottom: 8px;
	}

	.pb-lg-16 {
		padding-bottom: 16px;
	}

	.pb-lg-24 {
		padding-bottom: 24px;
	}

	.pb-lg-32 {
		padding-bottom: 32px;
	}

	.pb-lg-40 {
		padding-bottom: 40px;
	}

	.pb-lg-48 {
		padding-bottom: 48px;
	}

	.pb-lg-56 {
		padding-bottom: 56px;
	}

	.pb-lg-64 {
		padding-bottom: 64px;
	}

	.pb-lg-72 {
		padding-bottom: 72px;
	}

	.pb-lg-80 {
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 1024px) {
	.mt-md-0 {
		margin-top: 0 !important;
	}

	.mt-md-8 {
		margin-top: 8px;
	}

	.mt-md-16 {
		margin-top: 16px;
	}

	.mt-md-24 {
		margin-top: 24px;
	}

	.mt-md-32 {
		margin-top: 32px;
	}

	.mt-md-40 {
		margin-top: 40px;
	}

	.mt-md-48 {
		margin-top: 48px;
	}

	.mt-md-56 {
		margin-top: 56px;
	}

	.mt-md-64 {
		margin-top: 64px;
	}

	.mt-md-72 {
		margin-top: 72px;
	}

	.mt-md-80 {
		margin-top: 80px;
	}

	.mb-md-0 {
		margin-bottom: 0 !important;
	}

	.mb-md-8 {
		margin-bottom: 8px;
	}

	.mb-md-16 {
		margin-bottom: 16px;
	}

	.mb-md-24 {
		margin-bottom: 24px;
	}

	.mb-md-32 {
		margin-bottom: 32px;
	}

	.mb-md-40 {
		margin-bottom: 40px;
	}

	.mb-md-48 {
		margin-bottom: 48px;
	}

	.mb-md-56 {
		margin-bottom: 56px;
	}

	.mb-md-64 {
		margin-bottom: 64px;
	}

	.mb-md-72 {
		margin-bottom: 72px;
	}

	.mb-md-80 {
		margin-bottom: 80px;
	}

	.pt-md-0 {
		padding-top: 0;
	}

	.pt-md-8 {
		padding-top: 8px;
	}

	.pt-md-16 {
		padding-top: 16px;
	}

	.pt-md-24 {
		padding-top: 24px;
	}

	.pt-md-32 {
		padding-top: 32px;
	}

	.pt-md-40 {
		padding-top: 40px;
	}

	.pt-md-48 {
		padding-top: 48px;
	}

	.pt-md-56 {
		padding-top: 56px;
	}

	.pt-md-64 {
		padding-top: 64px;
	}

	.pt-md-72 {
		padding-top: 72px;
	}

	.pt-md-80 {
		padding-top: 80px;
	}

	.pb-md-0 {
		padding-bottom: 0;
	}

	.pb-md-8 {
		padding-bottom: 8px;
	}

	.pb-md-16 {
		padding-bottom: 16px;
	}

	.pb-md-24 {
		padding-bottom: 24px;
	}

	.pb-md-32 {
		padding-bottom: 32px;
	}

	.pb-md-40 {
		padding-bottom: 40px;
	}

	.pb-md-48 {
		padding-bottom: 48px;
	}

	.pb-md-56 {
		padding-bottom: 56px;
	}

	.pb-md-64 {
		padding-bottom: 64px;
	}

	.pb-md-72 {
		padding-bottom: 72px;
	}

	.pb-md-80 {
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.mt-sm-0 {
		margin-top: 0 !important;
	}

	.mt-sm-8 {
		margin-top: 8px;
	}

	.mt-sm-16 {
		margin-top: 16px;
	}

	.mt-sm-24 {
		margin-top: 24px;
	}

	.mt-sm-32 {
		margin-top: 32px;
	}

	.mt-sm-40 {
		margin-top: 40px;
	}

	.mt-sm-48 {
		margin-top: 48px;
	}

	.mt-sm-56 {
		margin-top: 56px;
	}

	.mt-sm-64 {
		margin-top: 64px;
	}

	.mt-sm-72 {
		margin-top: 72px;
	}

	.mt-sm-80 {
		margin-top: 80px;
	}

	.mb-sm-0 {
		margin-bottom: 0 !important;
	}

	.mb-sm-8 {
		margin-bottom: 8px;
	}

	.mb-sm-16 {
		margin-bottom: 16px;
	}

	.mb-sm-24 {
		margin-bottom: 24px;
	}

	.mb-sm-32 {
		margin-bottom: 32px;
	}

	.mb-sm-40 {
		margin-bottom: 40px;
	}

	.mb-sm-48 {
		margin-bottom: 48px;
	}

	.mb-sm-56 {
		margin-bottom: 56px;
	}

	.mb-sm-64 {
		margin-bottom: 64px;
	}

	.mb-sm-72 {
		margin-bottom: 72px;
	}

	.mb-sm-80 {
		margin-bottom: 80px;
	}

	.pt-sm-0 {
		padding-top: 0;
	}

	.pt-sm-8 {
		padding-top: 8px;
	}

	.pt-sm-16 {
		padding-top: 16px;
	}

	.pt-sm-24 {
		padding-top: 24px;
	}

	.pt-sm-32 {
		padding-top: 32px;
	}

	.pt-sm-40 {
		padding-top: 40px;
	}

	.pt-sm-48 {
		padding-top: 48px;
	}

	.pt-sm-56 {
		padding-top: 56px;
	}

	.pt-sm-64 {
		padding-top: 64px;
	}

	.pt-sm-72 {
		padding-top: 72px;
	}

	.pt-sm-80 {
		padding-top: 80px;
	}

	.pb-sm-0 {
		padding-bottom: 0;
	}

	.pb-sm-8 {
		padding-bottom: 8px;
	}

	.pb-sm-16 {
		padding-bottom: 16px;
	}

	.pb-sm-24 {
		padding-bottom: 24px;
	}

	.pb-sm-32 {
		padding-bottom: 32px;
	}

	.pb-sm-40 {
		padding-bottom: 40px;
	}

	.pb-sm-48 {
		padding-bottom: 48px;
	}

	.pb-sm-56 {
		padding-bottom: 56px;
	}

	.pb-sm-64 {
		padding-bottom: 64px;
	}

	.pb-sm-72 {
		padding-bottom: 72px;
	}

	.pb-sm-80 {
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 575px) {
	.mt-xs-0 {
		margin-top: 0 !important;
	}

	.mt-xs-8 {
		margin-top: 8px;
	}

	.mt-xs-16 {
		margin-top: 16px;
	}

	.mt-xs-24 {
		margin-top: 24px;
	}

	.mt-xs-32 {
		margin-top: 32px;
	}

	.mt-xs-40 {
		margin-top: 40px;
	}

	.mt-xs-48 {
		margin-top: 48px;
	}

	.mt-xs-56 {
		margin-top: 56px;
	}

	.mt-xs-64 {
		margin-top: 64px;
	}

	.mt-xs-72 {
		margin-top: 72px;
	}

	.mt-xs-80 {
		margin-top: 80px;
	}

	.mb-xs-0 {
		margin-bottom: 0 !important;
	}

	.mb-xs-8 {
		margin-bottom: 8px;
	}

	.mb-xs-16 {
		margin-bottom: 16px;
	}

	.mb-xs-24 {
		margin-bottom: 24px;
	}

	.mb-xs-32 {
		margin-bottom: 32px;
	}

	.mb-xs-40 {
		margin-bottom: 40px;
	}

	.mb-xs-48 {
		margin-bottom: 48px;
	}

	.mb-xs-56 {
		margin-bottom: 56px;
	}

	.mb-xs-64 {
		margin-bottom: 64px;
	}

	.mb-xs-72 {
		margin-bottom: 72px;
	}

	.mb-xs-80 {
		margin-bottom: 80px;
	}

	.pt-xs-0 {
		padding-top: 0;
	}

	.pt-xs-8 {
		padding-top: 8px;
	}

	.pt-xs-16 {
		padding-top: 16px;
	}

	.pt-xs-24 {
		padding-top: 24px;
	}

	.pt-xs-32 {
		padding-top: 32px;
	}

	.pt-xs-40 {
		padding-top: 40px;
	}

	.pt-xs-48 {
		padding-top: 48px;
	}

	.pt-xs-56 {
		padding-top: 56px;
	}

	.pt-xs-64 {
		padding-top: 64px;
	}

	.pt-xs-72 {
		padding-top: 72px;
	}

	.pt-xs-80 {
		padding-top: 80px;
	}

	.pb-xs-0 {
		padding-bottom: 0;
	}

	.pb-xs-8 {
		padding-bottom: 8px;
	}

	.pb-xs-16 {
		padding-bottom: 16px;
	}

	.pb-xs-24 {
		padding-bottom: 24px;
	}

	.pb-xs-32 {
		padding-bottom: 32px;
	}

	.pb-xs-40 {
		padding-bottom: 40px;
	}

	.pb-xs-48 {
		padding-bottom: 48px;
	}

	.pb-xs-56 {
		padding-bottom: 56px;
	}

	.pb-xs-64 {
		padding-bottom: 64px;
	}

	.pb-xs-72 {
		padding-bottom: 72px;
	}

	.pb-xs-80 {
		padding-bottom: 80px;
	}
}
/*-------------------------------------------------------*/
/* Helper classes
/*-------------------------------------------------------*/
.clear {
	clear: both;
}

.oh {
	overflow: hidden;
}

.ov {
	overflow: visible;
}

.relative {
	position: relative;
}

.mobile section {
	background-attachment: scroll !important;
}

.bg-dark {
	background-color: #181818;
}

.bg-light {
	background-color: #f9f9f9;
}

.bg-white {
	background-color: #fff;
}

.bg-color {
	background-color: #2f95ef;
}

.white {
	color: #fff;
}

.static {
	position: static;
}

.block {
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.valign {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.img-full-width {
	width: 100%;
}

.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.last {
	margin-bottom: 0 !important;
}

/* Section Dark / Background Image
-------------------------------------------------------*/
.bg-color .section-title,
.bg-color .statistic__number,
.bg-color .statistic__title,
.bg-color-overlay .section-title,
.bg-color-overlay .statistic__number,
.bg-color-overlay .statistic__title,
.bg-dark-overlay .section-title,
.bg-dark-overlay .statistic__number,
.bg-dark-overlay .statistic__title,
.bg-gradient .section-title,
.bg-gradient .statistic__number,
.bg-gradient .statistic__title {
	color: #fff;
}

/* Box Shadow
-------------------------------------------------------*/
.box-shadow {
	box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15);
}

.box-shadow-large {
	box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
}

/*-------------------------------------------------------*/
/* Hovers
/*-------------------------------------------------------*/
.hover-overlay {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
	.hover-overlay {
		transition: none;
	}
}

.hover-trigger:hover .hover-overlay {
	opacity: 1;
	visibility: visible;
}

/* Hover Scale
-------------------------------------------------------*/
.hover-scale {
	overflow: hidden;
}

.hover-scale img {
	transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
@media (prefers-reduced-motion: reduce) {
	.hover-scale img {
		transition: none;
	}
}

.hover-scale:hover img {
	transform: scale(1.05);
}

/* Gradients / Overlays
-------------------------------------------------------*/
.bg-gradient:before {
	content: "";
	top: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: #B939E5;
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to top, #B939E5 0%, #4C86E7 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
	/* IE6-9 */
}

.bg-dark-overlay:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.bg-dark-overlay--50:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.bottom-gradient {
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 );
	/* IE6-9 */
}

/* Section Dividers
-------------------------------------------------------*/
.top-divider {
	border-top: 1px solid #e5e5e5;
}

.bottom-divider {
	border-bottom: 1px solid #e5e5e5;
}

/* Flexbox
-------------------------------------------------------*/
.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.align-items-center {
	align-items: center;
}

/* Display
-------------------------------------------------------*/
.d-none {
	display: none !important;
}

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
body.admin-bar .modal {
	top: 46px;
}
@media only screen and (min-width: 768px) {
	body.admin-bar .modal {
		top: 32px;
	}
}
body.admin-bar .nav--sticky,
body.admin-bar .sidenav {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar .nav--sticky,
body.admin-bar .sidenav {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	body.admin-bar .nav--sticky,
body.admin-bar .sidenav {
		top: 46px;
	}
	body.admin-bar .nav--sticky.sticky,
body.admin-bar .sidenav.sticky {
		top: 0;
	}
}

.site-title {
	font-size: 30px;
	margin-bottom: 0;
}

img {
	height: auto;
}

/* Alignment
-------------------------------------------------------*/
.alignleft,
.alignright {
	max-width: 100% !important;
	float: none;
}

@media only screen and (min-width: 576px) {
	.alignleft {
		float: left;
		margin: 0.5em 2em 2em 0;
	}

	.alignright {
		float: right;
		margin: 0.5em 0 2em 2em;
	}

	.alignleft,
.alignright {
		max-width: 40% !important;
	}
}
@media only screen and (max-width: 575px) {
	.alignleft,
.alignright {
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
}
.alignnone {
	margin: 0.5em 0;
}

.aligncenter {
	text-align: center;
	display: block;
	margin: 0.5em auto;
}

.wp-caption,
.gallery-caption {
	max-width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text,
.says {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #e5e5e5;
	padding: 2px;
}

/*-------------------------------------------------------*/
/* Galleries
/*-------------------------------------------------------*/
ul.wp-block-gallery {
	padding-left: 0;
}

@media only screen and (min-width: 576px) {
	div[class^=gallery-columns-],
div[class*=" gallery-columns-"] {
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
}
.gallery-caption {
	display: block;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 100%;
}
.gallery-item img {
	width: 100%;
}
@media only screen and (max-width: 575px) {
	.gallery-item {
		max-width: 100%;
		padding: 0;
	}
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	transition: filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Gallery Columns
/*-------------------------------------------------------*/
.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

@media only screen and (min-width: 576px) {
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}
@media only screen and (min-width: 768px) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*-------------------------------------------------------*/
/* Password
/*-------------------------------------------------------*/
.post-password-form label > input {
	margin-bottom: 24px;
}

.post-password-form label + input {
	line-height: 41px;
	font-size: 15px;
	font-weight: 700;
	padding: 0 24px;
	font-family: "Poppins", sans-serif;
	border: none;
	background-color: #ffb31a;
	color: #222;
	position: relative;
	top: -3px;
	width: auto;
}

/*-------------------------------------------------------*/
/* Sticky Post
/*-------------------------------------------------------*/
.post.sticky .entry__title:before {
	content: "\e801";
	font-family: "ui-icons";
	display: inline-block;
	margin-right: 12px;
	position: relative;
	font-size: 17px;
	color: #b8b8b8;
	max-height: 20px;
}

/*-------------------------------------------------------*/
/* Comments Multipages Pagination
/*-------------------------------------------------------*/
.comment-navigation {
	margin: 20px 0;
}

/*-------------------------------------------------------*/
/* Gutenberg Front-end Styles
/*-------------------------------------------------------*/
:root .has-yellow-background-color {
	background-color: #ffb31a;
}

:root .has-brown-background-color {
	background-color: #56372d;
}

:root .has-beige-background-color {
	background-color: #feeed4;
}

:root .has-dark-blue-background-color {
	background-color: #0a286f;
}

:root .has-white-background-color {
	background-color: #ffffff;
}

:root .has-black-background-color {
	background-color: #000000;
}

:root .has-yellow-color {
	color: #ffb31a;
}

:root .has-brown-color {
	color: #56372d;
}

:root .has-beige-color {
	color: #feeed4;
}

:root .has-dark-blue-color {
	color: #0a286f;
}

:root .has-white-color {
	color: #ffffff;
}

:root .has-black-color {
	color: #000000;
}

/* Buttons
-------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
	padding: 19px 48px;
	font-size: 1rem;
	border-radius: 0;
	font-weight: 600;
	line-height: 1.1 !important;
	font-family: "Poppins", sans-serif;
}

.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):visited {
	background-color: #ffb31a;
}

.wp-block-button__link.has-black-color,
.wp-block-button__link.has-black-color:active,
.wp-block-button__link.has-black-color:focus,
.wp-block-button__link.has-black-color:hover {
	color: #000 !important;
}

/* Full-width Images
-------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
	.fullwidth .entry__article .alignwide {
		margin-left: -120px;
		margin-right: -120px;
		width: auto;
	}
	.fullwidth .entry__article .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		max-width: 100vw;
		position: relative;
		z-index: 1;
	}
	.fullwidth .entry__article .alignfull img {
		width: 100vw;
	}
}
/* Images
-------------------------------------------------------*/
@media only screen and (max-width: 575px) {
	.wp-block-image .alignleft {
		float: none;
		margin-right: 0;
	}
	.wp-block-image .alignright {
		float: none;
		margin-left: 0;
	}
}

/* Cover
-------------------------------------------------------*/
.wp-block-cover {
	margin: 0 0 1.5em;
	font-size: 1rem;
	line-height: 1.3;
}
.wp-block-cover.alignleft {
	margin: 0.5em 2em 1.5em 0;
}
.wp-block-cover.alignright {
	margin: 0.5em 0 1.5em 2em;
}

/* Tables
-------------------------------------------------------*/
.wp-block-table {
	width: 100%;
	margin-bottom: 2rem;
}

/* Latest Comments
-------------------------------------------------------*/
ol.wp-block-latest-comments {
	padding-left: 0;
}

/* Galleries
-------------------------------------------------------*/
ul.wp-block-gallery,
.wp-block-gallery ul {
	list-style: none;
	padding-left: 0;
}

/* Captions
-------------------------------------------------------*/
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption {
	color: #9e9e9e;
}

.wp-block-image figcaption {
	margin-top: 1em;
}

/* Separators
-------------------------------------------------------*/
.wp-block-separator,
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 0;
	border-top: 1px solid #e5e5e5;
}

.wp-block-separator.is-style-default {
	max-width: 100px;
}

.wp-block-separator.is-style-dots:before {
	font-weight: 700;
}

/* Blockquote / Pullquote
-------------------------------------------------------*/
blockquote {
	margin: 0;
	line-height: 1.6;
	overflow: hidden;
}
blockquote p {
	margin-bottom: 0;
	font-style: italic;
}
blockquote cite {
	color: #9e9e9e;
	font-size: 0.9375rem;
	margin-top: 1em;
	line-height: 1.8;
	display: inline-block;
}

.wp-block-quote {
	padding: 40px;
	background-color: #f9f9f9;
	margin-bottom: 40px;
	margin-top: 40px;
}
.wp-block-quote p {
	color: #222222;
	font-size: 1.125rem;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	position: relative;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1rem;
}

.wp-block-pullquote {
	padding: 0;
	text-align: left;
	line-height: 1.5;
	padding: 3em 1em;
	border-left: 0;
	border-right: 0;
	border-top: 3px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	color: #222222;
	font-size: 1rem;
}
.wp-block-pullquote cite {
	opacity: 0.7;
	font-size: 0.9375rem;
}
@media only screen and (min-width: 576px) {
	.wp-block-pullquote.alignleft {
		margin-right: 2em;
	}
	.wp-block-pullquote.alignright {
		margin-left: 2em;
	}
}
@media only screen and (max-width: 575px) {
	.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
		max-width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color.alignright blockquote p {
	font-size: 1.25rem;
}

/* Social Icons
-------------------------------------------------------*/
ul.wp-block-social-links {
	padding: 0;
}
ul.wp-block-social-links .wp-social-link a:focus {
	color: currentColor;
	fill: currentColor;
}

/* Latest Posts
-------------------------------------------------------*/
.wp-block-latest-posts.wp-block-latest-posts__list {
	padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-bottom: 24px;
}
.wp-block-latest-posts__featured-image {
	margin-bottom: 10px;
}
.wp-block-latest-posts a {
	display: inline-block;
	line-height: 1.3;
}
/*# sourceMappingURL=style.css.map */
