html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


.listUnstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea,
select {
	-webkit-appearance: none;
	box-sizing: border-box;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	color: #fff;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
	font-size: 14px;
	line-height: 28px;
	padding: 6px;
	height: 27px;
	font-weight: 300;
	background-color: transparent;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
	box-shadow: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #BCBCBD;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	opacity: 1;
	color: #BCBCBD;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #BCBCBD;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #BCBCBD;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder,
select.placeholder {
	color: #BCBCBD;
}

textarea:focus,
input:focus{
	outline: none;
}

body {
	font-size: 14px;
	line-height: 19px;
	color: #877265;
	font-weight: 400;
	font-family: "Nunito", "Arial", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-style: scrollbar;
	background-color: #fff;
}

.fontPoppins {
	font-family: "Poppins", "Arial", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	font-family: inherit;
	color: #877265;
	line-height: 45px;
	font-weight: 200;
	letter-spacing: 0;
}

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

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 20px;
}

p {
	margin: 0;
	letter-spacing: 0;
}

.srOnly {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.svgBg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.bgCover {
	background-size: cover;
	background-position: 50% 50%;
}

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

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
	transition: color .3s ease;
}

.container,
.containerSmall {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.container {
	max-width: 1247px;
}

.containerSmall {
	max-width: 1190px;
}

.colsHolder {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.colsHolder .chCol {
	padding-left: 20px;
	padding-right: 20px;
}

.chCol12,
.chCol6,
.chCol4 {
	width: 100%;
}

.btn {
	padding: 11px 10px;
	font-family: inherit;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
	color: #FFFFFF;
	border-radius: 4px;
	background-color: #AF896E;
	letter-spacing: 1.2px;
	border: 0;
}

.btn:hover {
	background-color: #795943;
}

.btnTransparent {
	background-color: transparent;
	border: 1px solid #fff;
}

.btnTransparent:hover {
	background-color: #AF896E;
}

.btnDefaultWidth {
	min-width: 203px;
}

.btnLargeWidth {
	min-width: 234px;
}

#pageWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#pageHeader {
	padding-top: 35px;
	padding-bottom: 25px;
}

.alignHolder {
	width: 100%;
	display: flex;
}

.alignHolder .align {
	width: 100%;
}

#pageNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mainNavList {
	letter-spacing: 0;
	font-size: 22px;
	color: #707070;
}

.mainNavList > li + li {
	margin-top: 14px;
}

.mainNavList > li > a:hover {
	font-weight: 700;
}

.pageNavCollapse {
	width: 100%;
	position: absolute;
	left: 0;
	top: 140px;
	z-index: 9999;
	background-color: #E4E0DD;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: transform .3s ease;
	text-align: left;
	padding: 26px 30px;
}

.tpHeadBtnWrap {
	position: relative;
	padding-left: 22px;
}

.tpHeadBtnWrap:before {
	position: absolute;
	content: "";
	left: 0;
	top: -12px;
	width: 1px;
	height: 62px;
	background-color: #D9B4A4;
}

#pageFooter {
	padding-top: 72px;
	padding-bottom: 24px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.ftNavList {
	column-count: 2;
	font-size: 20px;
	line-height: 27px;
	color: #484848;
	margin-bottom: 58px;
	padding-left: 37px;
	padding-right: 37px;
}

.ftNavList > li + li {
	margin-top: 14px;
}

.ftNavList > li > a:hover {
	color: #B9A293;
}

.ftLocateSubsWrap {
	width: 100%;
	padding-left: 37px;
	padding-right: 37px;
}

.ftHeading {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #484848;
	margin-bottom: 17px;
}

.ftLocation {
	font-size: 20px;
	line-height: 27px;
	color: #484848;
	width: 241px;
}

.ftSocialWrap .ftHeading {
	margin-bottom: 9px;
}

.ftSocialList {
	display: flex;
	align-items: center;
}

.ftSocialList > li + li {
	margin-left: 15px;
}

.ftNewsLetterWrap .ftHeading {
	margin-bottom: 7px;
}

.ftNewsForm input {
	border: 1px solid #D9B4A4;
	border-radius: 6px;
	padding: 12px 14px;
	width: 100%;
	font-size: 20px;
	background-color: transparent;
	height: 49px;
	color: #484848;
	margin-bottom: 14px;
}

.ftFormBtn button {
	background-color: transparent;
	border: 0;
	font-size: 16px;
	color: #AF886E;
}

#pageFooter .colsHolder {
	margin-left: -23px;
	margin-right: -23px;
}

#pageFooter .colsHolder .chCol {
	padding-left: 23px;
	padding-right: 23px;
}

#pageFooter .chCol2,
#pageFooter .chCol10 {
	width: 100%;
}

.tpHeroBanner {
	position: relative;
	z-index: 1;
	padding-top: 106px;
	padding-bottom: 103px;
}

.tpBannerTextWrap {
	padding: 28px 7px 20px;
	background-color: rgba(80, 66, 54, 0.5);
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.tpBannerTextWrap h1,
.tpBannerTextWrap .h1 {
	color: #fff;
	letter-spacing: 0;
	max-width: 465px;
	margin-bottom: 10px;
	font-size: 40px;
}

.tpBannerTextWrap strong {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 2.4px;
	color: #fff;
	display: block;
	margin-bottom: 16px;
}

.bannerBgImage,
.videoBgImage,
.abBgImage,
.galleryBgImage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.bannerBgImage img,
.videoBgImage img,
.abBgImage img,
.galleryBgImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.slick-dots > li {
	width: 9px;
	height: 9px;
	margin-left: 5px;
	margin-right: 5px;
}

.slick-dots > li + li {
	margin-left: 12px;
}

.slick-dots > li button {
	text-indent: -9999px;
	width: 9px;
	height: 9px;
	background-color: #FFFFFF;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 100%;
}

.slick-dots > li.slick-active button {
	background-color: #FFBE96;
}

.homeBannerSlider .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

.homeImagesGallery .colsHolder {
	margin-left: -3px;
	margin-right: -3px;
}

.homeImagesGallery .colsHolder .chCol {
	padding-left: 3px;
	padding-right: 3px;
}

.hmGalleryHolder {
	margin-bottom: 6px;
}

.hmGalleryHolder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ttuTalkSec {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.ttuTextDescr {
	max-width: 612px;
	margin-left: auto;
	margin-right: auto;
}

.ttuTextDescr h2,
.ttuTextDescr .h2 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 2.2px;
	margin-bottom: 16px;
}

.ttuTextDescr p {
	margin-bottom: 16px;
}

.homeVideoAside {
	position: relative;
	z-index: 1;
	padding-top: 151px;
	padding-bottom: 151px;
	padding-left: 0;
}

.hmCtnFormSec {
	padding-top: 45px;
	padding-bottom: 61px;
	background-color: #B9A293;
	color: #fff;
	position: relative;
	z-index: 2;
}

.hnCtnHeader {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 53px;
	text-align: center;
}

.hnCtnHeader h2 {
	font-size: 25px;
	line-height: 34px;
	letter-spacing: 2.5px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 13px;
}

.page-id-102 .abAboutBanner{
	margin-bottom: 20px;
}

.ctnDescrSec .iframeWrap{
	overflow: hidden;
}

.formGroup {
	margin-bottom: 25px;
}

.formGroup label {
	color: #fff;
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.formControl {
	width: 100%;
}

textarea {
	resize: none;
}

.ctnContactForm .colsHolder {
	margin-left: -15px;
	margin-right: -15px;
}

.ctnContactForm .colsHolder .chCol {
	padding-left: 15px;
	padding-right: 15px;
}

.ctnContactForm {
	max-width: 694px;
	margin-left: auto;
	margin-right: auto;
}

.formSubmitBtn {
	text-align: right;
	position: relative;
}

.formSubmitBtn button {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.abAboutBanner {
	position: relative;
	padding-top: 130px;
	padding-bottom: 127px;
	z-index: 1;
}

.abAboutTextDescr {
	padding: 18px 7px 20px;
	background-color: rgba(80, 66, 54, 0.48);
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	text-align: center;
}

.abAboutTextDescr h1,
.abAboutTextDescr .h1 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 17px;
}

.abAboutTextDescr strong {
	letter-spacing: 2.4px;
}

.headerBorder {
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 13px;
}

.headerBorder:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 264px;
	height: 1px;
	background-color: #707070;
	margin-left: auto;
	margin-right: auto;
}

.headerBorder h2,
.headerBorder .h2 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 3.3px;
	color: #AD734A;
	font-weight: 400;
	text-transform: uppercase;
}

