@charset "utf-8";
/**=========================================================
 * Theme Name   :  Fleursophy
 * Author       :  Shashikant & Nicole
 * Description  :  February 2023
 * File Name	:  style.css
=========================================================**/
@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-Thin.woff2") format("woff2"),
         url("fonts/Inter-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-ThinItalic.woff2") format("woff2"),
         url("fonts/Inter-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-ExtraLight.woff2") format("woff2"),
         url("fonts/Inter-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-ExtraLightItalic.woff2") format("woff2"),
         url("fonts/Inter-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-Light.woff2") format("woff2"),
         url("fonts/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-LightItalic.woff2") format("woff2"),
         url("fonts/Inter-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-Regular.woff2") format("woff2"),
         url("fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-Italic.woff2") format("woff2"),
         url("fonts/Inter-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-Medium.woff2") format("woff2"),
         url("fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-MediumItalic.woff2") format("woff2"),
         url("fonts/Inter-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-SemiBold.woff2") format("woff2"),
         url("fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-SemiBoldItalic.woff2") format("woff2"),
         url("fonts/Inter-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-Bold.woff2") format("woff2"),
         url("fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-BoldItalic.woff2") format("woff2"),
         url("fonts/Inter-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-ExtraBold.woff2") format("woff2"),
         url("fonts/Inter-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-ExtraBoldItalic.woff2") format("woff2"),
         url("fonts/Inter-ExtraBoldItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-Black.woff2") format("woff2"),
         url("fonts/Inter-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Inter';
    src: url("fonts/Inter-BlackItalic.woff2") format("woff2"),
         url("fonts/Inter-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    }

@font-face {
	font-family: 'CormorantGaramond';
  	src: url('fonts/CormorantGaramond-Light.woff2') format('woff2'),
         url('fonts/CormorantGaramond-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'CormorantGaramond';
  	src: url('fonts/CormorantGaramond-LightItalic.woff2') format('woff2'),
		 url('fonts/CormorantGaramond-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'CormorantGaramond';
  	src: url('fonts/CormorantGaramond-Regular.woff2') format('woff2'),
         url('fonts/CormorantGaramond-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'CormorantGaramond';
  	src: url('fonts/CormorantGaramond-Italic.woff2') format('woff2'),
		 url('fonts/CormorantGaramond-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	}

@font-face {
	font-family: 'CormorantGaramond';
  	src: url('fonts/CormorantGaramond-Medium.woff2') format('woff2'),
         url('fonts/CormorantGaramond-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'CormorantGaramond';
  	src: url('fonts/CormorantGaramond-MediumItalic.woff2') format('woff2'),
		 url('fonts/CormorantGaramond-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'CormorantGaramond';
  	src: url('fonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
         url('fonts/CormorantGaramond-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'CormorantGaramond';
  	src: url('fonts/CormorantGaramond-SemiBoldItalic.woff2') format('woff2'),
		 url('fonts/CormorantGaramond-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	}

@font-face {
	font-family: 'CormorantGaramond';
  	src: url('fonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
         url('fonts/CormorantGaramond-SemiBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'CormorantGaramond';
  	src: url('fonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
		 url('fonts/CormorantGaramond-SemiBold.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	}
		
/* Global Styles */

*, *:after, *:before {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}

body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #5f5f5f;
	font-weight: 300;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #ffffff;
	}
		
img {
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
	img {
	image-rendering: -webkit-optimize-contrast !important;
	}
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm) 
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
	img {
	image-rendering: unset !important;
	}
}}
	
a, a:focus, a:hover {
	color: #363636;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
a:hover {
	color: #958162;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
	list-style-position: outside;
	/*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

b, strong {
	font-weight: 700;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
	position: relative;
	height: auto !important;
	min-height: 100%;
	/*height: 100%;*/
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1920px;
	background: #ffffff;
	}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}
	
.container,
.header-container,
.wide-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 25px;
	}

.header-container,
.wide-container {
	max-width: 1450px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
	z-index: 1000;
	display: block;
	margin: 0px auto;
	}

.nobanner #pageHeaderWrapper {
	position: relative;
    left: auto;
    top: auto;
	}

#pageHeader {
	position: relative;
	width: 100%;
	z-index: 1001;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	background: transparent;
	}

.headerTop {
	position: relative;
	width: 100%;
	z-index: 1002;
	display: flex;
	margin: 0px 0px;
	padding: 0px 0px;
	align-items: center;
	background: transparent;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	}

.nobanner .headerTop {
	background: #363636;
	}

.is-sticky .headerTop {
	/*left: 0px;*/
	left: auto;
	max-width: 1920px;
    background: #363636;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: flex;
	margin: 0px auto;
    align-items: center;
    justify-content: space-between;
    }

/* Logo */
	
.logo {
	position: absolute;
	display: block;
    float: left;
    top: 0px;
    left: 50%;
	width: 144px;
	height: 87px;
	z-index: 1001;
	overflow: hidden;
	padding: 0px 0px 0px;
	margin: 17px auto 16px;
    transform: translateX(-50%);
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}
	
/* Header Top Right */
	
.headerTopRight {   
    position: relative;
    display: flex;
    margin: 0px;
    padding: 0px;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    justify-content: space-between;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.8;
	}

/* Nav */
	
.nav-wrapper {
	font-family: 'CormorantGaramond', serif;
	position: relative;
	display: block;
	float: none;
	margin: 0px;
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
	text-transform: none;
	list-style-type: none;
	}
	
.nav>ul>li {
	position: relative;
	display: block;
	float: left;
	font-weight: 400;
	margin: 0px 80px 0px 0px;
	}

.nav>ul>li:nth-child(1),
.nav>ul>li:nth-child(2) {
	margin-right: 125px;
    }

.nav>ul>li:nth-child(3) {
	margin-right: 350px;
    }

.nav>ul>li:last-child {
    margin-right: 0px;
	}
	
.nav>ul>li>a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 20px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	padding: 70px 0px 20px;
    text-decoration: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul>li>a:before {
	position: absolute;
	display: block;
	bottom: 25px;
	z-index: 1;
	left: 50%;
	right: 50%;
	width: 0px;
	content: '';
	height: 0.0625em;
	overflow: hidden;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul>li:hover>a:before,
.nav>ul>li.selected>a:before {
	left: 0px;
	right: 0px;
	width: 100%;
	}

/*.nav>ul>li.menu-item-has-children>a {
	padding-right: 18px;
	}

.nav li.menu-item-has-children>a:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f078";
	font-size: 10px;
	right: 1px;
	top: 50%;
	z-index: 2;
	height: 30px;
	font-weight: 900;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}*/

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul>li.selected>a {
    font-weight: 600;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	font-size: 20px;
	left: 0px;
	top: 100%;
	opacity: 0;
	width: 100%;
	padding: 0px;
	font-weight: 400;
	min-width: 230px;
	text-align: left;
	visibility: hidden;
	text-transform: none;
	margin: 30px 0px 0px 0px;
	background: rgba(0,0,0,0.32);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}

.nobanner .nav>ul ul,
.nobanner .nav>ul ul ul,
.is-sticky .nav>ul ul,
.is-sticky .nav>ul ul ul {
	background: #363636;
	}
	
.nav>ul ul ul {
	top: auto;
	left: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	top: auto;
	opacity: 1;
	padding: 0px;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	padding: 0px;
	margin-top: -60px;
	}

.nav>ul ul>li,
.nav>ul ul ul>li {
	position: relative;
	display: block;
	color: #d8d8d8;
	padding: 0px 0px;
	line-height: 30px;
	background: transparent;
	}
	
.nav>ul ul li:first-child {
	}

.nav>ul ul li:last-child {
	}

.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	padding: 15px;
	color: #d8d8d8;
	line-height: 30px;
	background: transparent;
    text-decoration: none !important;
	}
	
/*.nav>ul>li li.menu-item-has-children>a {
	padding-right: 45px;
	}

.nav>ul>li li.menu-item-has-children>a:after {
	content: "\f0da";
	right: 20px;
	}*/

/*.nav>ul ul a:before,
.nav>ul ul ul a:before {
	position: absolute;
	display: block;
	bottom: 0px;
	z-index: 1;
	left: 50%;
	right: 50%;
	width: 0px;
	content: '';
	height: 0.0625em;
	overflow: hidden;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul ul li:hover>a:before,
.nav>ul ul li.selected>a:before,
.nav>ul ul ul li:hover>a:before,
.nav>ul ul ul li.selected>a:before {
	left: 0px;
	right: 0px;
	width: 100%;
	}*/
	
.nav>ul ul li:first-child>a {
	}

.nav>ul ul li:last-child>a {
	}
	
/*.nav>ul ul li:last-child>a:before {
	display: none;
	}*/
	
.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
	color: #ffffff;
	background: transparent;
    text-decoration: underline !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.nav>ul ul li.selected>a,
.nav>ul ul ul li.selected>a {
	}

/* Mobile Menu Icon */
	
.menubar-icon {
	position: absolute;
	cursor: pointer;
    display: none;
	right: 0px;
	top: 50%;
	width: 25px;
	height: 30px;
	z-index: 9999;
	text-align: left;
	margin: -15px auto 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}

.menubar-icon span {
	position: absolute;
	display: block;
	left: 0;
	opacity: 1;
	height: 3px;
	width: 25px;
	margin: 0 auto;
	border-radius: 3px;
	background: #ffffff;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 375ms;
	-moz-transition: 375ms;
	-ms-transition: 375ms;
	-o-transition: 375ms;
	transition: 375ms;
	-webkit-transition-property: top, opacity;
	-moz-transition-property: top, opacity;
    -ms-transition-property: top, opacity;
	-o-transition-property: top, opacity;
	transition-property: top, opacity;
	}

.menubar-icon span:nth-child(1) {
	top: 4px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	-moz-transition-delay: 125ms;
    -ms-transition-delay: 125ms;
	-o-transition-delay: 125ms;
	transition-delay: 125ms;
	}

.menubar-icon span:nth-child(2) {
	top: 12px;
	-webkit-transition-delay: 80ms;
	-moz-transition-delay: 80ms;
    -ms-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	transition-delay: 80ms;
	}

.menubar-icon span:nth-child(3) {
	top: 21px;
	-webkit-transition-delay: 40ms;
	-moz-transition-delay: 40ms;
    -ms-transition-delay: 40ms;
	-o-transition-delay: 40ms;
	transition-delay: 40ms;
	}
	
.menubar-icon span:nth-child(4) {
	top: 31px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}
	
.menubar-icon:hover span:nth-child(1) {
	top: 0px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}

.menubar-icon:hover span:nth-child(2) {
	top: 4px;
	-webkit-transition-delay: 40ms;
	-moz-transition-delay: 40ms;
    -ms-transition-delay: 40ms;
	-o-transition-delay: 40ms;
	transition-delay: 40ms;
	}

.menubar-icon:hover span:nth-child(3) {
	top: 12px;
	-webkit-transition-delay: 80ms;
	-moz-transition-delay: 80ms;
    -ms-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	transition-delay: 80ms;
	}
	
.menubar-icon:hover span:nth-child(4) {
	top: 21px;
	opacity: 1;
	-webkit-transition-delay: 125ms;
	-moz-transition-delay: 125ms;
    -ms-transition-delay: 125ms;
	-o-transition-delay: 125ms;
	transition-delay: 125ms;
	}

.menubar-icon.open span:nth-child(1),
.menubar-icon.close span:nth-child(1) {
	top: 12px;
	opacity: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg) scaleX(1.1);
	-moz-transform: rotate(45deg) scaleX(1.1);
    -ms-transform: rotate(45deg) scaleX(1.1);
	-o-transform: rotate(45deg) scaleX(1.1);
	transform: rotate(45deg) scaleX(1.1);
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
    -ms-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
	}
	
.menubar-icon.open span:nth-child(2),
.menubar-icon.close span:nth-child(2) {
	top: 12px;
	opacity: 0;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}

.menubar-icon.open span:nth-child(3),
.menubar-icon.close span:nth-child(3) {
	top: 12px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg) scaleX(1.1);
	-moz-transform: rotate(-45deg) scaleX(1.1);
    -ms-transform: rotate(-45deg) scaleX(1.1);
	-o-transform: rotate(-45deg) scaleX(1.1);
	transform: rotate(-45deg) scaleX(1.1);
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
    -ms-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
	}

.menubar-icon.open span:nth-child(4),
.menubar-icon.close span:nth-child(4) {
	top: 31px;
	opacity: 0;
	-webkit-transition: 0ms;
	-moz-transition: 0ms;
    -ms-transition: 0ms;
	-o-transition: 0ms;
	transition: 0ms;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	}

body.scrollLock { overflow:  hidden !important; }
	
/* Header Mobile Menu */

.mobileMenu {
	position: fixed;
	top: -110%;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	padding: 0px;
	overflow-x: hidden;
	background-color: #363636;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.mobileMenu.show {
	top: 0px;
	opacity: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
	
.mobile-menu-wrapper {
	position: relative;
	/*display: block;*/
    display: none;
	width: 100%;
	padding: 150px 25px 25px;
	}
	
.mobile-menu-container {
	position: relative;
	overflow: hidden;
	display: block;
    padding: 0px;
    margin: 0px auto;
    border-top: 1px solid #464646;
	}
	
.mobileMainMenu ul.main-menu {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
    font-weight: 400;
    text-transform: none;
	list-style-type: none;
	}
	
.mobileMainMenu ul.main-menu>li {
	position: relative;
	margin: 0px auto;
	display: block;
    padding: 0px;
    border-bottom: 1px solid #464646;
	}

.mobileMainMenu ul.main-menu>li a {
	position: relative;
	display: block;
	color: #ffffff;
	overflow: hidden;
	line-height: 24px;
	padding: 13px 0px 13px;
    text-decoration: none !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.mobileMainMenu ul.main-menu>li a span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.mobileMainMenu ul.main-menu>li:hover>a,
.mobileMainMenu ul.main-menu>li.selected>a {
	color: #c3b6a3;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.mobileMainMenu ul.main-menu>li.selected>a {
	}

.mobileMainMenu ul.main-menu ul,
.mobileMainMenu ul.main-menu ul ul {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin: 0px auto;
    font-weight: 400;
	text-transform: none;
	list-style-type: none;
	padding: 0px 0px 10px 20px;
	}
	
.mobileMainMenu ul ul ul {
    padding-left: 40px;
	}

.mobileMainMenu ul.main-menu ul a,
.mobileMainMenu ul.main-menu ul ul a {
	position: relative;
	display: block;
	color: #ffffff;
	line-height: 24px;
	padding: 7px 0px 7px;
    text-decoration: none !important;
	}

.mobileMainMenu ul.main-menu ul li:last-child>a:before {
	display: none;
	}

.mobileMainMenu ul.main-menu ul li:hover>a,
.mobileMainMenu ul.main-menu ul li.selected>a,
.mobileMainMenu ul.main-menu ul ul li:hover>a,
.mobileMainMenu ul.main-menu ul ul li.selected>a {
	color: #c3b6a3;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}
	
/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
	height: 100%;
	padding: 0px;
	margin: 0px auto 0px;
	}
	
.banner {
	position: relative;
	display: block;
	width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}
	
.banner-slide figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.banner-slide figure:after {
	position: absolute;
    content: '';
	z-index: 2;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
    overflow: hidden;
	margin: 0px auto;
    background: url("../images/banner-shadow.png") center top no-repeat;
    background-size: cover;
	}
	
.bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	background-size: cover;
	background-position: center center;
	}

.bg-img img {
	display: none !important;
	}

.banner_caption {
	position: absolute;
	display: block;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	z-index: 2;
	margin: 0px auto;
	max-width: 1450px;
	padding: 0px 25px 0px;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	padding: 0px;
    font-size: 16px;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
    text-align: center;
	}

.banner_caption .captionContainer .bannerHeading1 {
    font-family: 'CormorantGaramond', serif;
	font-size: 70px;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.1;
	padding-bottom: 20px;
    text-transform: none;
	}
	
.banner_caption .captionContainer p {
	}

/* Banner Link Button */

.banner-link-btn {
	position: relative;
	font-size: 0px;
	font-weight: 400;
	vertical-align: top;
	margin: 0px auto 0px;
	display: inline-block;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	}
	
.banner-link-btn a {
	position: relative;
	color: #363636;
	font-size: 16px;
	overflow: hidden;
	margin: 0px auto;
	line-height: 20px;
	text-align: center;
	border-radius: 0px;
	background: #ffffff;
	vertical-align: top;
	display: inline-block;
	padding: 14px 35px 14px;
	border: 1px solid #ffffff;
    text-decoration: none !important;
	}
	
.banner-link-btn a:hover {
	color: #ffffff;
	background: #363636;
	border-color: #363636;
	}

.homeBannerSlider .slick-prev,
.homeBannerSlider .slick-next {
	width: 50px;
	height: 99px;
    box-shadow: none !important;
	}
	
.homeBannerSlider .slick-prev {
    padding-left: 50px;
	}
	
.homeBannerSlider .slick-next {
    padding-right: 50px;
	}

.homeBannerSlider .slick-prev,
.homeBannerSlider .slick-prev:hover,
.homeBannerSlider .slick-prev:focus,
.homeBannerSlider .slick-next,
.homeBannerSlider .slick-next:hover,
.homeBannerSlider .slick-next:focus {
	background-image: url("../images/banner-slick-nav.png");
	}

.homeBannerSlider .slick-dots {
    bottom: 80px;
	}

.homeBannerSlider .slick-dots li,
.homeBannerSlider .slick-dots li button:before {
	height: 17px;
	width: 17px;
	}

.homeBannerSlider .slick-dots li button:before {
	line-height: 17px;
	}

/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg5 { margin: 5px !important; }
.p15 { padding: 15px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	max-width: 1920px;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 120px 0px 120px;
	}

.bg-center-top {
	background-position: center top !important;
	}

.bg-center-bottom {
	background-position: center bottom !important;
	}

.bg-cover {
	background-size: cover !important;
	}

hr {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	margin: 30px auto;
	background-color: #cdcdcd;
	}

.view-all-btn,
.text-link-btn {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3.2px;
	text-transform: capitalize;
	}

.view-all-btn a,
.text-link-btn a {
	color: #363636;
	position: relative;
	display: inline-block;
	}

.view-all-btn a:hover,
.text-link-btn a:hover {
	color: #958162;
	}

.readMoreBtn {
	position: relative;
	border: none;
	padding: 0px;
	color: #1e1c1c;
	font-size: 16px;
	overflow: hidden;
	font-weight: 400;
	line-height: 20px;
	border-radius: 0px;
	display: inline-block;
	letter-spacing: 3.2px;
	vertical-align: middle;
	background: transparent;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.learn-more-btn {
	position: relative;
	font-size: 16px;
	color: #363636;
	font-weight: 400;
	line-height: 24px;
	display: inline-block;
    letter-spacing: 3.2px;
	padding: 10px 0px 10px;
	vertical-align: middle;
    background: transparent;
	text-transform: uppercase;
    border-bottom: 1px solid #363636;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.learn-more-btn:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    width: 0%;
    right: 50%;
    height: 0.0625em;
    background: #363636;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    }

.custom-content-area {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 0px 0px 0px;
	}

.custom-content-area p {
	margin: 0px auto 30px;
	}

/* Intro Container */

.intro-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 120px 0px;
	margin: 0px auto 0px;
	}

/* Intro Text Container */

.intro-text-container {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
    max-width: 700px;
    text-align: center;
	margin: 0px auto 0px;
	}

/* Concepts Container */

.concepts-container {
	position: relative;
	display: block;
	width: 100%;
    background: #f1eada;
	margin: 0px auto 0px;
	padding: 120px 0px 120px;
	}

.concepts-slider-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto 0px;
	}

/* Concepts Slider */

.concepts-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px -15px 0px !important;
	}

.concepts-slider .slick-prev {
	left: -120px;
	}

.concepts-slider .slick-next {
	right: -120px;
	}

/* Concepts List Container */

.concepts-list-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

/* Concepts Listing */

.concepts-listing {
	position: relative;
	display: flex;
	padding: 0px;
	flex-wrap: wrap;
	margin: 0px auto 0px;
	list-style-type: none;
	}

.concept-item {
	position: relative;
	display: flex;
	float: left;
	width: 100%;
	padding: 15px;
    font-size: 14px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.concepts-listing .concept-item {
	padding: 0px;
	margin: 0px;
	}

.concept-item-inner,
.concept-item-inner a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #5f5f5f;
	}

.concept-item-inner a {
    overflow: hidden;
	}

.concepts-listing .concept-item-inner {
    z-index: 2;
	}

.concepts-listing .concept-item-inner a {
	color: #ffffff;
    padding: 12% 30px;
	}

.concepts-listing li:nth-child(odd) .concept-item-inner a {
    background: url("../images/shadow1.png") right center no-repeat;
	}

.concepts-listing li:nth-child(even) .concept-item-inner a {
    background: url("../images/shadow1.png") left center no-repeat;
	}

.concept-img-container {
	position: relative;
	display: block;
	height: 0%;
	width: 100%;
	overflow: hidden;
    text-align: center;
	margin: 0px auto 0px;
    padding-bottom: 80.135%;
	}

.concept-bg-container {
	position: absolute;
	display: block;
    left: 0px;
    top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
    text-align: center;
	margin: 0px auto 0px;
	}

.concept-img-container figure,
.concept-bg-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.concept-img-container figure img,
.concept-bg-container figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.concept-info-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px 1px;
	}

.concepts-listing .concept-info-box {
    padding: 1px;
    font-weight: 600;
    max-width: 600px;
    text-align: center;
	}

.concepts-listing li:nth-child(odd) .concept-info-box {
    margin-right: 0px;
	}

.concepts-listing li:nth-child(even) .concept-info-box {
    margin-left: 0px;
	}

.concepts-listing .pageTitle h1,
.concepts-listing .pageTitle h2 {
    color: #ffffff;
    font-size: 70px;
	}

.concept-item-inner a:hover .learn-more-btn {
    color: #363636;
    border-color: #363636;
	}

.concept-item-inner a:hover .learn-more-btn:before {
    left: 0px;
    right: 0px;
    width: 100%;
    }

.concepts-listing .concept-item-inner a .learn-more-btn {
    color: #ffffff;
    border-color: #ffffff;
	}

.concepts-listing .concept-item-inner a .learn-more-btn:before {
    background: #ffffff;
    }

/* Gallery Container */

.gallery-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto 0px;
	padding: 120px 60px 60px;
	}

.gallery-slider {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto 0px !important;
	}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
	width: 50px;
	height: 99px;
    box-shadow: none !important;
	}
	
.gallery-slider .slick-prev {
    padding-left: 50px;
	}
	
.gallery-slider .slick-next {
    padding-right: 50px;
	}

.gallery-slider .slick-prev,
.gallery-slider .slick-prev:hover,
.gallery-slider .slick-prev:focus,
.gallery-slider .slick-next,
.gallery-slider .slick-next:hover,
.gallery-slider .slick-next:focus {
	background-image: url("../images/banner-slick-nav.png");
	}

/* Gallery Listing */

.gallery-listing {
	position: relative;
	display: flex;
	padding: 0px;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0px -15px 40px;
	}

.gallery-item {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
	padding: 15px;
    font-size: 16px;
    flex-flow: row wrap;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.gallery-slider .gallery-item {
	padding: 0px;
	}

.gallery-item-inner,
.gallery-item-inner > a {
	position: relative;
    display: block;
	width: 100%;
    height: 100%;
	padding: 0px;
    color: #ffffff;
    margin: 0px auto 0px;
	}

.gallery-item-inner > a {
    overflow: hidden;
	}
	
.gallery-img-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #363636;
	padding-bottom: 100%;
	}
	
.gallery-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.gallery-img-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.gallery-mask-container {
	position: absolute;
	display: flex;
	width: 100%;
	left: 0%;
	z-index: 5;
	height: 100%;
    bottom: -150%;
	overflow: hidden;
	margin: 0px auto;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: rgba(26,26,26,0.9);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.gallery-item-inner > a:hover .gallery-mask-container {
    bottom: 0px;
	}

.gallery-mask-content {
	position: relative;
    display: block;
    padding: 30px;
	overflow: hidden;
    text-align: center;
    margin: 0px auto 0px;
	}

.gallery-mask-content > figure {
	position: relative;
	overflow: hidden;
    display: block;
	padding: 0px;
    max-width: 175px;
    max-height: 175px;
	text-align: center;
	margin: 0px auto 0px !important;
    }

.gallery-mask-content > figure > img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

/* About Container */

.about-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 120px 0px;
	margin: 0px auto 0px;
	}

/* Logo List Container */

.logo-list-container {
	position: relative;
	display: block;
	width: 100%;
    margin: 0px auto;
    text-align: center;
	padding: 0px 0px 0px;
    }

.logo-list-container .row {
    margin-left: -40px;
    margin-right: -40px;
    align-items: center;
    justify-content: space-around;
    }

.logo-list-container .row > * {
    padding-left: 40px;
    padding-right: 40px;
    }

.logo-img-container {
	position: relative;
	display: block;
	padding: 0px;
    text-align: center;
    margin: 0px auto 60px;
    }

.logo-img-container figure {
	position: relative;
	padding: 0px;
    width: 100%;
	display: block;
    max-height: 145px;
	text-align: center;
	margin: 0px auto !important;
	}

.logo-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
    max-height: 145px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

/* About Text Container */

.about-text-container {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
    max-width: 950px;
    text-align: center;
	margin: 0px auto 0px;
	}

.about-text-container hr {
    max-width: 700px;
	}

/* Join Us Container */

.joinus-container {
	position: relative;
	display: block;
	width: 100%;
    background: #f8f4ec;
	margin: 0px auto 0px;
	padding: 100px 0px 100px;
	}

.joinus-text-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
    padding: 0px 100px 0px 0px;
	}

.joinus-text-container p:last-child {
    margin-bottom: 0px;
	}

.joinus-img-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.joinus-img-container figure {
	position: relative;
	display: block;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto !important;
	}

.joinus-img-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

/* Values Listing */

.values-listing {
	position: relative;
	display: flex;
	padding: 0px;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 60px -15px 0px;
	}

.value-item {
	position: relative;
	display: flex;
	float: left;
	padding: 15px;
	width: 33.3333%;
    font-size: 16px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.value-item-inner,
.value-item-inner a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #5f5f5f;
	}

.value-item-inner a {
    overflow: hidden;
    pointer-events: none;
	}

.value-img-container {
	position: relative;
	display: block;
	height: 0%;
	width: 100%;
	overflow: hidden;
    text-align: center;
	margin: 0px auto 0px;
    padding-bottom: 80.135%;
	}

.value-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.value-img-container figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.value-info-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px 1px;
	}

/* Events Listing */

.events-listing {
	position: relative;
	display: flex;
	padding: 0px;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0px -15px 0px;
	}

.event-item {
	position: relative;
	display: flex;
	float: left;
	padding: 15px;
	width: 33.3333%;
    font-size: 16px;
	align-self: stretch;
	margin: 0px 0px 30px;
	}

.event-item-inner {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.event-img-container {
	position: relative;
	display: block;
	height: 0%;
	width: 100%;
	overflow: hidden;
    text-align: center;
	margin: 0px auto 0px;
    padding-bottom: 80.135%;
	}

.event-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.event-img-container figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.event-info-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px 1px;
	}

.event-post-date {
	position: relative;
	display: block;
	width: 100%;
	color: #5f5f5f;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
    margin: 0px auto 20px;
	padding: 0px 0px 0px 20px;
    background: url("../images/calendar-icon.png") 0px center no-repeat;
    background-size: 13px 15px;
	}

/* Reservations Listing */

.reservations-listing {
	position: relative;
	display: flex;
	padding: 0px;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0px -15px 0px;
	}

.reservation-item {
	position: relative;
	display: flex;
	float: left;
	padding: 15px;
	width: 33.3333%;
    font-size: 14px;
	align-self: stretch;
	margin: 0px 0px 30px;
	}

.reservation-item-inner {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.reservation-img-container {
	position: relative;
	display: block;
	height: 0%;
	width: 100%;
	overflow: hidden;
    text-align: center;
	margin: 0px auto 0px;
    padding-bottom: 80.135%;
	}

.reservation-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.reservation-img-container figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.reservation-info-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px 1px;
	}

.reservation-location,
.reservation-email-address,
.reservation-phone-number {
	position: relative;
	display: block;
	color: #363636;
	text-align: left;
	line-height: 24px;
	margin: 0px 0px 20px;
    letter-spacing: 2.4px;
	padding: 2px 0px 2px 45px;
    background: url("../images/location-icon.png") 0px center no-repeat;
	}

.reservation-email-address {
    background: url("../images/email-icon.png") 0px center no-repeat;
	}

.reservation-phone-number {
    background: url("../images/tel-icon.png") 0px center no-repeat;
	}

.reservation-info-box p:last-child {
	margin-bottom: 0px;
	}

/* Table */

.table > :not(caption) > * > * {
    padding: 15px 30px;
    box-shadow: none !important;
    border: 0px solid transparent !important;
    }

.table {
    font-family: 'Inter', sans-serif;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64;
    border-color: transparent;
    }

.table > :not(:first-child) {
    border-top: 0px solid transparent;
    }

.table th {
    font-weight: 700;
    background: #f5f5f5;
    }

.table tr:nth-child(n) {
    background-color: #f5f5f5;
    }

.table tr:nth-child(2n) {
    background-color: #ffffff;
    }

.table td > *:last-child {
    margin-bottom: 0px;
    }

.table td ul.ul-listing li,
.table td ul.ul-listing2 li {
    margin-bottom: 0px;
    }

/* Pop Up Container */

.fancybox__backdrop {
	background: rgba(0,0,0,0.9);
	}

.fancybox-inner {
	overflow: hidden !important;
	}

/* Scroller Container */

.scroller-content-area {
	position: relative;
	display: block;
	width: 100%;
	/*height: 100%;*/
	padding: 0px;
	overflow: hidden;
	border-radius: 0px;
	}

.mCSB_inside > .mCSB_container {
	margin-right: 30px !important;
	}

.mCSB_scrollTools {
	z-index: 99999;
	opacity: 1 !important;
	}
	
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background: #f5f5f5 !important;
	border: none !important;
	width: 6px !important;
	border-radius: 3px;
	}
	
.mCSB_scrollTools .mCSB_dragger {
	cursor: auto !important;
	}
	
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 3px;
	width: 6px !important;
	z-index: 99999 !important;
	background: #c4c4c4 !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 6px !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100% !important;
	margin: 0px !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	min-width: 70px !important;
	width: auto !important;
	height: 6px !important;
	margin: 0px auto !important;
	}
	
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0px !important;
	margin-bottom: 10px;
	}

.mCustomScrollBox {
	outline: none !important;
	}

/* Element List Container */

.element-list-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.element-list-container .row {
	align-items: center;
    /*margin-left: -30px;
    margin-right: -30px;*/
	margin-bottom: 100px;
	}

/*.element-list-container .row > * {
    padding-left: 30px;
    padding-right: 30px;
	}*/

.element-list-container .row:last-child {
	margin-bottom: 0px;
	}

.element-list-container .row:nth-child(even),
.element-list-container .row-reverse {
	flex-flow: row-reverse;
	}

.element-pic-container,
.element-pic-container figure {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto 0px;
	}

.element-pic-container {
	padding-left: 40px;
	}

.element-list-container .row:nth-child(even) .element-pic-container,
.element-list-container .row-reverse .element-pic-container {
    padding-left: 0px;
    padding-right: 40px;
	}

.element-pic-container figure {
	border-radius: 41px;
	}
	
.element-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.element-text-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.element-text-container p:last-child {
	margin-bottom: 0px;
	}

.element-list-container .row:nth-child(even) .element-text-container,
.element-list-container .row-reverse .element-text-container {
	margin-left: auto;
	}

/* Tabs Container */

.tabs-container {
	position: relative;
	padding: 0px;
	display: block;
	margin: 0px auto;
	}

/* Tabs Tabstyle 1 */

ul.nav-tabs.tabstyle1 {
	position: relative;
	border: none;
	width: auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	overflow: hidden;
	font-weight: 400;
	text-align: center;
	margin: 0px 0px 40px;
	text-transform: none;
	list-style-type: none;
    letter-spacing: 0.64px;
	justify-content: center;
	}

ul.nav-tabs.tabstyle1 li.nav-item {
	position: relative;
	border: none;
	float: left;
	z-index: 1;
	flex: 1;
	color: #5f5f5f;
	font-size: 16px;
	line-height: 24px;
	align-self: stretch;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
    border-right: 1px solid #e5e5e5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

ul.nav-tabs.tabstyle1 li.nav-item:last-child {
    border: none;
	}

ul.nav-tabs.tabstyle1 li.nav-item a {
	position: relative;
	display: flex;
	border: none;
	width: 100%;
	height: 100%;
	color: #5f5f5f;
	margin: 0px auto;
	overflow: hidden;
	line-height: 24px;
	padding: 15px 30px;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	background: #f5f5f5;
	justify-content: center;
	border-radius: 0px !important;
	text-decoration: none !important;
	}

ul.nav-tabs.tabstyle1 li.nav-item:first-child a {
	}

ul.nav-tabs.tabstyle1 li.nav-item:last-child a {
	}
	
ul.nav-tabs.tabstyle1 li.nav-item a:hover,
ul.nav-tabs.tabstyle1 li.nav-item a.active {
    opacity: 1;
	color: #ffffff;
	background: #363636;
	border-color: #363636;
	}

.tab-content {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	background: transparent;
	}

/* Accordion */

.accordion-container {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto 0px;
	}

.accordion-item {
	padding: 0px;
    border: none;
	margin: 0px auto;
	background: transparent;
	border-radius: 0px !important;
	/*box-shadow: 0px 30px 60px rgba(0,0,0,0.05);*/
	}

.accordion-container .accordion-item {
	}

.accordion-item + .accordion-item {
	margin-top: 20px;
	}

.accordion-header {
	position: relative;
	z-index: 2;
	padding: 0px;
	font-size: 16px;
	font-weight: 400;
	border-bottom: none;
    text-transform: none;
	margin-bottom: 0px !important;
	background-color: transparent;
	}

.accordion-header a {
	position: relative;
	display: block;
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background: #f5f5f5;
    border: 0px solid #f5f5f5;
	padding: 15px 50px 15px 20px;
	border-radius: 0px !important;
    text-decoration: none !important;
	}

.accordion-header a:not(.collapsed) {
    border: none;
	color: #ffffff;
	background-color: #363636;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
	}
	
.accordion-header a:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: '\f107';
	right: 10px;
	top: 50%;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	display: block;
	font-size: 16px;
	font-weight: 900;
	overflow: hidden;
	line-height: 30px;
	margin-top: -15px;
	border-radius: 0%;
	text-align: center;
	padding: 0px 0px 0px;
	background: transparent;
	}

.accordion-header a:hover,
.accordion-header a[aria-expanded="true"] {
	color: #ffffff;
	background: #363636;
	}
	
.accordion-header a[aria-expanded="true"] {
    border: none;
	}
	
.accordion-header a:hover:after,
.accordion-header a[aria-expanded="true"]:after {
	color: #ffffff;
	content: '\f106';
	}

.accordion .accordion-body {
	position: relative;
	display: block;
	padding: 20px;
	margin: 0px auto;
	background: #ffffff;
    border: 0px solid #ffffff;
	box-shadow: 0px 3px 20px rgba(21,21,21,0.07);
	}

.accordion .accordion-body *:last-child {
	margin-bottom: 0px;
	}

/* Load More Button */

.loadMoreBtn {
	position: relative;
	padding: 0px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0px auto 0px;
	letter-spacing: 3.2px;
	text-transform: capitalize;
	}

.loadMoreBtn a {
	position: relative;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
	border-radius: 0px;
	background: #363636;
	vertical-align: top;
	display: inline-block;
	padding: 14px 35px 14px;
	border: 1px solid #363636;
	text-decoration: none !important;
	}

.loadMoreBtn a:hover {
	color: #ffffff;
	background: #958162;
	border-color: #958162;
	}

/* Pagination */

.pagination-row {
	justify-content: center;
	}
	
/* Pagination */

.pagination,
.page-item a,
.page-item .page-link {
	border-radius: 100% !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
	flex-wrap: wrap;
	margin: 0px -7px;
	}
	
.page-item {
	font-family: 'Inter', sans-serif;
	position: relative;
	font-weight: 300;
	margin: 7px;
	}
	
.page-link,
.page-item a,
.page-item span.active {
	position: relative;
	display: block;
	color: #363636;
	height: 45px;
	padding: 5px;
	min-width: 45px;
	font-weight: 300;
	margin: 0px auto;
	line-height: 35px;
	text-align: center;
	background: #e5e5e5;
    border: 0px solid transparent;
    text-decoration: none !important;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link,
.page-item.page-prev a,
.page-item.page-next a {
	box-shadow: none;
	}
	
.page-item.disabled {
	opacity: 0;
	display: none;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link,
.page-item span.active {
	color: #ffffff;
	background: #363636;
	border-color: #363636;
	text-decoration: none !important;
	}

.page-item.active .page-link {
	}
	
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link,
.page-item.page-prev a:hover,
.page-item.page-prev a:focus,
.page-item.page-prev.active a,
.page-item.page-next a:hover,
.page-item.page-next a:focus,
.page-item.page-next.active a {
	opacity: 1;
	color: #ffffff;
	box-shadow: none;
	background: #958162;
	border-color: #958162;
	}

/* Content Area */

.contentArea {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
	padding: 0px;
	display: block;
	margin: 0px auto 0px;
	}

.inner-banner figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.inner-banner figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.inner-banner figure:after {
	position: absolute;
    content: '';
	z-index: 2;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
    overflow: hidden;
	padding: 0px 0px 0px;
    background: url("../images/banner-shadow2.png") center top no-repeat;
    background-size: cover;
	}

.inner_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.inner_banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	max-width: 1450px;
	padding: 0px 25px 0px;
	}
	
.inner_banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
	margin: 0px auto 0px;
	}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	font-family: 'CormorantGaramond', serif;
	font-size: 60px;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.1;
	padding-bottom: 0px;
	letter-spacing: 1.14px;
    text-transform: uppercase;
	}

.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	background: #f8f8f8;
	padding: 23px 0px 23px;
	}

