#main-wrapper {
	overflow: hidden;
}

p {}

a {
	outline: none !important;
}

.slick-slide {
	outline: none !important;
}

.default-easing {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.default-button,
a.default-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 280px;
	height: 60px;
	background: #a2a092;
	border: 2px solid #a2a092;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.default-button::before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	right: -2px;
	opacity: 0;
	z-index: 1;
	background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.default-button:hover::before {
	/* width: calc( 100% + 4px );
    */
	opacity: 1;
}

.default-button span {
	position: relative;
	z-index: 2;
}

.is-button-white,
a.is-button-white {
	background: none;
	color: #a2a092;
}

.is-button-white:hover,
a.is-button-white:hover {
	color: #ffffff;
}

.is-border-white,
a.is-border-white {
	background: none;
	border-color: #ffffff;
	color: #ffffff;
}

.is-border-white::before {
	background: rgba(244, 241, 240, 0.5);
}

.section-title {
	position: relative;
}

.section-title div:not(.logo-watermark-holder) {
	font: 500 28px/1 'TT Ramillas', serif;
	color: #8a887e;
	letter-spacing: 0.02em;
	margin-bottom: 35px;
	position: relative;
	z-index: 2;
}

.section-title div:not(.logo-watermark-holder)::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 56px;
	height: 1px;
	margin-left: 35px;
	background: #a2a092;
}

.section-title h1,
.section-title h2 {
	font: 500 81px/0.85 'TT Ramillas', serif;
	color: #2e2e2e;
	padding-left: 40px;
	position: relative;
	z-index: 2;
}

.section-title h1 span,
.section-title h2 span {
	display: block;
	padding-left: var(--padding-left);
	color: #8a887e;
}

.section-title h1 em,
.section-title h2 em {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.is-title-white {}

.is-title-white div:not(.logo-watermark-holder) {
	color: #ffffff;
}

.is-title-white div:not(.logo-watermark-holder)::after {
	background: #ffffff;
}

.is-title-white h1,
.is-title-white h2 {
	color: #ffffff;
}

.is-title-white h1 span,
.is-title-white h2 span {
	color: #d1d0cb;
}

.is-title-white h1 span em,
.is-title-white h2 span em {
	color: #ffffff;
}

.site-smi {
	display: flex;
}

.site-smi i {
	display: block;
	position: relative;
	width: 27px;
	height: 27px;
}

.site-smi i::before,
.site-smi i::after {
	content: '';
	display: block;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.site-smi i::after {
	opacity: 0;
}

.site-smi:hover i::after {
	opacity: 1;
}

.site-smi i::before {
	opacity: 1;
}

.site-smi:hover i::before {
	opacity: 0;
}

.icon-instagram {
	/* width: 26px;
    height: 26px;
    */
}

.icon-instagram::before {
	background-image: url(../../images/icon-instagram.png);
}

.icon-instagram::after {
	background-image: url(../../images/icon-instagram-a.png);
}

.icon-facebook {
	/* width: 26px;
    height: 26px;
    */
}

.icon-facebook::before {
	background-image: url(../../images/icon-facebook.png);
}

.icon-facebook::after {
	background-image: url(../../images/icon-facebook-a.png);
}

.icon-linkedin {
	/* width: 26px;
    height: 26px;
    */
}

.icon-linkedin::before {
	background-image: url(../../images/icon-linkedin.png);
}

.icon-linkedin::after {
	background-image: url(../../images/icon-linkedin-a.png);
}

.icon-vimeo {
	/* width: 26px;
    height: 26px;
    */
}

.icon-vimeo::before {
	background-image: url(../../images/icon-vimeo.png);
}

.icon-vimeo::after {
	background-image: url(../../images/icon-vimeo-a.png);
}

.icon-email-02 {
	/* width: 27px;
    height: 24px;
    */
}

.icon-email-02::before {
	background-image: url(../../images/icon-email-02.png);
}

.icon-email-02::after {
	background-image: url(../../images/icon-email-02-a.png);
}

.field-input {}

.field-input input,
.field-input textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	width: 100%;
	height: 62px;
	background: #efefef;
	outline: none;
	padding: 0 28px;
	font-size: 14px;
	font-weight: 600;
	color: #a2a092;
	letter-spacing: 0.04em;
}

.field-input textarea {
	resize: none;
	padding-top: 12px;
	height: 122px;
}

.field-input input::placeholder,
.field-input textarea::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #858383;
	letter-spacing: 0.04em;
}

.form-button {
	position: relative;
	background: #a2a092;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.form-button::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	right: 0;
	z-index: 1;
  	background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.form-button:hover::before {
	opacity: 1;
}

.form-button input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: none;
	width: 100%;
	height: 62px;
	outline: none;
	font-size: 13px;
	font-weight: 700;
	color: #fffefe;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

/* Mobile Header : START */
.custom-mobile-header {}

.custom-mobile-header-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	position: fixed;
	width: 100%;
	height: 72px;
	top: 0;
	z-index: 1028;
	font-size: 0;
	background: #f4f1f0;
	box-shadow: 0 0 3px #000000;
}

.custom-mobile-header-bar.is-sticky {
	background: none;
}

.custom-mobile-header-bar::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.custom-mobile-header-bar.is-sticky::before {
	opacity: 1;
}