.abAboutInfo {
	text-align: center;
	padding-top: 67px;
	padding-bottom: 67px;
}

.abAboutInfo p {
	font-weight: 700;
	line-height: 25px;
	color: #584436;
}

.motTeamDescr {
	border: 2px solid #D9B4A4;
	padding: 30px 25px 0;
}

.motTeamDescr h2,
.motTeamDescr .h2 {
	line-height: 38px;
	letter-spacing: 4.2px;
	font-weight: 400;
	text-align: center;
	color: #AD734A;
	margin-bottom: 35px;
}

.motTeamText {
	color: #000;
}

.motTeamText h3,
.motTeamText .h3 {
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 3px;
	color: #000;
	font-weight: 400;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.teamMemberDescr {
	margin-bottom: 47px;
	background-color: #fff;
}

.teamMemberDescr .colsHolder {
	align-items: center;
	margin-left: -27px;
	margin-right: -27px;
}

.teamMemberDescr .colsHolder .chCol {
	padding-left: 27px;
	padding-right: 27px;
}

.teamMemberDescr .chCol5,
.teamMemberDescr .chCol5 {
	width: 100%;
}

.aboutTeamSec {
	padding-bottom: 59px;
}

.servDetailText {
	text-align: center;
}

.servDetailText p {
	font-weight: 700;
	color: #584436;
	margin-bottom: 24px;
	line-height: 25px;
}

.servDetailText a {
	font-style: italic;
	color: #BE8761;
	letter-spacing: 2.1px;
	text-transform: uppercase;
}

.servCatDescr .colsHolder {
	align-items: center;
	margin-left: -39px;
	margin-right: -39px;
	background-color: #fff;
}

.servCatDescr .colsHolder .chCol {
	padding-left: 39px;
	padding-right: 39px;
}

.serCategorySec {
	padding-top: 14px;
}

.galleryTpBanner {
	position: relative;
	padding-top: 130px;
	padding-bottom: 131px;
	z-index: 1;
}

.galBannerTextDescr {
	background-color: rgba(102, 84, 72, 0.48);
	padding: 41px 30px;
	text-align: center;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.galBannerTextDescr h1,
.galBannerTextDescr .h1 {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.galBannerTextDescr p {
	letter-spacing: 2.4px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 19px;
	font-size: 16px;
	line-height: 22px;
}

.galleryImageSec {
	padding-top: 51px;
	padding-bottom: 51px;
}

.galleryImageSec .colsHolder {
	margin-left: -18px;
	margin-right: -18px;
}

.galleryImageSec .colsHolder .chCol {
	padding-left: 18px;
	padding-right: 18px;
}

.galleryImageHolder {
	margin-bottom: 20px;
}

.servGallDescr {
	position: relative;
	height: 294px;
}

.servGallDescr:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(70, 20, 5, 0.26);
}

.servGallDescr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.servGallDescr h2,
.servGallDescr .h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 27px;
	font-size: 20px;
	color: #fff;
}

.gallSercCategorySlider .slick-dots {
	margin-top: 19px;
}

.gallSercCategorySlider .slick-dots > li {
	width: 12px;
	height: 12px;
}

.gallSercCategorySlider .slick-dots > li button {
	background-color: #E2E2E2;
	width: 12px;
	height: 12px;
}

	background-color: #C0A28C;
}

.ctnDescrSec {
	padding-top: 30px;
	padding-bottom: 57px;
}

.ctnDescrSec{
	padding-top: 12px;
	padding-bottom: 20px;
}

.ctnDescrSec h2{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 2.24px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #BEBEBE;
	margin-bottom: 20px;
	font-weight: 400;
    color: #AD734A;
}

.ctnAddresWrap {
	font-size: 18px;
	line-height: 25px;
	color: #584436;
	margin-bottom: 15px;
}

.ctnAddresWrap h2,
.ctnAddresWrap .h2 {
	font-weight: 400;
	letter-spacing: 4.2px;
	line-height: 38px;
	color: #AD734A;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.ctnPhoneWrap {
	margin-bottom: 15px;
}

.ctnPhoneWrap h3,
.ctnPhoneWrap .h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #AD734A;
	margin-bottom: 8px;
}

.ctnPhoneWrap {
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	color: #584436;
}

.mainContactForm .formGroup .formControl {
	border-bottom-color: #707070;
	height: 32px;
	vertical-align: top;
	color: #4E4D4D;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0;
	glyph-orientation-horizontal: 14px;
}

.mainContactForm .formGroup textarea.formControl {
	height: 140px;
}

.formSubmit {
	text-align: right;
	position: relative;
}

.mainContactForm .formGroup input[type='text']::-webkit-input-placeholder,
.mainContactForm .formGroup input[type='tel']::-webkit-input-placeholder,
.mainContactForm .formGroup input[type='email']::-webkit-input-placeholder,
.mainContactForm .formGroup textarea::-webkit-input-placeholder {
	color: #575757;
}

.mainContactForm .formGroup input[type='text']::-moz-placeholder,
.mainContactForm .formGroup input[type='tel']::-moz-placeholder,
.mainContactForm .formGroup input[type='email']::-moz-placeholder,
.mainContactForm .formGroup textarea::-moz-placeholder {
	opacity: 1;
	color: #575757;
}

.mainContactForm .formGroup input[type='text']:-moz-placeholder,
.mainContactForm .formGroup input[type='tel']:-moz-placeholder,
.mainContactForm .formGroup input[type='email']:-moz-placeholder,
.mainContactForm .formGroup textarea:-moz-placeholder {
	color: #575757;
}

.mainContactForm .formGroup input[type='text']:-ms-input-placeholder,
.mainContactForm .formGroup input[type='tel']:-ms-input-placeholder,
.mainContactForm .formGroup input[type='email']:-ms-input-placeholder,
.mainContactForm .formGroup textarea:-ms-input-placeholder {
	color: #575757;
}

.mainContactForm .formGroup input[type='text'].placeholder,
.mainContactForm .formGroup input[type='tel'].placeholder,
.mainContactForm .formGroup input[type='email'].placeholder,
.mainContactForm .formGroup textarea.placeholder {
	color: #575757;
}


.formSubmit button {
	border: 0;
	background-color: transparent;
	color: #4E4D4D;
	text-transform: uppercase;
}

.promoDescrSec {
	padding-top: 46px;
	padding-bottom: 55px;
}

.promoHeader {
	margin-bottom: 32px;
}

.promoHeader .subHead {
	font-size: 18px;
	line-height: 25px;
	color: #584436;
	display: block;
	margin-bottom: 8px;
}

.promoHeader h2,
.promoHeader .h2 {
	font-size: 35px;
	line-height: 32px;
	color: #AD734A;
	font-weight: 400;
}

.promoServDescr {
	font-size: 18px;
	line-height: 24px;
	color: #584436;
}

.promoServDescr strong {
	display: block;
	margin-bottom: 25px;
}

.promServList {
	margin-bottom: 42px;
}

.promServList > li {
	position: relative;
	padding-left: 13px;
}

.promServList > li:before {
	position: absolute;
	content: "-";
	left: 0;
	top: -1px;
}

.promServList > li + li {
	margin-top: 2px;
}

.promoBtnWrap .btn {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0;
	padding-top: 19px;
	padding-bottom: 19px;
}

.promoServWrap {
	display: flex;
	flex-wrap: wrap;
}

.promoDetailsList > li {
	padding-bottom: 42px;
	border-bottom: 1px dotted #584436;
	margin-bottom: 21px;
}

.pgNavOpener {
	display: block;
	position: relative;
	color: #D9B4A4;
	width: 37px;
	height: 24px;
	z-index: 2;
}

.pgNavOpener::before,
.pgNavOpener::after,
.pgNavOpener .icnBar {
	height: 4px;
	background-color: currentColor;
	transition: all .3s ease;
}

.pgNavOpener::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.pgNavOpener::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.pgNavOpener .icnBar {
	position: absolute;
	left: 0;
	top: 10px;
	right: 0;
}

.pgNavActive .pageNavCollapse {
	transform: scaleY(1);
}

.tpHeadBtnMobileWrap {
	margin-bottom: 24px;
}