.nobanner .breadcrumb-container {
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #363636;
	font-size: 0px;
	font-weight: 400;
	margin: 0px auto;
	padding: 0px 0px;
	text-transform: none;
	list-style-type: none;
    letter-spacing: 0.64px;
	}

.nobanner .breadcrumb-container ul {
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb-container ul li:last-child {
	}

.breadcrumb-container ul li a {
	position: relative;
	color: #c3c3c3;
	display: block;
	font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.nobanner .breadcrumb-container ul li a,
.nobanner .breadcrumb-container ul li a:after {
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 16px;
	color: #c3c3c3;
	content: '|';
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0px 7px;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	opacity: 1;
	color: #363636;
	}

.nobanner .breadcrumb-container ul li a:hover,
.nobanner .breadcrumb-container ul li.selected a {
	}

.pageTitle,
.pageTitle2,
.pageTitle3 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 20px;
	}

.pageTitle h1,
.pageTitle h2,
.pageTitle h3,
.pageTitle h4,
.pageTitle h5,
.pageTitle h6,
.pageTitle2 h1,
.pageTitle2 h2,
.pageTitle2 h3,
.pageTitle2 h4,
.pageTitle2 h5,
.pageTitle2 h6,
.pageTitle3 h1,
.pageTitle3 h2,
.pageTitle3 h3,
.pageTitle3 h4,
.pageTitle3 h5,
.pageTitle3 h6 {
	padding-bottom: 0px;
	}
	
.pageTitle h1,
.pageTitle h2,
.pageTitle2 h1,
.pageTitle2 h2,
.pageTitle3 h1,
.pageTitle3 h2 {
	font-family: 'CormorantGaramond', serif;
	font-size: 50px;
    font-weight: 500;
	line-height: 1.1;
    letter-spacing: 0px;
	}

.pageTitle2 h1,
.pageTitle2 h2 {
	font-size: 45px;
	}

.pageTitle3 h1,
.pageTitle3 h2 {
	font-size: 40px;
	}

.subTitle {
    color: #5f5f5f;
    font-size: 20px;
    font-weight: 400;
	padding: 10px 0px;
	text-transform: capitalize;
	}
	
.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'CormorantGaramond', serif;
	position: relative;
	font-size: 40px;
    color: #363636;
	line-height: 1.3;
	font-weight: 500;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 20px;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Inter', sans-serif;
    letter-spacing: 0.8px;
	font-weight: 700;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	}
	