.custom-mobile-header-bar-left {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

.custom-mobile-header-logo {
	margin-right: 20px;
	/*max-width: 150px;
   */
	max-width: 220px;
}

.custom-mobile-header-logo a {
	display: block;
	position: relative;
}

.custom-mobile-header-logo img {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.custom-mobile-header-logo img:last-of-type {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.custom-mobile-header-bar .custom-mobile-header-logo img:last-of-type {
	filter: brightness(0) invert(1);
}

.custom-mobile-header-bar.is-sticky .custom-mobile-header-logo img:first-of-type {
	opacity: 0;
}

.custom-mobile-header-bar.is-sticky .custom-mobile-header-logo img:last-of-type {
	opacity: 1;
}

.custom-mobile-header-bar-right {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.custom-mobile-header-contact {}

.custom-mobile-header-contact ul {
	display: flex;
	align-items: center;
}

.custom-mobile-header-contact li {
	margin-right: 28px;
}

.custom-mobile-header-contact li i {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
}

.custom-mobile-header-contact li i::before,
.custom-mobile-header-contact li i::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.custom-mobile-header-contact li i::after {
	opacity: 0;
}

.custom-mobile-header-bar.is-sticky .custom-mobile-header-contact li i::before {
	opacity: 0;
}

.custom-mobile-header-bar.is-sticky .custom-mobile-header-contact li i::after {
	opacity: 1;
}

.custom-mobile-header-contact li i.icon-email-mobile::before {
	background-image: url(../../images/icon-email-mobile.png);
	background-size: contain;
}

.custom-mobile-header-contact li i.icon-email-mobile::after {
	background-image: url(../../images/icon-email-mobile-a.png);
	background-size: contain;
}

.custom-mobile-header-contact li i.icon-phone-mobile::before {
	background-image: url(../../images/icon-phone-mobile.png);
	background-size: contain;
}

.custom-mobile-header-contact li i.icon-phone-mobile::after {
	background-image: url(../../images/icon-phone-mobile-a.png);
	background-size: contain;
}

.custom-mobile-header-burger {}

.custom-mobile-header-burger i {
	display: block;
	position: relative;
	width: 24px;
	height: 19px;
}

.custom-mobile-header-burger i::before,
.custom-mobile-header-burger i::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.custom-mobile-header-burger i::before {
	background-image: url(../../images/icon-menu-mobile.png);
}

.custom-mobile-header-burger i::after {
	opacity: 0;
	background-image: url(../../images/icon-menu-mobile-a.png);
}

.custom-mobile-header-bar.is-sticky .custom-mobile-header-burger i::after {
	opacity: 1;
}

.custom-mobile-header-panel {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: auto;
	z-index: 1030;
	font-size: 0;
	transform: translateX(100%);
	pointer-events: none;
	background: linear-gradient( to top, rgb(46,46,46) 0%, rgb(138,136,126) 100%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.custom-mobile-header-panel::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	/* background: url(../../images/logo-watermark-red.png) no-repeat 58.53% 20px / 69.53% auto;
    */
	z-index: -1;
}

.mobile-menu-active .custom-mobile-header-panel {
	transform: translateX(0);
	pointer-events: auto;
}

.custom-mobile-header-panel-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 25px 30px;
}

.custom-mobile-header-panel-heading .custom-mobile-header-logo img:last-of-type {
	position: relative;
	opacity: 1;
}

.custom-mobile-header-close {
	font-size: 20px;
	color: #ffffff;
	margin-top: 5px;
}

.custom-mobile-header-navigation {
	padding: 0 30px 10px;
}

#slide-nav {
	display: flex;
	flex-direction: column;
}

#slide-nav li {}

#slide-nav li a {
	font-size: 9px;
	color: #f4f1f0;
	margin-bottom: 10px;
	padding: 10px 0;
}

#slide-nav>li {
	margin: 0;
	padding: 0;
}

#slide-nav>li>a {
	font-weight: 600;
}

#slide-nav .sub-menu {
	position: relative;
	pointer-events: auto;
	opacity: 1;
	left: inherit;
	right: inherit;
	padding: 0;
	transform: none;
	text-align: left;
	margin-left: 30px;
	display: none;
}

#slide-nav .sub-menu li {}

#slide-nav .sub-menu li a {
	background: transparent;
}

.custom-mobile-header-phone {
	padding: 0 30px;
}

.custom-mobile-header-phone a {
	width: 156px;
	height: 42px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	color: #f4f1f0;
	line-height: 1;
	letter-spacing: 0.38em;
	border: 2px solid #f4f1f0;
}

/* Mobile Header : END */
/* Header : START */
#main-header {
	background: #efefef;
	position: relative;
	z-index: 1025;
	font-size: 0;
}

.default-header {}

.default-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*height: 109px;
   */
	height: 6.813vw;
	/*padding: 0 30px 0 65px;
   */
	padding: 0 1.875vw 0 4.063vw;
	/*max-width: 1600px;
   */
	margin: auto;
}

.default-header-left {
	/*width: 16.89%;
   */
	/*margin-right: 15.84%;
   */
}

.default-header-left a {
	display: inline-block;
}

.default-header-left img {
	/*width: 4.875vw;
   */
	width: 21.5vw;
}

.default-header-right {
	display: flex;
	align-items: center;
	/*width: 67.27%;
   */
}

nav {}

.site-nav {}

.site-nav *,
.site-nav::after {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.site-nav li {
	display: block;
	position: relative;
}

.site-nav li a {
	display: block;
	position: relative;
	/*font-size: 11px;
   */
	font-size: 0.75vw;
	font-weight: 500;
	color: #8a887e;
	line-height: 1;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.site-nav>li {
	display: inline-block;
	vertical-align: middle;
	/*margin: 0 18px;
   */
	margin: 0 1.25vw;
}

.site-nav>li:first-child {
	margin-left: 0;
}

.site-nav>li:last-child {
	margin-right: 0;
}

.site-nav>li>a {}

.site-nav>li>a::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	/*height: 2px;
   */
	height: 0.125vw;
	left: 0;
	right: 0;
	bottom: -5px;
	bottom: -0.313vw;
	margin: auto;
	background: #a2a092;
}

.site-nav>li:hover>a::after {
	width: 100%;
}

.site-nav .sub-menu {
	position: absolute;
	width: 100%;
	min-width: 20vw;
	pointer-events: none;
	opacity: 0;
	transform: translateY(1.25vw);
}

.site-nav li:hover>.sub-menu {
	pointer-events: auto;
	opacity: 1;
	transform: translateY(0);
}

.site-nav>li>.sub-menu {
	padding-top: 49px;
	padding-top: 3.063vw;
}

.site-nav>li>.sub-menu::before {
	content: '';
	display: block;
	position: absolute;
	width: initial;
	height: calc(100% - 3.063vw);
	bottom: 0;
	/*left: -50vw;
   */
	left: -100vw;
	right: -100vw;
	background: #a2a092;
	opacity: 0.9;
}

.site-nav#fixed-nav>li>.sub-menu::before {
	height: calc(100% - 1.85vw);
}

.site-nav .sub-menu .sub-menu {
	margin-left: 100%;
}

.site-nav .sub-menu li {}

.site-nav .sub-menu li:first-child {
	padding-top: 10px;
}

.site-nav .sub-menu li:last-child {
	padding-bottom: 10px;
}

.site-nav .sub-menu li a {
	display: inline-block;
	padding: 0.625vw 0;
	color: #ffffff;
}

.site-nav .sub-menu a:hover {
	/* background: #a2a092;
    */
	color: #2e2e2e;
}

.site-nav .menu-the-real-deal {}

.site-nav .menu-the-real-deal>a {
	font-weight: 900;
	letter-spacing: 0.32em;
}

.site-nav .menu-the-real-deal>a span {
	/* font-family: 'TT Ramillas', serif; */
	font-weight: 700;
}

.default-header-contact {
	/*margin-left: 28px;
   */
	margin-left: 1.75vw;
}