.tpHeadBtnMobileWrap .btn {
	width: 100%;
	border-radius: 27px;
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ctnContactForm .formGroup textarea {
	height: 41px;
}

.hmGalleryHolder {
	position: relative;
	display: block;
	z-index: 1;
}

.hmGalleryHolder:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(70, 20, 5, 0.26);
}

.hmGalleryHolder h2,
.hmGalleryHolder .h2,
.servGallDescr h2,
.servGallDescr .h2 {
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 3px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.hmGalleryHolder:hover:before,
.servGallDescr:hover:before {
	display: none;
}

.hmGalleryHolder:hover h2,
.hmGalleryHolder:hover .h2,
.servGallDescr:hover h2,
.servGallDescr:hover .h2 {
	letter-spacing: 8px;
}

.formSubmitBtn .wpcf7-submit,
.formSubmit .wpcf7-submit {
	border: 0;
	background-color: transparent;
}

.formSubmitBtn .wpcf7-spinner,
.formSubmit .wpcf7-spinner {
	position: absolute;
	right: 90px;
}

.tpHeadBtnWrap.tpHeaderBtnMobile:before {
	display: none;
}

.tpHeadBtnWrap.tpHeaderBtnMobile {
	padding: 0;
	margin-bottom: 24px;
}

.tpHeadBtnWrap.tpHeaderBtnMobile .btn {
	width: 100%;
	border-radius: 27px;
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tpHeadBtnWrap.tpHeaderBtnMobile .btn span {
	margin-right: 10px;
}

.headerSocialList {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 27px;
	padding-bottom: 27px;
}

.headerSocialList:before {
	position: absolute;
	content: "";
	left: -999px;
	top: 0;
	right: -999px;
	bottom: 0;
	background-color: #F4F1EF;
	z-index: -1;
}

.headerSocialList > li + li {
	margin-left: 59px;
}

.ftNewsLetterWrap {
	display: none;
}

.ftNewsLetterWrap.ftNewsMobile {
	display: block;
	margin-bottom: 38px;
}

.galleryImageHolder img {
	width: 100%;
	height: 376px;
	object-fit: cover;
}

.promotionPopup {
	display: none;
}

.promotionPopup {
	background-color: transparent !important;
	border: 1px solid #D9B4A4;
	padding: 122px 41px 93px !important;
	max-width: 1057px;
	color: #fff;
}

.promPopHeader {
	margin-bottom: 28px;
	text-align: center;
}

.promPopHeader strong {
	display: block;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 5.4px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 8px;
}

.promPopHeader h2,
.promPopHeader .h2 {
	font-size: 35px;
	line-height: 29px;
	letter-spacing: 0;
	color: #D9B4A4;
}

.popUpDescrList {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

.popUpDescrList > li + li {
	margin-top: 10px;
}

.carousel__button {
	position: absolute !important;
	top: 10px !important;
	right: 17px !important;
	color: #D9B4A4 !important;
}

.serCategorySec {
	position: relative;
}

.servImageHolder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.servDetailSec {
	padding-top: 70px;
	padding-bottom: 70px;
}

.servDetailHead {
	margin-bottom: 16px;
}

.servDetailHead h2,
.servDetailHead .h2 {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 4.2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #584436;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 400;
	color: #AD734A;
}

.servDetailSec.bgGrey {
	background-color: #F5F5F5;
}

.servDetailHead strong {
	color: #584436;
	display: block;
}

.servDetailsTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.servDetailsTable thead tr th:first-child,
.servDetailsTable tbody tr td:first-child {
	width: 50%;
	text-align: left;
}

.servDetailsTable tbody tr {
	border-bottom: 1px dashed #707070;
}

.servDetailsTable thead tr th,
.servDetailsTable tbody tr td {
	width: 25%;
	text-align: center;
	padding: 10px;
}

.servDetailsTable tbody tr td {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: #363636;
}

.servDetailsTable thead tr th:first-child {
	font-size: 25px;
	line-height: 34px;
	color: #B9A293;
}

.servDetailsTable thead tr th {
	font-size: 16px;
	line-height: 22px;
	color: #AD734A;
	font-weight: 400;
}

.servDetailsTable.servPriceTable thead tr th:first-child,
.servDetailsTable.servPriceTable tbody tr td:first-child {
	width: 46%;
}

.servDetailsTable.servPriceTable thead tr th,
.servDetailsTable.servPriceTable tbody tr td {
	width: 11%;
}

.textAltSize {
	font-size: 18px !important;
	line-height: 24px !important;
}

.wpcf7-response-output {
	text-align: center;
}

.hmCtnFormSec .wpcf7-response-output {
	max-width: 694px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.pgNavActive .pgNavOpener::before {
	transform: rotate(45deg);
	top: 8px;
}

.pgNavActive .pgNavOpener::after {
	transform: rotate(-45deg);
	top: 8px;
}

.pgNavActive .pgNavOpener .icnBar {
	display: none;
}

.loadGalleryBtn {
	text-align: center;
}

.loadGalleryBtn .btn {
	margin-top: 25px;
	margin-bottom: 25px;
}

.motTeamDescr .pin-spacer {
	margin-bottom: 20px !important;
}

.shopPageBanner {
	position: relative;
	padding-top: 104px;
	padding-bottom: 30px;
	z-index: 1;
}

.shopPageBanner::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50px;
	bottom: 0;
	background-color: #E4E0DD;
	width: 76%;
	height: 500px;
	border-radius: 56px;
	z-index: -1;
}

.shopBgImage {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 29%;
	z-index: -1;
}

.shopBgImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shopProductSec {
	padding-top: 39px;
	padding-bottom: 50px;
}

.spProductHeader {
	margin-bottom: 27px;
}

.spProductHeader h2,
.spProductHeader .h2 {
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: 700;
}

.prodcuDescrWrap {
	position: relative;
	margin-bottom: 20px;
}

.productviewWrap {
	border: 1px solid #707070;
	text-align: center;
	margin-bottom: 22px;
}

.shopProductSec .colsHolder {
	margin-left: -10px;
	margin-right: -10px;
}

.shopProductSec .colsHolder .chCol {
	padding-left: 10px;
	padding-right: 10px;
}

.shopProductSec .chCol3 {
	width: 50%;
}

.productImgHolder {
	padding-top: 42px;
	padding-bottom: 42px;
	width: 100%;
  	height: 258px;
}

.productImgHolder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.viewProductLink {
	position: relative;
	display: block;
	padding: 8px;
	font-size: 16px;
	color: #000;
	border: 1px solid #000;
	background-color: #F5E2D6;
}

.viewProductLink:before,
.viewProductLink:after {
	position: absolute;
	content: "";
	top: 12px;
	border-width: 1px 1px 0 0;
	border-color: #707070;
	border-style: solid;
	width: 11px;
	height: 11px;
	transform: rotate(45deg);
	display: none;
}

.viewProductLink:before {
	right: 33px;
}

.viewProductLink:after {
	right: 25px;
}

.viewProductLink:hover {
	background-color: #D3B19B;
	font-weight: 500;
	font-style: italic;
}

.viewProductLink:hover:before,
.viewProductLink:hover:after {
	display: block;
}

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

.prodcuDescrWrap .textWrap h3,
.prodcuDescrWrap .textWrap .h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 12px;
}

.prodcuDescrWrap .textWrap span {
	font-size: 18px;
	font-weight: 300;
	color: #000;
}

.arrivalBadge {
	font-size: 15px;
	color: #fff;
	background-color: #9A7550;
	border-radius: 11px;
	padding: 2px 10px;
	position: absolute;
	top: 15px;
	left: 16px;
}

.productDetailsWrap {
	padding-top: 46px;
	padding-bottom: 44px;
	font-size: 16px;
	line-height: 30px;
	color: #808080;
	position: relative;
}

.productDetailsWrap:before{
	position: absolute;
	content: "";
	left: -9999px;
	right: -9999px;
	bottom: 0;
	border-bottom: 1px solid #BFBFBF;
}

.productDetailsWrap .subHeading {
	display: block;
	font-size: 12px;
	letter-spacing: 2.4px;
	color: #000;
	text-transform: uppercase;
}

.productDetailsWrap strong {
	font-size: 18px;
	color: #000;
	display: block;
	margin-bottom: 38px;
}

.otherProductSec {
	padding-top: 44px;
	padding-bottom: 85px;
}

.otherProductSec h2,
.otherProductSec .h2 {
	font-weight: 500;
	font-style: italic;
	font-size: 28px;
	color: #85756D;
	text-align: center;
	margin-bottom: 15px;
	line-height: 30px;
}

.otherProductWrap {
	padding: 21px 18px 23px;
	border: 1px solid #D9B4A4;
}

.otherProductWrap .imgHolder {
	margin-bottom: 8px;
}

.otherProductWrap .imgHolder img {
	width: 100%;
}

.otherProductWrap .textWrap {
	padding-left: 20px;
	padding-right: 20px;
}

.otherProductWrap .textWrap strong {
	font-size: 16px;
	line-height: 20px;
	color: #695246;
	display: block;
	margin-bottom: 24px;
}

.otherProductWrap .priceWrapper {
	border-top: 1px dashed #D8D8D8;
	padding-top: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.otherProductWrap .priceWrapper span {
	font-size: 18px;
	color: #85756D;
}

.otherProductSec .chCol3 {
	width: 25%;
}

.range-slider {
	width: 100%;
	text-align: center;
	position: relative;
}

.rangeValues {
	display: block;
	margin-bottom: 10px;
}

input[type=range] {
	-webkit-appearance: none;
	border: 1px solid transparent;
	width: 100%;
	position: absolute;
	left: 0;
	background-color: #E4E0DD;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	background: transparent;
	border: none;
	border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #21c1ff;
	margin-top: -4px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent !important;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 1px;
	background: #707070;
	border: none;
	border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
	border: 1px solid #707070;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #E4E0DD;
}

input[type=range]:-moz-focusring {
	outline: 1px solid transparent;
	outline-offset: -1px;
}

input[type=range]::-ms-track {
	width: 300px;
	height: 5px;
	background: transparent;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent;
	z-index: -4;
}

input[type=range]::-ms-fill-lower {
	background: transparent;
	border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
	background: transparent;
	border-radius: 10px;
}

input[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
	background: transparent;
}

input[type=range]:focus::-ms-fill-upper {
	background: transparent;
}

.shopFiltersWrap .heading {
	font-size: 16px;
	color: #000;
	display: block;
	margin-bottom: 10px;
	font-weight: 300;
}

.fliterDescrForm {
	display: flex;
}

.fliterDescrForm .filterCatWrap {
	width: 228px;
}

.filterCatWrap label {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	font-weight: 300;
	display: block;
}

.filterCatWrap select {
	color: #B5ACAC;
	font-size: 20px;
	line-height: 45px;
	font-weight: 300;
	height: 53px;
	width: 100%;
	padding-left: 0;
	border-bottom: 1px solid #707070;
	cursor: pointer;
}

.shopFiltersWrap {
	position: relative;
	z-index: 1;
}

.woocommerce-cart .woocommerce {
	padding-top: 45px;
	padding-bottom: 34px;
}

.woocommerce-cart-form .shop_table {
	border: 0 !important;
	border-radius: 0 !important;
}

.woocommerce-cart-form .shop_table thead {
	display: none;
}

.woocommerce-cart-form .shop_table .product-remove {
	width: 2%;
}

.woocommerce-cart-form .shop_table .product-thumbnail {
	width: 11%;
}

.woocommerce-cart-form .shop_table .product-thumbnail  a {
	display: block;
}

.woocommerce-cart-form .shop_table .product-thumbnail  a img {
	width: 60px;
	height: 78px;
	object-fit: cover;
}

.woocommerce-cart-form .shop_table .product-name {
	width: 100%;
	float: none !important; 
}

.woocommerce-cart-form .shop_table .product-name a {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.woocommerce-cart-form .shop_table .product-price {
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	color: #85756D;
	margin-bottom: 11px;
}

.woocommerce-cart-form .shop_table .product-subtotal {
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	color: #85756D;
}

.woocommerce-cart-form .shop_table tbody tr.woocommerce-cart-form__cart-item {
	padding-top: 25px;
	padding-bottom: 25px;
	display: table;
	border-top: 1px solid #D6D6D6;
}

.woocommerce-cart-form .shop_table tbody tr td {
	border-top: 0 !important;
}

.woocommerce-cart-form .shop_table .product-quantity input {
	width: 120px;
}

.woocommerce-cart-form .shop_table .actions .coupon {
	padding: 6px 18px 6px 25px;
	border: 1px solid #504236;
	float: none !important;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.woocommerce-cart-form .shop_table .actions .coupon .input-text {
	width: 100%;
	border: 0 !important;
	color: #85756D;
	font-size: 18px;
	line-height: 15px;
}

.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='text']::-webkit-input-placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='tel']::-webkit-input-placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='email']::-webkit-input-placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text textarea::-webkit-input-placeholder {
	color: #85756D;
}

.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='text']::-moz-placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='tel']::-moz-placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='email']::-moz-placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text textarea::-moz-placeholder {
	opacity: 1;
	color: #85756D;
}