h2, .h2 {
	font-size: 35px;
	}
	
h3, .h3 {
	font-size: 30px;
	}
	
h4, .h4 {
	font-size: 25px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 16px;
	}

p {
	margin: 0 0 30px;
	line-height: 1.6;
    letter-spacing: 0.64px;
	}

p b, p strong {
    font-weight: 700;
	}

p[align=center] {
	text-align: center !important;
	}

p[align=left] {
	text-align: left !important;
	}

p[align=right] {
	text-align: right !important;
	}

ul.ul-listing,
ul.ul-listing2,
ol.ol-listing {
	margin: 0px 0px 25px;
	display: block;
	padding: 0px;
	width: 100%;
	text-align: left;
	list-style-position: inside;
	}

ol.ol-listing ul.ul-listing2 {
    padding-left: 30px;
    margin: 15px auto 15px;
	}
	
ul.ul-listing.text-center,
ol.ol-listing.text-center,
ul.ul-listing2.text-center,
ol.ol-listing2.text-center {
	text-align: center;
	}

ul.ul-listing li,
ul.ul-listing2 li {
	position: relative;
	line-height: 26px;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 2px 0px 2px 30px;
	}

ul.ul-listing2 li {
	padding: 2px 0px 2px 20px;
	}
	
ul.ul-listing li:before,
ul.ul-listing2 li:before {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: '\f00c';
	left: auto;
	border: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	color: #363636;
	font-size: 16px;
	font-weight: 900;
	margin-left: -30px;
	}