.default-header-contact a {
	/*width: 182px;
   */
	width: 11.375vw;
	/*height: 50px;
   */
	height: 3.125vw;
	/*border: 3px solid #a2a092;
   */
	border: 0.188vw solid #a2a092;
	/*font-size: 12px;
   */
	font-size: 0.75vw;
	font-weight: 900;
	color: #8a887e;
	letter-spacing: 0.38em;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.default-header-contact a:hover {
	background: #a2a092;
	color: #ffffff;
}

.fixed-header {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1028;
}

.fixed-header::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 1;
	background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
}

.fixed-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*height: 70px;
   */
	height: 4.375vw;
	position: relative;
	z-index: 2;
	/*padding: 0 30px 0 65px;
   */
	padding: 0 1.875vw 0 4.063vw;
	/*max-width: 1600px;
   */
	margin: auto;
}

.fixed-header-left {}

.fixed-header-left a {
	display: inline-block;
}

.fixed-header-left img {
	/* width: 3.188vw;
   */
	width: 17.813vw;
	filter: brightness(0) invert(1);
}

.fixed-header-right {
	display: flex;
	align-items: center;
}

#fixed-nav {}

#fixed-nav>li>a {
	color: #ffffff;
}

#fixed-nav>li>a::after {
	background: #ffffff;
}

#fixed-nav>li>.sub-menu {
	padding-top: 29px;
	margin-top: -1px;
}

#fixed-nav .sub-menu li {}

/* #fixed-nav .sub-menu li::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.82;
    background: rgb(237,33,39);
    background: -moz-linear-gradient(left, rgba(237,33,39,1) 0%, rgba(43,38,43,1) 100%);
    background: -webkit-linear-gradient(left, rgba(237,33,39,1) 0%,rgba(43,38,43,1) 100%);
    background: linear-gradient(to right, rgba(237,33,39,1) 0%,rgba(43,38,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a092', endColorstr='#2b262b',GradientType=1 );
    opacity: 0;
}
*/
/* #fixed-nav .sub-menu li a {
    background: none;
    color: #ffffff;
}
*/
#fixed-nav .sub-menu li a:hover {
	color: #2e2e2e;
}

#fixed-nav .menu-the-real-deal {}

#fixed-nav .menu-the-real-deal>a {
	font-weight: 700;
	letter-spacing: 0.32em;
}

#fixed-nav .menu-the-real-deal>a span {
	font-family: 'TT Ramillas', serif;
	font-weight: 500;
}

.fixed-header-contact {
	/*margin-left: 28px;
   */
	margin-left: 1.75vw;
}

.fixed-header-contact a {
	/*width: 182px;
   */
	width: 11.375vw;
	/*height: 50px;
   */
	height: 3.125vw;
	/*border: 3px solid #a2a092;
   */
	border: 0.188vw solid #a2a092;
	/*font-size: 12px;
   */
	font-size: 0.75vw;
	font-weight: 700;
	color: #d1d0cb;
	letter-spacing: 0.38em;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.fixed-header-contact a:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #a2a092;
}

/* Header : END */
/* Get In Touch : START */
.is-popup-active .aiosp-bg {
	background: rgba(225, 220, 215, 0.5);
}

.is-popup-active .aiosp-content {
	max-width: 795px;
}

.is-popup-active .aiosp-close {
	font-size: 0;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: 1 !important;
}

.is-popup-active .aiosp-close::before,
.is-popup-active .aiosp-close::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	width: 2px;
	height: 100%;
	background: #ffffff;
}

.is-popup-active .aiosp-close::before {
	transform: rotate(45deg);
}

.is-popup-active .aiosp-close::after {
	transform: rotate(-45deg);
}

.get-in-touch-wrap {}

.get-in-touch-button {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d1d0cb;
	font-size: 13px;
	font-weight: 700;
	color: #8a887e;
	line-height: 1;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	width: 208px;
	height: 45px;
	z-index: 1029;
	top: 50%;
	right: 0;
	left: -59px;
	bottom: auto;
	transform: rotate(-90deg) translateY(-50%);
}

.get-in-touch-button:hover {
	background: #8a887e;
	color: #ffffff;
}

.popup-holder {
	background: rgba(43, 38, 43, 0.92);
	padding: 50px 10px 60px;
	font-size: 0;
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
}

.popup-holder strong {
	display: block;
	font: italic 500 35px/1 'TT Ramillas', serif;
	color: #e1dcd7;
	text-align: center;
}

#get-in-touch-holder.popup-holder strong {
	text-transform: lowercase;
}

.popup-holder p {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	line-height: 2.1;
	letter-spacing: 0.18em;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0 30px;
}

.popup-form {
	max-width: 640px;
	margin: auto;
	position: relative;
}

.popup-form .field-input {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 14px;
}

.popup-form .field-lg {
	width: 100%;
}

.popup-form .field-sm {
	width: calc(100% - 224px);
	margin-right: 12px;
}

.popup-form .field-input label {
	display: none;
	font: italic 300 14px/1 'TT Ramillas', serif;
	color: #f4f1f0;
	letter-spacing: 0.04em;
	padding: 0 10px;
	margin: 10px 0;
}

.popup-form .field-input label.show-label {
	display: block;
}

.popup-form .field-input input,
.popup-form .field-input textarea {
	padding-left: 20px;
	padding-right: 20px;
	background: #ffffff;
	font-weight: 400;
	color: #2b262b;
}

.popup-form .field-input textarea {
	font-weight: 600;
	line-height: 2.1;
}

.popup-form .field-input input::placeholder,
.popup-form .field-input textarea::placeholder {
	color: #858383;
}

.popup-form .field-input textarea::placeholder {}

.popup-form .form-button {
	width: 212px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 14px;
	background: none;
}

.popup-form .form-button:hover {
	background: #a2a092;
}

.popup-form .form-button::before {
	display: none;
}

.popup-form .form-button input {
	height: 62px;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.popup-form .form-button:hover input {
	border-color: #a2a092;
}

.popup-form .wpcf7-form-control-wrap {
	display: block;
}

.popup-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
	font-size: 12px;
}

.popup-form div.wpcf7 .ajax-loader,
.popup-form div.wpcf7 .wpcf7-spinner {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
}

.popup-form div.wpcf7-response-output {
	width: 100%;
	position: absolute;
	font-size: 12px;
	text-align: center;
	margin: 0;
	color: #ffffff;
	bottom: -15px;
}

.popup-contact {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}