.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='text']:-moz-placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='tel']:-moz-placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='email']:-moz-placeholder {
	color: #85756D;
}

.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='text']:-ms-input-placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='tel']:-ms-input-placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='email']:-ms-input-placeholder {
	color: #85756D;
}

.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='text'].placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='tel'].placeholder,
.woocommerce-cart-form .shop_table .actions .coupon .input-text[type='email'].placeholder {
	color: #85756D;
}

.woocommerce-cart-form .shop_table .actions .coupon .button {
	background-color: transparent;
	font-size: 18px;
	line-height: 15px;
	color: #85756D;
	margin-left: 20px;
	border-left: 1px solid #85756D;
	width: 175px;
	border-radius: 0;
	padding: 10px 0 10px 15px;
	font-weight: 400;
}

.btnUpdateCart,
.checkout-button,
#place_order,
.woocommerce-orders-table__row .button,
.woocommerce-info .button,
.woocommerce-EditAccountForm button,
.woocommerce-form-login .form-row .button,
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-register .form-row .button,
.woocommerce-notices-wrapper .woocommerce-message .button,
.checkout_coupon .button,
.shipping-calculator-form .button,
.return-to-shop .button,
.woocommerce-MyAccount-content form .woocommerce-address-fields .button {
	width: 100%;
	border-radius: 0 !important;
	background-color: #504236 !important;
	color: #fff !important;
	font-size: 18px !important;
	line-height: 16px !important;
	font-weight: 400 !important;
	padding: 16px 10px !important;
	text-align: center;
}

#place_order,
.woocommerce-info .button,
.woocommerce-EditAccountForm button,
.woocommerce-form-login .form-row .button,
.woocommerce-ResetPassword .form-row .button,
.woocommerce-form-register .form-row .button,
.woocommerce-notices-wrapper .woocommerce-message .button,
.checkout_coupon .button,
.shipping-calculator-form .button,
.return-to-shop .button,
.woocommerce-MyAccount-content form .woocommerce-address-fields .button {
	min-width: 192px;
	margin-top: 25px;
	width: auto;
}

.woocommerce-orders-table__row .button,
.shipping-calculator-form .button {
	width: auto;
	min-width: 88px;
	text-align: center;
	padding: 8px 10px !important;
}

.woocommerce-EditAccountForm button {
	float: right;
}

.woocommerce-form-login .form-row .button,
.woocommerce-notices-wrapper .woocommerce-message .button {
	margin-top: 0;
	padding: 12px 10px !important;
}

.cart-collaterals {
	background-color: #E4E0DD;
	padding: 27px 15px 27px;
}

.cart-collaterals .cart_totals {
	width: 100% !important;
	float: none !important;
}

.cart-collaterals .cart_totals h2 {
	font-size: 16px;
	line-height: 25px;
	color: #85756D;
	padding-bottom: 10px;
	border-bottom: 1px solid #504236;
	margin-bottom: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.cart-collaterals .cart_totals .shop_table {
	border: 0 !important;
	border-radius: 0 !important;
}

.cart-collaterals .cart_totals .shop_table tr th {
	width: 50%;
	padding: 0;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #504236;
}

.cart-collaterals .cart_totals .shop_table tr td {
	width: 100%;
	padding: 0;
	text-align: right;
}

.cart-collaterals .cart_totals .shop_table tr.cart-subtotal th,
.cart-collaterals .cart_totals .shop_table tr.cart-subtotal td {
	padding-bottom: 50px;
}

.cart-collaterals .cart_totals tr.order-total th,
.cart-collaterals .cart_totals tr.order-total td {
	border-top: 1px solid #504236 !important;
	padding-top: 15px;
}

.wc-proceed-to-checkout {
	padding-bottom: 0 !important;
}

.wc-proceed-to-checkout a {
	margin-bottom: 0 !important;
}

.cartMainWrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -44px;
	margin-right: -44px;
}