ul.ul-listing li:before {
	content: '';
	top: 10px;
	width: 8px;
	height: 8px;
	color: #363636;
	margin-left: -20px;
    border-radius: 100%;
    background: #363636;
	}

ul.ul-listing.dark li:before {
	color: #363636;
    background: #363636;
	}

ul.ul-listing ul {
	margin: 15px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 26px;
	margin-bottom: 5px;
	list-style-type: decimal;
	padding: 2px 0px 2px 10px;
	}

ol.ol-listing.lower-alpha li {
	list-style-type: lower-alpha;
	}

ol.ol-listing li ul.ul-listing,
ol.ol-listing li ul.ul-listing2 {
    padding-left: 40px;
	}
	
ol.ol-listing li ul.ul-listing li,
ol.ol-listing li ul.ul-listing2 li {
    padding-left: 0px;
	list-style-type: none;
	}

ol.ol-listing li ul.ul-listing2 li:before {
    margin-left: -30px;
	}

.textBold {
	font-weight: 700;
	}

.details-container {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	}

.details-container ul {
	}

.details-container ul li {
	padding-left: 10px;
	margin: 0px auto 10px;
	}
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
	height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}

.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
    width: 100%;
    height: 100%;
	font-size: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	z-index: 5;
	width: 25px;
	height: 48px;
	font-size: 0px;
	/*box-shadow: 0px 3px 6px rgba(0,0,0,0.16);*/
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}
	