.popup-contact a {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.popup-contact a:hover {
	color: #a2a092;
}

/* Get In Touch : END */
/* Logo Watermark : START */
.logo-watermark-holder {
	position: absolute;
	z-index: 1;
	top: var(--top);
	left: var(--left);
	pointer-events: none;
	overflow: hidden;
	display: none;
}

.logo-watermark {
	background: url(../../images/logo-watermark-white.png) no-repeat center center / contain;
}

.is-logo-watermark-red {
	background: url(../../images/logo-watermark-red.png) no-repeat center center / contain;
}

/* Logo Watermark : END */
/* Footer : START */
#main-footer {
	position: relative;
	z-index: 2;
	background: #efefef;
	font-size: 0;
	overflow: hidden;
}
#main-footer::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(133deg, rgba(46, 46, 46, 0.83) 0%, rgba(138, 136, 126, 0.83) 100%);
}

.footer-top {
	position: relative;
}

.footer-top .container {
	display: flex;
	align-items: flex-start;
}

.footer-top-left {
	width: 55.51%;
	padding: 78px 75px 110px 0;
}

.footer-logo .textwidget {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(225, 220, 215, 0.3);
	padding-bottom: 58px;
}

.kw-logo {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 50px;
}

.footer-contact {
	margin: 55px 0 62px;
}

.footer-contact .head-title {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #a2a092;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer-contact ul {
	display: flex;
	flex-wrap: wrap;
}