.cartMainWrapper .chCol {
	padding-left: 44px;
	padding-right: 44px;
}

.cartMainWrapper .left {
	width: 100%;
}

.cartMainWrapper .right {
	width: 100%;
}

.signal-page-warp .product-detail {
	background-color: #FCFAF7;
	padding: 29px 60px 44px;
	max-width: 526px;
}

.signal-page-warp .product-detail h1 {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #000;
	margin-bottom: 5px;
	padding-bottom: 15px !important;
	border-bottom: 1px solid #BFBFBF;
}

.signal-page-warp .product-detail .price {
	font-weight: 700;
	font-size: 22px;
	line-height: 45px;
	color: #484848;
	margin-bottom: 10px;
}

.signal-page-warp .product-detail .woocommerce-product-details__short-description {
	font-size: 16px;
	line-height: 30px;
	color: #808080;
	padding-bottom: 35px;
	border-bottom: 1px solid #BFBFBF;
	margin-bottom: 31px;
	font-family: "Poppins", "Arial", sans-serif;
}

.signal-page-warp .product-detail .woocommerce-product-details__short-description p {
	margin-bottom: 16px;
}

.signal-page-warp .product-detail .woocommerce-product-details__short-description ul {
	padding-left: 7px;
	margin: 0;
	list-style: none;
}

.signal-page-warp .product-detail .woocommerce-product-details__short-description ul li {
	position: relative;
	padding-left: 19px;
}

.signal-page-warp .product-detail .woocommerce-product-details__short-description ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	width: 8px;
	height: 15px;
	border-style: solid;
	border-color: #707070;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
}

.product-detail .cart {
	margin-bottom: 0 !important;
}

.product-detail .cart .quantity {
	float: none !important;
	width: 100%;
}

.product-detail .cart .quantity input {
	width: 100%;
	height: 39px;
	font-size: 18px;
	color: #000;
	border: 1px solid #9D9D9D;
	font-family: "Poppins", "Arial", sans-serif;
}

.product-detail .cart .button {
	width: 100%;
	border-radius: 0;
	padding: 12px 10px;
	background-color: transparent !important;
	border: 1px solid #000;
	color: #504236 !important;
	font-size: 16px;
	font-weight: 400;
	font-family: "Poppins", "Arial", sans-serif;
}

.signal-page-warp {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	margin-left: -60px;
	margin-right: -60px;
}

.signal-page-warp:before {
	position: absolute;
	content: "";
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	background-color: #E4E0DD;
	z-index: -1;
}

.signal-page-warp .woocommerce-product-gallery,
.signal-page-warp .summary {
	width: 50%;
	padding-left: 60px;
	padding-right: 60px;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce-product-gallery__image img {
	height: 383px !important;
	width: 100% !important;
	object-fit: contain;
}

.flex-control-thumbs {
	display: flex;
	justify-content: center;
}

.flex-control-thumbs li {
	width: 66px !important;
	height: 66px !important;
}

.flex-control-thumbs li + li {
	margin-left: 20px !important;
}

.flex-control-thumbs li img {
	width: 66px !important;
	height: 66px !important;
	object-fit: cover;
}

.flex-viewport {
	margin-bottom: 71px;
}

.cart-collaterals .woocommerce-shipping-totals td {
	padding-bottom: 50px !important;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span,
#order_review_heading,
.woocommerce-order-details__title,
.woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title,
.woocommerce-Address-title h2,
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-form-login h2,
.woocommerce-form-register h2,
.woocommerce-MyAccount-content form h2 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	color: #85756D;
	margin-bottom: 15px;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
#order_comments_field label,
.woocommerce-shipping-fields__field-wrapper label,
.woocommerce-EditAccountForm .form-row,
.woocommerce-ResetPassword .woocommerce-form-row--first label,
.woocommerce-form-register .form-row  label,
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row  label {
	color: #000;
}

.woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text,
#order_comments_field textarea,
.woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text,
.woocommerce-EditAccountForm .form-row .input-text,
.woocommerce-form-login .form-row .input-text,
.woocommerce-ResetPassword .woocommerce-form-row--first .input-text,
.woocommerce-form-register .form-row  .input-text,
.checkout_coupon .input-text,
.shipping-calculator-form .form-row .input-text,
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .input-text {
	border-color: #707070;
	color: #85756D;
	height: 33px;
}

#order_comments_field textarea {
	height: 100px;
}

#customer_details {
	margin-bottom: 25px;
}

.woocommerce-checkout-review-order-table,
.woocommerce-table--order-details {
	border: 0 !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	padding-left: 14px;
	padding-right: 14px;
}

.woocommerce-checkout-payment {
	background: transparent !important;
}

.woocommerce-checkout-payment .payment_method_cod .payment_box {
	margin-bottom: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.woocommerce-checkout-payment .payment_method_cod .payment_box:before {
	display: none !important;
}

.woocommerce-checkout-payment .payment_method_cod label {
	font-weight: 700;
	font-size: 18px;
}

.checkout_coupon .form-row {
	float: none !important;
}

.woocommerce-checkout-review-order .shop_table .cart-subtotal .amount,
.woocommerce-checkout-review-order .shop_table .shipping .woocommerce-shipping-methods,
.woocommerce-checkout-review-order .shop_table .shipping .woocommerce-shipping-methods .amount,
.woocommerce-checkout-review-order .shop_table .order-total .woocommerce-Price-amount,
.woocommerce-table--order-details .amount,
.woocommerce-table--order-details tr td {
	font-weight: 400 !important;
}

.woocommerce-checkout-review-order {
	background-color: #E4E0DD;
}

.woocommerce-thankyou-order-received {
	text-align: center;
	padding: 10px 5px;
	background-color: #AF896E;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
}

.woocommerce-thankyou-order-details {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 0;
	text-align: center;
}

.woocommerce-thankyou-order-details li {
	padding: 10px 29px !important;
	margin-right: 0 !important;
	border: 1px solid #AF896E !important;
	font-size: 16px !important;
	text-transform: capitalize !important;
	font-weight: 700 !important;
}

.woocommerce-thankyou-order-details li strong {
	font-size: 16px !important;
	font-weight: 400 !important;
	margin-top: 8px !important;
}

.woocommerce-columns--addresses .woocommerce-column address,
.woocommerce-orders-table {
	border-radius: 0;
}

.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
	line-height: 20px;
	border: 1px solid #AF896E;
}

.woocommerce-MyAccount-navigation ul li + li {
	border-top: 1px solid #AF896E;
}

.woocommerce-MyAccount-navigation ul li.is-active {
	background-color: #AF896E;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px;
}