.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.slick-prev {
	left: 0px;
	padding: 0px 0px 0px 25px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.slick-next {
	right: 0px;
	padding: 0px 25px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.slick-prev:hover,
.slick-prev:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}

.slick-next:hover,
.slick-next:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}

.slick-dots {
	width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
	position: relative;
	border: none;
	width: 10px;
	height: 10px;
	margin: 0px 7px;
	/*overflow: hidden;*/
	border-radius: 100%;
    vertical-align: middle;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background: transparent;
	border-color: transparent;
	}
	
.slick-dots li button {
    position: absolute;
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

.slick-dots li button:before {
	line-height: 10px;
	font-size: 0px;
	content: '';
	opacity: 1;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
    border: 1px solid #ffffff;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
	
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
    width: 100%;
    border-radius: 100%;
	background: #ffffff;
    border-color: #ffffff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

/* Slick Slider Custom Nav */

.customPrevBtn,
.customNextBtn {
	position: relative;
	cursor: pointer;
	display: block;
	z-index: 5;
	width: 25px;
	height: 48px;
	border: none;
	font-size: 0px;
	background: none;
	/*box-shadow: 0px 3px 6px rgba(0,0,0,0.16);*/
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}
	
.customPrevBtn {
	padding: 0px 0px 0px 25px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.customNextBtn {
	padding: 0px 25px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.customPrevBtn:hover,
.customPrevBtn:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}

.customNextBtn:hover,
.customNextBtn:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	}
	
/* Link Button */

.link-btn,
.link-btn2 {
	position: relative;
	z-index: 1;
	padding: 0px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0px auto 0px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	}

.link-btn a,
.link-btn2 a {
	position: relative;
	text-align: center;
	line-height: 20px;
    border-radius: 0px;
	vertical-align: top;
	display: inline-block;
	padding: 10px 0px 10px;
	background: transparent;
	color: #363636 !important;
	border: 0px solid transparent;
    border-bottom: 1px solid #363636;
	text-decoration: none !important;
	}

.link-btn a:before,
.link-btn2 a:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    width: 0%;
    right: 50%;
    height: 0.0625em;
    background: #363636;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    }

.link-btn a:hover:before,
.link-btn2 a:hover:before {
    left: 0%;
    right: 0%;
    width: 100%;
    }

.link-btn2 a:before {
	background: #958162;
	}

.link-btn a:hover {
	border-color: #363636;
	background: transparent;
	color: #363636 !important;
	}

.link-btn2 a {
	border-color: #958162;
	background: transparent;
	color: #958162 !important;
	}

.link-btn2 a:hover {
	border-color: #958162;
	background: transparent;
	color: #958162 !important;
	}
	
.photoContainer {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
    border-radius: 10px;
	margin: 0px 0px 30px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}
	
/* Footer Styles */

.footer-wrapper {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
	max-width: 1920px;
    background: #c3b6a3;
	margin: 0px auto 0px;
	}

/* Footer Top */

.footer-top {
	position: relative;
	display: block;
	color: #363636;
    font-size: 15px;
	font-weight: 400;
    background: #f1eada;
	padding: 60px 0px 45px;
	}
	
.footer {
	position: relative;
    max-width: 1450px;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer p {
	}

.footer a {
	color: #363636;
	}

.footer a:hover {
	color: #c3b6a3;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
	max-width: 50%;
	padding: 0px 15px;
	}

.ftcol.ftcol2 {
	}

/* Footer Contact Info Box */

.footer-contact-info-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.footer-location,
.footer-email-address,
.footer-phone-number {
	position: relative;
	display: block;
	padding: 0px;
	color: #363636;
	text-align: left;
	line-height: 24px;
	margin: 0px 0px 15px;
    letter-spacing: 2.4px;
	}

.footer-contact-info-box p {
    letter-spacing: 2.4px;
	}

.footer-contact-info-box p:last-child {
	margin-bottom: 0px;
	}

.footer-contact-info-box a {
	color: #363636;
    text-decoration: underline;
	}

.footer-contact-info-box a:hover {
	color: #c3b6a3;
	}
	
/* Footer Nav */

ul.footer-nav {
	position: relative;
	display: block;
	padding: 0px;
	font-size: 0px;
	margin: 0px -15px;
	list-style-type: none;
    letter-spacing: 2.4px;
	}
	
ul.footer-nav li {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	padding: 0px 15px;
    display: inline-block;
	margin: 0px auto 15px;
	}

ul.footer-nav li:after {
    position: absolute;
    right: 0px;
    content: '';
    top: 50%;
    width: 1px;
    height: 16px;
    overflow: hidden;
    margin-top: -6px;
    background: #363636;
	}

ul.footer-nav li:last-child:after {
    display: none;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
	color: #363636;
    text-decoration: underline !important;
	}
	
ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
	color: #958162;
	}

/* Newsletter Section */

.newsletter-container {
	position: relative;
	display: block;
    width: 100%;
	padding: 0px;
    max-width: 580px;
	margin: 0px auto 0px;
	}

/* Newsletter Box */

.newsletter-box {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
	font-size: 15px;
	margin: 0px auto 0px;
	}

.newsletter-box .form-control {
	height: 40px;
	color: #363636;
	font-size: 16px;
	line-height: 24px;
    letter-spacing: 0.68px;
	border: none !important;
	padding: 5px 150px 10px 0px;
    border-radius: 0px !important;
	background: transparent !important;
	border-bottom: 1px solid #363636 !important;
	}

.newsletter-box .form-control:focus,
.newsletter-box .form-control:hover {
	color: #363636;
    outline: none !important;
	border-color: #363636 !important;
	}

.newsletter-box .form-control::-webkit-input-placeholder, .newsletter-box ::-webkit-input-placeholder {
	opacity: 1;
	color: #363636;
	}

.newsletter-box .form-control:-moz-placeholder, .newsletter-box :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #363636;
	}

.newsletter-box .form-control::-moz-placeholder, .newsletter-box ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #363636;
	}