.footer-contact li {
	width: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.footer-contact li i {
	display: block;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 22px;
}

.icon-email {
	background-image: url(../../images/icon-email.png);
}

.icon-license {
	background-image: url(../../images/icon-license.png);
}

.icon-location {
	background-image: url(../../images/icon-location.png);
}

.icon-phone {
	background-image: url(../../images/icon-phone.png);
}

.custom-mobile-header-contact li a {
	display: block;
}

.custom-mobile-header-contact li i.icon-message {
	background-image: url(../../images/msg-icon.png);
	background-size: contain;
	height: 40px;
	width: 40px;
}

.footer-contact li a,
.footer-contact li span {
	font-size: 16px;
	font-weight: 600;
	color: #d1d0cb;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

.footer-contact li a {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.footer-contact li a:hover {
	color: #a2a092;
}

.footer-contact li:nth-child(3) {
	align-items: flex-start;
}

.footer-contact li:nth-child(3) i {
	margin-top: 5px;
}

.footer-smis .textwidget {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-smis .head-title {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #a2a092;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.footer-smis a {
	/* margin-right: 37px;
    */
	margin-right: 25px;
}

.footer-smis a:last-of-type {
	margin-right: 0;
}

.footer-top-right {
	width: 44.49%;
	padding: 66px 40px 0 0;
}

.footer-top-right-inner {
	background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(138,136,126) 100%);
	padding: 88px 58px 80px;
}

.footer-top-right-inner strong {
	display: block;
	font: italic 500 25px/1 'TT Ramillas', serif;
	color: #ffffff;
	text-align: center;
	text-transform: lowercase;
	margin-bottom: 48px;
}

.footer-top-right-inner p {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.9;
	letter-spacing: 0.24em;
	text-align: center;
	text-transform: uppercase;
	max-width: 370px;
	margin: auto;
}

.footer-form {
	padding: 45px 0 65px;
	position: relative;
}

.footer-form form {
	display: flex;
	align-items: center;
}

.footer-form .field-input {
	width: 66.16%;
}

.footer-form .form-button {
	width: 33.84%;
}

.footer-form-success {
	position: absolute;
	width: 100%;
	height: 75.58%;
	top: 12.79%;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	color: #fffefe;
	line-height: 1;
	background: rgba(225, 220, 215, 0.2);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.is-footer-form-success-active .footer-form-success {
	opacity: 1;
	pointer-events: auto;
}

.footer-form div.wpcf7 {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.is-footer-form-success-active div.wpcf7 {
	opacity: 0;
}

.footer-form .wpcf7-form-control-wrap {
	display: block;
}

.footer-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
	font-size: 12px;
}

.footer-form div.wpcf7 .ajax-loader,
.footer-form div.wpcf7 .wpcf7-spinner {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
}

.footer-form div.wpcf7-response-output {
	width: 100%;
	position: absolute;
	font-size: 12px;
	text-align: center;
	margin: 0 !important;
	color: #ffffff;
	bottom: 20px;
}

.footer-terms-conditions {
	font-size: 14px;
	font-weight: 400;
	color: #d1d0cb;
	line-height: 1.9;
	letter-spacing: 0.04em;
	text-align: center;
}

.footer-terms-conditions a {
	font-weight: 700;
	text-decoration: underline;
}

.footer-terms-conditions a:hover {
	color: #ffffff;
}

.footer-bottom {
	position: relative;
}

.line-separator {
	width: 100%;
	height: 1px;
	background: #e1dcd7;
}

.footer-bottom-left {
	padding-top: 38px;
	padding-bottom: 38px;
}

.footernav {
	display: none;
	margin-bottom: 5px;
}

.ip-container .footernav {
	display: block;
}

.footernav li {
	display: inline-block;
	vertical-align: middle;
	margin: 2px 14px;
}

.footernav li:first-child {
	margin-left: 0;
}

.footernav li:last-child {
	margin-right: 0;
}

.footernav li a {
	font-size: 12px;
	font-weight: 500;
	color: #e1dcd7;
	line-height: 1;
	text-transform: uppercase;
}

.copyright {
	font-size: 12px;
	font-weight: 500;
	color: #e1dcd7;
	line-height: 1.2;
}

.copyright a {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.copyright a:hover {
	color: #d4b6a1;
}

.footer-bottom-right {
	padding-top: 30px;
	padding-bottom: 32px;
	text-align: right;
}

.ip-container .footer-bottom-right {
	/*padding-top: 40px;
   */
}

.footer-bottom-right i {
	font-size: 28px;
	color: #d1d0cb;
	margin-left: 8px;
}

.footer-bottom-right i:first-of-type {
	margin-left: 0;
}

/* Footer : END */
.listings-title .logo-watermark-holder {
	/*top: -70px !important;
   */
}

.hp-blog-left .logo-watermark-holder,
.hp-social-inner .logo-watermark-holder {
	padding: 50px 0;
}

.hp-social-inner .logo-watermark-holder {
	top: -157px !important;
}

.copyright a[href="https://www.agentimage.com"] {
	font-weight: 400 !important;
}

/* Team Map : START */
.map-outer {
	position: relative;
	z-index: 1;
	opacity: 0;
}

.map-outer.is-shown {
	opacity: 1;
}

.map-inner {
	width: 1600px;
}

.map-transparent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	max-width: 100%;
}

.map-true {
	z-index: 1;
	max-width: 100%;
	transform: translateZ(0);
}

.map-hovers {}

.map-hover {
	position: absolute;
	width: auto;
	height: 85px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient( to left, rgba(46,46,46,0.92) 0%, rgba(162,160,146,0.92) 100%);
	opacity: 0;
	z-index: 8;
	pointer-events: none;
	transform: translateZ(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.map-hover.elem-active {
	opacity: 1;
}

.map-hover-inner {
	background: none;
	padding: 0;
}

.map-team-name {
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
    letter-spacing: 0.260em;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.map-team-position {
	font-size: 10px;
	font-weight: 700;
	color: #e1dcd7;
	letter-spacing: 0.38em;
	text-transform: uppercase;
}

.map-hover[data-area="Natalia Castro"] {
    top: 152px;
    left: 4px;
    width: 222px;
    height: 85px;
}


.map-hover[data-area="Wesley Edberg"] {
    top: 264px;
    left: 123px;
    width: 246px;
    height: 87px;
}

.map-hover[data-area="Steven Ejiofor"] {
    top: 155px;
    left: 275px;
    width: 247px;
    height: 85px;
}

.map-hover[data-area="Burt Bakman"] {
    top: 355px;
    left: 350px;
    width: 229px;
}

.map-hover[data-area="Kevin Silver"] {
    top: 245px;
    left: 483px;
    width: 217px;
}

.map-hover[data-area="Dennis Chernov"] {
    top: 142px;
    left: 565px;
    width: 346px;
    height: 87px;
}

.map-hover[data-area="Yana Chernov"] {
    top: 230px;
    left: 690px;
    width: 346px;
    height: 87px;
}

.map-hover[data-area="Hovik Pakhanyan"] {
    top: 125px;
    left: 804px;
    width: 265px;
    height: 87px;
}

.map-hover[data-area="Greg Shenon"] {
    top: 336px;
    left: 955px;
    width: 217px;
    height: 87px;
}

.map-hover[data-area="Sarrah Gallegos"] {
    top: 205px;
    left: 1092px;
    width: 256px;
    height: 92px;
}

.map-hover[data-area="Barrington Malcolm"] {
    top: 265px;
    left: 1184px;
    width: 311px;
    height: 92px;
}

.map-hover[data-area="Camden Whitfield"] {
    top: 165px;
    left: 862px;
    width: 280px;
    height: 87px;
}

.map-hover[data-area="Saena Hart"] {
    top: 141px;
    left: 56px;
    width: 178px;
    height: 85px;
}

/* .map-hover[data-area="Helen Hillo"] {
    top: 543px;
    left: 563px;
}
.map-hover[data-area="Lexii Lamas-Carnes"] {
    top: 483px;
    left: 200px;
}
.map-hover[data-area="Kara Robarts"] {
    top: 500px;
    left: 1010px;
}
.map-hover[data-area="Megan Gaspar"] {
    top: 550px;
    left: 1798px;
}
.map-hover[data-area="Jo Palma"] {
    top: 500px;
    left: 2030px;
}
.map-hover[data-area="Nicole Racky"] {
    top: 450px;
    left: 2520px;
}
.map-hover[data-area="Gibson"] {
    top: 935px;
    left: 1978px;
}
*/
/* Team Map : END */
/* Testimonial Slick : START */
.testimonial-holder {
	padding: 0 105px;
	position: relative;
}

.testimonial-slick {
	margin: 0 -5px 50px;
}

.testimonial-slick:not(.slick-initialized) .testimonial-slide {
	display: none;
}

.testimonial-slick:not(.slick-initialized) .testimonial-slide:nth-child(1),
.testimonial-slick:not(.slick-initialized) .testimonial-slide:nth-child(2) {
	display: block;
}

.testimonial-slide {
	padding: 0 5px;
}

.testimonial-slide-inner {
	background: rgba(244, 241, 240, 0.5);
	position: relative;
	text-align: center;
	padding: 55px;
	min-height: 310px;
}

.testimonial-slide-inner::before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	top: 15px;
	left: 15px;
	background: rgba(244, 241, 240, 0.7);
	z-index: 1;
}

.testimonial-slide p {
	font: italic 400 20px/2.2 'TT Ramillas', serif;
	color: #2b262b;
	position: relative;
	z-index: 2;
	max-width: 430px;
	margin: auto auto 32px;
}

.testimonial-slide span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #8a887e;
	line-height: 1;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.testimonial-arrows {}

.testimonial-arrow {
	width: 55px;
	height: 55px;
	position: absolute;
	top: calc(50% - 82px);
	border: 3px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.testimonial-arrow::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
  	background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.testimonial-arrow:hover::before {
	width: 100%;
	opacity: 1;
}

.testimonial-arrow i {
	position: relative;
	z-index: 2;
}

.testimonial-prev {
	left: 0;
}

.testimonial-prev i {
	margin-right: 4px;
}

.testimonial-next {
	right: 0;
}

.testimonial-next i {
	margin-left: 4px;
}

.testimonial-holder .default-button {
	width: 262px;
	margin: auto;
}

/* Testimonial Slick : END */
/* Awards : START */
.awards-holder {
	text-align: center;
	padding: 98px 0 98px 70px;
}

.awards-holder .head-title {
	font-size: 21px;
	font-weight: 600;
	color: #a2a092;
	line-height: 1;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	margin-bottom: 58px;
}

.awards-slick-container {}

.awards-slick {
	margin-top: 58px;
}

.awards-slide {
	/* padding: 0 10px;
    */
}

.awards-sm {
	width: 234px;
}

.awards-md {
	width: 288px;
}

.awards-lg {
	width: 302px;
}

.awards-xl {
	width: 340px;
}

.awards-year {
	font: 400 38px/1 'TT Ramillas', sans-serif;
	color: #81887E;
}

.awards-trophy {
	min-height: 100px;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.awards-trophy img {
	margin: auto;
}

.awards-title {
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 7.5px 18px;
	margin-top: 5px;
	background: linear-gradient( to left, rgba(46,46,46,1) 0%, rgba(138,136,126,1) 100%);
}

.awards-title.platinum {
	background: rgb(133, 133, 134);
	background: -moz-linear-gradient(-90deg, rgba(133, 133, 134, 1) 0%, rgba(223, 219, 215, 1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(133, 133, 134, 1) 0%, rgba(223, 219, 215, 1) 100%);
	background: linear-gradient(-90deg, rgba(133, 133, 134, 1) 0%, rgba(223, 219, 215, 1) 100%);
}

.awards-logo {
	min-height: 43px;
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.awards-logo img {
	margin: auto;
}

.awards-slick-scrollbar {
	width: 515px;
	max-width: 90%;
	margin: 75px auto 0;
	height: 1px;
	background: transparent;
}

.awards-slick-scrollbar.swiper-scrollbar::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 320px;
	height: 1px;
	background: #a2a092;
}

.swiper-scrollbar-drag {
	height: 25px;
	background: none;
	position: absolute;
	top: -12px;
	pointer-events: none;
	z-index: 1;
}

.swiper-scrollbar-drag::before {
	content: '';
	display: block;
	width: 25px;
	height: 100%;
	border-radius: 50%;
	margin: 0 auto;
	background: linear-gradient( to top, rgba(46,46,46,1) 0%, rgba(138,136,126,1) 100%);
	pointer-events: auto;
	cursor: pointer;
}

/* Awards : END */
/* Blog : START */
#hp-blog {
	background: #efefef;
	padding: 50px 60px 50px 55px;
	position: relative;
	z-index: 2;
	font-size: 0;
}

.hp-blog-inner {
	display: flex;
	max-width: 1600px;
	margin: auto;
}

.hp-blog-left {
	width: calc(100% / 3);
	padding-top: 90px;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 1;
	background: #f3f1f0;
	transition-timing-function: ease-in;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}

.hp-blog-inner.show-blog-title .hp-blog-left {
	opacity: 1;
	left: -33%;
	pointer-events: none;
	transition-timing-function: ease-out;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}

.hp-blog-left .section-title {
	margin-left: 28px;
	margin-bottom: 68px;
	position: relative;
	z-index: 1;
}

.trd-text {
	font-size: 35px;
	font-weight: 700;
	color: #a2a092;
	line-height: 1;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	margin: auto auto 15px;
	max-width: 480px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.trd-text span {
	font: 400 32px/1 'TT Ramillas', serif;
}

.hp-blog-left p {
	font: italic 500 18px/1.9 'DM Serif Display', serif;;
	color: #8a887e;
	max-width: 480px;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.hp-blog-right {
	width: 65.53%;
	width: 100%;
	position: relative;
	z-index: 2;
}

.blog-holder {
	position: relative;
}

.blog-slick {
	margin: 0 -5px;
}

.blog-slide {
	padding: 0 5px;
}

.blog-slick:not(.slick-initialized) .blog-slide {
	display: none;
}

.blog-slick:not(.slick-initialized) .blog-slide:nth-child(1),
.blog-slick:not(.slick-initialized) .blog-slide:nth-child(2) {
	display: block;
}

.blog-slide-inner {
	border: 1px solid #e1dcd7;
	padding: 10px;
	background: #ffffff;
}

.blog-image {}

.blog-image a {
	display: block;
	overflow: hidden;
}

.blog-image canvas {
	display: block;
	width: 100%;
	background-color: #cccccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.blog-image a:hover canvas {
	transform: scale(1.2);
}

.blog-date {
	max-width: 220px;
	padding: 10px;
	margin: -50px 0 0 25px;
	position: relative;
	z-index: 2;
	background: linear-gradient( to left, rgb(46,46,46,0.5) 0%, rgb(162,160,146,0.5) 100%);
}

.blog-date-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 10px;
	background: linear-gradient( to left, rgb(46,46,46,0.75) 0%, rgb(162,160,146,0.75) 100%)
}

.blog-date span {
	font-size: 10px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.blog-date strong {
	font: 400 17px/1 'TT Ramillas', serif;
	color: #ffffff;
}

.blog-text {
	padding: 48px 25px 40px;
}

.blog-title {
	min-height: 45px;
}

.blog-title a {
	font-size: 12px;
	font-weight: 700;
	color: #a2a092;
	line-height: 1.3;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	outline: none;
}

.blog-title a:hover {
	color: #d4b6a1;
}

.blog-text p {
	font-size: 13px;
	color: #858383;
	line-height: 2.5;
	letter-spacing: 0.07em;
	margin: 28px 0 38px;
	min-height: 160px;
}

.blog-button,
a.blog-button {
	width: 212px;
}

.blog-arrows {}

.blog-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #e1dcd7;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 25px);
	overflow: hidden;
}

.blog-arrow::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0;
	background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.blog-arrow:hover::before {
	opacity: 1;
}

.blog-arrow i {
	position: relative;
	z-index: 2;
}

.blog-prev {
	left: -25px;
}

.blog-prev i {
	margin-right: 4px;
}

.blog-next {
	right: -25px;
}

.blog-next i {
	margin-left: 4px;
}

/* Blog : END */
/* Numbers : START */
#hp-numbers {
	padding: 125px 0 88px;
	position: relative;
	z-index: 2;
	background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(138,136,126) 100%);
	font-size: 0;
}

.hp-numbers-inner {
	padding: 0 130px;
	max-width: 1600px;
	margin: auto;
}

.hp-numbers-inner .section-title {
	padding: 0 162px;
	margin-bottom: 52px;
	position: relative;
	z-index: 1;
}

.hp-numbers-inner .section-title div {
	/* display: inline-block;
    vertical-align: top;
    */
}

.hp-numbers-inner .section-title h2 {
	display: inline-block;
	padding-left: 30px;
}

.numbers-holder {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.numbers-col {
	width: 20%;
	margin-bottom: 20px;
}

.numbers-image {
	position: relative;
	margin-bottom: 34px;
}

.numbers-image canvas {
	display: block;
	max-width: 100%;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.numbers-col:nth-child(1) .numbers-image canvas {
	top: -12px;
}

.numbers-col:nth-child(2) .numbers-image canvas {
	top: -7px;
}

.numbers-col:nth-child(3) .numbers-image canvas {
	top: 10px;
}

.numbers-image span {
	display: block;
	position: absolute;
	font: 700 50px/1 'TT Ramillas', serif;
	color: #ffffff;
	letter-spacing: 0;
	text-align: center;
	width: 100%;
	top: calc(50% - 30px);
}

span.stats-number em {
	font-style: normal;
}

.numbers-col strong {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.3;
	letter-spacing: 0.23em;
	text-align: center;
	text-transform: uppercase;
}

.hp-numbers-inner .default-button {
	width: 212px;
	margin: 62px auto auto;
}

.rank-number span {
	opacity: 0;
}

/* Numbers : End */
.grecaptcha-badge {
	z-index: 1025;
}

/* Team : START */
#hp-team {
	position: relative;
	z-index: 2;
	font-size: 0;
}

.hp-team-inner {
	position: relative;
}

.team-title {
	position: absolute;
	bottom: 60px;
	left: 335px;
	z-index: 7;
	pointer-events: none;
	transform: scale(0.5) !important;
	transform-origin: left bottom !important;
}

.team-title .section-title {
	margin-bottom: 45px;
}

.team-title .section-title h2 {
	font-size: 162px;
}

.team-title .section-title h2 span {
	padding-left: 105px;
	color: #ffffff;
}

.team-title .default-button {
	width: 424px;
	height: 120px;
	margin-left: 154px;
	font-size: 22px;
	border-width: 2px;
	pointer-events: auto;
}

/* Team : END */

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	width: auto;
	top: 1em;
}

.wpcf7-spinner {
	position: absolute;
}

.slicker-instagram-placeholder {
	max-width: 100%;
}

/* sidebar */
.contact-side {
    text-align: center;
	margin-bottom: 50px;
}
.contact-side input,
.contact-side textarea {
    max-width: 268px;
}
.contact-side .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
}

.contact-side .wpcf7-form-control-wrap .wpcf7-form-control {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    height: 62px;
    background: #efefef;
    outline: none;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 600;
    color: #a2a092;
    letter-spacing: 0.04em;
    border: 1px solid;
}

.contact-side .wpcf7-form-control-wrap textarea.wpcf7-form-control {
    height: 100px;
    padding-top: 20px;
    resize: none;
}
.page-id-17 .contact-side {
    display: none;
}

/** CTA **/

.side-cta {
    width: 300px;
    height: auto;
	max-width: 100%;
}

.side-cta ul {
    font-size: 0;
    margin: 0;
}

.side-cta ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.side-cta ul li a {
    display: block;
    position: relative;
    text-decoration: none;
}

.side-cta ul li a div.cta-icon {
    width: 100%;
    display: block;
    position: relative;
    height: 187px;
}

.side-cta ul li a div.cta-icon img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 185px;
}

.side-cta ul li a div.cta-icon img.cta-active {
    margin-left: -93px;
}

.side-cta ul li a div.cta-icon img.cta-hover {
    margin-left: -92.5px;
    top: 0px;
    width: 190px;
    display: none;
}

.side-cta ul li.dream-home a div.cta-icon img.cta-hover {
    top: -1px;
    margin-left: -92.5px;
}

.side-cta ul li.home-worth a div.cta-icon img.cta-hover {
    margin-left: -92.5px;
}

.side-cta ul li a p {
    color: #3e3e3f;
    font: normal 20px 'Source Sans Pro', sans-serif;
    letter-spacing: -0.05em;
    padding: 14px 0 0;
    margin: 0;
}

.side-cta ul li a p span {
    font: normal 28px 'Source Sans Pro', sans-serif;
    color: #be2340;
    display: block;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

.page-id-17 .contact-side {
    display: none;
}

/** CTA **/

.sidebar ul.smi {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar ul.smi li {
    padding: 0 10px;
}

.sidebar ul.smi li a {
    font-size: 25px;
    transition: color .3s ease;
}
.sidebar a {
	transition: color .3s ease;
}
.sidebar a:hover {
	color: #be2340;
}

/* Custom Container : START */
@media only screen and (min-width: 1200px) {
	.custom-container {
		width: 1190px;
	}
}

@media only screen and (min-width: 1366px) {
	.custom-container {
		width: 1350px;
	}
}

@media only screen and (min-width: 1440px) {
	.custom-container {
		width: 1430px;
	}
}

/* Custom Container : END */
@media only screen and (max-width: 1440px) {
	#main-header {}

	.default-header-inner,
	.fixed-header-inner {
		/*padding: 0 20px 0 45px;
       */
	}

	#hp-blog {
		padding-right: 40px;
		padding-left: 35px;
	}

	.blog-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	.blog-title {
		min-height: 60px;
	}
}

@media only screen and (min-width: 992px) and (max-height: 1000px) {
	.footer-top-left {
		padding-top: 45px;
		padding-bottom: 55px;
	}

	.footer-logo .textwidget {
		padding-bottom: 40px;
	}

	.footer-contact {
		margin: 40px 0 30px;
	}

	.footer-top-right {
		padding-top: 35px;
	}

	.footer-top-right-inner {
		padding: 48px 58px 40px;
	}

	.footer-top-right-inner strong {
		margin-bottom: 25px;
	}

	.footer-form {
		padding: 25px 0 45px;
	}
}

@media only screen and (max-width: 1366px) {
	#main-header {}

	.default-header-inner,
	.fixed-header-inner {
		/*padding: 0 15px;
       */
	}

	.site-nav>li {
		/*margin: 0 5px;
       */
	}

	.default-header-contact a,
	.fixed-header-contact a {
		/*width: 160px;
       */
	}

	/* Blog : Start */
	.hp-blog-left .logo-watermark-holder {
		left: 40px;
	}

	/* Blog : End */
	/* Numbers : Start */
	#hp-numbers {}

	.hp-numbers-inner {
		padding: 0 30px;
	}

	/* Numbers : End */
	/* Testimonials : Start */
	.testimonial-slide-inner {
		min-height: 552px;
	}

	/* Testimonials : End */
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

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

	#main-header {}

	.default-header-left,
	.fixed-header-left {
		/*max-width: 150px;
       */
	}

	.site-nav>li {
		/*margin: 0 3px;
       */
	}

	.site-nav>li>a {
		/*letter-spacing: 0.14em;
       */
	}

	.default-header-contact a,
	.fixed-header-contact a {
		/*width: 160px;
       */
	}

	#main-footer {}

	.footer-top {
		padding-bottom: 40px;
	}

	.footer-top-left {
		width: 58.51%;
		padding-right: 20px;
	}

	.footer-contact li i {
		margin-right: 8px;
	}

	.footer-top-right {
		width: 41.49%;
		padding-right: 0;
	}

	.footer-top-right-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	.footer-form div.wpcf7-response-output {
		bottom: 0;
	}

	/* Testimonial Slick : START */
	.testimonial-holder {
		padding: 0 65px;
	}

	.testimonial-slide-inner {
		min-height: 640px;
	}

	/* Testimonial Slick : END */
	/* Blog : Start */
	.hp-blog-left .logo-watermark-holder {
		left: 0;
		width: 100%;
	}

	#hp-blog {
		padding-right: 80px;
		padding-left: 75px;
	}

	.blog-title {
		min-height: 74px;
	}

	/* Blog : End */
	/* Numbers : Start */
	#hp-numbers {}

	.hp-numbers-inner {
		padding: 0 15px;
	}

	/* Numbers : End */
	.awards-slick-scrollbar.swiper-scrollbar::after {
		width: 375px;
	}

	.blog-title a {
		font-size: 11px;
	}
}

/* iPad(portrait) | Galaxy Tab 4(portrait) */
@media only screen and (max-width: 991px) {

	.section-title h1,
	.section-title h2 {
		text-align: center;
	}

	.section-title div:not(.logo-watermark-holder) {
		display: none !important;
		text-align: center;
	}

	.section-title div:not(.logo-watermark-holder)::before,
	.section-title div:not(.logo-watermark-holder)::after {
		display: none;
	}

	.section-title h1,
	.section-title h2 {
		display: block !important;
		padding-left: 0 !important;
		line-height: 1;
	}

	.section-title h1 span,
	.section-title h2 span {
		display: inline-block;
		padding-left: 0 !important;
	}

	.logo-watermark-holder {
		display: none !important;
	}

	#main-wrapper {
		padding-top: 72px;
	}

	#main-header {}

	.default-header-inner,
	.fixed-header-inner {
		justify-content: center;
	}

	.default-header-inner {
		height: 70px;
		padding: 0 15px;
	}

	.default-header-left a {
		max-width: 200px;
	}

	.default-header-left img {
		width: auto;
	}

	.default-header-left,
	.fixed-header-left {
		max-width: 100%;
		text-align: center;
	}

	.site-nav>li>.sub-menu::before,
	.site-nav>li>a::after {
		display: none;
	}

	#slide-nav .sub-menu {
		transition: none;
	}

	#main-footer {}

	#main-footer::before {
		background: linear-gradient(to top, rgba(46, 46, 46, 0.83) 0%, rgba(138, 136, 126, 0.83) 100%);
	}

	.footer-top {}

	.footer-top .container {
		flex-direction: column;
	}

	.footer-top-left,
	.footer-top-right {
		width: 100%;
	}

	.footer-top-left {
		padding-bottom: 0;
		padding-right: 0;
	}

	.footer-logo .textwidget {
		flex-direction: column;
	}

	.footer-logo a {
		margin: 10px 0;
	}

	.footer-contact {}

	.footer-contact .head-title {
		text-align: center;
		color: #ffffff;
	}

	.footer-contact ul {
		align-items: center;
	}

	.footer-contact ul li,
	.footer-contact li:nth-child(3) {
		width: 50%;
		flex-direction: column;
		align-items: center;
	}

	.footer-contact ul li i {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.footer-contact li a,
	.footer-contact li span {
		text-align: center;
	}

	.footer-form div.wpcf7-response-output {
		bottom: 20px;
	}

	.footer-smis .textwidget {
		justify-content: center;
	}

	.footer-smis .textwidget:last-child {
		margin-top: 25px;
	}

	.footer-smis .head-title {
		text-align: center;
		color: #ffffff;
	}

	.footer-bottom {}

	.footer-bottom-left,
	.footer-bottom-right {
		text-align: center;
	}

	.footer-bottom-right {
		padding-top: 0;
	}

	/* Team Map : START */
	.map-hovers {
		display: none;
	}

	/* Team Map : END */
	/* Testimonial Slick : START */
	.testimonial-holder {
		padding: 0;
	}

	.testimonial-slick {
		margin-bottom: 20px;
	}

	.testimonial-slide-inner {
		min-height: 470px;
	}

	.testimonial-arrows {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-bottom: 20px;
	}

	.testimonial-arrow {
		position: relative;
		top: inherit;
		left: inherit !important;
		right: inherit !important;
		margin: 0 10px;
		border-color: #a2a092;
		color: #a2a092;
	}

	.testimonial-arrow:hover {
		border-color: #ffffff;
		color: #ffffff;
	}

	/* Testimonial Slick : END */
	/* Awards : START */
	.awards-holder {
		padding: 98px 20px;
	}

	/* Awards : END */
	/* Blog : Start */
	#hp-blog {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 25px;
	}

	.hp-blog-inner {
		flex-direction: column;
	}

	.hp-blog-left,
	.hp-blog-right {
		width: 100%;
		position: relative;
	}

	.hp-blog-left {
		left: 0 !important;
		pointer-events: auto !important;
		opacity: 1 !important;
		padding-top: 0;
	}

	.hp-blog-left .section-title {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.blog-holder {
		max-width: 500px;
		margin: 20px auto auto;
	}

	.blog-title {
		min-height: 60px;
	}

	.blog-arrows {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.blog-arrow {
		background: #d1d0cb;
	}

	.blog-next,
	.blog-prev {
		position: relative;
		top: inherit;
		left: inherit !important;
		right: inherit !important;
		margin: 0 5px;
	}

	.blog-date {
		margin-left: auto;
		margin-right: auto;
		margin-top: -105px;
	}

	.blog-text {
		text-align: center;
		padding: 20px 15px;
	}

	.blog-text p {
		line-height: 1.6;
		margin: 15px 0;
	}

	.blog-button,
	a.blog-button {
		margin-left: auto;
		margin-right: auto;
	}

	/* Blog : End */
	/* Numbers : Start */
	#hp-numbers {
		padding-top: 50px;
		padding-bottom: 50px;
		background: linear-gradient( to top, rgb(46,46,46) 0%, rgb(138,136,126) 100%)
	}

	.hp-numbers-inner .section-title {
		padding: 0;
	}

	.numbers-holder {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.numbers-col {
		width: 50%;
		margin-bottom: 50px;
	}

	.hp-numbers-inner .section-title h2 span {
		display: block;
	}

	.hp-numbers-inner .section-title h2 em {
		display: block;
		font-size: 12px;
		font-weight: 600;
		color: #ffffff;
		line-height: 1.3;
		letter-spacing: 0.23em;
	}

	/* Numbers : End */
	.awards-slick-scrollbar.swiper-scrollbar::after {
		width: 400px;
	}

	.amnt-header .default-button span {
		text-align: center;
	}
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
	.footer-form div.wpcf7-response-output {
		/* bottom: 20px;
        */
	}

	.awards-slick-scrollbar {
		width: 300px;
	}

	.awards-slick-scrollbar.swiper-scrollbar::after {
		width: 240px;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

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

	.popup-form .field-sm {
		width: 100%;
		margin-right: 0;
	}

	.field-input input,
	.field-input textarea {
		padding: 0 12px;
	}

	.field-input textarea {
		padding-top: 10px;
	}

	.popup-form .form-button {
		width: 100%
	}

	.footer-contact li a,
	.footer-contact li span {
		font-size: 12px;
	}

	/* Testimonial : Start */
	.testimonial-slide-inner {
		padding: 55px 30px;
	}

	.testimonial-slide p {
		font-size: 16px;
		line-height: 1.5;
	}

	/* Testimonial : End */
	/* Blog : Start */
	#hp-blog {}

	.trd-text {
		font-size: 25px;
	}

	.trd-text span {
		font-size: 22px;
	}

	.hp-blog-left p {
		font-size: 16px;
	}

	/* Blog : End */
	/* Numbers : Start */
	#hp-numbers {}

	.numbers-holder {
		justify-content: space-between;
	}

	.numbers-col {
		width: 45%;
	}

	.numbers-image span {
		font-size: 35px;
		top: calc(50% - 18px);
	}

	/* Numbers : End */
}