.woocommerce-account .woocommerce {
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-right: -50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.page-id-310 .woocommerce-MyAccount-content {
	font-size: 18px;
	line-height: 25px;
}

.page-id-310 .woocommerce-MyAccount-content p {
	margin-bottom: 20px;
}

.page-id-310 .woocommerce-MyAccount-content p a {
	color: #AF896E;
	text-decoration: underline;
}

.woocommerce-orders-table {
	border: 0 !important;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-error {
	background-color: #AF896E !important;
	color: #fff;
	border-top: 0;
}

.woocommerce-error {
	background-color: #cc0000 !important;
}

.woocommerce-info:before,
.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-error:before {
	color: #fff;
}

.woocommerce-Address-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce-Address-title:before,
.woocommerce-Address-title:after {
	display: none !important;
}

.woocommerce-Address-title .edit {
	color: #AF896E;
}

.woocommerce-Address address {
	font-style: normal;
}

.woocommerce-EditAccountForm fieldset {
	padding: 0 !important;
	border: 0 !important;
}

.woocommerce-form-login,
.woocommerce-ResetPassword,
.woocommerce-form-register {
	max-width: 380px;
	margin-left: auto !important;
	margin-right: auto !important;
	border: 0 !important;
	background-color: #E4E0DD !important;
	border-radius: 0 !important;
	padding: 20px;
}

.woocommerce-form-login h2,
.woocommerce-form-register h2 {
	text-align: center;
}

.woocommerce-LostPassword {
	margin-top: 20px;
	margin-bottom: 20px;
}

.woocommerce-LostPassword a {
	color: #AF896E;
}

.woocommerce-form-login .form-row,
.woocommerce-ResetPassword .form-row,
.woocommerce-form-register .form-row {
	display: flex;
	justify-content: center;
}

.woocommerce-form-login .woocommerce-form-row--wide.form-row,
.woocommerce-ResetPassword .woocommerce-form-row--first.form-row,
.woocommerce-form-register .woocommerce-form-row--wide.form-row {
	display: block;
}

.lost_password.signUp {
	text-align: center;
	margin-bottom: 0;
}

.woocommerce-ResetPassword .woocommerce-form-row--first {
	width: 100% !important;
}

.woocommerce-notices-wrapper {
	max-width: 1247px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.woocommerce-notices-wrapper .woocommerce-message {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message:before {
	top: 24px;
}

.woocommerce-notices-wrapper .woocommerce-message:after {
	display: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: transparent !important;
}

.checkout_coupon {
	border: 0 !important;
	border-radius: 0 !important;
	background-color: #E4E0DD;
}

.wc_payment_methods {
	margin-left: 14px;
	margin-right: 14px;
}

.woocommerce-MyAccount-content form .woocommerce-address-fields > p {
	text-align: right;
}

.catSelectWrap {
	position: relative;
}

.catSelectWrap:before {
	position: absolute;
	content: "";
	right: 0;
	top: 23px;
	border-color: #707070;
	border-style: solid;
	border-width: 1px 1px 0 0;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
}

.deskHeadrIcnList {
	display: flex;
	align-items: center;
	margin-right: 25px;
}

.deskHeadrIcnList > li + li {
	margin-left: 20px;
}

.googleReviewSec {
	padding-top: 50px;
	padding-bottom: 50px;
}

.grecaptcha-badge {
	z-index: 22;
}

.ftTeleMailWrap h3,
.ftTeleMailWrap .h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 3px;
	color: #484848;
}

.ftTeleMailWrap a {
	font-size: 20px;
	line-height: 27px;
	color: #484848;
}

.ftTeleMailWrap span {
	font-size: 20px;
	line-height: 27px;
	color: #484848;
	display: block;
}

.ftFormBtn input {
	border: 0;
	width: auto !important;
	color: #AF886E;
}

.ftDescrWrap {
	margin-left: -37px;
	margin-right: -37px;
}

.cartHeader h2 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.deskHeadrIcnList a,
.headerSocialList a {
	position: relative;
}

.cartQuantity {
	background-color: #AF896E;
	border-radius: 100%;
	width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: -14px;
	right: -7px;
}

.payment_method_stripe {
	margin: 0 !important;
	background-color: transparent !important;
}

.payment_method_stripe fieldset {
	border: 0 !important;
}

#Field-expiryInput {
	border-color: #000 !important;
	color: #000 !important;
}

.abAboutDescr {
	padding-top: 47px;
	padding-bottom: 34px;
}

.abAboutTextWrap {
	text-align: center;
	font-weight: 700;
	color: #584436;
	line-height: 25px;
}

.mtTeamHeader {
	text-align: center;
}

.abAboutTextWrap h2,
.abAboutTextWrap .h2,
.mtTeamHeader h2,
.mtTeamHeader .h2 {
	font-weight: 400;
	letter-spacing: 4.2px;
	margin-bottom: 37px;
	color: #AD734A;
	text-transform: uppercase;
}

.abAboutTextWrap .imgHolder {
	margin-bottom: 70px;
}

.abAboutTextWrap .imgHolder img {
	width: 100%;
}

.abAboutTeamSec {
	padding-top: 34px;
	padding-bottom: 10px;
}

.teamDescrWrap {
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.teamTextDescr {
	font-size: 18px;
	line-height: 24px;
	color: #504236;
	text-align: center;
	position: absolute;
  top: 117px;
  left: 0;
	right: 0;
}

.teamTextDescr h3,
.teamTextDescr .h3 {
	font-size: 30px;
	line-height: 41px;
	letter-spacing: 4.5px;
	font-weight: 400;
	color: #504236;
}

.reaMoreWrap {
	max-width: 95px;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	transition: all 0.5s ease;
}

.reaMoreWrap .readIcnWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 100%;
	color: #fff;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.abAboutTeamSec .colsHolder {
	margin-left: -8px;
	margin-right: -8px;
}

.abAboutTeamSec .colsHolder .chCol {
	padding-right: 8px;
	padding-left: 8px;
}

.teamDetailSec {
	padding-top: 24px;
}

.teamSingleTextWrap {
	color: #584436;
	margin-bottom: 30px;
}

.teamSingleTextWrap p + p {
	margin-top: 10px;
}

.teamSingleTextWrap h2,
.teamSingleTextWrap .h2 {
	font-size: 28px;
	letter-spacing: 4.2px;
	line-height: 38px;
	color: #AD734A;
	font-weight: 400;
	margin-bottom: 5px;
}

.teamSingleTextWrap strong {
	font-size: 18px;
	line-height: 25px;
	color: #584436;
	margin-bottom: 17px;
	display: block;
}

.teamSingleTextWrap.skillTextWrap h2,
.teamSingleTextWrap.skillTextWrap .h2 {
	margin-bottom: 32px;
}

.teamSkillList li {
	padding-bottom: 8px;
	border-bottom: 1px solid #584436;
}

.teamSkillList li + li {
	padding-top: 15px;
}

.credTextList {
	line-height: 25px;
}

.teamDetailSec .colsHolder {
	margin-left: -8px;
	margin-right: -8px;
}

.teamDetailSec .colsHolder .chCol {
	padding-left: 8px;
	padding-right: 8px;
}

.teamDetailSec .chCol3 {
	width: 100%;
}

.teamDetailSec .chCol9 {
	width: 100%;
}

.singleMainImgWrap {
	margin-bottom: 24px;
}

.teamImageWrap {
	width: 305px;
	height: 234px;
}

.teamImageWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-color: #fff;
	border-width: 3px 3px 0 0;
	border-style: solid;
	z-index: 3;
	width: 20px;
	height: 20px;
}

.slick-arrow.slickPrev {
	left: 10px;
	transform: rotate(-135deg);
}

.slick-arrow.slickNext {
	right: 10px;
	transform: rotate(45deg);
}

.teamDescrWrap .imgHolder img {
	width: 100%;
}

.abAboutTeamSlider .slick-dots {
	margin-top: 20px;
}

.abAboutTeamSlider .slick-dots li.slick-active button {
	background-color: #D9B4A4;
}

.abAboutTeamSlider .slick-dots li button {
	background-color: #E4E0DD;
}

.abAboutTeamSlider .slick-dots li {
	width: 10px;
	height: 10px;
}

.galleryVidSection{
	padding-top: 56px;
	padding-bottom: 68px;
}

.galleryVidSection .colsHolder{
	margin-inline: -6px;
	row-gap: 13px;
}

.galleryVidSection .colsHolder .chCol3{
	width: 50%;
	padding-inline: 6px;
}

.galleryVideo{
	position: relative;
}

.galler-video-wrap{
	position: relative;
	display: block;
}

.galler-play-btn::before{
	position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #000;
    transform: rotate(0deg);
	content: '';
}

.galler-play-btn{
	position: absolute;
	background-color: #fff;
	width: 25px;
    height: 25px;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	left: 50%;
   transform: translate(-50%,-50%);
}

.ftLocateSubsWrapDet .ftLocateWrap + .ftLocateWrap{
	margin-top: 23px;
}

.ftTeleMailWrap li{
	color: #484848;
	font-size: 16px;
    line-height: 22px;
}

@media(min-width: 768px) {
	.container,
	.containerSmall {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.galleryVidSection .colsHolder{
		margin-inline: -15px;
		row-gap: 27px;
	}

	.galleryVidSection .colsHolder .chCol3{
		width: 25%;
		padding-inline: 15px;
	}

	.ctnDescrSec .containerSmall {
		max-width: 1090px;
	}

	.pageNavCollapse {
		display: flex;
		justify-content: flex-end;
		background-color: transparent;
		transition: none;
		transform: none;
		position: static;
		padding: 0;
		align-items: center;
	}

	.tpHeadBtnWrap .btn {
		min-width: 145px;
		letter-spacing: 0.3px;
		font-size: 10px;
	}

	.pgNavOpener {
		display: none;
	}

	.mainNavList {
		display: flex;
		letter-spacing: 0.6px;
		color: #B8A596;
		margin-right: 11px;
		font-size: 13px;
	}

	.mainNavList > li + li {
		margin-left: 6px;
		margin-top: 0;
	}

	.tpHeadBtnMobileWrap {
		display: none;
	}

	.tpHeroBanner {
		position: relative;
		padding-bottom: 37px;
		z-index: 1;
		padding-top: 0;
	}

	.tpBannerTextWrap {
		padding: 57px 21px 21px 30px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		margin: 0;
		text-align: left;
	}

	.tpBannerTextWrap h1,
	.tpBannerTextWrap .h1 {
		letter-spacing: 6.75px;
		font-size: 45px;
	}

	.tpBannerTextWrap strong {
		margin-bottom: 23px;
	}

	.ttuTalkSec {
		padding-top: 68px;
		padding-bottom: 100px;
	}

	.ttuTextDescr h2,
	.ttuTextDescr .h2 {
		letter-spacing: 4.4px;
		margin-bottom: 10px;
	}

	.ttuTextDescr p {
		margin-bottom: 23px;
	}

	.homeVideoAside {
		padding-top: 253px;
		padding-bottom: 141px;
		padding-left: 76px;
	}

	.hnCtnHeader h2 {
		letter-spacing: 5px;
	}

	.hnCtnHeader {
		margin-bottom: 38px;
	}

	.chCol6 {
		width: 50%;
	}

	.ftDescrWrap {
		display: flex;
		flex-wrap: wrap;
	}

	.ftNavList {
		font-size: 16px;
		line-height: 22px;
		width: 36%;
		margin-bottom: 0;
	}

	.ftLocateSubsWrap {
		display: flex;
		justify-content: space-between;
	}

	.ftHeading {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 2px;
	}

	.ftLocation {
		font-size: 16px;
		line-height: 22px;
		width: 70%;
	}

	.ftLocateSubsWrap {
		width: 62%;
	}

	.ftSocialList > li + li {
		margin-left: 12px;
	}

	.ftNewsForm input {
		margin-bottom: 0;
		width: 209px;
		font-size: 16px;
		height: 42px;
		color: #AF886E;
	}

	.ctnContactForm .formGroup textarea {
		height: 73px;
		line-height: 20px;
	}

	.ctnContactForm .formGroup input[type="email"] {
		height: 73px;
		line-height: 20px;
	}
	
	.abAboutBanner {
		padding-top: 115px;
		padding-bottom: 53px;
	}

	.abAboutTextDescr {
		max-width: 339px;
		padding: 35px 34px 52px 53px;
		text-align: left;
	}

	.abAboutTextDescr h1,
	.abAboutTextDescr .h1 {
		margin-bottom: 30px;
	}

	.abAboutInfo {
		padding-top: 78px;
		padding-bottom: 78px;
	}

	.headerBorder:before {
		width: 438px;
	}

	.motTeamDescr {
		padding: 39px 117px 60px 39px;
	}

	.teamMemberDescr .chCol5 {
		width: 46%;
	}

	.teamMemberDescr .chCol7 {
		width: 54%;
	}

	.teamMemberDescr {
		margin-bottom: 20px;
	}

	.aboutTeamSec {
		padding-bottom: 79px;
	}

	.headerBorder h2,
	.headerBorder .h2 {
		font-size: 28px;
		line-height: 38px;
		letter-spacing: 4.2px;
	}

	.headerBorder {
		margin-bottom: 21px;
	}

	.servDetailText p {
		margin-bottom: 48px;
		line-height: 19px;
	}

	.galleryTpBanner {
		padding-top: 169px;
		padding-bottom: 68px;
	}

	.galBannerTextDescr {
		border-radius: 30px;
		padding: 57px 34px 40px;
	}

	.galBannerTextDescr h1,
	.galBannerTextDescr .h1 {
		font-size: 45px;
		line-height: 50px;
		letter-spacing: 9px;
		margin-bottom: 22px;
	}

	.galBannerTextDescr p {
		letter-spacing: 2.8px;
		font-size: 14px;
		line-height: 19px;
	}

	.chCol4 {
		width: 33.333%;
	}

	.galleryImageSec {
		padding-top: 27px;
		padding-bottom: 27px;
	}

	.promoDescrSec {
		padding-top: 79px;
		padding-bottom: 158px;
	}

	.promoHeader h2,
	.promoHeader .h2 {
		line-height: 29px;
	}

	.promoHeader {
		margin-bottom: 25px;
	}

	.promoServDescr {
		margin-left: 42px;
	}

	.promServList {
		margin-bottom: 25px;
	}

	.promoDetailsList > li {
		padding-bottom: 52px;
	}

	.ctnDescrSec {
		padding-top: 13px;
		padding-bottom: 40px;
	}

	.ctnAddresWrap h2,
	.ctnAddresWrap .h2 {
		margin-bottom: 15px;
	}

	.ctnAddresWrap {
		margin-bottom: 33px;
	}

	.ctnPhoneWrap {
		margin-bottom: 36px;
	}

	.mainContactForm .formGroup textarea.formControl {
		height: 80px;
	}

	.mainContactForm .formGroup input[type='text']::-webkit-input-placeholder,
	.mainContactForm .formGroup input[type='tel']::-webkit-input-placeholder,
	.mainContactForm .formGroup input[type='email']::-webkit-input-placeholder,
	.mainContactForm .formGroup textarea::-webkit-input-placeholder {
		color: #B1B1B1;
	}

	.mainContactForm .formGroup input[type='text']::-moz-placeholder,
	.mainContactForm .formGroup input[type='tel']::-moz-placeholder,
	.mainContactForm .formGroup input[type='email']::-moz-placeholder,
	.mainContactForm .formGroup textarea::-moz-placeholder {
		opacity: 1;
		color: #B1B1B1;
	}

	.mainContactForm .formGroup input[type='text']:-moz-placeholder,
	.mainContactForm .formGroup input[type='tel']:-moz-placeholder,
	.mainContactForm .formGroup input[type='email']:-moz-placeholder,
	.mainContactForm .formGroup textarea:-moz-placeholder {
		color: #B1B1B1;
	}

	.mainContactForm .formGroup input[type='text']:-ms-input-placeholder,
	.mainContactForm .formGroup input[type='tel']:-ms-input-placeholder,
	.mainContactForm .formGroup input[type='email']:-ms-input-placeholder,
	.mainContactForm .formGroup textarea:-ms-input-placeholder {
		color: #B1B1B1;
	}

	.mainContactForm .formGroup input[type='text'].placeholder,
	.mainContactForm .formGroup input[type='tel'].placeholder,
	.mainContactForm .formGroup input[type='email'].placeholder,
	.mainContactForm .formGroup textarea.placeholder {
		color: #B1B1B1;
	}

	.tpHeadBtnWrap.tpHeaderBtnMobile {
		display: none;
	}

	.headerSocialList {
		display: none;
	}

	.ftNewsLetterWrap.ftNewsMobile {
		display: none;
	}

	.ftNewsLetterWrap {
		display: block;
	}

	#pageFooter {
		padding-bottom: 47px;
	}

	.servImageHolder {
		margin-right: -70px;
	}

	.promPopHeader {
		margin-bottom: 68px;
	}

	.servDetailsTable tbody tr td {
		font-size: 20px;
		line-height: 27px;
	}

	.servDetailsTable thead tr th {
		font-size: 22px;
		line-height: 30px;
	}

	.shopProductSec .chCol3 {
		width: 33.333%;
	}

	.shopProductSec .colsHolder {
		margin-left: -24px;
		margin-right: -24px;
	}

	.shopProductSec .colsHolder .chCol {
		padding-left: 24px;
		padding-right: 24px;
	}

	.shopPageBanner {
		margin-top: 54px;
	}

	.fliterDescrForm .filterCatWrap + .filterCatWrap {
		margin-left: 47px;
	}

	.prodcuDescrWrap .textWrap h3,
	.prodcuDescrWrap .textWrap .h3 {
		font-size: 20px;
	}

	.shopProductSec {
		padding-top: 89px;
	}

	.signal-page-warp {
		padding-top: 87px;
		padding-bottom: 99px;
	}

	.signal-page-warp .product-detail {
		padding: 29px 27px 44px;
	}

	.productDetailsWrap {
		padding-top: 57px;
	}

	.otherProductSec h2,
	.otherProductSec .h2 {
		line-height: 45px;
	}

	.woocommerce-notices-wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}

	.woocommerce-thankyou-order-details li {
		padding: 10px 12px !important;
		font-size: 13px !important;
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
		width: 25%;
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		width: 75%;
	}

	.shopFiltersWrap .heading .filterIcn {
		display: none;
	}

	.ftLocation {
		margin-bottom: 13px;
	}

	.ftFormBtn {
		text-align: right;
	}

	.ftSocialWrap {
		margin-bottom: 21px;
	}

	.ftTeleMailWrap {
		display: flex;
		justify-content: space-between;
	}

	.ftTeleMailWrap h3,
	.ftTeleMailWrap .h3 {
		font-size: 14px;
		line-height: 19px;
	}

	.ftTeleMailWrap a {
		font-size: 16px;
		line-height: 22px;
	}

	.ftTeleMailWrap span {
		font-size: 16px;
		line-height: 20px;
	}
	
	.productImgHolder {
		width: 100%;
		height: 357px;
	}

	.teamDescrWrap {
		margin-bottom: 15px;
	}

	.abAboutTeamSec {
		padding-bottom: 95px;
	}

	.teamDetailSec .chCol3 {
		width: 29%;
	}
	
	.teamDetailSec .chCol9 {
		width: 71%;
	}

	.teamDetailSec {
		padding-bottom: 57px;
	}

	.teamSlides {
		padding-right: 43px;
	}

	.abAboutTeamSlider .slick-dots {
		margin-top: 40px;
	}
	
	
	.reaMoreWrap {
		display: none;
	}

	.teamDescrWrap:hover .reaMoreWrap {
		display: block;
	}
	
	.teamDescrWrap::before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		width: 0;
		height: 100%;
		background-color: #50423680;
		transition: width 0.7s ease;
		z-index: 1;
	}

	.teamDescrWrap:hover::before {
		width: 100%;
	}
	
	.ctnAddresWrap{
		margin-bottom: 26px;
	}
	
	.ctnPhoneWrap{
		margin-bottom: 10px;
	}
	
	
	.ftNavList {
		margin-bottom: 91px;
	}
}