.newsletter-box .form-control:-ms-input-placeholder, .newsletter-box :-ms-input-placeholder {
	opacity: 1;
	color: #363636;
	}

.newsletter-box .send-btn {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0px;
	z-index: 5;
	width: 120px;
	border: none;
	height: 40px;
	color: #363636;
	font-size: 15px;
    font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
	padding: 5px 0px 10px;
    letter-spacing: 3.2px;
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	border-radius: 0px !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.newsletter-box .send-btn:hover {
	color: #958162;
    background: transparent;
	}

/* Footer Bottom */

.footer-bottom {
	position: relative;
	display: block;
	color: #ffffff;
    font-size: 13px;
	font-weight: 400;
    overflow: hidden;
    line-height: 24px;
	padding: 60px 0px 15px;
	}

.footer-bottom hr {
    background-color: rgba(255,255,255,0.5);
	}

.footer-bottom a {
	color: #ffffff;
	}

.footer-bottom a:hover {
	color: #363636;
	}

.fbcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
	}

.fbcol.fbcol1 {
    order: 2;
	}

.fbcol.fbcol2 {
    order: 1;
	}

/* Footer Nav 2 */

ul.footer-nav2 {
	position: relative;
	display: block;
	padding: 0px;
	font-size: 0px;
	margin: 0px -20px;
    text-align: center;
	list-style-type: none;
    letter-spacing: 2.8px;
    text-transform: uppercase;
	}
	
ul.footer-nav2 li {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	padding: 0px 20px;
    display: inline-block;
	margin: 0px auto 15px;
	}

ul.footer-nav2 li a {
	position: relative;
	display: block;
	color: #ffffff;
    text-decoration: none !important;
	}
	
ul.footer-nav2 li a:hover,
ul.footer-nav2 li.selected a {
	color: #363636;
	}

/* Footer Social Nav */

ul.footer-social-nav {
	position: relative;
	display: block;
	padding: 0px;
	font-size: 0px;
	margin: 15px -15px;
    text-align: center;
	list-style-type: none;
	}
	
