:root {
	--font-primary: "Roboto", sans-serif;
	--font-secondary: "Playfair Display", serif;
	--theme-color: #c6963a;
	--theme-color2: #c9bcae;
	--theme-color3: #eaca6f;
	--theme-color4: #eebf44;
	--light-color: #ebe6dd;
	--white-color: #ffffff;
	--slider-dark: #181818;
  	--slider-white: #ffffff;
  	--slider-muted: #888888;
	--dark-color: #1a1a1a;
}

/* Selection */
::selection {
	color: var(--dark-color);
	text-shadow: none;
	background: var(--theme-color);
}
::-moz-selection {
	color: var(--dark-color);
	text-shadow: none;
	background: var(--theme-color); /* Firefox */
}
::-webkit-selection {
	color: var(--dark-color);
	text-shadow: none;
	background: var(--theme-color); /* Safari */
}

a {
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	color: var(--theme-color);
	text-decoration: none;
	background-color: transparent;
}
a:hover, a:focus {
	text-decoration: none;
	color: #837567;
}
nav {
	display: block;
}
[data-header-animation=intransition] a {
	pointer-events: none !important;
}
#js-webgl {
	display: none;
}
h1 {
	font-size: calc(34 * 1px);
	font-weight: 700;
	font-family: var(--font-secondary);
}
h2 {
	font-size: calc(30 * 1px);
	font-weight: 700;
	line-height: 1.38;
}
h3 {
	font-size: calc(26 * 1px);
	font-weight: 700;
	line-height: 1.57;
	font-family: var(--font-secondary);
  	color: var(--theme-color2);
	margin-bottom: .5em;
}
h4 {
	font-size: calc(19 * 1px);
	font-weight: 700;
	line-height: 1.55;
	font-family: var(--font-secondary);
	color: var(--white-color);
	margin-bottom: 0.65em;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: calc(16 * 1px);
	line-height: 1.75;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
.col-gutters {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.text-xxl {
  font-size: calc(58 * 1px);
  line-height: 1;
}
.text-xl {
	font-size: calc(58 * 1px);
	line-height: 1;
}
span {
	color: #ccc;
}
@media screen and (min-width: 320px) {
  .text-xxl {
    font-size: calc(58 * 1px + (167 - 58) * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .text-xxl {
    font-size: calc(167 * 1px);
  }
}
.heading-light {
	font-weight: 400;
}
/* Background Color ================== */
.bg-white {
	background-color: #ffffff;
}
.bg-off-white {
	background-color: #f7f5f0;
}
.bg-black {
	background-color: #000000 !important;
}
.bg-dark {
	background-color: #181818 !important;
}
.bg-dark-green {
	background-color: #011810 !important;
}
.bg-dark-blue {
	background-color: #111221 !important;
}
.bg-dark-blue-1 {
	background-color: #0E1024 !important;
}
.bg-primary-theme {
	background-color: var(--theme-color);
}
.bg-dark-2 {
	background-color: #222222;
}
.bg-dark-3 {
	background-color: #333333;
}
.color-white {
	color: #fff;
}
.color-theme {
	color: var(--theme-color);
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.overflow {
	position: relative;
	overflow: hidden;
}
#js-webgl {
	display: none;
}
.container-fluid {
	padding-left: 120px;
	padding-right: 120px;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.row {
	margin-left: -20px;
	margin-right: -20px;
}
/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
*/
.no-gutters {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-gutters {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.col, [class*="col-"], [class*="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.gmap iframe {
	width: 100%;
	height: 100%;
	display: block;
}
.fluid-default {
	padding-right: 15px;
	padding-left: 15px;
}
/* ==========================================================
   Overlay
========================================================== */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
}
.overlay_dark {
	background-color: #181818;
	opacity: 0.7;
	mix-blend-mode: multiply;
}
.overlay_black {
  background-color: #111111;
  opacity: 0.8;
}
.overlay_white {
  background-color: #ffffff;
  opacity: 0.95;
}
.overlay_white-solid {
  background-color: #ffffff;
  opacity: 1;
}
/*!========================================================================
 * Section Fullheight
 * ======================================================================!*/
.section {
	position: relative;
	z-index: 50;
}
.section-fullheight {
  	display: flex;
}
.section-fullheight__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
}
.section__headline {
	display: block;
	width: 100%;
	max-width: 120px;
	height: 1px;
	background-color: var(--theme-color);
	margin-top: calc(1 * (40 * 1px));
}
.text-center .section__headline {
	margin-left: auto;
	margin-right: auto;
}
.section-masthead {
	overflow: hidden;
}
.section-masthead__header h1,
.section-masthead__heading {
	margin-top: 0;
	margin-bottom: 0.75em;
	font-family: var(--font-secondary);
	font-weight: 700;
	line-height: 1.28;
	color: var(--white-color);
	font-size: calc(34 * 1px);
}
.section-masthead__heading-big {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	opacity: 0.3;
}
.section_pt-large {
	padding-top: calc(100 * 1px);
}
.section_pb-large {
	padding-bottom: calc(100 * 1px);
}
.section-masthead__inner {
	position: relative;
	z-index: 50;
}
.section-masthead__inner_background {
	width: 760px;
	max-width: 50vw;
	padding-left: 50px;
	padding-right: 50px;
	background: none;
}
.section_pt {
	padding-top: calc(60 * 1px);
}
.section_pt-xlarge {
	padding-top: calc(160 * 1px);
}
.section_pt-small {
	padding-top: calc(40 * 1px);
}
.section_pb-small {
	padding-bottom: calc(40 * 1px);
}
.section_pb-xsmall {
	 padding-bottom: calc(40 * 1px);
}
.section_pt {
	padding-top: calc(60 * 1px);
}
.section_pb {
	padding-bottom: calc(60 * 1px);
}
.section_h-800 {
	height: 800px;
	max-height: 100vh;
}
.section_pb-small.section-offset_top {
	padding-bottom: 0;
}
.section_pb-small.section-offset_top .section-offset__content {
	transform: translateY(calc(-1 * 40 * 1px ));
}
.section_mb {
	margin-bottom: calc(1 * (60 * 1px));
}
.section_mt-small {
	margin-top: calc(1 * (40 * 1px));
}
@media screen and (min-width: 320px) {
	.section_mt-small {
		margin-top: calc(1 * (40 * 1px + (100 - 40) * ((100vw - 320px) / 1600)));
	}
	.section_pb {
		padding-bottom: calc(60 * 1px + (200 - 60) * ((100vw - 320px) / 1600));
	}
}
@media screen and (min-width: 1920px) {
	.section_mt-small {
		margin-top: calc(1 * (100 * 1px));
	}
	.section_pb {
		padding-bottom: calc(200 * 1px);
	}
}
.section_minus-mt {
	margin-top: calc(-1 * (60 * 1px));
}
@media screen and (min-width: 320px) {
	.section_minus-mt {
		margin-top: calc(-1 * (60 * 1px + (200 - 60) * ((100vw - 320px) / 1600)));
	}
}
@media screen and (min-width: 1920px) {
	.section_minus-mt {
		margin-top: calc(-1 * (200 * 1px));
	}
}

.text-center .section__headline {
	margin-left: auto;
	margin-right: auto;
}
.section-masthead__overlay {
	z-index: 0;
}
.ml-2 {
	margin-left: 10px;
}
/* Z Index ====================== */
.section_z-100 {
	z-index: 100;
}

/* ==========================================================
   Lazy Image
========================================================== */
.lazy {
	background-color: rgba(136, 136, 136, 0.1);
}
.lazy_loaded {
	background-color: unset;
}
.lazy-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(136, 136, 136, 0.1);
}
.lazy-bg_loaded {
	background-color: unset;
}
/*!========================================================================
 * 78. Section Video
 * ======================================================================!*/
.section-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section-video__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  z-index: 100;
}
.section-video__link:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.section-video__link:focus {
  opacity: 1;
}
.section-video__icon {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	border: 2px solid rgba(136, 136, 136, 0.3);
	font-family: var(--font-primary);
	font-size: calc(11 * 1px);
	line-height: 1.75;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.section-video__icon:hover {
	color: var(--theme-color);
}
.section-video__icon svg {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	stroke-width: 1px;
	z-index: 50;
}
.section-video__icon svg .circle {
	stroke: var(--theme-color);
}
.section-video__overlay {
	z-index: 0;
}
/*!========================================================================
 * 46. Art Parallax
 * ======================================================================!*/
[data-art-parallax=image], [data-art-parallax=background] {
	position: relative;
	overflow: hidden;
}
[data-art-parallax=image] img, [data-art-parallax=background] img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.art-parallax__bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.section-masthead__background_fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
/*!========================================================================
 * Scroll
 * ======================================================================!*/
.smooth-scroll {
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
[data-os-animation] {
	opacity: 0;
	visibility: hidden;
}
[data-os-animation=animated] {
	opacity: 1;
	visibility: visible;
}
/*!========================================================================
 * Split Text
 * ======================================================================!*/
.elementor-editor-active [data-os-animation] .split-text {
	opacity: 1;
	visibility: visible;
}

.clone .split-text__line {
  	position: static !important;
}
.clone .split-text__word {
	position: static !important;
}
/*!========================================================================
 * Button
 * ======================================================================!*/
.button {
	position: relative;
	display: inline-block;
	font-family: var(--font-primary);
	font-size: calc(11 * 1px);
	line-height: 1.75;
	letter-spacing: 2px;
	color: #888888;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	cursor: pointer;
	outline: none;
	box-shadow: none;
	border-width: 2px;
	border-style: solid;
	padding: 16px 32px;
}	
.button:focus {
	outline: none;
}
.button_fullwidth {
	width: 100%;
}
.button_solid.button_theme-color {
  background-color: transparent;
  border-color: var(--theme-color2);
  color: #ffffff;
}
.button_solid.button_theme-color:focus {
	color: #ffffff;
}
.button_solid.button_theme-color:hover {
	border-color: var(--theme-color);
	background-color: var(--theme-color);
}
.button_icon {
	display: inline-flex;
	padding: 0;
	border: none;
}
.button_accent {
	background-color: var(--theme-color3);
	border-collapse: var(--theme-color3);
	color: var(--dark-color);
}
.button_accent:hover {
	background-color: var(--theme-color);
	color: #000;
}
.button_accent:hover .button__icon {
  background-color: var(--theme-color3);
}
.button__label {
	padding: 18px 32px;
}
.button_accent .button__icon {
	background-color: var(--theme-color4);
	color: var(--dark-color);
}
.button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 60px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}
.button__icon i {
	font-size: 24px;
}

/*!========================================================================
 * Button Circles
 * ======================================================================!*/
.button-circles {
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 36px;
	height: 36px;
}
.button-circles__circle {
	position: relative;
	width: 14px;
	height: 14px;
	outline: none;
	display: inline-block;
	border: 2px solid rgba(136, 136, 136, 0.3);
	vertical-align: middle;
	border-radius: 100%;
}
.button-circles__circle:nth-child(1),
.button-circles__circle:nth-child(2) {
	align-self: flex-start;
}
.button-circles__circle:nth-child(3),
.button-circles__circle:nth-child(4) {
	align-self: flex-end;
}
.button-circles__circle svg {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	stroke-width: 42px;
	z-index: 50;
}
.button-circles__circle svg .circle {
	stroke: var(--theme-color);
}

/*
<!-- ============================================================== -->
<!-- hendre Bounce Animation Css -->
<!-- ============================================================== -->*/
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}


/* ==========================================================
   UIN Button
========================================================== */
.uin-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	isolation: isolate;
	padding: 18px 34px;
	border: 2px solid #888888;
	background: transparent;
	font-family: var(--font-primary);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	color: #888888;
	cursor: pointer;
	outline: none;
	transition: color 0.35s ease, border-color 0.35s ease;
}
.uin-button::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--theme-color);
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: -1;
}
.uin-button:hover,
.uin-button:focus {
	color: #181818;
	border-color: var(--theme-color);
}
.uin-button:hover::before,
.uin-button:focus::before {
	transform: scaleX(1);
	transform-origin: left center;
}

/* Page 404 Style CSS ============================ */
.section-404__wrapper-button {
	margin-top: 60px;
}
.heading-light {
	font-weight: normal;
}
h1.js {
	color: var(--theme-color2);
}