@media(min-width: 992px) {
	.tpHeadBtnWrap .btn {
		min-width: 173px;
		letter-spacing: 0.5px;
		font-size: 12px;
	}

	.mainNavList {
		letter-spacing: 2.8px;
		margin-right: 22px;
		font-size: 12px;
	}

	.mainNavList > li + li {
		margin-left: 13px;
	}

	.ftNavList {
		width: 29%;
	}

	.ftLocateSubsWrap {
		width: 71%;
	}

	.ftLocation {
		width: 285px;
	}

	.cartMainWrapper .left {
		width: 70%;
	}

	.cartMainWrapper .right {
		width: 30%;
	}

	.woocommerce-cart-form .shop_table .product-name {
		width: 80%;
	}

	.woocommerce-cart-form .shop_table .product-subtotal {
		width: 10%;
	}

	.cart-collaterals .cart_totals .shop_table tr td {
		width: 50%;
	}

	.woocommerce-thankyou-order-details li {
		padding: 10px 29px !important;
		font-size: 16px !important;
	}
}

@media(min-width: 1280px) {
	.tpHeadBtnWrap .btn {
		min-width: 203px;
		letter-spacing: 1.2px;
	}

	.mainNavList {
		font-size: 14px;
	}

	.mainNavList > li + li {
		margin-left: 23px;
	}

	#pageFooter .colsHolder {
		margin-left: -53px;
		margin-right: -53px;
	}

	#pageFooter .colsHolder .chCol {
		padding-left: 53px;
		padding-right: 53px;
	}

	.shopProductSec .chCol3 {
		width: 25%;
	}

	#pageFooter .chCol2 {
		width: 24%;
	}

	#pageFooter .chCol10 {
		width: 76%;
	}
	
	.productImgHolder {
		width: 248px;
		height: 377px;
	}
}