ul.footer-social-nav li {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	padding: 0px 15px;
	margin: 0px auto 15px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-social-nav li a {
	position: relative;
	display: block;
	padding: 1px;
	color: #ffffff;
	line-height: 24px;
    text-align: center;
    background: transparent;
    text-decoration: none !important;
	}

ul.footer-social-nav li a i {
    font-size: 23px;
	}

ul.footer-social-nav li a:hover,
ul.footer-social-nav li.selected a {
	color: #363636;
	}

/* Footer Nav 3 */

ul.footer-nav3 {
	position: relative;
	display: block;
	padding: 0px;
	font-size: 0px;
	margin: 8px -20px;
	list-style-type: none;
    letter-spacing: 0.56px;
	}
	
ul.footer-nav3 li {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	padding: 0px 20px;
    line-height: 24px;
	margin: 0px auto 0px;
    display: inline-block;
	}

ul.footer-nav3 li:after {
    position: absolute;
    right: 0px;
    content: '';
    top: 50%;
    width: 1px;
    height: 14px;
    overflow: hidden;
    margin-top: -6px;
    background: #ffffff;
	}

ul.footer-nav3 li:last-child:after {
    display: none;
	}

ul.footer-nav3 li a {
	position: relative;
	display: block;
	color: #ffffff;
    text-decoration: none !important;
	}
	
ul.footer-nav3 li a:hover,
ul.footer-nav3 li.selected a {
	color: #363636;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	margin: 8px auto;
    line-height: 24px;
    text-align: center;
	}

/* Web Excellence */

.webExcellence {
	position: relative;
	margin: 0px auto;
    font-size: 0px;
	line-height: 24px;
    display: inline-block;
	vertical-align: baseline;
	}
	
.webExcellence a,
.webExcellence img,
.webExcellence span {
    font-size: 13px;
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	}

.webExcellence span {
    font-weight: 700;
	}
	
.webExcellence img {
    max-height: 13px;
	}

/* Map Container */

.map-container {
	position: relative;
	display: block;
    width: 100%;
    height: 500px;
	overflow: hidden;
    border-radius: 0px;
	background: #f5f5f5;
	margin: 0px auto 0px;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

/* Nice Select */

.NiceSelect {
	position: relative;
	display: block;
	}

.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
	float: none;
	height: 50px;
	line-height: 20px;
	border-radius: 0px;
	border: 1px solid #363636;
	padding: 14px 45px 14px 20px;
	}

.nice-select,
.nice-select .list {
	color: #363636;
	font-size: 16px;
	font-weight: 300;
	background: #ffffff;
	}

.nice-select .current {
	opacity: 1;
	color: #363636;
	}

.nice-selected .nice-select .current {
	opacity: 1;
	color: #363636;
	}

.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #958162;
    outline: 1px solid #958162 !important;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto;
	color: #5f5f5f;
	display: block;
	line-height: 1;
	font-size: 14px;
	content: "\f107";
	font-weight: 900;
	pointer-events: none;
	margin: 0px !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%) !important;
	}

.nice-select.open:after,
.nice-select:hover:after {
	color: #363636 !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

.nice-select.open:after {
	content: "\f106";
	}

.nice-select.open .list {
	opacity: 1;
	pointer-events: initial;
	transform: scale(1) translateY(0);
	}

.nice-select.disabled {
	opacity: 0.5;
	color: #363636;
	pointer-events: none;
	border-color: #363636;
	}

.nice-select.disabled:after {
	border-color: #363636;
	}

.nice-select .list {
	position: absolute;
	margin-top: 1px;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 999;
	min-width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	overflow-y: auto;
	max-height: 300px;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #ffffff;
	border-radius: 0px 0px 0px 0px;
	transform: scale(0.75) translateY(-25px);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.09);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	}

.nice-select .list:hover .option:not(:hover) {
	color: #363636 !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 300;
	cursor: pointer;
	outline: none;
	color: #363636;
	font-size: 16px;
	min-height: 50px;
	background: none;
	line-height: 26px;
	padding: 12px 25px;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #958162;
	background: #ffffff;
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #363636;
	cursor: default;
	background-color: transparent;
	}

/* Contact Form */
	
.contactForm {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto 0px;
	}

.contactForm form {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto 0px;
	}

.contactForm .btn-primary,
.contactForm .btn-secondary {
	}

.contactForm p {
	}
	
.control-label {
	font-family: 'Inter', sans-serif;
	display: block;
	color: #a0a0a0;
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 7px;
	text-transform: none;
    letter-spacing: 0.43px;
	}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 150px;
	right: -10px;
	z-index: 1;
	}

.required-field {
	color: #363636;
	}
	
.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 20px;
	}
	
.form-control,
.form-custom-select,
.form-select {
	font-family: 'Inter', sans-serif;
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	color: #363636;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding: 14px 20px;
	border-radius: 0px;
	background-image: none;
	background-color: #ffffff;
	border: 1px solid #363636;
	}