@media(max-width: 767px) {
	.siteLogo {
		width: 167px;
	}

	.mainNavList > li {
		padding-bottom: 14px;
		border-bottom: 1px solid #AF896E;
	}

	.tpHeadBtnWrap {
		display: none;
	}

	.mainNavList {
		margin-bottom: 59px;
	}

	.videoWrap {
		max-width: 311px;
		margin-left: auto;
		margin-right: auto;
	}

	.videoWrap iframe {
		width: 100%;
	}

	.ftLogo {
		max-width: 276px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 52px;
	}

	.ftLogo img {
		width: 100%;
	}

	.ftDescrWrap {
		text-align: center;
	}

	.ftLocation {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 17px;
	}

	.ftSocialList > li a {
		display: block;
		width: 45px;
		height: 45px;
	}

	.ftSocialList > li a img {
		width: 100%;
	}

	.ftFormBtn button {
		font-size: 20px;
		line-height: 27px;
	}

	.ftNavList {
		width: 276px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	.motTeamDescr h2,
	.motTeamDescr .h2 {
		display: none;
	}

	.motTeamImg {
		margin-bottom: 15px;
	}

	.servCatDescr .colsHolder .chCol6:nth-child(2) {
		order: 1;
	}

	.servCatDescr .colsHolder .chCol6:nth-child(1) {
		order: 2;
	}

	.servImageHolder {
		margin: 0 -30px 24px;
	}

	.servCatDescr {
		margin-bottom: 51px;
	}

	.promoServWrap .imgHolder {
		margin-bottom: 32px;
	}

	.promoBtnWrap {
		text-align: center;
	}

	.promoDetailsList > li:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.ctnTextDescr {
		margin-bottom: 32px;
	}

	.tpHeadBtnWrap.tpHeaderBtnMobile {
		display: block;
	}

	.pageNavCollapse {
		padding-bottom: 0;
	}

	.servDetailText {
		margin-bottom: 59px;
	}

	.shopBgImage {
		bottom: 90px;
		left: 0;
	}

	.shopPageBanner .abAboutTextDescr {
		text-align: left;
		padding-left: 53px;
		padding-right: 53px;
	}

	.shopPageBanner::before {
		width: 100%;
		height: 370px;
		border-radius: 0;
	}

	.shopFiltersWrap .heading  {
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.shopFiltersWrap .heading .filterIcn {
		margin-right: 10px;
	}

	.fliterDescrForm {
		display: none;
		max-width: 228px;
		margin-left: auto;
		margin-right: auto;
		transition: all 0.3s ease;
	}

	.fliterDescrForm.filterOpen {
		display: block;
	}

	.shopFiltersWrap {
		background-color: #E4E0DD;
		padding-bottom: 25px;
	}

	.filterCatWrap {
		margin-bottom: 27px;
	}

	.spProductHeader {
		display: none;
	}

	.signal-page-warp .woocommerce-product-gallery,
	.signal-page-warp .summary {
		padding: 0;
		margin-bottom: 0 !important;
	}
	
	.woocommerce-product-gallery__image a {
		display: block;
		width: 100%;
		height: 400px;
	}

	.woocommerce-product-gallery__image img {
		width: 100% !important;
	}

	.otherProductWrap {
		max-width: 266px;
		margin-left: auto;
		margin-right: auto;
	}

	.signal-page-warp .product-detail {
		width: 100%;
		max-width: none;
	}

	.woocommerce-thankyou-order-details li {
		width: 100%;
	}

	.woocommerce-column--shipping-address {
		margin-top: 25px;
	}

	.woocommerce-MyAccount-navigation {
		margin-bottom: 25px;
	}

	.deskHeadrIcnList {
		display: none;
	}

	.ftTeleMailWrap {
		margin-bottom: 37px;
	}

	.ftTeleMailWrap li + li {
		margin-top: 25px;
	}

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

	.ftSocialList {
		justify-content: center;
	}
	
	.woocommerce-cart-form__cart-item {
		width: 100%;
	}
	
	.product-thumbnail:before {
		display: none !important;
	}
	
	.product-thumbnail {
		display: block !important;
		width: 100% !important;
	}
	
	.product-thumbnail a {
		text-align: left !important;
	}
	
	.woocommerce-message {
		display: block !important;
	}
	
	.woocommerce-message .button {
		float: none !important;
		margin-top: 10px !important;
	}
	
	.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
	  top: 14px;
	}

	.abAboutTextWrap .imgHolder {
		margin-left: -30px;
		margin-right: -30px;
	}

	.teamSingleContentWrap {
		margin-top: 32px;
	}

	.single.single-ourteam .abAboutTeamSec {
		padding-bottom: 40px;
	}
	
	.ftLocateSubsWrapDet .ftLocateWrap:nth-child(1) .ftNewsLetterWrap.ftNewsMobile {
	   display: none;
	}
	
	.ftNewsLetterWrap.ftNewsMobile{
		margin-bottom: 8px;
	}
}