textarea.form-control {
	min-height: 175px;
	line-height: 20px;
	border-radius: 0px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover {
	color: #363636;
	background-color: #ffffff;
	border: 1px solid #958162;
	outline: 1px solid #958162 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #d1d1d1;
    font-weight: 300;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #d1d1d1;
    font-weight: 300;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #d1d1d1;
    font-weight: 300;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #d1d1d1;
    font-weight: 300;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

.btn-primary,
.btn-secondary {
	font-family: 'Inter', sans-serif;
	position: relative;
	display: block;
	width: auto;
	color: #363636;
	font-size: 16px;
	margin: 0px auto;
	/*min-width: 180px;*/
	font-weight: 400;
	line-height: 20px;
	text-align: center;
    border-radius: 0px;
	letter-spacing: 3.2px;
	padding: 10px 0px 10px;
	background: transparent;
	text-transform: uppercase;
	border: 0px solid transparent;
    border-bottom: 1px solid #363636;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-primary:before,
.btn-secondary:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    width: 0%;
    right: 50%;
    height: 0.0625em;
    background: #363636;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    }

.btn-secondary:before {
    background: #958162;
    }

.btn-primary:hover:before,
.btn-secondary:hover:before {
    left: 0%;
    right: 0%;
    width: 100%;
    }

.btn-primary { }
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #363636; background: transparent; border-color: #363636; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #363636; background: transparent; border-color: #363636; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #363636; background: transparent; border-color: #363636; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

.btn-secondary, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary { color: #958162; background: transparent; border-color: #958162; }
.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:hover, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:focus,
.yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary.focus { color: #958162; background: transparent; border-color: #958162; box-shadow: none !important; }
.btn-secondary.disabled, .btn-secondary:disabled { color: #958162; background: transparent; border-color: #958162; opacity: 0.4; }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #958162; background: transparent; border-color: #958162; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: none !important; }

/* Thank You Container */

.thank-you-container,
.thank-you-container figure {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.thank-you-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.thank-you-container figure {
	z-index: 1;
	}
	
.thank-you-content-area {
	position: absolute;
	z-index: 5;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
    background: url("../images/banner-shadow3.png") center top no-repeat;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    }
	
.thank-you-content-area .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 25px 0px;
	}
	
.thank-you-content-area .captionContainer {
	padding: 0px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px;
    color: #ffffff;
	}
	
.thank-you-content .pageTitle h1,
.thank-you-content .pageTitle h2,
.thank-you-content .pageTitle h3 {
    color: #ffffff;
	font-size: 90px;
    line-height: 1.1;
    letter-spacing: 0px;
	}

.thank-you-content .pageTitle h3 {
	font-size: 56px;
	}

.thank-you-content p {
    max-width: 460px;
    letter-spacing: 0px;
	}

.thank-you-content .link-btn a,
.thank-you-content .link-btn2 a,
.thank-you-content .link-btn a:hover,
.thank-you-content .link-btn2 a:hover {
	border-color: #ffffff;
	background: transparent;
	color: #ffffff !important;
	}

.thank-you-content .link-btn a:before,
.thank-you-content .link-btn2 a:before {
    background: #ffffff;
    }

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 60px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}


/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1699.98px) {
	body, .nav > ul > li > a, .nav > ul ul, .nav > ul ul ul, .control-label, .form-control, .banner_caption .captionContainer, .inner_banner_caption .captionContainerInner, .nice-select, .nice-select .list, .nice-select .option, .page-item, .breadcrumb-container ul li, .table th, .gallery-item, .event-item, .value-item, .accordion-header, .accordion-header a, .accordion-header a:after, ul.nav-tabs.tabstyle1, ul.nav-tabs.tabstyle1 li.nav-item, ul.nav-tabs.tabstyle1 li.nav-item a { font-size: 14px; }
	.container, .header-container, .wide-container, .banner_caption .captionWrapper, .inner_banner_caption .captionWrapper, .footer, .thank-you-content-area .captionWrapper { max-width: 1200px; padding-left: 25px; padding-right: 25px; }
    .banner-link-btn a, .link-btn, .link-btn2, .view-all-btn, .readMoreBtn, .text-link-btn, .btn-primary, .btn-secondary, .read-more-btn, .learn-more-btn, .loadMoreBtn, .view-more-btn, .footer-top, .footer-bottom, ul.footer-nav li, ul.footer-social-nav li, ul.footer-bottom-nav li, .newsletter-box .form-control, .newsletter-box .send-btn, .reservation-item, .concept-item { font-size: 13px; }
    .nav > ul > li { margin-right: 70px; }
    .nav > ul > li:nth-child(3) { margin-right: 300px; }
    .nav > ul ul a, .nav > ul ul ul a { line-height: 20px; padding: 10px 15px; }
	h1, .h1 { font-size: 35px; }
	h2, .h2 { font-size: 30px; }
	h3, .h3 { font-size: 26px; }
	h4, .h4 { font-size: 22px; }
	h5, .h5 { font-size: 18px; }
	h6, .h6 { font-size: 14px; }
    .pageTitle h1, .pageTitle h2 { font-size: 45px; }
    .pageTitle2 h1, .pageTitle2 h2 { font-size: 40px; }
    .pageTitle2 h3, .pageTitle2 h3 { font-size: 35px; }
    .banner_caption .captionContainer .bannerHeading1, .inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 50px; }
    .homeBannerSlider .slick-dots { bottom: 50px; }
    .homeBannerSlider .slick-dots li, .homeBannerSlider .slick-dots li button:before { height: 15px; width: 15px; }
    .homeBannerSlider .slick-dots li button:before { line-height: 15px; }
    .newsletter-box .form-control { padding-right: 135px; }
    .newsletter-box .send-btn { width: 105px; }
    .footer-bottom, ul.footer-nav2 li, ul.footer-nav3 li, .webExcellence a, .webExcellence img, .webExcellence span, .event-post-date { font-size: 13px; }
    ul.footer-social-nav li a i { font-size: 20px; }
    .thank-you-content p { max-width: 400px; }
    .intro-container, .concepts-container, .gallery-container, .about-container, .joinus-container, .main-container { padding-top: 90px; padding-bottom: 90px; }
    .gallery-container { padding-bottom: 60px; }
    .gallery-mask-content > figure { max-width: 150px;  max-height: 150px; }
    .table { font-size: 14px; }
    .table > :not(caption) > * > * { padding: 15px 25px; }
    }

@media (max-width: 1599.98px) {
	}

@media (max-width: 1499.98px) {
    .concepts-slider .slick-prev { left: -60px; }
    .concepts-slider .slick-next { right: -60px; }
	}

@media (max-width: 1365.98px) {
    .concepts-slider .slick-prev { left: -30px; }
    .concepts-slider .slick-next { right: -30px; }
    .gallery-mask-content > figure { max-width: 100px;  max-height: 100px; }
    .thank-you-content .pageTitle h1, .thank-you-content .pageTitle h2 { font-size: 80px; }
    .thank-you-content .pageTitle h3 { font-size: 50px; }
	}

@media (max-width: 1299.98px) {
    .concepts-slider .slick-prev, .concepts-slider .slick-next { top: 30%; }
    .concepts-slider .slick-prev { left: 0px; }
    .concepts-slider .slick-next { right: 0px; }
    .gallery-container { padding: 60px 25px 25px; }
    .thank-you-content .pageTitle h1, .thank-you-content .pageTitle h2 { font-size: 70px; }
    .thank-you-content .pageTitle h3 { font-size: 44px; }
	}

@media (max-width: 1199.98px) {
    .logo { position: relative; left: auto; top: auto; margin: 15px auto; transform: translateX(0); }
    .headerTopRight { height: 100%; position: absolute; max-width: 100%; left: 0px; right: 0px; }
    .nav-wrapper { display: none !important; }
    .menubar-icon, .mobile-menu-wrapper { display: block; }
    .mobileMenu.show { opacity: 1; }
    .headerTop .topHeaderContainer { justify-content: space-between; }
    .pageTitle h1, .pageTitle h2 { font-size: 36px; }
    .pageTitle2 h1, .pageTitle2 h2 { font-size: 30px; }
    .banner_caption .captionContainer .bannerHeading1, .inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 40px; }
    .intro-container, .concepts-container, .about-container, .joinus-container, .main-container { padding-top: 60px; padding-bottom: 60px; }
    .joinus-text-container { padding-right: 50px; }
	.imgLeft, .imgRight { max-width: 40%; }
	.google-recaptch { display: none !important; }
	}

@media (max-width: 1099.98px) {
	}

@media (max-width: 1023.98px) {
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
    .bannerWrapper { background: #363636; }
    .banner_caption, .inner_banner_caption { position: relative; left: auto; top: auto; background: transparent; }
    .banner_caption .captionWrapper, .inner_banner_caption .captionWrapper { padding: 40px 25px 100px; text-align: center; }
    .inner_banner_caption .captionWrapper { padding: 25px; }
    .banner_caption .captionContainerInner, .inner_banner_caption .captionContainerInner, .banner_caption .captionContainerInner, .inner_banner_caption .captionContainer { max-width: 100%; padding: 0px; }
	.element-list-container .row { margin-bottom: 40px; }
	.element-text-container { max-width: 100%; padding: 30px 0px 0px !important; }
	.element-list-container .row:nth-child(odd), .element-list-container .row { flex-flow: column-reverse; }
	.element-list-container .row:nth-child(even), .element-list-container .row-reverse { flex-flow: column-reverse; }
    .element-pic-container, .element-list-container .row:nth-child(2n) .element-pic-container, .element-list-container .row-reverse .element-pic-container { padding: 0px; }
    .footer-top { padding: 40px 0px; }
    .ftcol, .fbcol { width: 100%; max-width: 100%; text-align: center; }
    .footer-location, .footer-email-address, .footer-phone-number { display: table; margin: 0px auto 15px; text-align: center; }
    .footer-bottom { padding: 40px 0px 15px; }
    .fbcol.fbcol1 { order: 1; }
    .fbcol.fbcol2 { order: 2; }
    ul.footer-nav3, .copyright { margin-top: 0px; margin-bottom: 0px; }
    .footer-bottom hr { margin-top: 0px; margin-bottom: 30px !important; }
    .joinus-text-container { padding-right: 30px; }
    .logo-list-container { padding-bottom: 30px; }
    .logo-list-container .row { margin-left: -15px; margin-right: -15px; }
    .logo-list-container .row > * { padding-left: 15px; padding-right: 15px; }
    .logo-img-container { margin-bottom: 30px; }
    .logo-img-container figure, .logo-img-container figure img { max-height: 100px; }
    .concepts-listing li .concept-item-inner a, .concepts-listing li:nth-child(2n+1) .concept-item-inner a, .concepts-listing li:nth-child(2n) .concept-item-inner a { background-position: center center !important; }
    .concepts-listing .concept-info-box, .concepts-listing li:nth-child(2n) .concept-info-box, .concepts-listing li:nth-child(2n+1) .concept-info-box { margin-left: auto !important; margin-right: auto !important; }
    .concepts-listing .concept-item-inner a { padding: 12% 0px; }
    .thank-you-container { background: #363636; }
    .thank-you-content-area { position: relative; top: auto; left: auto; padding: 0px; }
    .thank-you-content-area .captionWrapper { padding: 50px 15px; text-align: center; }
    .thank-you-content-area .captionWrapper .row { justify-content: center; }
    .thank-you-content-area .thank-you-content { max-width: 100%; margin: 0px auto; }
    .thank-you-content p { margin: 0px auto 25px; }
	}
	
@media (max-width: 800px) {
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
    #pageHeaderWrapper { position: relative; left: auto; top: auto; }
    .headerTop { background: #363636; }
    .logo { width: 83px; height: 50px; }
    .mobile-menu-wrapper { padding-top: 90px; }
    h1, .h1, .pageTitle h1, .pageTitle h2, .pageTitle2 h1, .pageTitle2 h2 { font-size: 30px !important; letter-spacing: 0px !important; }
    h2, .h2 { font-size: 27px !important; letter-spacing: 0px !important; }
	h3, .h3 { font-size: 24px !important; letter-spacing: 0px !important; }
	h4, .h4 { font-size: 21px !important; letter-spacing: 0px !important; }
	h5, .h5 { font-size: 18px !important; letter-spacing: 0px !important; }
	h6, .h6 { font-size: 14px !important; letter-spacing: 0px !important; }
    .gallery-item { width: 50%; }
    .homeBannerSlider .slick-dots { bottom: 15px; }
    .homeBannerSlider .slick-dots li, .homeBannerSlider .slick-dots li button:before { height: 10px; width: 10px; }
    .homeBannerSlider .slick-dots li button:before { line-height: 10px; }
    .breadcrumb-container { padding-top: 15px; padding-bottom: 15px; }
    .logo-img-container figure, .logo-img-container figure img { max-height: 80px; }
    .joinus-text-container { padding: 0px 0px 30px; }
    .reservation-item, .event-item, .value-item { width: 50%; }
	}

@media (min-width: 768px) {
	}
	
@media (max-width: 649.98px) {
	}
	
@media (max-width: 575.98px) {
    .reservation-item, .event-item, .value-item, .concept-item { width: 100%; }
	}

@media (min-width: 576px) {
	}

@media (max-width: 479.98px) {
    .container, .header-container, .wide-container, .banner_caption .captionWrapper, .inner_banner_caption .captionWrapper, .footer, .thank-you-content-area .captionWrapper { padding-left: 15px; padding-right: 15px; }
    .concepts-slider .slick-prev { left: 15px; }
    .concepts-slider .slick-next { right: 15px; }
    .gallery-container { padding: 60px 15px 15px; }
	}
	
@media (max-width: 399.98px) {
    .gallery-item { width: 100%; }
	}

@-ms-viewport { width: auto !important; }