/*
Theme Name: Matat Child
Theme URI: https://www.textme.co.il/
Template:   matat
Author: Amit Matat
Author URI: https://www.textme.co.il/
Description: Matat child theme
Version: 1.1
License: Commercial Use only
License URI: Commercial Use only
Text Domain: matat
*/

.listreset,
.mobile-social-menu,
.menu360-view .view-option,
#nav ul,
#nav .branches-box .branches-dropdown,
.services-list,
.rooms-detail-block .nav-tabs,
.contact-map-block .neighbor-list,
.project-plan-section .plan-detail-list,
.reason-choose-section .reason-list,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

@font-face {
	font-family: "icomoon";
	src: url("assets/fonts/icomoon/icomoon.eot?tz0caz");
	src: url("assets/fonts/icomoon/icomoon.eot?tz0caz#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?tz0caz") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?tz0caz") format("woff"), url("assets/fonts/icomoon/icomoon.svg?tz0caz#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-map-marker:before {
	content: "\e902";
}

.icon-phone:before {
	content: "\e900";
}

.icon-envelope-o:before {
	content: "\e901";
}

.icon-lock:before {
	content: "\e916";
}

.icon-chevron-left:before {
	content: "\e917";
}

.icon-cleaning:before {
	content: "\e914";
}

.icon-design:before {
	content: "\e915";
}

.icon-trakline:before {
	content: "\e90d";
}

.icon-wifi:before {
	content: "\e90e";
}

.icon-kitchen:before {
	content: "\e90f";
}

.icon-location:before {
	content: "\e910";
}

.icon-mailbox:before {
	content: "\e911";
}

.icon-meeting-rooms:before {
	content: "\e912";
}

.icon-rent:before {
	content: "\e913";
}

.icon-close:before {
	content: "\e90b";
}

.icon-plus:before {
	content: "\e90c";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-linkedin:before {
	content: "\e904";
}

.icon-mail:before {
	content: "\e905";
}

.icon-pause:before {
	content: "\e906";
}

.icon-arrow-left:before {
	content: "\e907";
}

.icon-arrow-right:before {
	content: "\e908";
}

.icon-expand:before {
	content: "\e909";
}

.icon-facebook:before {
	content: "\e90a";
}

.icon-price:before {
	content: "\e918";
}

.icon-eye-360:before {
	content: "\e919";
}

.icon-eye-small:before {
	content: "\e91a";
}

.icon-location1:before {
	content: "\e91b";
}

.icon-man:before {
	content: "\e91c";
}

.icon-size:before {
	content: "\e91d";
}

.icon-envelope:before {
	content: "\e920";
}

.icon-user:before {
	content: "\e91f";
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(12%);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(49%);
	left: calc(42%);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

body {
	font-size: 16px;
	font-family: "Assistant", "Arial", "Helvetica", "Verdana", sans-serif;
	line-height: 1.2;
	color: #333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	line-height: 1.2;
	color: #060206;
	margin: 0 0 20px;
	font-family: "Assistant", "Arial", "Helvetica", "Verdana", sans-serif;
	font-weight: 700;
}

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

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

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

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 26px;
}

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

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

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

.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="email"],
.comment-form input[type="search"],
.comment-form input[type="password"],
.comment-form input[type="url"],
.comment-form input[type="date"],
.comment-form textarea,
.search-form input[type="text"],
.search-form input[type="tel"],
.search-form input[type="email"],
.search-form input[type="search"],
.search-form input[type="password"],
.search-form input[type="url"],
.search-form input[type="date"],
.search-form textarea,
.post-password-form input[type="text"],
.post-password-form input[type="tel"],
.post-password-form input[type="email"],
.post-password-form input[type="search"],
.post-password-form input[type="password"],
.post-password-form input[type="url"],
.post-password-form input[type="date"],
.post-password-form textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .5em .7em;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="search"]:focus,
.comment-form input[type="password"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="date"]:focus,
.comment-form textarea:focus,
.search-form input[type="text"]:focus,
.search-form input[type="tel"]:focus,
.search-form input[type="email"]:focus,
.search-form input[type="search"]:focus,
.search-form input[type="password"]:focus,
.search-form input[type="url"]:focus,
.search-form input[type="date"]:focus,
.search-form textarea:focus,
.post-password-form input[type="text"]:focus,
.post-password-form input[type="tel"]:focus,
.post-password-form input[type="email"]:focus,
.post-password-form input[type="search"]:focus,
.post-password-form input[type="password"]:focus,
.post-password-form input[type="url"]:focus,
.post-password-form input[type="date"]:focus,
.post-password-form textarea:focus {
	border-color: #333;
}

.widget {
	margin-bottom: 1.2em;
}

.widget:after {
	content: "";
	display: block;
	clear: both;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form:after {
	content: "";
	display: block;
	clear: both;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form p:after {
	content: "";
	display: block;
	clear: both;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation-comments .next,
.navigation .prev,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

body {
	min-width: 320px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
}

.rtl {
	direction: rtl;
}

.rtl [class^="col-xs"],
.rtl [class*="col-xs"] {
	float: right;
}

noscript {
	text-align: center;
	padding: 15px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 0;
	overflow: hidden;
	background: #fff;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 21px;
	border: 1px solid #222022;
	background: #000;
	box-shadow: inset 0 0 0 2px #fff;
	padding: 15px 15px;
	display: inline-block;
	vertical-align: top;
	border-radius: 1000px;
	margin: 5px;
}

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

.hidden,
legend {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.btn {
	-webkit-transition: .2s linear color, .2s linear background, .2s linear border;
	transition: .2s linear color, .2s linear background, .2s linear border;
	border-radius: 1000px;
}

.btn-outline {
	border: 2px solid #fff;
	font-size: 16px;
	line-height: 1.25;
	padding: 8px 10px;
	color: #fff;
	font-weight: 700;
}

.btn-outline:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.btn-white {
	color: #1a181a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	border: 2px solid #222022;
	background: #fff;
	box-shadow: 0 0 0 2px #fff;
	padding: 9px 15px;
}

.btn-white:hover {
	background: none;
	color: #fff;
}

.btn-white-outline {
	color: #1a181a;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	border: 2px solid #222022;
	background: #fff;
	box-shadow: 0 0 0 1px #fff;
	padding: 11px 15px;
}

.btn-white-outline:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.btn-black {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 21px;
	border: 1px solid #222022;
	background: #000;
	box-shadow: inset 0 0 0 2px #fff;
	padding: 15px 15px;
}

.btn-black:hover {
	background: rgba(0, 0, 0, .7);
	color: #fff;
}

.mobile-social-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(34, 32, 34, .85);
	padding: 9px 0;
	z-index: 90;
}

.mobile-social-menu > li {
	border-right: 1px solid #fff;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

.mobile-social-menu > li:first-child {
	border: none;
}

.mobile-social-menu > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
	color: #fff;
	line-height: 32px;
	font-size: 22px;
}

.mobile-social-menu > li > a .icon-map-marker {
	font-size: 24px;
}

.menu360-view {
	display: none;
	position: fixed;
	height: 58px;
	border-radius: 30px 0 0 30px;
	background: #fff;
	top: 50%;
	right: 0;
	z-index: 90;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 12px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 79px;
}

.rtl .menu360-view {
	right: auto;
	left: 0;
	padding-left: 12px;
	padding-right: 0;
	border-radius: 0 30px 30px 0;
}

.view-menu-active .menu360-view {
	width: auto;
}

.menu360-view .view-opener {
	line-height: 1;
	font-size: 49px;
	margin: 5px 8px 0;
	color: #0f0e0c;
}

.menu360-view .view-opener:hover {
	opacity: .8;
}

.menu360-view .view-option {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	line-height: 1.3333;
	padding: 16px 0 0;
	-webkit-transition: .3s ease opacity, .3s ease width;
	transition: .3s ease opacity, .3s ease width;
	overflow: hidden;
	width: 0;
	opacity: 0;
}

.view-menu-active .menu360-view .view-option {
	width: 250px;
	opacity: 1;
}

.menu360-view .view-option > li {
	padding: 1px 6px 3px 2px;
	white-space: nowrap;
}

.menu360-view .view-option > li + li {
	position: relative;
	padding-right: 20px;
}

.menu360-view .view-option > li + li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 8px;
	height: 28px;
	background: #000;
	width: 1px;
}

.menu360-view .view-option a {
	color: #0f0e0c;
	text-decoration: none;
}

.menu360-view .view-option a:hover {
	opacity: .8;
}

.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.progress-box.affiliate {
	padding-top: 20px;
}

.progress-box.affiliate form .select-wrap:before {
	background: #fff;
}

.progress-box.affiliate h2 {
	font-size: 25px;
}

.home-page .sticky-wrap,
.page-template-page-private .sticky-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.home-page .sticky-wrap.fixed-position #header,
.page-template-page-private .sticky-wrap.fixed-position #header {
	background: rgba(0, 0, 0, .9);
}

.sticky-wrap.fixed-position #header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#header {
	position: relative;
	z-index: 999;
	-webkit-transition: .25s linear background, .25s linear box-shadow, .25s linear padding;
	transition: .25s linear background, .25s linear box-shadow, .25s linear padding;
}

.home-page #header,
.page-template-page-private #header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.page-template-page-private #header {
	background: #000;
}

.logo-wrap {
	position: relative;
}

.logo {
	float: right;
	width: 104px;
	position: relative;
	z-index: 2;
}

.rtl .logo {
	float: left;
}

.logo img {
	width: 100%;
}

.logo .logo-black {
	display: none;
}

.nav-opener {
	height: 16px;
	width: 22px;
	font-size: 0;
	line-height: 0;
	z-index: 4;
	position: absolute;
	top: 50%;
	left: 0;
	background: none;
	outline: none;
	border: none;
	padding: 0;
	-webkit-transition: .2s linear right;
	transition: .2s linear right;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.rtl .nav-opener {
	left: auto;
	right: 0;
}

.nav-opener:focus {
	outline: none;
}

.nav-opener:hover {
	opacity: .8;
}

.nav-active .nav-opener {
	right: 213px;
}

.resize-active .nav-opener {
	-webkit-transition: none;
	transition: none;
}

.nav-opener span {
	-webkit-transition: .25s ease all;
	transition: .25s ease all;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	margin-top: -1px;
}

.page-template-page-affiliate .nav-opener span {
	background: #000;
}

.nav-active .nav-opener span {
	background: none;
}

.page-template-page-affiliate.nav-active .nav-opener span {
	background: none;
}

body.nav-active:not(.home-page) .nav-opener span {
	background: none;
}

.resize-active .nav-opener span {
	-webkit-transition: none;
	transition: none;
}

.nav-opener span:before,
.nav-opener span:after {
	-webkit-transition: .25s ease all;
	transition: .25s ease all;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	margin: 0;
	-webkit-transition-duration: .25s, .25s;
	transition-duration: .25s, .25s;
	-webkit-transition-delay: .25s, 0s;
	transition-delay: .25s, 0s;
}

.nav-active .nav-opener span:before,
.nav-active .nav-opener span:after {
	-webkit-transition-delay: 0s, .25s;
	transition-delay: 0s, .25s;
}

.page-template-page-affiliate .nav-opener span:before,
.page-template-page-affiliate .nav-opener span:after {
	background: #000;
}

body.nav-active:not(.home-page) .nav-opener span:before,
body.nav-active:not(.home-page) .nav-opener span:after {
	background: #fff;
}

body.nav-active.page-template-page-private .nav-opener span:before,
body.nav-active.page-template-page-private .nav-opener span:after {
	background: #fff;
}

.resize-active .nav-opener span:before,
.resize-active .nav-opener span:after {
	-webkit-transition: none;
	transition: none;
	-webkit-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}

.nav-opener span:before {
	top: -7px;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.nav-active .nav-opener span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-opener span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}

.nav-active .nav-opener span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav {
	width: 270px;
}

#nav .primary-menu > li {
	margin: 0 0 20px;
	padding: 0 20px;
}

#nav .primary-menu > li.active > a {
	color: rgba(255, 255, 255, .5);
}

#nav .primary-menu > li > a {
	display: table;
	font-size: 25px;
	line-height: 1.36;
	font-weight: 600;
	color: #fff;
	padding: 8px 0;
}

#nav .primary-menu > li > a:hover {
	color: rgba(255, 255, 255, .5);
}

#nav .primary-menu > li.menu-item-has-children > a {
	position: relative;
	padding-right: 46px;
	z-index: 8;
}

.rtl #nav .primary-menu > li.menu-item-has-children > a {
	padding-left: 46px;
	padding-right: 0;
}

.home-page #nav .primary-menu > li.menu-item-has-children > a,
.page-template-page-private #nav .primary-menu > li.menu-item-has-children > a {
	color: #fff;
	border-color: #fff;
}

#nav .primary-menu > li.menu-item-has-children > a:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	border: 10px solid #1a181a;
	border-width: 10px 7px 0;
	border-color: #fff transparent transparent;
}

.rtl #nav .primary-menu > li.menu-item-has-children > a:after {
	left: 0;
	right: auto;
}

#nav .primary-menu .sub-menu > li {
	padding: 14px 21px 20px;
}

#nav .primary-menu .sub-menu > li:last-child {
	padding-bottom: 0;
}

#nav .primary-menu .sub-menu > li.active > a {
	color: rgba(255, 255, 255, .3);
}

#nav .primary-menu .sub-menu > li > a {
	font-size: 22px;
	line-height: 1.181818;
	display: block;
	color: #fff;
}

#nav .primary-menu .sub-menu > li > a:hover {
	color: rgba(255, 255, 255, .3);
}

#nav .btn-wrap .btn {
	min-width: 110px;
}

#nav .branches-box {
	display: none;
}

#nav .branches-box:hover .branches-dropdown,
#nav .branches-box.hover .branches-dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	pointer-events: all;
}

#nav .branches-box:hover .dropdown-toggle,
#nav .branches-box.hover .dropdown-toggle {
	opacity: .6;
}

#nav .branches-box:hover .dropdown-toggle:after,
#nav .branches-box.hover .dropdown-toggle:after {
	border-width: 0 7px 10px;
	border-color: transparent transparent #1a181a;
}

.home-page #nav .branches-box:hover .dropdown-toggle:after,
.home-page #nav .branches-box.hover .dropdown-toggle:after,
.page-template-page-private #nav .branches-box:hover .dropdown-toggle:after,
.page-template-page-private #nav .branches-box.hover .dropdown-toggle:after {
	border-color: transparent transparent #fff;
}

#nav .branches-box .dropdown-toggle {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #1a181a;
	padding: 2px 30px 5px 20px;
	border-left: 2px solid #1a181a;
	z-index: 8;
}

.rtl #nav .branches-box .dropdown-toggle {
	padding-right: 20px;
	padding-left: 30px;
	border-right: 2px solid #1a181a;
	border-left: none;
}

.home-page #nav .branches-box .dropdown-toggle,
.page-template-page-private #nav .branches-box .dropdown-toggle {
	color: #fff;
	border-color: #fff;
}

#nav .branches-box .dropdown-toggle:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}

#nav .branches-box .dropdown-toggle:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	border: 10px solid #1a181a;
	border-width: 10px 7px 0;
	border-color: #1a181a transparent transparent;
}

.rtl #nav .branches-box .dropdown-toggle:after {
	right: auto;
	left: 0;
}

.home-page #nav .branches-box .dropdown-toggle:after,
.page-template-page-private #nav .branches-box .dropdown-toggle:after {
	border-color: #fff transparent transparent;
}

#nav .branches-box .branches-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1330px;
	margin: 0 auto;
	width: 100%;
	padding: 80px 0 44px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s linear opacity, .3s linear visibility, .3s linear -webkit-transform, .3s linear top;
	transition: .3s linear opacity, .3s linear visibility, .3s linear transform, .3s linear top;
	pointer-events: none;
}

#nav .branches-box .branches-dropdown:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .25);
	background: #fff;
}

#nav .branches-box .branches-dropdown .branch-info,
#nav .branches-box .branches-dropdown .branch-item {
	position: relative;
	z-index: 3;
	padding: 0 15px;
}

#nav .branches-box .branches-dropdown .branch-info {
	display: block;
	color: #393939;
	font-size: 16px;
	line-height: 1.5;
	-ms-flex-preferred-size: 27.817%;
	flex-basis: 27.817%;
	max-width: 27.817%;
	padding-bottom: 27px;
	-ms-flex-item-align: center;
	align-self: center;
}

#nav .branches-box .branches-dropdown .branch-info .branch-title {
	font-size: 1.875em;
	display: block;
	font-weight: 400;
	line-height: 1.166667;
	margin-bottom: 16px;
}

#nav .branches-box .branches-dropdown .branch-item {
	-ms-flex-preferred-size: 24.061%;
	flex-basis: 24.061%;
	max-width: 24.061%;
}

#nav .branches-box .branches-dropdown .branch-item:nth-child(5).branch-item {
	margin-left: 27.817%;
	margin-top: 20px;
}

.rtl #nav .branches-box .branches-dropdown .branch-item:nth-child(5).branch-item {
	margin-left: 0;
	margin-right: 27.817%;
}

#nav .branches-box .branches-dropdown .branch-item:nth-child(5).branch-item ~ .branch-item {
	margin-top: 20px;
}

#nav .branches-box .branches-dropdown .branch-item .img-wrap {
	margin: 0 0 22px;
}

#nav .branches-box .branches-dropdown .branch-item .img-wrap a {
	display: block;
	position: relative;
	overflow: hidden;
}

#nav .branches-box .branches-dropdown .branch-item .img-wrap a:hover .overlay-text {
	opacity: 1;
	visibility: visible;
}

#nav .branches-box .branches-dropdown .branch-item .img-wrap .overlay-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(34, 32, 34, .8);
	right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .25s linear opacity, .25s linear visibility;
	transition: .25s linear opacity, .25s linear visibility;
	text-align: center;
	padding: 5px;
}

#nav .branches-box .branches-dropdown .branch-item .branch-location {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3333;
}

#nav .branches-box .branches-dropdown .branch-item .branch-location a {
	color: #060206;
}

#nav .branches-box .branches-dropdown .branch-item .branch-location a:hover {
	color: rgba(6, 2, 6, .7);
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.slick-slider {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.slick-list.draggable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

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

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

.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;
	left: 0;
	top: 0;
	display: block;
}

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

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

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

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

[dir="rtl"] .slick-slide,
.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-slide:focus {
	outline: none;
}

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

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

.hero-banner {
	position: relative;
	overflow: hidden;
}

.hero-banner .banner-bg {
	position: relative;
	max-height: 100vh;
}

.hero-banner .banner-bg:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(5, 2, 5, .7);
}

.hero-banner .banner-bg img {
	width: 100%;
}

.hero-banner .bg-video {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 50vh;
}

.hero-banner .bg-video:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(5, 2, 5, .7);
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	z-index: 1;
}

.hero-banner .bg-video.video-active:after {
	background: rgba(5, 2, 5, .2);
}

.hero-banner .bg-video.video-active video {
	opacity: 1;
}

.hero-banner .bg-video video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.hero-banner .banner-content {
	position: absolute;
	top: 23.7%;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.hero-banner h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.142857;
	color: #fff;
	margin: 0 0 13px;
}

.hero-banner h2 {
	line-height: 1.13636;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 28px;
}

.hero-banner .call-text {
	display: none;
}

.hero-banner .call-text a {
	color: #fff;
	font-weight: 700;
}

.hero-banner .btn {
	min-width: 170px;
}

.intro-block {
	color: #393939;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
}

.intro-block .intro-image {
	display: none;
}

.intro-block .intro-text-box {
	padding: 30px 0;
}

.intro-block h2 {
	margin-bottom: 27px;
}

.intro-block .h3 {
	font-weight: 600;
	color: #393939;
	font-size: 27px;
	line-height: 1.185;
	margin-bottom: 6px;
	display: block;
}

.intro-block .intro-text-row .intro-item,
.intro-block .intro-text-row .btn-wrap {
	padding-left: 20px;
	padding-right: 20px;
}

.intro-block .intro-text-row .intro-item {
	padding-bottom: 34px;
}

.intro-block .intro-text-row .btn-wrap .btn {
	min-width: 182px;
}

.room-types-block {
	padding: 8px 0 0;
}

.room-types-block .h2 {
	text-align: center;
	margin: 0 auto 11px;
	max-width: 820px;
	display: block;
}

.room-types-block .sub-heading {
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
}

.sub-heading {
	display: block;
	color: #8d8e95;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}

.room-types-block .room-category-holder {
	padding: 20px 0 0;
}

.room-types-block .room-slider {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.room-types-block .slide {
	vertical-align: top;
}

.room-types-block .slide img {
	width: 100%;
}

.room-types-block .room-category {
	position: relative;
	padding: 10px 0 0;
}

.room-types-block .room-detail-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.room-types-block .room-info {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin: 0 auto;
}

.room-types-block .room-info .info-wrap {
	background-color: rgba(5, 2, 5, .7);
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	padding: 23px 20px;
}

.room-types-block .room-info .h3 {
	font-size: 35px;
	color: #fff;
	line-height: 1.14285;
	margin-bottom: 15px;
	display: block;
}

.room-types-block .room-info p {
	margin-bottom: 23px;
}

.room-types-block .room-info .btn-white-outline {
	min-width: 140px;
}

.room-types-block .control-holder {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.room-types-block .control-holder .slider-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rtl .room-types-block .control-holder .slider-control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.room-types-block .paused .btn-pause-play i:before {
	opacity: 0;
}

.room-types-block .paused .btn-pause-play i:after {
	opacity: 1;
}

.room-types-block .btn-pause-play {
	border-radius: 50%;
	width: 2.6em;
	height: 2.6em;
	border: 1px solid #222022;
	background: rgba(0, 0, 0, .8);
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-transition: .25s linear background;
	transition: .25s linear background;
	margin: 0 6px;
	font-size: 16px;
	line-height: 1;
	padding: .69em .31em;
	text-align: center;
	position: relative;
}

.room-types-block .btn-pause-play:hover {
	background: rgba(0, 0, 0, .3);
}

.room-types-block .btn-pause-play i:before,
.room-types-block .btn-pause-play i:after {
	-webkit-transition: .25s linear opacity;
	transition: .25s linear opacity;
}

.room-types-block .btn-pause-play i:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	border: 5px solid #fff;
	border-width: .5em 0 .5em .75em;
	border-color: transparent transparent transparent #fff;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	opacity: 0;
}

.room-types-block .slick-arrow {
	border-radius: 1000px;
	border: 1px solid #222022;
	background: rgba(0, 0, 0, .8);
	line-height: 1.05;
	font-size: 19px;
	padding: .575em .63em .475em;
	min-width: 5em;
	box-shadow: inset 0 0 0 2px #fff;
	text-align: center;
	-webkit-transition: .25s linear background;
	transition: .25s linear background;
	margin: 0 4px;
}

.room-types-block .slick-arrow:hover {
	background: rgba(0, 0, 0, .3);
}

.services-block {
	padding: 30px 0 24px;
	box-shadow: inset 0 1px 30px rgba(0, 0, 0, .05);
	background: #f7f9fb;
}

.services-block .h2 {
	margin-bottom: 14px;
	display: block;
}

.services-block .sub-heading {
	margin-bottom: 28px;
}

.services-block .info-box {
	line-height: 1.5;
}

.services-block .info-box .h3 {
	font-size: 18px;
	margin-bottom: 8px;
	display: block;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.services-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.services-list .service-item {
	padding: 0 6px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	line-height: 1.5;
	margin: 0 0 7px;
}

.services-list .service-item > a,
.services-list .service-item > span {
	display: block;
	color: #393939;
	border-radius: 10px;
	border: 2px solid transparent;
	padding: 10px 15px;
	-webkit-transition: .25s linear background, .25s linear box-shadow, .25s linear border;
	transition: .25s linear background, .25s linear box-shadow, .25s linear border;
}

.services-list .service-item > a:hover,
.services-list .service-item > span:hover {
	border-color: #292929;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .3);
	background: rgba(255, 255, 255, .8);
}

.services-list .service-item .ico-holder {
	font-size: 45px;
	line-height: 1;
	color: #000;
}

.community-block {
	padding: 29px 0 29px;
}

.community-block h2 {
	text-align: center;
	margin-bottom: 12px;
}

.community-block .sub-heading {
	text-align: center;
	line-height: 1.55;
	margin: 0 0 20px;
}

.community-block .community-items-holder {
	padding: 10px 0 24px;
	margin: 0 -5px;
}

.community-block .community-item {
	margin: 0 0 10px;
	position: relative;
}

.community-block .community-item:hover .img-wrap:before {
	background: rgba(5, 2, 5, .75);
}

.community-block .community-item .img-wrap {
	position: relative;
	overflow: hidden;
}

.community-block .community-item .img-wrap:before {
	content: "";
	background: rgba(5, 2, 5, .55);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: .25s linear background;
	transition: .25s linear background;
}

.community-block .community-item .img-wrap img {
	width: 100%;
}

.community-block .community-item .detail-text-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 0 15px 12px;
	line-height: 1.5;
}

.community-block .community-item .time {
	display: block;
	margin: 0 0 13px;
	font-size: 15px;
}

.community-block .community-item h3 {
	font-size: 23px;
	line-height: 1.217391;
	margin-bottom: 12px;
}

.community-block .community-item h3 a {
	color: #fff;
	-webkit-transition: .25s linear color;
	transition: .25s linear color;
}

.community-block .community-item h3 a:hover {
	color: rgba(255, 255, 255, .6);
}

.community-block .community-item p {
	margin-bottom: 14px;
}

.community-block .community-item .link-more {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: .25s linear color;
	transition: .25s linear color;
}

.community-block .community-item .link-more:hover {
	color: rgba(255, 255, 255, .6);
}

.community-block .community-item .link-more i {
	font-size: 10px;
	margin-right: 8px;
	vertical-align: middle;
}

.community-block .link-load-more {
	display: table;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 600;
	color: #060206;
	padding: 0 0 0 20px;
	position: relative;
}

.community-block .link-load-more:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	border: 5px solid #050205;
	border-width: 7px 5px 0;
	border-color: #050205 transparent transparent;
}

.hoome-progress-block {
	box-shadow: inset 0 1px 30px rgba(0, 0, 0, .05);
	background: #f7f9fb;
	padding: 30px 0 48px;
	position: relative;
}

.hoome-progress-block .img-wrap {
	display: none;
}

.hoome-progress-block .img-wrap img {
	height: 100%;
	width: auto;
	max-width: none;
}

.hoome-progress-block h2 {
	margin-bottom: 21px;
}

.hoome-progress-block .sub-heading {
	line-height: 1.555;
	margin: 0 0 20px;
}

body:not(.rtl) .progress-box form {
	direction: ltr;
}

.progress-box form .wpcf7-validation-errors {
	border: none;
	color: #f00;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0;
}

.progress-box form .note-text {
	line-height: 1.5;
	display: block;
	margin-bottom: 32px;
}

.progress-box form .input-field,
.progress-box form select {
	height: 32px;
	width: 100%;
	border: 1px solid #979797;
	border-width: 0 0 2px;
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
	outline: none;
	margin: 0;
	background: none;
	color: #393939;
	padding: 4px 0;
	border-radius: 0;
}

.progress-box form .input-field::-moz-placeholder,
.progress-box form select::-moz-placeholder {
	color: #393939;
	opacity: 1;
}

.progress-box form .input-field:-ms-input-placeholder,
.progress-box form select:-ms-input-placeholder {
	color: #393939;
}

.progress-box form .input-field::-webkit-input-placeholder,
.progress-box form select::-webkit-input-placeholder {
	color: #393939;
}

.progress-box form .input-field::-webkit-input-placeholder,
.progress-box form select::-webkit-input-placeholder {
	color: #393939;
}

.progress-box form .input-field::-moz-placeholder,
.progress-box form select::-moz-placeholder {
	opacity: 1;
	color: #393939;
}

.progress-box form .input-field:-moz-placeholder,
.progress-box form select:-moz-placeholder {
	color: #393939;
}

.progress-box form .input-field:-ms-input-placeholder,
.progress-box form select:-ms-input-placeholder {
	color: #393939;
}

.progress-box form .input-field.placeholder,
.progress-box form select.placeholder {
	color: #393939;
}

.progress-box form textarea.input-field {
	max-width: 100% !important;
	min-height: 175px;
}

.progress-box form .form-group {
	margin-bottom: 37px;
}

.progress-box form .select-wrap {
	position: relative;
}

.progress-box form .select-wrap:before,
.progress-box form .select-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}

.rtl .progress-box form .select-wrap:before,
.rtl .progress-box form .select-wrap:after {
	right: auto;
	left: 0;
}

.progress-box form .select-wrap:before {
	background: #f7f9fb;
	bottom: 2px;
	width: 20px;
}

.progress-box form .select-wrap:after {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 8px;
	border: 5px solid #050205;
	border-width: 10px 7px 0;
	border-color: #050205 transparent transparent;
}

.rtl .progress-box form .select-wrap:after {
	right: auto;
	left: 8px;
}

.progress-box form .select-wrap select {
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	border-radius: 0;
}

.progress-box form .btn-wrap {
	padding-top: 39px;
	padding-bottom: 9px;
	text-align: center;
}

.progress-box form .btn {
	min-width: 152px;
	padding: 14px 15px;
}

.testimonials-block {
	padding: 30px 0 25px;
}

.testimonials-block h2 {
	margin-bottom: 42px;
	text-align: center;
}

.testimonials-block h2:after {
	content: "";
	display: block;
	margin: 38px auto 0;
	height: 7px;
	background: #4a4a4a;
	border-radius: 7px;
	width: 59px;
}

.testimonials-block .testimonials-slider {
	text-align: center;
}

.testimonials-block .testimonials-slider .slide {
	vertical-align: top;
}

.testimonials-block .testimonials-slider .testimonial-item {
	padding: 0 15px;
}

.testimonials-block .testimonials-slider .customer-logo {
	text-align: center;
	min-height: 91px;
	margin: 0 0 34px;
}

.testimonials-block .testimonials-slider .customer-logo img {
	margin: 0 auto;
	max-height: 91px;
	width: auto;
}

.testimonials-block .testimonials-slider blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 18px;
	line-height: 1.5;
	color: #060206;
}

.testimonials-block .testimonials-slider blockquote q {
	display: block;
	margin: 0 0 33px;
}

.testimonials-block .testimonials-slider blockquote q:before,
.testimonials-block .testimonials-slider blockquote q:after {
	display: none;
}

.testimonials-block .testimonials-slider blockquote cite {
	font-style: normal;
	font-weight: 600;
	line-height: 1.17;
	display: block;
}

.testimonials-block .testimonials-slider blockquote cite .customer-name,
.testimonials-block .testimonials-slider blockquote cite .address {
	display: block;
}

.testimonials-block .testimonials-slider blockquote cite .customer-name {
	font-size: 1.5em;
	font-weight: 600;
	color: #393939;
	margin: 0 0 6px;
}

.testimonials-block .testimonials-slider blockquote cite .address {
	font-size: .9em;
	color: #8d8e95;
}

.testimonials-block .slider-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 45px 0 0;
}

.rtl .testimonials-block .slider-control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.testimonials-block .slick-arrow {
	border-radius: 1000px;
	border: 1px solid #222022;
	background: rgba(0, 0, 0, .8);
	line-height: 1.05;
	font-size: 19px;
	padding: .575em .63em .475em;
	min-width: 5.1em;
	box-shadow: inset 0 0 0 2px #fff;
	text-align: center;
	-webkit-transition: .25s linear background;
	transition: .25s linear background;
	margin: 0 4px;
	color: #fff;
}

.testimonials-block .slick-arrow:hover {
	background: rgba(0, 0, 0, .3);
}

.inner-banner {
	position: relative;
}

.inner-banner .inner-banner-slider {
	margin: 0 auto;
}

.inner-banner .slide {
	vertical-align: top;
	position: relative;
}

.inner-banner .slick-current .banner-content,
.inner-banner .slick-current .btn-fullscreen {
	opacity: 1;
}

.inner-banner .slick-current .img-wrap:before {
	background: rgba(5, 2, 5, .25);
}

.inner-banner .banner-content {
	position: absolute;
	top: 28.5%;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	padding: 0 55px;
	-webkit-transition: .3s linear opacity 400ms;
	transition: .3s linear opacity 400ms;
	opacity: 0;
}

.inner-banner h2 {
	color: #fff;
	margin-bottom: 12px;
}

.inner-banner .sub-heading {
	text-align: center;
	font-size: 20px;
	line-height: 1.136363;
	color: #fff;
}

.inner-banner .img-wrap {
	position: relative;
	overflow: hidden;
}

.inner-banner .img-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(5, 2, 5, .5);
	-webkit-transition: .3s linear background 300ms;
	transition: .3s linear background 300ms;
}

.inner-banner .img-wrap img {
	width: 100%;
}

.inner-banner .call-info {
	display: none;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
	font-size: 20px;
	color: #fff;
}

.inner-banner .call-info a {
	font-weight: 700;
	color: #fff;
}

.inner-banner .call-info a:hover {
	color: rgba(255, 255, 255, .8);
}

.inner-banner .btn-fullscreen {
	display: none;
	width: 2.47em;
	height: 2.47em;
	background: rgba(0, 0, 0, .8);
	border: 1px solid #222022;
	box-shadow: inset 0 0 0 2px #fff;
	border-radius: 50%;
	position: absolute;
	bottom: 1.06em;
	left: 1.47em;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 2.39em;
	z-index: 4;
	-webkit-transition: .25s linear color, .3s linear opacity 300ms;
	transition: .25s linear color, .3s linear opacity 300ms;
	opacity: 0;
}

.inner-banner .btn-fullscreen:hover {
	background: #000;
}

.rtl .inner-banner .slider-control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.inner-banner .slick-arrow {
	border-radius: 1000px;
	border: 1px solid #222022;
	background: rgba(0, 0, 0, .8);
	line-height: 1.05;
	font-size: 16px;
	padding: 11px 6px;
	box-shadow: inset 0 0 0 2px #fff;
	text-align: center;
	-webkit-transition: .25s linear background;
	transition: .25s linear background;
	color: #fff;
}

.inner-banner .slick-arrow:hover {
	background: rgba(0, 0, 0, .3);
}

.inner-services-block {
	overflow: hidden;
}

.inner-services-block h2 {
	margin-bottom: 14px;
}

.inner-services-block .sub-heading {
	margin-bottom: 28px;
	line-height: 1.555;
}

.inner-services-block .services-box {
	padding: 28px 15px 26px;
}

.inner-services-block .progress-box {
	padding: 18px 15px 19px;
	margin: 0 -15px;
}

.rooms-complex-block {
	padding: 30px 0 29px;
}

.rooms-complex-block h2 {
	text-align: center;
	color: #060206;
	max-width: 820px;
	margin: 0 auto 11px;
}

.rooms-complex-block .sub-heading {
	text-align: center;
	color: #393939;
	max-width: 820px;
	margin: 0 auto 1em;
}

.rooms-complex-block .mobile-btn-wrap {
	padding: 30px 0 0;
	text-align: center;
}

.rooms-complex-block .mobile-btn-wrap .btn {
	padding: 12px 15px;
	min-width: 182px;
}

.rooms-complex-slider {
	background: #222022;
	padding: 30px 0 27px;
}

.rooms-complex-slider .slider-mask {
	max-width: 375px;
	margin: 0 auto;
}

.rooms-complex-slider .slider-mask .slick-list {
	overflow: visible !important;
}

.rooms-complex-slider .slide {
	padding: 0 10px;
}

.rooms-complex-slider .slider-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 9px;
	max-width: 100%;
	width: 100%;
}

.rtl .rooms-complex-slider .slider-control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.rooms-complex-slider .slide-count-wrap {
	font-size: 17px;
	line-height: 1.1764705;
	color: #fff;
	margin: 0 10px;
}

.rooms-complex-slider .slide-count-wrap > span {
	margin: 0 3px;
}

.rooms-complex-slider .slick-arrow {
	border-radius: 1000px;
	border: 2px solid #fff;
	background: #fff;
	line-height: 1.05;
	font-size: 19px;
	padding: .575em .63em .475em;
	min-width: 5.2em;
	box-shadow: inset 0 0 0 2px #222022;
	text-align: center;
	-webkit-transition: .25s linear background;
	transition: .25s linear background;
	margin: 0 4px;
	color: #222022;
}

.rooms-complex-slider .slick-arrow:hover {
	background: rgba(255, 255, 255, .7);
}

.complex-item {
	position: relative;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5;
	color: #393939;
	margin: 0 0 15px;
	-webkit-transition: .25s linear box-shadow;
	transition: .25s linear box-shadow;
}

.complex-item:hover {
	box-shadow: 0 2px 34px rgba(251, 109, 63, .5);
}

.complex-item:hover .img-wrap:before {
	opacity: 1;
}

.complex-item:hover .img-wrap .btn-white-outline {
	opacity: 1;
}

.complex-item .img-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.complex-item .img-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(34, 32, 34, .6);
	-webkit-transition: .25s linear opacity;
	transition: .25s linear opacity;
	opacity: 0;
}

.complex-item .img-wrap .btn-white-outline {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 3;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	min-width: 221px;
	-webkit-transition: .25s linear opacity;
	transition: .25s linear opacity;
	opacity: 0;
}

.complex-item .complex-content {
	padding: .69em 1.38em 2.38em;
}

.complex-item h3 {
	font-size: 1.875em;
	color: #393939;
	font-weight: 500;
	margin-bottom: .46667em;
}

.complex-item h3 a {
	color: #393939;
}

.complex-item p {
	margin-bottom: 1em;
}

.complex-item .detail-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 2px solid #d5d5d5;
	border-width: 2px 0;
	padding: 4px 0;
	font-size: .9em;
	color: #8d8e95;
}

.complex-item .detail-info .info-col {
	-ms-flex-preferred-size: 56.2%;
	flex-basis: 56.2%;
	max-width: 56.2%;
	padding: 4px 0 6px 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rtl .complex-item .detail-info .info-col {
	padding-left: 0;
	padding-right: 1em;
}

.complex-item .detail-info .info-col:first-child {
	-ms-flex-preferred-size: 43.8%;
	flex-basis: 43.8%;
	max-width: 43.8%;
	padding-right: 1em;
	padding-left: 0;
	border-right: 2px solid #d5d5d5;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rtl .complex-item .detail-info .info-col:first-child {
	padding-left: 1em;
	padding-right: 0;
	border-left: 2px solid #d5d5d5;
	border-right: none;
}

.complex-item .detail-info .title {
	font-weight: 600;
}

.complex-item .detail-info .info-text {
	font-size: 1.11111em;
	font-weight: 700;
	color: #39393a;
	margin-left: .4em;
}

.rtl .complex-item .detail-info .info-text {
	margin-left: 0;
	margin-right: .4em;
}

.rooms-detail-block {
	padding: 30px 0 0;
}

.rooms-detail-block h2 {
	text-align: center;
	margin-bottom: 10px;
}

.rooms-detail-block .sub-heading {
	text-align: center;
	line-height: 1.55556;
	margin-bottom: 30px;
}

.rooms-detail-block .nav-tabs {
	display: none;
	border-bottom: 2px solid #d5d5d5;
	margin: 0 auto 20px;
	padding: 0 0 16px;
}

.rooms-detail-block .nav-tabs > li {
	margin: 0;
	float: left;
	padding-right: 10px;
}

.rtl .rooms-detail-block .nav-tabs > li {
	float: right;
	padding-left: 10px;
	padding-right: 0;
}

.rooms-detail-block .nav-tabs > li + li {
	padding-left: 24px;
}

.rtl .rooms-detail-block .nav-tabs > li + li {
	padding-left: 10px;
	padding-right: 24px;
}

.rooms-detail-block .nav-tabs > li + li:before {
	content: "";
	width: 1px;
	height: 27px;
	background: #d5d5d5;
	position: absolute;
	top: 1px;
	left: 7px;
	-webkit-transform: rotate(11deg);
	-ms-transform: rotate(11deg);
	transform: rotate(11deg);
}

.rtl .rooms-detail-block .nav-tabs > li + li:before {
	left: auto;
	right: 7px;
}

.rooms-detail-block .nav-tabs > li.active > a {
	border: none;
	margin: 0;
	font-weight: 700;
	color: #1a181a;
}

.rooms-detail-block .nav-tabs > li.active > a:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.rooms-detail-block .nav-tabs > li > a {
	margin: 0;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 18px;
	line-height: 1.2;
	color: #cbcbcb;
	padding: 3px 5px;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.rooms-detail-block .nav-tabs > li > a:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	border-radius: 1000px;
	box-shadow: 0 1px 8px rgba(251, 109, 63, .5);
	height: 7px;
	background: #222022;
	-webkit-transition: .25s linear -webkit-transform;
	transition: .25s linear transform;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.rooms-detail-block .nav-tabs > li > a:hover {
	color: #1a181a;
}

.rooms-detail-block .nav-tabs > li > a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.rooms-detail-block .panel {
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	background: none;
}

.rooms-detail-block .room-content-row {
	background: #f7f9fb;
	box-shadow: inset 0 1px 30px rgba(0, 0, 0, .05);
}

.rooms-detail-block .collapse {
	display: block;
}

.rooms-detail-block .accordion-title {
	display: block;
	position: relative;
	font-size: 20px;
	color: #1a181a;
	line-height: 1.2;
	font-weight: 700;
	padding: 13px 50px 13px 16px;
}

.rtl .rooms-detail-block .accordion-title {
	padding-left: 50px;
	padding-right: 16px;
}

.rooms-detail-block .accordion-title:after {
	content: "\e90b";
	position: absolute;
	top: 16px;
	right: 23px;
	font: 15px/1 "icomoon";
}

.rtl .rooms-detail-block .accordion-title:after {
	left: 23px;
	right: auto;
}

.rooms-detail-block .accordion-title.collapsed:after {
	content: "\e90c";
	font-size: 18px;
}

.rooms-detail-block .room-slider-holder {
	position: relative;
}

.rooms-detail-block .room-slider .slide {
	vertical-align: top;
}

.rooms-detail-block .room-slider .slide img {
	width: 100%;
}

.rooms-detail-block .slider-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
}

.rtl .rooms-detail-block .slider-control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.rooms-detail-block .slick-arrow {
	border-radius: 1000px;
	border: 1px solid #222022;
	background: rgba(0, 0, 0, .8);
	line-height: 1.05;
	font-size: 19px;
	padding: .575em .63em .475em;
	min-width: 5.1em;
	box-shadow: inset 0 0 0 2px #fff;
	text-align: center;
	-webkit-transition: .25s linear background;
	transition: .25s linear background;
	margin: 0 4px;
	color: #fff;
}

.rooms-detail-block .slick-arrow:hover {
	background: rgba(0, 0, 0, .3);
}

.rooms-detail-block .room-content-box {
	padding: 29px 15px;
	color: #393939;
	text-align: center;
}

.rooms-detail-block .room-content-box .content-frame {
	max-width: 292px;
	margin: 0 auto;
}

.rooms-detail-block .room-content-box h3 {
	color: #393939;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}

.rooms-detail-block .room-content-box .room-type {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.38888;
	text-align: center;
	margin: 0 0 17px;
	color: #8d8e95;
}

.rooms-detail-block .room-content-box .room-info {
	text-align: center;
	line-height: 1.5;
	color: #393939;
	border: 2px solid #d5d5d5;
	border-width: 2px 0;
	padding: 20px 0;
	margin: 0 0 20px;
}

.rooms-detail-block .room-content-box .room-info p {
	margin: 0;
}

.rooms-detail-block .room-content-box .room-other-detail {
	text-align: left;
	margin-bottom: 37px;
}

.rtl .rooms-detail-block .room-content-box .room-other-detail {
	text-align: right;
}

.rooms-detail-block .room-content-box .room-other-detail dd,
.rooms-detail-block .room-content-box .room-other-detail dt {
	line-height: 1.5;
}

.rooms-detail-block .room-content-box .room-other-detail dt {
	float: left;
	font-weight: 600;
}

.rtl .rooms-detail-block .room-content-box .room-other-detail dt {
	float: right;
}

.rooms-detail-block .room-content-box .room-other-detail dd {
	overflow: hidden;
	margin: 0;
	padding-left: 3px;
}

.rtl .rooms-detail-block .room-content-box .room-other-detail dd {
	padding-right: 3px;
	padding-left: 0;
}

.rooms-detail-block .room-content-box .btn {
	min-width: 182px;
}

.office-manager-block {
	box-shadow: inset 0 1px 30px rgba(0, 0, 0, .05);
	background: #f7f9fb;
}

.office-manager-block .img-wrap img {
	width: 100%;
}

.office-manager-block iframe {
	border: none;
	outline: none;
}

.office-manager-block .person-info {
	color: #393939;
}

.office-manager-block .info-wrap {
	max-width: 312px;
	margin: 0 auto;
	line-height: 1.5;
	padding: 20px 15px;
}

.office-manager-block .profile-image {
	border-radius: 50%;
	max-width: 246px;
	margin: 0 auto 23px;
	overflow: hidden;
	border: 4px solid #222022;
}

.office-manager-block .profile-image img {
	display: block;
	border: 4px solid #fff;
	border-radius: 50%;
	overflow: hidden;
}

.office-manager-block .name {
	display: block;
	font-size: 30px;
	color: #393939;
	font-weight: 600;
	text-align: center;
	margin: 0 0 4px;
	line-height: 1.2;
}

.office-manager-block .name > a {
	color: #393939;
}

.office-manager-block .name > a:hover {
	color: #000;
}

.office-manager-block .role-post {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #8d8e95;
	line-height: 1.55556;
	border-bottom: 2px solid #d5d5d5;
	padding: 0 0 14px;
	margin: 0 0 16px;
}

.office-manager-block .btn-wrap {
	text-align: center;
	min-width: 180px;
	padding-top: 18px;
}

.office-manager-block .btn-wrap .btn {
	min-width: 182px;
	padding: 14px 15px;
}

.contact-map-block {
	padding: 29px 0 30px;
	position: relative;
}

.contact-map-block .contact-box {
	box-shadow: 0 2px 34px rgba(251, 109, 63, .5);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	padding: 30px 16px 14px;
	position: relative;
	z-index: 3;
	font-size: 14px;
}

.contact-map-block .contact-detail-frame {
	overflow: hidden;
}

.contact-map-block .contact-detail-frame a {
	color: #393939;
}

.contact-map-block .contact-detail-frame a:hover {
	color: #000;
}

.contact-map-block h2 {
	margin-bottom: 11px;
}

.contact-map-block .info-text {
	display: block;
	font-size: 18px;
	line-height: 1.55556;
	color: #8d8e95;
	margin: 0 0 12px;
}

.contact-map-block .contact-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 2px solid #d5d5d5;
	margin: 0 -16px 9px;
	padding: 10px 0;
}

.contact-map-block .contact-row .contact-item {
	padding: .25em 18px;
	line-height: 1.5;
	color: #393939;
}

.contact-map-block .contact-row .contact-item + .contact-item {
	border-left: 2px solid #d5d5d5;
}

.rtl .contact-map-block .contact-row .contact-item + .contact-item {
	border-left: none;
	border-right: 2px solid #d5d5d5;
}

.contact-map-block .contact-row .contact-item address {
	margin: 0;
	line-height: 1.5;
}

.contact-map-block .contact-row .contact-item .tel {
	margin-left: 3px;
}

.rtl .contact-map-block .contact-row .contact-item .tel {
	margin-left: 0;
	margin-right: 3px;
}

.contact-map-block .visible-mobile .contact-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	text-align: center;
}

.contact-map-block .open-info-row {
	border-top: 2px solid #d5d5d5;
	padding: 15px 0;
	margin: 0 -25px;
}

.contact-map-block .open-info-row > div {
	padding: 0 25px;
	line-height: 1.5;
}

.contact-map-block .open-info-row > div + div {
	border-left: 2px solid #d5d5d5;
}

.rtl .contact-map-block .open-info-row > div + div {
	border-left: none;
	border-right: 2px solid #d5d5d5;
}

.contact-map-block .open-info-row .open-time .sep {
	margin: 0 3px;
}

.contact-map-block .open-info-row .activity-time {
	margin-right: 3px;
}

.rtl .contact-map-block .open-info-row .activity-time {
	margin-right: 0;
	margin-left: 3px;
}

.contact-map-block .open-info-row .tel {
	margin-left: 3px;
}

.rtl .contact-map-block .open-info-row .tel {
	margin-left: 0;
	margin-right: 3px;
}

.contact-map-block .neighborhood-info {
	padding: 5px 0 0 0;
}

.contact-map-block .neighborhood-title {
	display: table;
	color: #393939;
	font-size: 30px;
	line-height: 1.16667;
	font-weight: 600;
	position: relative;
	padding-bottom: 9px;
	margin: 0 0 12px;
}

.contact-map-block .neighborhood-title:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 100%;
	right: -9999px;
	background: #d5d5d5;
	height: 2px;
	margin-left: 32px;
}

.rtl .contact-map-block .neighborhood-title:after {
	left: -9999px;
	right: 100%;
	margin-left: 0;
	margin-right: 32px;
}

.contact-map-block .neighbor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact-map-block .neighbor-list > li {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding-left: 1.6875em;
	line-height: 1.5;
	position: relative;
	padding-right: 15px;
	margin: 0 0 16px;
}

.rtl .contact-map-block .neighbor-list > li {
	padding-right: 1.6875em;
	padding-left: 15px;
}

.contact-map-block .neighbor-list > li:before {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background: #000;
	border: 1px solid #222022;
	box-shadow: inset 0 0 0 2px #fff;
}

.rtl .contact-map-block .neighbor-list > li:before {
	left: auto;
	right: 0;
}

.contact-map-block .map-holder {
	position: relative;
	padding-bottom: 294px;
}

.contact-map-block .map-holder iframe {
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.sticky-from-popup:not(.modal) {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: .3s linear opacity, .3s linear visibility, .3s linear -webkit-transform;
	transition: .3s linear opacity, .3s linear visibility, .3s linear transform;
}

.popup-active .sticky-from-popup:not(.modal) {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sticky-from-popup .modal-dialog {
	width: 100%;
	margin: 15px 0 0;
}

.sticky-from-popup .modal-content {
	box-shadow: none;
	border-radius: 0;
	padding: 21px 0;
	border: none;
}

.sticky-from-popup .modal-close {
	border: none;
	outline: none;
	padding: 0;
	margin: 0 20px 14px;
	font-size: 17px;
	line-height: 1;
	color: #222022;
	background: none;
	float: right;
}

.rtl .sticky-from-popup .modal-close {
	float: left;
}

.sticky-from-popup .modal-close:hover {
	color: #000;
}

.sticky-from-popup h2 {
	margin-bottom: 16px;
}

.sticky-from-popup .sub-heading {
	overflow: hidden;
}

.sticky-from-popup .sub-heading a {
	color: #8d8e95;
}

.sticky-from-popup .sub-heading a:hover {
	color: #000;
}

.sticky-from-popup .progress-box {
	max-width: 282px;
	padding: 0 15px;
	margin: 0 auto;
}

.sticky-from-popup .progress-box form {
	clear: both;
}

.sticky-from-popup .progress-box form .note-text {
	margin-bottom: 37px;
}

.sticky-from-popup .progress-box form label ~ br {
	display: none;
}

.sticky-from-popup .progress-box form .select-wrap:before {
	background: #fff;
}

.sales-banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 19px;
}

.sales-banner .bg-banner img {
	width: 100%;
	height: auto;
}

.sales-banner .banner-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 31px 6px 10px;
	color: #fff;
	width: 100%;
	max-width: 1630px;
	margin: 0 auto;
}

.sales-banner .top-logo {
	max-width: 304px;
	margin: 0 auto 17px;
}

.rtl .sales-banner .top-logo {
	margin-top: -10px;
}

.sales-banner .top-logo img {
	width: 100%;
}

.sales-banner .office-address {
	font-size: 18px;
	line-height: 1.1364;
	text-align: center;
	margin-bottom: 35px;
}

.sales-banner .office-address p {
	margin: 0;
}

.sales-banner .offix-feature-row {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sales-banner .feature-item {
	-ms-flex-preferred-size: calc(50% - 7px);
	flex-basis: calc(50% - 7px);
	max-width: calc(50% - 7px);
	background: rgba(255, 255, 255, .49);
	border-radius: 8px;
	margin: 0 0 11px;
	text-align: center;
	min-height: 103px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sales-banner .feature-item .ico-wrap img {
	width: auto;
	height: 45px;
}

.sales-banner .feature-item .feature-detail {
	color: #1c2e45;
	font-size: 18px;
	line-height: 1.2611;
}

.sales-banner .feature-item .feature-detail p {
	margin-bottom: 0;
}

.sales-banner .feature-item .title {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .025em;
	color: #1c2e45;
}

.sales-banner .office-contact {
	text-align: center;
	font-size: 28px;
	line-height: 1.1667;
	display: none;
}

.sales-banner .office-contact .title-text {
	display: block;
	font-weight: 400;
}

.sales-banner .office-contact a {
	color: #fff;
}

.how-works-section {
	background: #112238;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.25;
}

.how-works-section .content-container {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1630px;
}

.how-works-section .content-box {
	background: #112238;
	padding: 28px 0 25px;
}

.how-works-section .content-box h2 {
	color: #fff;
	font-size: 18px;
	line-height: 1.3333;
	letter-spacing: .025em;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	padding: 0 0 3px;
	margin: 0 0 4px;
}

.how-works-section .content-box h2 span {
	font-weight: 200;
}

.how-works-section .content-box .btn-learnmore {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0;
	font-size: 16px;
	min-width: 9.0476em;
	line-height: 1.7143;
}

.how-works-section .content-box .btn-learnmore:hover {
	border-color: #fff;
	background: #fff;
	color: #112238;
}

.how-works-section .content-holder p {
	margin-bottom: 0;
}

.how-works-section .contact-expert-box {
	position: relative;
	z-index: 2;
	max-width: 368px;
	padding: 26px 64px 37px 48px;
}

.rtl .how-works-section .contact-expert-box {
	padding-left: 64px;
	padding-right: 48px;
}

.how-works-section .contact-expert-box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	left: -40px;
	background: rgba(255, 255, 255, .88);
	z-index: -2;
	-webkit-transform: skewX(-6deg);
	-ms-transform: skewX(-6deg);
	transform: skewX(-6deg);
}

.rtl .how-works-section .contact-expert-box:before {
	-webkit-transform: skewX(6deg);
	-ms-transform: skewX(6deg);
	transform: skewX(6deg);
	right: -40px;
	left: 10px;
}

.how-works-section .contact-expert-box h2 {
	color: #000;
	font-size: 36px;
	line-height: 1.1111;
	font-weight: 400;
	margin-bottom: 3px;
}

.how-works-section .contact-expert-box .sub-heading {
	display: block;
	font-size: 16px;
	color: #000;
	margin: 0 0 20px;
}

.how-works-section .contact-expert-box .input-wrap {
	position: relative;
	padding-bottom: 21px;
}

.how-works-section .contact-expert-box .input-wrap [class^="icon-"],
.how-works-section .contact-expert-box .input-wrap [class*=" icon-"] {
	position: absolute;
	top: 22px;
	left: 7px;
	z-index: 2;
	color: #1d324f;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: .8em;
}

.how-works-section .contact-expert-box .input-wrap [class^="icon-"].icon-phone,
.how-works-section .contact-expert-box .input-wrap [class*=" icon-"].icon-phone {
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
}

.rtl .how-works-section .contact-expert-box .input-wrap [class^="icon-"],
.rtl .how-works-section .contact-expert-box .input-wrap [class*=" icon-"] {
	left: auto;
	right: 7px;
}

.how-works-section .contact-expert-box .input-wrap br {
	display: none;
}

.how-works-section .contact-expert-box [class^="icon-"] ~ .input-field,
.how-works-section .contact-expert-box [class*=" icon-"] ~ .input-field {
	padding-left: 27px;
}

.rtl .how-works-section .contact-expert-box [class^="icon-"] ~ .input-field,
.rtl .how-works-section .contact-expert-box [class*=" icon-"] ~ .input-field {
	padding-left: 0;
	padding-right: 27px;
}

.how-works-section .contact-expert-box [class^="icon-"] ~ .wpcf7-form-control-wrap .input-field,
.how-works-section .contact-expert-box [class*=" icon-"] ~ .wpcf7-form-control-wrap .input-field {
	padding-left: 27px;
}

.rtl .how-works-section .contact-expert-box [class^="icon-"] ~ .wpcf7-form-control-wrap .input-field,
.rtl .how-works-section .contact-expert-box [class*=" icon-"] ~ .wpcf7-form-control-wrap .input-field {
	padding-left: 0;
	padding-right: 27px;
}

.how-works-section .contact-expert-box .input-field {
	height: 44px;
	background: none;
	border: 1px solid #000;
	font-size: 17px;
	line-height: 1.2941;
	padding: 10px;
	display: block;
	width: 100%;
	outline: none;
	color: #000;
}

.how-works-section .contact-expert-box .input-field::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.how-works-section .contact-expert-box .input-field:-ms-input-placeholder {
	color: #000;
}

.how-works-section .contact-expert-box .input-field::-webkit-input-placeholder {
	color: #000;
}

.how-works-section .contact-expert-box .input-field::-webkit-input-placeholder {
	color: #000;
}

.how-works-section .contact-expert-box .input-field::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.how-works-section .contact-expert-box .input-field:-moz-placeholder {
	color: #000;
}

.how-works-section .contact-expert-box .input-field:-ms-input-placeholder {
	color: #000;
}

.how-works-section .contact-expert-box .input-field.placeholder {
	color: #000;
}

.how-works-section .contact-expert-box .input-field:focus {
	outline: none;
}

.how-works-section .contact-expert-box .btn-send {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	border: 1px solid #193151;
	padding: 5px;
	min-width: 102px;
	color: #fff;
	background: #193151;
	margin: 10px auto 0;
}

.how-works-section .contact-expert-box .btn-send:hover {
	color: #193151;
	border-color: #193151;
	background: #fff;
}

body:not(.rtl) .how-works-section div.wpcf7 {
	direction: ltr;
}

.how-works-section .bg-image {
	display: none;
}

.project-plan-section {
	padding: 27px 0 46px;
	background: #fbfcfd;
}

.project-plan-section .plan-container {
	max-width: 1694px;
	margin: 0 auto;
	padding: 0 15px;
}

.project-plan-section h2 {
	font-weight: 600;
	font-size: 20px;
	color: #112238;
	text-align: center;
	margin: 0 0 1px;
}

.project-plan-section .plan-detail {
	font-size: 14px;
	line-height: 1.3571;
	text-align: center;
}

.project-plan-section .plan-detail .btn-black {
	min-width: 137px;
	font-size: 14px;
	padding: 10px 10px 9px;
}

.project-plan-section .detail-header {
	display: none;
	text-align: center;
	border-bottom: 2px solid #dedfdf;
	max-width: 340px;
	margin: 0 auto 11px;
	padding: 22px 0 7px;
}

.project-plan-section .detail-header h2 {
	font-weight: 400;
	color: #000;
	margin-bottom: 6px;
}

.project-plan-section .detail-header .sub-title {
	display: block;
	font-size: 16px;
	color: #8d8e95;
	font-weight: 400;
}

.project-plan-section .plan-detail-list {
	max-width: 270px;
	margin: 0 auto;
	padding: 0 0 4px;
	font-size: 14px;
	line-height: 1.2857;
	color: #616161;
}

.project-plan-section .plan-detail-list > li {
	margin: 0 0 16px;
	background: #f0efee;
	text-align: left;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6px 15px 5px;
}

.rtl .project-plan-section .plan-detail-list > li {
	text-align: right;
}

.project-plan-section .plan-detail-list > li .detail-title {
	font-size: 16px;
	line-height: 1.25;
	color: #1c2e45;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.project-plan-section .plan-detail-list > li .detail-title > span {
	margin-right: 6px;
}

.rtl .project-plan-section .plan-detail-list > li .detail-title > span {
	margin-left: 6px;
	margin-right: 0;
}

.project-plan-section .plan-detail-list > li .detail-title .icon-location1 {
	font-size: 19px;
}

.project-plan-section .plan-detail-list > li .detail-title .icon-size {
	font-size: 13px;
}

.project-plan-section .plan-detail-list > li .detail-title .ico-price {
	font-size: 17px;
	line-height: 1;
}

.project-plan-section .plan-detail-list > li .detail-title .ico-price:before {
	content: "$";
}

.rtl .project-plan-section .plan-detail-list > li .detail-title .ico-price:before {
	content: "₪";
}

.project-plan-section .plan-detail-list > li .detail-title .icon-man {
	font-size: 1.3889em;
}

.project-plan-section .plan-detail-list > li .detail-info {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.project-plan-section .plan-detail-list > li .contact-item {
	display: block;
}

.project-plan-section .plan-detail-list > li .contact-item a {
	color: #010101;
}

.project-plan-section .plan-detail-list > li .contact-item .tel {
	color: #616161;
}

.project-plan-section .slider-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 14px 0 0;
}

.rtl .project-plan-section .slider-control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.project-plan-section .slick-arrow {
	border-radius: 1000px;
	border: 1px solid #222022;
	background: rgba(0, 0, 0, .8);
	line-height: 1.25;
	font-size: 14px;
	padding: 7px 7px 8px;
	min-width: 72px;
	box-shadow: inset 0 0 0 1px #fff;
	text-align: center;
	-webkit-transition: .25s linear background;
	transition: .25s linear background;
	margin: 0 17px;
	color: #fff;
}

.project-plan-section .slick-arrow:hover {
	background: rgba(0, 0, 0, .3);
}

.project-plan-section .slick-arrow i {
	display: block;
}

.reason-choose-section {
	box-shadow: 0 0 29px rgba(0, 0, 0, .03);
	padding: 35px 0 0;
	position: relative;
	z-index: 2;
}

.reason-choose-section .reason-container {
	max-width: 1630px;
	margin: 0 auto;
	padding: 0 15px;
}

.reason-choose-section .reason-row {
	padding: 0 0 42px;
}

.reason-choose-section .reason-heading {
	text-align: center;
	font-size: 14px;
	line-height: 1.2857;
	color: #737373;
	padding: 0 0 14px;
}

.reason-choose-section .reason-heading h2 {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .025em;
	line-height: 1;
	margin-bottom: -1px;
}

.reason-choose-section .reason-heading h2 .num {
	font-size: 24px;
}

.reason-choose-section .reason-heading h2 strong {
	font-size: 22px;
	font-weight: 600;
	display: block;
	margin: 1px 0 0;
}

.reason-choose-section .reason-heading p {
	margin-bottom: 0;
}

.reason-choose-section .reason-list {
	color: #000;
	font-size: 14px;
	line-height: 1.1429;
	counter-reset: item;
	padding: 0 12px;
}

.reason-choose-section .reason-list > li {
	padding: 0 15px 22px;
	position: relative;
	-webkit-column-break-inside: avoid;
	break-inside: avoid-column;
}

.reason-choose-section .reason-list > li:before {
	content: counters(item, "") "";
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	color: #183152;
	line-height: 1;
	font-weight: 600;
	text-align: right;
}

.rtl .reason-choose-section .reason-list > li:before {
	left: auto;
	right: 0;
	text-align: left;
}

.reason-choose-section .reason-list .reason-title {
	display: block;
	color: #183152;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 4px;
}

.reason-choose-section #show-more-reason {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	color: #000;
	border-bottom: 1px solid #000;
	max-width: 68px;
	margin: 0 auto;
}

.reason-choose-section #show-more-reason i {
	font-size: .65em;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 0 .4em;
}

.reason-choose-section .video-content-holder {
	max-width: 1462px;
	margin: 0 auto;
	background: #f0efee;
}

.reason-choose-section .video-content {
	font-size: 14px;
	line-height: 1.2643;
	color: #112238;
}

.reason-choose-section .video-content h2 {
	font-size: 18px;
	font-weight: 600;
	color: #112238;
	margin-bottom: 1px;
}

.reason-choose-section .video-content .sub-heading {
	font-size: inherit;
	color: #112238;
	font-weight: 400;
	line-height: 1.2643;
	margin: 0 0 10px;
}

.reason-choose-section .video-content p {
	margin-bottom: 15px;
}

.reason-choose-section .video-content .btn-learnmore {
	border: 1px solid #1c2e45;
	color: #fff;
	border-radius: 0;
	font-size: 16px;
	min-width: 9.1em;
	line-height: 1.7143;
	background: #1c2e45;
}

.reason-choose-section .video-content .btn-learnmore:hover {
	border-color: #1c2e45;
	background: #fff;
	color: #1c2e45;
}

.reason-choose-section .video-frame {
	width: 100%;
	position: relative;
	z-index: 2;
	padding-bottom: 202px;
	box-shadow: 8px 22px 35px rgba(0, 0, 0, .09);
}

.reason-choose-section .video-frame iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

.location-gallery-section {
	background: #fbfcfd;
	padding: 27px 0 0;
}

.location-gallery-section h2 {
	font-size: 18px;
	font-weight: 600;
	color: #112238;
	margin-bottom: 19px;
	text-align: center;
}

.location-gallery-section .area-map-gallery {
	margin-bottom: 45px;
}

.location-gallery-section .map-gallery-slider {
	margin: 0 auto;
	max-width: 288px;
	box-shadow: 8px 23px 35px rgba(0, 0, 0, .2);
}

.location-gallery-section .map-gallery-slider .slide a {
	display: block;
	overflow: hidden;
	position: relative;
}

.location-gallery-section .map-gallery-slider .slide a:hover:before,
.location-gallery-section .map-gallery-slider .slide a:hover:after {
	opacity: 1;
	visibility: visible;
}

.location-gallery-section .map-gallery-slider .slide a:before,
.location-gallery-section .map-gallery-slider .slide a:after {
	content: "";
	position: absolute;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	opacity: 0;
	visibility: hidden;
}

.location-gallery-section .map-gallery-slider .slide a:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(33, 53, 80, .48);
}

.location-gallery-section .map-gallery-slider .slide a:after {
	z-index: 2;
	width: 73px;
	height: 75px;
	background: url(assets/images/icon-plus.png) 50% 50%/55% auto no-repeat;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.location-gallery-section .map-gallery-slider .slide img {
	width: 100%;
}

.location-gallery-section .office-gallery-row h2 {
	margin-bottom: 13px;
}

.location-gallery-section .office-gallery-holder {
	position: relative;
}

.location-gallery-section .office-gallery-slider .slide a {
	display: block;
	overflow: hidden;
	position: relative;
}

.location-gallery-section .office-gallery-slider .slide a:hover:before,
.location-gallery-section .office-gallery-slider .slide a:hover:after {
	opacity: 1;
	visibility: visible;
}

.location-gallery-section .office-gallery-slider .slide a:before,
.location-gallery-section .office-gallery-slider .slide a:after {
	content: "";
	position: absolute;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	opacity: 0;
	visibility: hidden;
}

.location-gallery-section .office-gallery-slider .slide a:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(33, 53, 80, .48);
}

.location-gallery-section .office-gallery-slider .slide a:after {
	z-index: 2;
	width: 73px;
	height: 75px;
	background: url(assets/images/icon-plus.png) 50% 50%/55% auto no-repeat;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.location-gallery-section .office-gallery-slider .slide img {
	width: 100%;
}

.location-gallery-section .slider-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0 0;
}

.rtl .location-gallery-section .slider-control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.location-gallery-section .slider-control .slide-count-wrap {
	font-size: 12px;
	line-height: 1;
	color: #676767;
	margin: 0 12px;
}

.location-gallery-section .slick-arrow {
	border-radius: 1000px;
	border: 1px solid #222022;
	background: rgba(0, 0, 0, .8);
	line-height: 1.25;
	font-size: 15px;
	padding: 9px 8px 8px;
	min-width: 79px;
	box-shadow: inset 0 0 0 2px #fff;
	text-align: center;
	-webkit-transition: .25s linear background;
	transition: .25s linear background;
	margin: 0 1.0938em;
	color: #fff;
}

.location-gallery-section .slick-arrow:hover {
	background: rgba(0, 0, 0, .3);
}

.location-gallery-section .slick-arrow i {
	display: block;
}

.offix-clients-section {
	padding: 46px 0 35px;
}

.offix-clients-section h2 {
	font-size: 18px;
	font-weight: 600;
	color: #112238;
	margin-bottom: 19px;
	text-align: center;
}

.offix-clients-section .clients-slider-holder {
	margin: 0 auto;
	max-width: 1490px;
}

.offix-clients-section .slide {
	text-align: center;
	font-size: 18px;
	line-height: 1.333;
}

.offix-clients-section .slide img {
	margin: 0 auto;
	width: auto;
	height: 98px;
}

.offix-clients-section .slide a {
	color: #000;
}

.offix-clients-section .slide a:hover {
	opacity: .6;
}

.offix-clients-section .logo-holder {
	display: block;
	margin: 0 0 6px;
}

.offix-clients-section .slider-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 29px 0 0;
}

.rtl .offix-clients-section .slider-control {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.offix-clients-section .slick-arrow {
	border-radius: 1000px;
	border: 1px solid #222022;
	background: rgba(0, 0, 0, .8);
	line-height: 1.25;
	font-size: 16px;
	padding: 10px;
	min-width: 84px;
	box-shadow: inset 0 0 0 2px #fff;
	text-align: center;
	-webkit-transition: .25s linear background;
	transition: .25s linear background;
	margin: 0 1.0938em;
	color: #fff;
}

.offix-clients-section .slick-arrow:hover {
	background: rgba(0, 0, 0, .3);
}

.offix-clients-section .slick-arrow i {
	display: block;
}

.sales-contact-section {
	background: #f0efee;
}

.sales-contact-section .map-holder {
	position: relative;
	width: 100%;
	padding-bottom: 144px;
}

.sales-contact-section .map-holder iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

.sales-contact-section .get-quote-section {
	position: relative;
	z-index: 1;
	padding: 11px 25px 15px;
}

.sales-contact-section .get-quote-section .bg-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.sales-contact-section .get-quote-section .bg-image:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .68);
}

.sales-contact-section h2 {
	color: #1d324f;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3px;
}

.sales-contact-section .contact-phone {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #1d324f;
	margin: 0 0 2px;
}

.sales-contact-section .contact-phone a {
	color: inherit;
}

.sales-contact-section .form-title {
	display: block;
	font-size: 18px;
	line-height: 1.1111;
	text-align: center;
	color: #1d324f;
	margin: 0 0 5px;
}

.sales-contact-section .input-wrap {
	position: relative;
	padding: 0 0 8px;
}

.sales-contact-section .input-wrap br {
	display: none;
}

.sales-contact-section .input-wrap [class^="icon-"],
.sales-contact-section .input-wrap [class*=" icon-"] {
	position: absolute;
	top: 25px;
	left: 8px;
	z-index: 2;
	color: #1d324f;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: .8em;
}

.rtl .sales-contact-section .input-wrap [class^="icon-"],
.rtl .sales-contact-section .input-wrap [class*=" icon-"] {
	left: auto;
	right: 8px;
}

.sales-contact-section .input-wrap [class^="icon-"].icon-phone,
.sales-contact-section .input-wrap [class*=" icon-"].icon-phone {
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
}

body:not(.rtl) .sales-contact-section div.wpcf7 {
	direction: ltr;
}

.sales-contact-section [class^="icon-"] ~ .input-field,
.sales-contact-section [class*=" icon-"] ~ .input-field {
	padding-left: 27px;
}

.rtl .sales-contact-section [class^="icon-"] ~ .input-field,
.rtl .sales-contact-section [class*=" icon-"] ~ .input-field {
	padding-left: 0;
	padding-right: 27px;
}

.sales-contact-section [class^="icon-"] ~ .wpcf7-form-control-wrap .input-field,
.sales-contact-section [class*=" icon-"] ~ .wpcf7-form-control-wrap .input-field {
	padding-left: 27px;
}

.rtl .sales-contact-section [class^="icon-"] ~ .wpcf7-form-control-wrap .input-field,
.rtl .sales-contact-section [class*=" icon-"] ~ .wpcf7-form-control-wrap .input-field {
	padding-left: 0;
	padding-right: 27px;
}

.sales-contact-section .input-field {
	height: 50px;
	background: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 1.2857;
	padding: 15px;
	display: block;
	width: 100%;
	outline: none;
	color: #000;
}

.sales-contact-section .input-field::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.sales-contact-section .input-field:-ms-input-placeholder {
	color: #000;
}

.sales-contact-section .input-field::-webkit-input-placeholder {
	color: #000;
}

.sales-contact-section .input-field::-webkit-input-placeholder {
	color: #000;
}

.sales-contact-section .input-field::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.sales-contact-section .input-field:-moz-placeholder {
	color: #000;
}

.sales-contact-section .input-field:-ms-input-placeholder {
	color: #000;
}

.sales-contact-section .input-field.placeholder {
	color: #000;
}

.sales-contact-section .input-field:focus {
	outline: none;
}

.sales-contact-section textarea.input-field {
	min-height: 127px;
}

.sales-contact-section .btn-send {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	border: 1px solid #193151;
	padding: 5px;
	min-width: 102px;
	color: #fff;
	background: #193151;
	margin: 8px auto 0;
}

.sales-contact-section .btn-send:hover {
	color: #193151;
	border-color: #193151;
	background: #fff;
}

#footer {
	position: relative;
	padding: 25px 0 0;
}

#footer:before {
	content: "";
	position: absolute;
	top: 45px;
	height: 2px;
	background: #9ea0a6;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

#footer .footer-logo {
	width: 138px;
	margin-bottom: 25px;
}

#footer .footer-logo img {
	width: 100%;
}

.mobile-popupbtn-wrap {
	text-align: center;
	padding: 5px 0 20px;
}

.branches-contact-address {
	padding: 13px 0 12px;
}

.branches-contact-address .branch-title {
	display: table;
	font-weight: 400;
	color: #060206;
}

.branches-contact-address .branch-title a {
	color: #060206;
}

.branches-contact-address .detail-holder {
	font-size: 16px;
	line-height: 1.5625;
	color: #060206;
}

.branches-contact-address .detail-holder dl dt,
.branches-contact-address .detail-holder dl dd {
	font-size: 1em;
	line-height: 1.5625;
}

.branches-contact-address .detail-holder dl dt {
	float: left;
	margin: 0;
	font-weight: 600;
}

.rtl .branches-contact-address .detail-holder dl dt {
	float: right;
}

.branches-contact-address .detail-holder dl dd {
	overflow: hidden;
	display: block;
	margin: 0;
	padding-left: 3px;
}

.rtl .branches-contact-address .detail-holder dl dd {
	padding-left: 0;
	padding-right: 3px;
}

.branches-contact-address .detail-holder a {
	color: #060206;
}

.branches-contact-address .detail-holder a:hover {
	text-decoration: underline;
}

.branches-contact-address .detail-holder .opentime-info .timeinfo-title {
	display: block;
}

.branches-contact-address .detail-holder .opentime-info > span {
	display: block;
}

.social-follow-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-follow-holder .follow-title {
	font-weight: 700;
	font-size: 16px;
	color: #060206;
	-ms-flex-preferred-size: 93px;
	flex-basis: 93px;
	max-width: 93px;
}

.social-follow-holder .social-networks {
	-ms-flex-preferred-size: calc(100% - 93px);
	flex-basis: calc(100% - 93px);
	max-width: calc(100% - 93px);
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.social-networks > li {
	margin: 0 7px;
}

.social-networks > li > a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #fff;
	background: #222022;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}

.social-networks > li > a .icon-mail {
	font-size: 14px;
}

.footer-bottom {
	background: #222022;
	box-shadow: inset 0 1px 30px rgba(0, 0, 0, .05);
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	direction: ltr;
	padding: 6px 0 12px;
}

.footer-bottom .copyright-info,
.footer-bottom .site-design-info {
	display: block;
}

.footer-bottom .copyright-info {
	margin-bottom: 4px;
}

.footer-bottom a {
	text-decoration: none;
	color: inherit;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

.footer-bottom .container > a {
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.footer-bottom .container > a img {
	margin-right: 10px;
}

@media only screen and (min-width: 375px) {
	.nav-active .nav-opener {
		right: 233px;
	}

	#nav {
		width: 300px;
	}

	.room-types-block .room-info {
		width: 100%;
		max-width: 340px;
	}

	.services-list .service-item {
		padding: 0 15px;
	}

	.community-block .community-item .detail-text-holder {
		padding-right: 20px;
	}

	.community-block .community-item h3 {
		margin-bottom: 20px;
	}

	.inner-banner .banner-content {
		padding: 0 55px;
	}

	.rooms-complex-slider .slide-count-wrap {
		margin: 0 21px;
	}

	.complex-item {
		font-size: 16px;
	}

	.complex-item .detail-info .info-col {
		padding-left: 1.111em;
	}

	.rtl .complex-item .detail-info .info-col {
		padding-left: 0;
		padding-right: 1.111em;
	}

	.complex-item .detail-info .info-col:first-child {
		padding-right: 1.111em;
	}

	.rtl .complex-item .detail-info .info-col:first-child {
		padding-left: 1.111em;
		padding-right: 0;
	}

	.office-manager-block .btn-wrap {
		min-width: 212px;
	}

	.office-manager-block .btn-wrap .btn {
		min-width: 212px;
	}

	.contact-map-block .contact-box {
		font-size: 16px;
	}

	.contact-map-block .contact-row .contact-item {
		padding-left: 27px;
		padding-right: 27px;
	}

	.contact-map-block .neighborhood-info {
		padding-left: 19px;
	}

	.rtl .contact-map-block .neighborhood-info {
		padding-right: 19px;
		padding-left: 0;
	}

	.contact-map-block .neighbor-list {
		padding-left: 11px;
	}

	.rtl .contact-map-block .neighbor-list {
		padding-right: 11px;
		padding-left: 0;
	}

	.social-networks > li {
		margin: 0 15px;
	}
}

@media only screen and (min-width: 400px) {
	.complex-item .detail-info {
		font-size: 1.125em;
	}
}

@media only screen and (min-width: 768px) {
	h1,
	.h1 {
		font-size: 65px;
	}

	h2,
	.h2 {
		font-size: 32px;
		line-height: 1.090;
	}

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

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.rtl [class^="col-sm"],
	.rtl [class*="col-sm"] {
		float: right;
	}

	.btn-white {
		box-shadow: 0 1px 30px rgba(251, 109, 63, .35);
		padding: 12px 17px;
	}

	.btn-white-outline {
		padding: 8px 14px;
	}

	.mobile-social-menu {
		display: none;
	}

	.menu360-view {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.progress-box.affiliate {
		max-width: 640px;
		margin: 0 auto;
	}

	.logo {
		width: 126px;
	}

	.logo .logo-white {
		display: none;
	}

	.home-page .logo .logo-white,
	.page-template-page-private .logo .logo-white {
		display: block;
	}

	.logo .logo-black {
		display: block;
	}

	.home-page .logo .logo-black,
	.page-template-page-private .logo .logo-black {
		display: none;
	}

	.nav-opener {
		width: 26px;
		height: 20px;
	}

	.nav-opener span {
		height: 3px;
	}

	body:not(.home-page) .nav-opener span {
		background: #000;
	}

	body.page-template-page-private .nav-opener span {
		background: #fff;
	}

	.nav-opener span:before,
	.nav-opener span:after {
		height: 3px;
	}

	body:not(.home-page) .nav-opener span:before,
	body:not(.home-page) .nav-opener span:after {
		background: #000;
	}

	body.page-template-page-private .nav-opener span:before,
	body.page-template-page-private .nav-opener span:after {
		background: #fff;
	}

	.nav-opener span:before {
		top: -8px;
	}

	.nav-opener span:after {
		bottom: -8px;
	}

	#nav .primary-menu > li.menu-item-has-children > a {
		padding-right: 20px;
	}

	.rtl #nav .primary-menu > li.menu-item-has-children > a {
		padding-left: 20px;
	}

	.hero-banner .banner-content {
		top: 31.9%;
	}

	.hero-banner h1 {
		font-size: 32px;
		line-height: 1.0909090;
		margin-bottom: 10px;
	}

	.hero-banner h2 {
		font-size: 26px;
		margin-bottom: 1.763636em;
	}

	.hero-banner h2 {
		font-size: 30px;
		line-height: 1.0909090;
	}

	.hero-banner .call-text {
		display: block;
		font-size: 20px;
		line-height: 1;
		padding: 21px 0 0;
	}

	.hero-banner .btn {
		min-width: 244px;
	}

	.intro-block .intro-text-box {
		padding: 45px 0 15px;
	}

	.intro-block h2 {
		margin-bottom: 1.272727em;
	}

	.intro-block .h3 {
		font-size: 29px;
		line-height: 1.166;
		margin-bottom: .53em;
	}

	.intro-block .intro-text-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -42px;
	}

	.intro-block .intro-text-row .intro-item,
	.intro-block .intro-text-row .btn-wrap {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		padding-left: 42px;
		padding-right: 42px;
	}

	.intro-block .intro-text-row .intro-item {
		padding-bottom: 31px;
	}

	.intro-block .intro-text-row .btn-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 10px;
	}

	.intro-block .intro-text-row .btn-wrap .btn {
		min-width: 215px;
	}

	.room-types-block {
		padding: 47px 0 62px;
	}

	.room-types-block .h2 {
		margin-bottom: 7px;
	}

	.room-types-block .sub-heading {
		font-size: 21px;
	}

	.sub-heading {
		font-size: 19px;
	}

	.room-types-block .room-category-holder {
		padding: 79px 0 0;
	}

	.room-types-block .room-category:nth-child(2n+2) .room-info {
		float: right;
	}

	.rtl .room-types-block .room-category:nth-child(2n+2) .room-info {
		float: left;
	}

	.room-types-block .room-category {
		padding-top: 19px;
	}

	.room-types-block .room-detail-holder {
		top: -21px;
		bottom: auto;
	}

	.room-types-block .room-info {
		float: left;
		font-size: 13px;
	}

	.rtl .room-types-block .room-info {
		float: right;
	}

	.room-types-block .room-info .info-wrap {
		padding: 20px 18px;
		margin: 0 0 18px;
	}

	.room-types-block .room-info .h3 {
		font-size: 26px;
		margin-bottom: 18px;
	}

	.room-types-block .room-info p {
		margin-bottom: 20px;
	}

	.room-types-block .room-info .btn-white-outline {
		min-width: 154px;
	}

	.room-types-block .control-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.room-types-block .btn-pause-play {
		font-size: 13px;
	}

	.room-types-block .slick-arrow {
		font-size: 16px;
	}

	.services-block {
		padding: 45px 0 35px;
	}

	.services-block .info-box {
		padding: 30px 0 25px;
	}

	.services-list {
		margin: 0 -35px;
		padding: 3px 0;
	}

	.services-list .service-item {
		margin-bottom: 4px;
		padding: 0 35px;
	}

	.services-list .service-item.active > a {
		border-color: #292929;
		box-shadow: inset 0 1px 5px rgba(0, 0, 0, .3);
		background: rgba(255, 255, 255, .8);
	}

	.services-list .service-item > a,
	.services-list .service-item > span {
		border-radius: 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 8px 5px;
	}

	.services-list .service-item .ico-holder {
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
		max-width: 100px;
		text-align: center;
	}

	.services-list .service-item .service-name {
		-ms-flex-preferred-size: calc(100% - 100px);
		flex-basis: calc(100% - 100px);
		max-width: calc(100% - 100px);
	}

	.community-block {
		padding-top: 38px;
	}

	.community-block h2 {
		margin-bottom: 10px;
	}

	.community-block .community-items-holder {
		padding-top: 40px;
		margin: 0;
	}

	.community-block .other-community-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.community-block .other-community-holder .community-item {
		-ms-flex-preferred-size: calc(50% - 7.5px);
		flex-basis: calc(50% - 7.5px);
		max-width: calc(50% - 7.5px);
	}

	.community-block .other-community-holder .community-item.full {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.community-block .community-item {
		margin-bottom: 15px;
	}

	.community-block .community-item:hover .hover-text {
		display: block;
	}

	.community-block .community-item h3 {
		line-height: 1.08695;
		margin-bottom: 9px;
	}

	.community-block .community-item .hover-text {
		display: none;
	}

	.community-block .community-item.feature .detail-text-holder {
		padding: 0 39px 16px;
	}

	.community-block .community-item.feature h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.community-block .link-load-more {
		display: none;
	}

	.hoome-progress-block {
		padding: 50px 0;
	}

	.hoome-progress-block h2 {
		margin-bottom: 20px;
	}

	.hoome-progress-block .sub-heading {
		line-height: 1.4;
	}

	.progress-box form .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.progress-box form .row:before,
	.progress-box form .row:after {
		display: none;
	}

	.progress-box form .row .col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.progress-box form .note-text {
		margin-bottom: 34px;
	}

	.progress-box form .form-group {
		margin-bottom: 28px;
	}

	.progress-box form .btn-wrap {
		text-align: left;
		padding-top: 9px;
	}

	.progress-box form .btn {
		padding: 13px 15px;
	}

	.testimonials-block {
		padding: 50px 0 45px;
	}

	.testimonials-block h2 {
		margin-bottom: 45px;
	}

	.testimonials-block h2:after {
		margin-top: 31px;
	}

	.testimonials-block .testimonials-slider {
		max-width: 654px;
		margin: 0 auto;
	}

	.testimonials-block .testimonials-slider .slick-list {
		overflow: visible;
	}

	.testimonials-block .testimonials-slider .slick-slide {
		-webkit-transition: 700ms ease opacity;
		transition: 700ms ease opacity;
		opacity: .4;
	}

	.testimonials-block .testimonials-slider .slick-slide.slick-current {
		opacity: 1;
	}

	.testimonials-block .testimonials-slider .testimonial-item {
		padding: 0 32px;
	}

	.testimonials-block .testimonials-slider .testimonial-item {
		padding: 0 45px;
	}

	.testimonials-block .slick-arrow {
		font-size: 16px;
	}

	.inner-banner .inner-banner-slider {
		max-width: 560px;
	}

	.inner-banner .slick-list {
		overflow: visible;
	}

	.inner-banner .slide {
		padding: 0 5px;
	}

	.inner-banner .banner-content {
		padding: 0 15px;
		top: 26.6%;
	}

	.inner-banner h2 {
		text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
		margin-bottom: 9px;
		font-size: 28px;
	}

	.inner-banner .sub-heading {
		font-size: 21px;
		text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
		margin-bottom: .8667em;
	}

	.inner-banner .btn {
		min-width: 160px;
		margin: 0 0 8px;
	}

	.inner-banner .call-info {
		font-size: 16px;
	}

	.inner-banner .btn-fullscreen {
		display: block;
	}

	.inner-banner .slider-control {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		bottom: 3.6%;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 210px;
		margin: 0 auto;
	}

	.inner-banner .slick-arrow {
		min-width: 5.1em;
		padding: .575em .63em .475em;
		margin: 0 4px;
		font-size: 16px;
		border-radius: 1000px;
	}

	.inner-services-block h2 {
		margin-bottom: 20px;
	}

	.inner-services-block .sub-heading {
		line-height: 1.4;
	}

	.inner-services-block .services-box {
		padding: 35px 15px;
	}

	.inner-services-block .services-holder {
		margin: 0 -10px;
	}

	.inner-services-block .services-holder .service-item {
		padding: 0 10px;
	}

	.inner-services-block .progress-box {
		padding: 40px 15px;
	}

	.rooms-complex-block {
		padding: 36px 0;
	}

	.rooms-complex-block h2 {
		margin-bottom: 13px;
	}

	.rooms-complex-block .sub-heading {
		font-size: 21px;
	}

	.rooms-complex-block .mobile-btn-wrap {
		display: none;
	}

	.rooms-complex-slider {
		padding: 79px 0 63px;
	}

	.rooms-complex-slider .slider-mask {
		max-width: 460px;
	}

	.rooms-complex-slider .slide {
		padding: 0 15px;
	}

	.rooms-complex-slider .slider-control {
		padding-top: 15px;
	}

	.rooms-complex-slider .slide-count-wrap {
		margin: 0 33px;
	}

	.rooms-complex-slider .slick-arrow {
		font-size: 16px;
	}

	.complex-item {
		margin-bottom: 25px;
		font-size: 14px;
	}

	.complex-item .detail-info .info-col {
		padding-left: 30px;
	}

	.rtl .complex-item .detail-info .info-col {
		padding-left: 0;
		padding-right: 30px;
	}

	.complex-item .detail-info .info-col:first-child {
		padding-right: 30px;
	}

	.rtl .complex-item .detail-info .info-col:first-child {
		padding-left: 30px;
		padding-right: 0;
	}

	.rooms-detail-block {
		padding: 5px 0 25px;
	}

	.rooms-detail-block h2 {
		margin-bottom: 15px;
	}

	.rooms-detail-block .sub-heading {
		font-size: 21px;
		line-height: 1.1667;
	}

	.rooms-detail-block .nav-tabs {
		display: table;
		margin-bottom: 25px;
	}

	.rooms-detail-block .tab-content > .tab-pane {
		display: block;
		max-height: 0;
		overflow: hidden;
	}

	.rooms-detail-block .tab-content > .tab-pane.active {
		max-height: none;
	}

	.rooms-detail-block .accordion-title {
		display: none;
	}

	.rooms-detail-block .slick-arrow {
		font-size: 16px;
	}

	.rooms-detail-block .room-content-box h3 {
		font-size: 21px;
		line-height: 1.1667;
	}

	.rooms-detail-block .room-content-box .btn {
		padding: 13px 18px;
	}

	.office-manager-block .name {
		margin-bottom: 1px;
	}

	.office-manager-block .btn-wrap .btn {
		padding: 13px 18px;
		min-width: 190px;
	}

	.contact-map-block {
		padding: 70px 0 99px;
	}

	.contact-map-block .contact-box {
		border-radius: 10px 0 0 10px;
		position: absolute;
		top: 30px;
		left: 0;
		width: 50%;
		max-width: 564px;
	}

	.rtl .contact-map-block .contact-box {
		left: auto;
		right: 0;
	}

	.contact-map-block h2 {
		margin-bottom: 8px;
	}

	.contact-map-block .contact-row {
		padding: 14px 0;
		border-top-width: 1px;
		margin-bottom: 2px;
	}

	.contact-map-block .open-info-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top-width: 1px;
	}

	.contact-map-block .neighborhood-info {
		padding: 10px 0 0;
	}

	.rtl .contact-map-block .neighborhood-info {
		padding: 10px 0 0;
	}

	.contact-map-block .neighbor-list {
		padding-left: 0;
		margin-right: -15px;
	}

	.rtl .contact-map-block .neighbor-list {
		padding-right: 0;
		margin-left: -15px;
		margin-left: 0;
	}

	.contact-map-block .map-holder {
		height: 420px;
	}

	.sticky-from-popup:not(.modal) {
		z-index: 98;
	}

	.sticky-from-popup .modal-dialog {
		margin-top: 0;
		margin-bottom: 0;
	}

	.sticky-from-popup .modal-content {
		background-color: rgba(34, 32, 34, .8);
		color: #fff;
		padding: 15px 0 0;
	}

	.sticky-from-popup .modal-close {
		color: #fff;
		font-size: 18px;
		background: rgba(34, 32, 34, .8);
		position: absolute;
		top: -44px;
		right: 0;
		margin: 0;
		height: 44px;
		border-radius: 0 3px 0 0;
		width: 83px;
	}

	.rtl .sticky-from-popup .modal-close {
		right: auto;
		left: 0;
	}

	.sticky-from-popup .modal-close:hover {
		color: rgba(255, 255, 255, .7);
	}

	.sticky-from-popup h2 {
		color: #fff;
		display: inline;
		font-weight: 600;
		margin: 0;
	}

	.sticky-from-popup .sub-heading {
		color: #fff;
		font-weight: 600;
		display: inline;
		margin: 0 -4px;
	}

	.sticky-from-popup .sub-heading a {
		color: #fff;
	}

	.sticky-from-popup .sub-heading a:hover {
		color: rgba(255, 255, 255, .7);
	}

	.sticky-from-popup .progress-box {
		max-width: 1270px;
	}

	.sticky-from-popup .progress-box form {
		padding: 5px 0;
	}

	.sticky-from-popup .progress-box form .note-text {
		display: none;
	}

	.sticky-from-popup .progress-box form .row {
		margin: 0 -8px;
	}

	.sticky-from-popup .progress-box form .row [class^="col-"],
	.sticky-from-popup .progress-box form .row [class*="col-"] {
		padding-left: 8px;
		padding-right: 8px;
	}

	.sticky-from-popup .progress-box form .select-wrap,
	.sticky-from-popup .progress-box form .form-group {
		margin: 12px 0;
	}

	.sticky-from-popup .progress-box form .input-field {
		height: 45px;
		background: #fff;
		color: #393939;
		border: none;
		font-size: 16px;
		line-height: 1.3125;
		padding: 12px 15px;
	}

	.sticky-from-popup .progress-box form .input-field::-moz-placeholder {
		color: #393939;
		opacity: 1;
	}

	.sticky-from-popup .progress-box form .input-field:-ms-input-placeholder {
		color: #393939;
	}

	.sticky-from-popup .progress-box form .input-field::-webkit-input-placeholder {
		color: #393939;
	}

	.sticky-from-popup .progress-box form .input-field::-webkit-input-placeholder {
		color: #393939;
	}

	.sticky-from-popup .progress-box form .input-field::-moz-placeholder {
		opacity: 1;
		color: #393939;
	}

	.sticky-from-popup .progress-box form .input-field:-moz-placeholder {
		color: #393939;
	}

	.sticky-from-popup .progress-box form .input-field:-ms-input-placeholder {
		color: #393939;
	}

	.sticky-from-popup .progress-box form .input-field.placeholder {
		color: #393939;
	}

	.sticky-from-popup .progress-box form .select-wrap:before {
		bottom: 0;
	}

	.sticky-from-popup .progress-box form .select-wrap select {
		height: 45px;
		background: #fff;
		border: none;
		font-size: 16px;
		line-height: 1.3125;
		padding: 12px 15px;
	}

	.sticky-from-popup .progress-box form .btn-black {
		background: #fff;
		border-color: #fff;
		box-shadow: inset 0 0 0 2px #222022;
		color: #1a181a;
		min-width: 192px;
	}

	.sticky-from-popup .progress-box form .btn-black:hover {
		opacity: .6;
	}

	.sales-banner {
		max-height: 805px;
		margin-bottom: 20px;
	}

	.sales-banner .bg-banner {
		min-width: 1920px;
		left: 50%;
		position: relative;
	}

	.rtl .sales-banner .bg-banner {
		left: auto;
		right: 50%;
	}

	.sales-banner .bg-banner img {
		margin-left: -50%;
	}

	.rtl .sales-banner .bg-banner img {
		margin-left: 0;
		margin-right: -50%;
	}

	.sales-banner .banner-content {
		padding: 140px 15px 15px;
	}

	.sales-banner .top-logo {
		max-width: 491px;
	}

	.sales-banner .office-address {
		font-size: 22px;
	}

	.sales-banner .feature-item {
		padding: 10px;
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
		max-width: calc(50% - 10px);
		margin-bottom: 20px;
	}

	.sales-banner .feature-item .ico-wrap img {
		height: 70px;
	}

	.sales-banner .office-contact {
		display: block;
		padding: 25px 0 0;
	}

	.how-works-section .content-box {
		padding: 47px 0 36px;
	}

	.how-works-section .content-box h2 {
		font-size: 35px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.how-works-section .content-box h2 span {
		font-size: .8em;
	}

	.how-works-section .content-holder p {
		margin-bottom: 20px;
	}

	.how-works-section .contact-expert-box .btn-send {
		font-size: 20px;
		min-width: 130px;
		margin-top: 15px;
	}

	.how-works-section .bg-image {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -15px;
		z-index: 1;
		right: -15px;
	}

	.project-plan-section {
		padding: 41px 0 50px;
	}

	.project-plan-section h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.project-plan-section .plan-detail {
		font-size: 16px;
		line-height: 1.5944;
		padding: 0 40px 50px;
	}

	.rtl .project-plan-section .plan-detail {
		padding: 0 50px 40px;
	}

	.project-plan-section .plan-detail-list {
		max-width: 280px;
		padding: 14px 0 43px;
		margin: 0 auto;
	}

	.project-plan-section .plan-detail-list > li {
		min-height: 46px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 16px;
	}

	.project-plan-section .plan-detail-list > li {
		margin-bottom: 15px;
	}

	.project-plan-section .plan-detail-list > li .detail-title > span {
		margin-right: 8px;
	}

	.rtl .project-plan-section .plan-detail-list > li .detail-title > span {
		margin-left: 8px;
	}

	.project-plan-section .plan-detail-list > li .detail-title .icon-location1 {
		font-size: 1.4444em;
	}

	.project-plan-section .plan-detail-list > li .detail-title .icon-size {
		font-size: 1.3333em;
	}

	.project-plan-section .plan-detail-list > li .detail-title .ico-price {
		font-size: 1.6111em;
	}

	.project-plan-section .slick-arrow {
		margin: 0 25px;
		min-width: 70px;
	}

	.reason-choose-section {
		padding: 41px 0 30px;
	}

	.reason-choose-section .reason-row {
		padding-bottom: 10px;
	}

	.reason-choose-section .reason-heading {
		font-size: 16px;
		line-height: 1;
		color: #585252;
		padding: 10px 0 35px;
	}

	.reason-choose-section .reason-heading h2 {
		margin-bottom: 2px;
	}

	.reason-choose-section .reason-heading h2 .num {
		font-size: 1.4583em;
	}

	.reason-choose-section .reason-heading h2 strong {
		font-size: 1.2083em;
		margin-top: -1px;
	}

	.reason-choose-section .reason-list {
		font-weight: 600;
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 90px;
		column-gap: 90px;
		padding: 0 26px;
		max-width: 600px;
		margin: 0 auto;
	}

	.reason-choose-section .reason-list > li:before {
		font-size: 20px;
		color: #6d6d6d;
		top: -3px;
		width: 20px;
		left: -10px;
	}

	.rtl .reason-choose-section .reason-list > li:before {
		right: -10px;
	}

	.reason-choose-section .reason-list .reason-title {
		font-size: 20px;
		margin-bottom: 2px;
	}

	.reason-choose-section #show-more-reason {
		display: none;
	}

	.reason-choose-section .video-content-holder {
		padding: 25px;
	}

	.reason-choose-section .video-content {
		font-size: 16px;
		padding: 0 0 30px;
	}

	.reason-choose-section .video-content h2 {
		font-size: 22px;
		margin-bottom: 2px;
	}

	.reason-choose-section .video-content .sub-heading {
		font-size: 16px;
		margin-bottom: 26px;
	}

	.reason-choose-section .video-content p {
		margin-bottom: 22px;
	}

	.reason-choose-section .video-frame {
		padding-bottom: 394px;
	}

	.location-gallery-section {
		padding-top: 40px;
	}

	.location-gallery-section h2 {
		font-size: 22px;
		margin-bottom: 13px;
	}

	.location-gallery-section .area-map-gallery {
		margin-bottom: 14px;
	}

	.location-gallery-section .map-gallery-slider {
		max-width: 576px;
	}

	.location-gallery-section .map-gallery-slider .slide a:after {
		background-size: 70% auto;
	}

	.location-gallery-section .office-gallery-row h2 {
		margin-bottom: 19px;
	}

	.location-gallery-section .office-gallery-slider {
		border: 1px solid #000;
		border-width: 1px 0;
	}

	.location-gallery-section .office-gallery-slider .slide a:after {
		background-size: 70% auto;
	}

	.location-gallery-section .slider-control {
		padding: 0;
	}

	.location-gallery-section .slider-control .slide-count-wrap {
		display: none;
	}

	.location-gallery-section .slick-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		z-index: 3;
	}

	.location-gallery-section .slick-arrow.slick-prev {
		left: 19px;
	}

	.location-gallery-section .slick-arrow.slick-next {
		right: 19px;
	}

	.offix-clients-section {
		padding: 45px 0;
	}

	.offix-clients-section h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.offix-clients-section .slide {
		font-size: 21px;
	}

	.offix-clients-section .slide img {
		height: 110px;
	}

	.offix-clients-section .logo-holder {
		margin-bottom: 10px;
	}

	.sales-contact-section {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sales-contact-section .map-holder {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.sales-contact-section .get-quote-section {
		padding: 20px 30px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.sales-contact-section .get-quote-section .bg-image {
		display: none;
	}

	.sales-contact-section h2 {
		font-size: 28px;
		color: #000;
		margin-bottom: 6px;
	}

	.sales-contact-section .contact-phone {
		font-size: 26px;
		color: #112238;
		margin-bottom: 6px;
	}

	.sales-contact-section .form-title {
		font-size: 21px;
		margin-bottom: 10px;
	}

	.sales-contact-section .input-wrap {
		padding-bottom: 15px;
	}

	.sales-contact-section .input-field {
		font-size: 16px;
		padding: 13px;
	}

	.sales-contact-section .btn-send {
		font-size: 20px;
		min-width: 112px;
		margin-top: 10px;
	}

	#footer {
		padding: 32px 0 0;
	}

	#footer:before {
		right: 0;
		top: 0;
	}

	.page-template-page-private #footer:before {
		display: none;
	}

	.footer-top .container {
		position: relative;
	}

	.footer-top .social-follow-holder {
		position: absolute;
		top: 6px;
		right: 15px;
		width: 262px;
	}

	.rtl .footer-top .social-follow-holder {
		right: auto;
		left: 15px;
	}

	.mobile-popupbtn-wrap {
		display: none;
	}

	.branches-contact-address {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.branches-contact-address .address-item {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
		padding-left: 20px;
	}

	.branches-contact-address .branch-title {
		font-weight: 700;
		margin: 0 0 18px;
		position: relative;
	}

	.branches-contact-address .branch-title:after {
		content: "";
		height: 2px;
		width: 85px;
		left: 100%;
		background: #4a4a4a;
		position: absolute;
		top: 50%;
		margin-left: 15px;
	}

	.rtl .branches-contact-address .branch-title:after {
		right: 100%;
		left: auto;
		margin-left: 0;
		margin-right: 15px;
	}

	.social-follow-holder .follow-title {
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
		max-width: 100px;
	}

	.social-follow-holder .social-networks {
		-ms-flex-preferred-size: calc(100% - 100px);
		flex-basis: calc(100% - 100px);
		max-width: calc(100% - 100px);
	}

	.social-networks > li {
		margin: 0 5px 0 0;
	}

	.footer-bottom {
		padding: 8px 0;
	}
}

@media only screen and (min-width: 992px) {
	h2,
	.h2 {
		font-size: 37px;
	}

	.rtl [class^="col-md"],
	.rtl [class*="col-md"] {
		float: right;
	}

	.accessibility:focus {
		font-size: 18px;
		line-height: 1.2;
	}

	.btn-outline {
		font-size: 15px;
		line-height: 1.3333;
		padding: .611111em;
	}

	.btn-white {
		font-size: 24px;
		border-width: 3px;
		line-height: 1.2857142;
		padding: 16px 18px;
	}

	.btn-white-outline {
		font-size: 18px;
		padding: 9px 18px;
	}

	.btn-black {
		font-size: 18px;
		line-height: 1.2;
	}

	.sticky-wrap.fixed-position #header {
		background: rgba(255, 255, 255, .9);
	}

	.home-page .sticky-wrap.fixed-position #header {
		padding-top: 19px;
	}

	#header {
		padding: 19px 0 0;
	}

	.home-page #header {
		padding-top: 40px;
	}

	#header:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		z-index: 1;
	}

	.logo {
		float: left;
		margin: 4px 0 0;
		width: 138px;
	}

	.rtl .logo {
		float: right;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		float: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: calc(100% - 138px);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: 10px;
	}

	.rtl #nav {
		float: right;
		padding-left: 0;
		padding-right: 10px;
	}

	#nav .nav-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 8px 0 0;
	}

	#nav .primary-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#nav .primary-menu > li {
		margin: 0 0 0 9px;
		padding: 0;
		position: relative;
	}

	.rtl #nav .primary-menu > li {
		margin-left: 0;
		margin-right: 9px;
	}

	#nav .primary-menu > li.branches {
		display: none;
	}

	#nav .primary-menu > li > .sub-menu {
		position: absolute;
		top: 100%;
		box-shadow: inset 0 3px 6px rgba(0, 0, 0, .25);
		background: #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s linear opacity, .3s linear visibility, .3s linear -webkit-transform, .3s linear top;
		transition: .3s linear opacity, .3s linear visibility, .3s linear transform, .3s linear top;
		width: 250px;
		left: 0;
		padding: 10px 0;
	}

	.rtl #nav .primary-menu > li > .sub-menu {
		left: auto;
		right: 0;
	}

	#nav .primary-menu > li > .sub-menu > li {
		padding: 0;
	}

	#nav .primary-menu > li > .sub-menu > li.current-menu-item > a {
		color: rgba(26, 24, 26, .5);
	}

	#nav .primary-menu > li > .sub-menu > li > a {
		color: #1a181a;
		display: block;
		padding: 8px 15px;
	}

	.home-page #nav .primary-menu > li > .sub-menu > li > a,
	.page-template-page-private #nav .primary-menu > li > .sub-menu > li > a {
		color: #1a181a;
	}

	.home-page #nav .primary-menu > li > .sub-menu > li > a:hover,
	.page-template-page-private #nav .primary-menu > li > .sub-menu > li > a:hover {
		color: rgba(26, 24, 26, .5);
	}

	#nav .primary-menu > li > .sub-menu > li > a:hover {
		color: rgba(26, 24, 26, .5);
	}

	#nav .primary-menu > li > a {
		display: block;
		font-size: 18px;
		line-height: 1;
		font-weight: 400;
		color: #1a181a;
		position: relative;
		z-index: 2;
	}

	.home-page #nav .primary-menu > li > a,
	.page-template-page-private #nav .primary-menu > li > a {
		color: #fff;
	}

	#nav .primary-menu > li > a:hover {
		color: rgba(26, 24, 26, .5);
	}

	.home-page #nav .primary-menu > li > a:hover,
	.page-template-page-private #nav .primary-menu > li > a:hover {
		color: rgba(255, 255, 255, .5);
	}

	#nav .primary-menu > li:hover > a:after,
	#nav .primary-menu > li.hover > a:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#nav .primary-menu > li:hover > .sub-menu,
	#nav .primary-menu > li.hover > .sub-menu {
		opacity: 1;
		visibility: visible;
		top: 100%;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		pointer-events: all;
	}

	#nav .primary-menu > li:hover .dropdown-toggle,
	#nav .primary-menu > li.hover .dropdown-toggle {
		opacity: .6;
	}

	#nav .primary-menu > li.menu-item-has-children > a {
		padding-left: 26px;
	}

	.rtl #nav .primary-menu > li.menu-item-has-children > a {
		padding-left: 26px;
	}

	#nav .primary-menu > li.menu-item-has-children > a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#nav .primary-menu > li.menu-item-has-children > a:after {
		-webkit-transition: .3s liner -webkit-transform;
		transition: .3s liner transform;
	}

	.home-page #nav .primary-menu > li.menu-item-has-children > a:after,
	.page-template-page-private #nav .primary-menu > li.menu-item-has-children > a:after {
		border-color: #fff transparent transparent;
	}

	#nav .primary-menu > li.menu-item-has-children > a:after {
		top: 12px;
		border-color: #1a181a transparent transparent;
	}

	#nav .primary-menu .sub-menu > li.active > a {
		color: rgba(26, 24, 26, .3);
	}

	.home-page #nav .primary-menu .sub-menu > li.active > a,
	.page-template-page-private #nav .primary-menu .sub-menu > li.active > a {
		color: rgba(255, 255, 255, .3);
	}

	#nav .primary-menu .sub-menu > li > a {
		color: #1a181a;
	}

	.home-page #nav .primary-menu .sub-menu > li > a,
	.page-template-page-private #nav .primary-menu .sub-menu > li > a {
		color: #fff;
	}

	#nav .primary-menu .sub-menu > li > a:hover {
		color: rgba(26, 24, 26, .3);
	}

	.home-page #nav .primary-menu .sub-menu > li > a:hover {
		color: rgba(255, 255, 255, .3);
	}

	#nav .btn-wrap {
		position: relative;
		z-index: 2;
	}

	#nav .btn-wrap .btn {
		min-width: 120px;
	}

	body:not(.home-page):not(.page-template-page-private) #nav .btn-wrap .btn {
		background: #fff;
		color: #1a181a;
		border-color: #222022;
	}

	body:not(.home-page):not(.page-template-page-private) #nav .btn-wrap .btn:hover {
		background: #222022;
		color: #fff;
	}

	#nav .branches-box {
		display: block;
		margin: 4px 0 0 18px;
		padding-bottom: 14px;
	}

	.rtl #nav .branches-box {
		margin-left: 0;
		margin-right: 18px;
	}

	#nav .branches-box .dropdown-toggle:before {
		height: 25px;
	}

	.hero-banner .bg-video {
		height: 100vh;
	}

	.hero-banner h1 {
		font-size: 37px;
	}

	.hero-banner h2 {
		font-size: 34px;
	}

	.intro-block {
		font-size: 14px;
	}

	.intro-block .intro-image {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 38.9%;
	}

	.rtl .intro-block .intro-image {
		left: auto;
		right: 0;
	}

	.intro-block .intro-image img {
		width: 100%;
	}

	.intro-block .intro-text-box {
		padding: 3.8vw 0 0 40.95%;
	}

	.rtl .intro-block .intro-text-box {
		padding-left: 0;
		padding-right: 40.95%;
	}

	.intro-block h2 {
		margin-bottom: 1em;
	}

	.intro-block .h3 {
		font-size: 26px;
	}

	.intro-block .intro-text-row {
		margin: 0 -10px;
	}

	.intro-block .intro-text-row .intro-item,
	.intro-block .intro-text-row .btn-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.intro-block .intro-text-row .intro-item {
		padding-bottom: 18px;
	}

	.intro-block .intro-text-row .btn-wrap .btn {
		min-width: 190px;
	}

	.room-types-block .sub-heading {
		font-size: 23px;
	}

	.sub-heading {
		font-size: 21px;
	}

	.room-types-block .room-info {
		font-size: 14px;
		max-width: 380px;
	}

	.room-types-block .room-info .info-wrap {
		padding: 22px 20px;
		margin: 0 0 21px;
	}

	.room-types-block .room-info .h3 {
		font-size: 30px;
		margin-bottom: 28px;
	}

	.room-types-block .room-info p {
		margin-bottom: 30px;
	}

	.room-types-block .room-info .btn-white-outline {
		min-width: 170px;
	}

	.room-types-block .btn-pause-play {
		font-size: 14px;
	}

	.room-types-block .slick-arrow {
		font-size: 17px;
	}

	.services-block {
		padding: 65px 0 45px;
	}

	.services-block .col-md-6 {
		width: 53.2%;
	}

	.services-block .col-md-6:nth-child(2n+1) {
		width: 46.8%;
	}

	.services-block .heading-text-box {
		padding: 0 45px 0 0;
	}

	.services-block .sub-heading {
		margin-bottom: 40px;
	}

	.services-block .info-box {
		padding-top: 60px;
	}

	.services-block .info-box .h3 {
		font-size: 19px;
		margin-bottom: 12px;
	}

	.services-list {
		margin: 0 -20px;
	}

	.services-list .service-item {
		padding: 0 20px;
	}

	.community-block {
		padding-top: 45px;
		padding-bottom: 36px;
	}

	.community-block .community-items-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 -7.5px;
	}

	.community-block .community-item.feature {
		padding: 0 7.5px;
		-ms-flex-preferred-size: 49.435%;
		flex-basis: 49.435%;
		max-width: 49.435%;
	}

	.community-block .other-community-holder {
		padding: 0 7.5px;
		-ms-flex-preferred-size: 50.56%;
		flex-basis: 50.56%;
		max-width: 50.56%;
	}

	.community-block .community-item .detail-text-holder {
		font-size: 14px;
		padding-right: 10px;
		padding-left: 8px;
	}

	.community-block .community-item .time {
		font-size: 13px;
		margin-bottom: 8px;
	}

	.community-block .community-item h3 {
		font-size: 18px;
	}

	.community-block .community-item p {
		margin-bottom: 10px;
	}

	.community-block .community-item .link-more {
		font-size: 13px;
	}

	.community-block .community-item.feature .detail-text-holder {
		padding: 0 25px 13px;
	}

	.community-block .community-item.feature h3 {
		font-size: 26px;
		margin-bottom: 12px;
	}

	.community-block .community-item.feature h3 {
		font-size: 30px;
		margin-bottom: 16px;
	}

	.hoome-progress-block {
		padding: 60px 0;
	}

	.hoome-progress-block .img-wrap {
		position: absolute;
		top: 12.5%;
		bottom: 12.5%;
		display: block;
		right: 0;
		max-width: 50%;
	}

	.rtl .hoome-progress-block .img-wrap {
		right: auto;
		left: 0;
	}

	.hoome-progress-block .col-md-6 {
		max-width: 564px;
	}

	.hoome-progress-block h2 {
		margin-bottom: 25px;
	}

	.testimonials-block {
		padding-top: 60px;
	}

	.testimonials-block h2 {
		margin-bottom: 56px;
	}

	.testimonials-block .slider-control {
		padding-top: 46px;
	}

	.testimonials-block .slick-arrow {
		font-size: 17px;
	}

	.inner-banner .inner-banner-slider {
		max-width: 680px;
	}

	.inner-banner h2 {
		font-size: 32px;
	}

	.inner-banner .sub-heading {
		font-size: 22px;
	}

	.inner-banner .btn {
		min-width: 170px;
		margin-bottom: 12px;
	}

	.inner-banner .call-info {
		font-size: 18px;
	}

	.inner-banner .btn-fullscreen {
		font-size: 15px;
	}

	.inner-banner .slick-arrow {
		font-size: 17px;
	}

	.inner-services-block {
		padding: 40px 0 0;
	}

	.inner-services-block .sub-heading {
		margin-bottom: 40px;
	}

	.inner-services-block .services-box {
		padding: 0 0 12px;
	}

	.inner-services-block .progress-box {
		padding: 9999px 9999px 29px 96px;
		margin: -9999px -9999px 0 -16px;
		background: #f7f9fb;
	}

	.rtl .inner-services-block .progress-box {
		margin-left: -9999px;
		margin-right: -16px;
		padding-left: 9999px;
		padding-right: 96px;
	}

	.rooms-complex-block {
		padding: 45px 0;
	}

	.rooms-complex-block .sub-heading {
		font-size: 23px;
	}

	.rooms-complex-slider .slider-mask {
		max-width: 860px;
	}

	.rooms-complex-slider .slick-arrow {
		font-size: 17px;
	}

	.complex-item {
		font-size: 15px;
	}

	.rooms-detail-block {
		padding-bottom: 22px;
	}

	.rooms-detail-block h2 {
		margin-bottom: 20px;
	}

	.rooms-detail-block .sub-heading {
		font-size: 23px;
	}

	.rooms-detail-block .nav-tabs {
		margin-bottom: 31px;
	}

	.rooms-detail-block .nav-tabs > li + li {
		padding-left: 60px;
	}

	.rtl .rooms-detail-block .nav-tabs > li + li {
		padding-left: 10px;
		padding-right: 60px;
	}

	.rooms-detail-block .nav-tabs > li + li:before {
		height: 29px;
		left: 24px;
	}

	.rtl .rooms-detail-block .nav-tabs > li + li:before {
		left: auto;
		right: 24px;
	}

	.rooms-detail-block .nav-tabs > li > a {
		font-size: 20px;
	}

	.rooms-detail-block .room-content-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.rooms-detail-block .room-slider-holder {
		-ms-flex-preferred-size: 66.35%;
		flex-basis: 66.35%;
		max-width: 66.35%;
	}

	.rooms-detail-block .slider-control {
		right: auto;
	}

	.rtl .rooms-detail-block .slider-control {
		left: auto;
		right: 0;
	}

	.rooms-detail-block .slick-arrow {
		font-size: 17px;
	}

	.rooms-detail-block .room-content-box {
		-ms-flex-preferred-size: 33.65%;
		flex-basis: 33.65%;
		max-width: 33.65%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 14px 15px;
	}

	.rooms-detail-block .room-content-box .content-frame {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.rooms-detail-block .room-content-box h3 {
		font-size: 23px;
	}

	.rooms-detail-block .room-content-box .room-other-detail {
		margin-bottom: 25px;
	}

	.office-manager-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.office-manager-block .img-wrap {
		-ms-flex-preferred-size: 66.35%;
		flex-basis: 66.35%;
		max-width: 66.35%;
	}

	.office-manager-block .person-info {
		-ms-flex-preferred-size: 33.65%;
		flex-basis: 33.65%;
		max-width: 33.65%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.office-manager-block .info-wrap {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 14px 20px 20px;
		max-width: 342px;
	}

	.office-manager-block .profile-image {
		max-width: 230px;
		margin-bottom: 15px;
	}

	.contact-map-block .contact-box {
		padding: 34px 20px 34px;
	}

	.contact-map-block .visible-mobile {
		display: none !important;
	}

	.contact-map-block .open-info-row {
		padding: 21px 0;
		margin: 0 -27px;
	}

	.contact-map-block .open-info-row > div {
		padding: 0 27px;
	}

	.contact-map-block .neighborhood-info {
		padding-top: 30px;
	}

	.contact-map-block .neighborhood-title {
		margin-bottom: 16px;
	}

	.contact-map-block .neighbor-list > li {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		max-width: none;
	}

	.contact-map-block .map-holder {
		height: 386px;
	}

	.sticky-from-popup .progress-box {
		padding-left: 30px;
	}

	.rtl .sticky-from-popup .progress-box {
		padding-left: 15px;
		padding-right: 30px;
	}

	.sales-banner .banner-content {
		padding-top: 152px;
	}

	.sales-banner .top-logo {
		max-width: 556px;
		margin-bottom: 9px;
	}

	.sales-banner .office-address {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.sales-banner .offix-feature-row {
		background: #fff;
		margin: 0 -9999px;
		padding: 0 9999px;
	}

	.sales-banner .feature-item {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 300px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		margin-bottom: 0;
		padding: 13px 19px 12px;
		min-height: 0;
	}

	.sales-banner .feature-item .ico-wrap {
		-ms-flex-preferred-size: 70px;
		flex-basis: 70px;
		max-width: 70px;
	}

	.sales-banner .feature-item .feature-detail {
		-ms-flex-preferred-size: calc(100% - 70px);
		flex-basis: calc(100% - 70px);
		max-width: calc(100% - 70px);
		padding: 5px 0 0;
	}

	.sales-banner .feature-item .title {
		line-height: 1.1;
	}

	.sales-banner .office-contact {
		padding-top: 40px;
		font-size: 32px;
	}

	.how-works-section {
		font-size: 18px;
		line-height: 1.5944;
	}

	.how-works-section p {
		font-weight: 700;
	}

	.how-works-section .content-container {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.how-works-section .content-box {
		max-width: 57.4%;
		-ms-flex-preferred-size: 57.4%;
		flex-basis: 57.4%;
		padding: 78px 0 58px;
	}

	.how-works-section .content-box h2 {
		font-size: 40px;
		padding-bottom: 12px;
		margin-bottom: 25px;
	}

	.how-works-section .content-box .btn-learnmore {
		font-size: 18px;
	}

	.how-works-section .content-holder {
		max-width: 543px;
		padding-right: 20px;
	}

	.rtl .how-works-section .content-holder {
		padding-left: 20px;
		padding-right: 20px;
	}

	.how-works-section .content-holder p {
		max-width: 450px;
	}

	.how-works-section .content-holder p {
		margin-bottom: 30px;
	}

	.how-works-section .expert-contact-holder {
		max-width: 42.6%;
		-ms-flex-preferred-size: 42.6%;
		flex-basis: 42.6%;
		overflow: hidden;
	}

	.how-works-section .contact-expert-box .sub-heading {
		font-size: 18px;
		margin-bottom: 32px;
	}

	.how-works-section .contact-expert-box .btn-send {
		font-size: 22px;
		min-width: 150px;
		margin-top: 20px;
	}

	.how-works-section .bg-image {
		width: 43.75%;
		right: 0;
		left: auto;
	}

	.rtl .how-works-section .bg-image {
		left: 0;
		right: auto;
	}

	.project-plan-section {
		padding: 56px 0 65px;
	}

	.project-plan-section h2 {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.project-plan-section .plan-row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.project-plan-section .plan-detail {
		font-size: 17px;
		-ms-flex-preferred-size: 39.85%;
		flex-basis: 39.85%;
		max-width: 39.85%;
		padding: 0 60px;
	}

	.rtl .project-plan-section .plan-detail {
		padding: 0 60px;
	}

	.project-plan-section .detail-header {
		display: block;
	}

	.project-plan-section .detail-header .sub-title {
		font-size: 18px;
	}

	.project-plan-section .plan-detail-list > li .detail-title {
		font-size: 18px;
		line-height: 1.3333;
	}

	.project-plan-section .plan-slider-holder {
		-ms-flex-preferred-size: 60.15%;
		flex-basis: 60.15%;
		max-width: 60.15%;
	}

	.reason-choose-section {
		padding: 56px 0 38px;
	}

	.reason-choose-section .reason-row {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 6px;
	}

	.reason-choose-section .reason-heading {
		-ms-flex-preferred-size: 41.9%;
		flex-basis: 41.9%;
		max-width: 41.9%;
		padding-top: 40px;
	}

	.reason-choose-section .reason-heading h2 {
		margin-bottom: 3px;
	}

	.reason-choose-section .reason-heading h2 strong {
		margin-top: -3px;
	}

	.reason-choose-section .reason-list {
		-ms-flex-preferred-size: 58.1%;
		flex-basis: 58.1%;
		max-width: 58.1%;
		padding: 0 51px;
		margin: 0;
		-webkit-column-gap: 117px;
		column-gap: 117px;
	}

	.reason-choose-section .reason-list {
		padding: 0 81px;
		-webkit-column-gap: 152px;
		column-gap: 152px;
	}

	.reason-choose-section .reason-list > li {
		padding-bottom: 29px;
	}

	.reason-choose-section .reason-list .reason-title {
		font-size: 22px;
		margin-bottom: 1px;
	}

	.reason-choose-section .video-content-holder {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		-o-flex-direction: row-reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
		padding: 0 46px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.reason-choose-section .video-content {
		font-size: 18px;
		line-height: 1.5944;
		-ms-flex-preferred-size: 61.75%;
		flex-basis: 61.75%;
		max-width: 61.75%;
		padding: 24px 20px 26px 67px;
	}

	.rtl .reason-choose-section .video-content {
		padding: 24px 67px 26px 20px;
	}

	.reason-choose-section .video-content h2 {
		font-size: 26px;
		margin-bottom: 3px;
	}

	.reason-choose-section .video-content p {
		margin-bottom: 27px;
	}

	.reason-choose-section .video-content .btn-learnmore {
		font-size: 17px;
	}

	.reason-choose-section .video-frame {
		-ms-flex-preferred-size: 38.25%;
		flex-basis: 38.25%;
		max-width: 38.25%;
		margin-top: -48px;
		padding-bottom: 294px;
	}

	.location-gallery-section h2 {
		font-size: 26px;
	}

	.location-gallery-section .map-gallery-slider .slide a:after {
		background-size: 85% auto;
	}

	.location-gallery-section .office-gallery-row h2 {
		margin-bottom: 26px;
	}

	.location-gallery-section .office-gallery-slider .slide a:after {
		background-size: 85% auto;
	}

	.offix-clients-section {
		padding-bottom: 55px;
	}

	.offix-clients-section h2 {
		font-size: 26px;
		margin-bottom: 45px;
	}

	.offix-clients-section .slide {
		font-size: 24px;
	}

	.offix-clients-section .slide img {
		height: 130px;
	}

	.offix-clients-section .logo-holder {
		margin-bottom: 15px;
	}

	.offix-clients-section .slider-control {
		padding-top: 55px;
	}

	.sales-contact-section .get-quote-section {
		padding: 19px 35px;
	}

	.sales-contact-section h2 {
		font-size: 35px;
		margin-bottom: 10px;
	}

	.sales-contact-section .contact-phone {
		font-size: 32px;
		margin-bottom: 9px;
	}

	.sales-contact-section .form-title {
		margin-bottom: 17px;
		font-size: 24px;
	}

	.sales-contact-section .input-wrap {
		padding-bottom: 20px;
	}

	.sales-contact-section .input-field {
		font-size: 18px;
		padding: 12px;
	}

	.sales-contact-section .btn-send {
		font-size: 22px;
		min-width: 122px;
		margin-top: 12px;
	}

	.branches-contact-address {
		padding: 31px 0 5px;
	}

	.branches-contact-address .address-item {
		padding-left: 10px;
	}

	.branches-contact-address .branch-title:after {
		width: 145px;
		margin-left: 20px;
	}

	.rtl .branches-contact-address .branch-title:after {
		margin-right: 20px;
	}

	.branches-contact-address .detail-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 -5px;
		font-size: 14px;
	}

	.branches-contact-address .detail-holder dl {
		-ms-flex-preferred-size: 42%;
		flex-basis: 42%;
		max-width: 42%;
		padding: 0 5px;
	}

	.branches-contact-address .detail-holder .opentime-info {
		-ms-flex-preferred-size: 58%;
		flex-basis: 58%;
		max-width: 58%;
		padding: 0 5px;
	}

	.footer-bottom .copyright-info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.footer-bottom .site-design-info {
		padding-left: 10px;
	}

	.rtl .footer-bottom .site-design-info {
		padding-right: 10px;
		padding-left: 0;
	}

	.footer-bottom .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media only screen and (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 48px;
	}

	.rtl [class^="col-lg"],
	.rtl [class*="col-lg"] {
		float: right;
	}

	.accessibility:focus {
		font-size: 20px;
		padding: 18px 18px;
	}

	.btn-outline {
		font-size: 17px;
	}

	.btn-white {
		font-size: 28px;
	}

	.btn-white-outline {
		font-size: 20px;
		padding: 11px 18px;
	}

	.btn-black {
		font-size: 20px;
		padding: 18px 18px;
	}

	.home-page #header {
		padding-top: 49px;
	}

	#header:before {
		height: 60px;
	}

	#nav {
		padding-left: 20px;
	}

	.rtl #nav {
		padding-left: 0;
		padding-right: 20px;
	}

	#nav .nav-wrap {
		padding-top: 7px;
	}

	#nav .primary-menu > li {
		margin-left: 28px;
	}

	.rtl #nav .primary-menu > li {
		margin-left: 0;
		margin-right: 28px;
	}

	#nav .primary-menu > li > a {
		font-size: 19px;
	}

	#nav .primary-menu > li.menu-item-has-children > a {
		padding-right: 26px;
	}

	#nav .primary-menu > li.menu-item-has-children > a:after {
		top: 14px;
	}

	#nav .btn-wrap .btn {
		min-width: 130px;
	}

	#nav .branches-box {
		margin-left: 25px;
		padding-bottom: 22px;
	}

	.rtl #nav .branches-box {
		margin-left: 0;
		margin-right: 25px;
	}

	#nav .branches-box .dropdown-toggle {
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 26px;
	}

	.rtl #nav .branches-box .dropdown-toggle {
		padding-right: 26px;
		padding-left: 20px;
	}

	#nav .branches-box .dropdown-toggle:before {
		height: 33px;
	}

	#nav .branches-box .dropdown-toggle:after {
		top: 11px;
	}

	.hero-banner h1 {
		font-size: 48px;
	}

	.hero-banner h2 {
		font-size: 46px;
	}

	.intro-block {
		font-size: 15px;
	}

	.intro-block .intro-text-box {
		padding-top: 4vw;
	}

	.intro-block .h3 {
		font-size: 28px;
	}

	.intro-block .intro-text-row {
		margin: 0 -25px;
	}

	.intro-block .intro-text-row .intro-item,
	.intro-block .intro-text-row .btn-wrap {
		padding-left: 25px;
		padding-right: 25px;
	}

	.intro-block .intro-text-row .intro-item {
		padding-bottom: 25px;
	}

	.intro-block .intro-text-row .btn-wrap .btn {
		min-width: 205px;
	}

	.room-types-block .sub-heading {
		font-size: 26px;
	}

	.sub-heading {
		font-size: 23px;
	}

	.room-types-block .room-info {
		font-size: 15px;
		max-width: 400px;
	}

	.room-types-block .room-info .info-wrap {
		padding: 37px 30px;
		margin: 0 0 24px;
	}

	.room-types-block .room-info .h3 {
		font-size: 32px;
		margin-bottom: 35px;
	}

	.room-types-block .room-info p {
		margin-bottom: 41px;
	}

	.room-types-block .room-info .btn-white-outline {
		min-width: 190px;
	}

	.room-types-block .btn-pause-play {
		font-size: 15px;
	}

	.room-types-block .slick-arrow {
		font-size: 18px;
	}

	.services-block {
		padding: 85px 0 60px;
	}

	.services-block .info-box {
		padding-top: 81px;
	}

	.services-block .info-box .h3 {
		font-size: 20px;
		margin-bottom: 17px;
	}

	.services-list {
		margin: 0 -25px;
	}

	.services-list .service-item {
		padding: 0 25px;
	}

	.community-block {
		padding-top: 51px;
	}

	.community-block .community-item .detail-text-holder {
		padding-left: 15px;
		padding-left: 10px;
		font-size: 15px;
	}

	.community-block .community-item .time {
		font-size: 14px;
	}

	.community-block .community-item h3 {
		font-size: 21px;
	}

	.community-block .community-item p {
		margin-bottom: 12px;
	}

	.community-block .community-item .link-more {
		font-size: 14px;
	}

	.community-block .community-item.feature .detail-text-holder {
		padding: 0 32px 15px;
	}

	.community-block .community-item.feature h3 {
		font-size: 28px;
		margin-bottom: 14px;
	}

	.hoome-progress-block {
		padding: 65px 0;
	}

	.hoome-progress-block h2 {
		margin-bottom: 32px;
	}

	.testimonials-block {
		padding-top: 66px;
	}

	.testimonials-block h2 {
		margin-bottom: 68px;
	}

	.testimonials-block .slider-control {
		padding-top: 50px;
	}

	.testimonials-block .slick-arrow {
		font-size: 18px;
	}

	.inner-banner .inner-banner-slider {
		max-width: 710px;
	}

	.inner-banner h2 {
		font-size: 36px;
	}

	.inner-banner .sub-heading {
		font-size: 23px;
	}

	.inner-banner .btn {
		min-width: 180px;
		margin-bottom: 16px;
	}

	.inner-banner .call-info {
		font-size: 20px;
	}

	.inner-banner .btn-fullscreen {
		font-size: 17px;
	}

	.inner-banner .slick-arrow {
		font-size: 18px;
	}

	.inner-services-block {
		padding-top: 45px;
	}

	.inner-services-block .sub-heading {
		margin-bottom: 50px;
	}

	.rooms-complex-block .sub-heading {
		font-size: 26px;
	}

	.rooms-complex-slider .slider-mask {
		max-width: 920px;
	}

	.rooms-complex-slider .slick-arrow {
		font-size: 18px;
	}

	.complex-item {
		font-size: 16px;
	}

	.rooms-detail-block {
		padding-bottom: 30px;
	}

	.rooms-detail-block .sub-heading {
		font-size: 26px;
	}

	.rooms-detail-block .nav-tabs > li + li {
		padding-left: 72px;
	}

	.rtl .rooms-detail-block .nav-tabs > li + li {
		padding-left: 10px;
		padding-right: 72px;
	}

	.rooms-detail-block .nav-tabs > li + li:before {
		left: 30px;
	}

	.rtl .rooms-detail-block .nav-tabs > li + li:before {
		left: auto;
		right: 30px;
	}

	.rooms-detail-block .slick-arrow {
		font-size: 18px;
	}

	.rooms-detail-block .room-content-box h3 {
		font-size: 26px;
	}

	.rooms-detail-block .room-content-box .room-other-detail {
		margin-bottom: 40px;
	}

	.office-manager-block .profile-image {
		max-width: 246px;
		margin-bottom: 23px;
	}

	.office-manager-block .btn-wrap .btn {
		min-width: 212px;
	}

	.contact-map-block .contact-box {
		padding: 44px 35px 34px;
	}

	.contact-map-block .info-text {
		margin-bottom: 25px;
	}

	.contact-map-block .contact-row {
		margin: 0 -38px 9px;
		padding: 17px 0 0;
	}

	.contact-map-block .contact-row .contact-item {
		padding-left: 38px;
		padding-right: 38px;
	}

	.contact-map-block .neighborhood-info {
		padding-top: 35px;
	}

	.contact-map-block .neighbor-list > li {
		padding-right: 19px;
	}

	.rtl .contact-map-block .neighbor-list > li {
		padding-left: 19px;
	}

	.contact-map-block .map-holder {
		height: 420px;
	}

	.sticky-from-popup h2 {
		font-size: 45px;
	}

	.sticky-from-popup .progress-box form .col-lg-2 {
		width: 20.45%;
	}

	.sticky-from-popup .progress-box form .col-lg-2:last-child {
		width: 18.2%;
	}

	.sales-banner .banner-content {
		padding-top: 170px;
	}

	.sales-banner .top-logo {
		max-width: 621px;
	}

	.sales-banner .office-address {
		margin-bottom: 50px;
		font-size: 28px;
	}

	.how-works-section .content-box {
		padding: 108px 0 78px;
	}

	.how-works-section .content-box h2 {
		font-size: 45px;
		padding-bottom: 15px;
		margin-bottom: 31px;
	}

	.how-works-section .content-box .btn-learnmore {
		font-size: 21px;
	}

	.how-works-section .content-holder p {
		margin-bottom: 40px;
	}

	.how-works-section .contact-expert-box .btn-send {
		font-size: 24px;
		min-width: 171px;
	}

	.project-plan-section {
		padding: 69px 0 88px;
	}

	.project-plan-section h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.project-plan-section .plan-detail {
		font-size: 18px;
		padding: 0 85px;
	}

	.rtl .project-plan-section .plan-detail {
		padding: 0 85px;
	}

	.reason-choose-section {
		padding: 68px 0 47px;
	}

	.reason-choose-section .reason-heading {
		padding-top: 66px;
	}

	.reason-choose-section .reason-heading h2 {
		margin-bottom: 4px;
	}

	.reason-choose-section .reason-heading h2 strong {
		margin-top: -5px;
	}

	.reason-choose-section .video-content {
		padding: 29px 35px 31px 97px;
	}

	.rtl .reason-choose-section .video-content {
		padding: 29px 97px 31px 35px;
	}

	.reason-choose-section .video-content h2 {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.reason-choose-section .video-content p {
		margin-bottom: 39px;
	}

	.reason-choose-section .video-content .btn-learnmore {
		font-size: 18px;
	}

	.reason-choose-section .video-frame {
		padding-bottom: 354px;
	}

	.location-gallery-section h2 {
		font-size: 30px;
	}

	.location-gallery-section .map-gallery-slider .slide a:after {
		background-size: 100% auto;
	}

	.location-gallery-section .office-gallery-slider .slide a:after {
		background-size: 100% auto;
	}

	.offix-clients-section h2 {
		font-size: 30px;
		margin-bottom: 60px;
	}

	.offix-clients-section .slide {
		font-size: 27px;
	}

	.offix-clients-section .slide img {
		height: 150px;
	}

	.offix-clients-section .logo-holder {
		margin-bottom: 20px;
	}

	.offix-clients-section .slider-control {
		padding-top: 75px;
	}

	.sales-contact-section .map-holder {
		-ms-flex-preferred-size: 68.44%;
		flex-basis: 68.44%;
		max-width: 68.44%;
	}

	.sales-contact-section .get-quote-section {
		-ms-flex-preferred-size: 31.56%;
		flex-basis: 31.56%;
		max-width: 31.56%;
		padding: 19px 45px;
	}

	.sales-contact-section h2 {
		font-size: 40px;
	}

	.sales-contact-section .contact-phone {
		font-size: 36px;
	}

	.sales-contact-section .input-wrap {
		padding-bottom: 24px;
	}

	.sales-contact-section .input-field {
		font-size: 20px;
		padding: 10px;
	}

	.sales-contact-section .btn-send {
		font-size: 24px;
		min-width: 132px;
	}

	.branches-contact-address .address-item {
		padding-left: 15px;
	}

	.branches-contact-address .branch-title:after {
		width: 180px;
		margin-left: 25px;
	}

	.rtl .branches-contact-address .branch-title:after {
		margin-right: 25px;
	}

	.branches-contact-address .detail-holder {
		font-size: 15px;
		margin: 0 -5px;
	}

	.branches-contact-address .detail-holder dl {
		padding: 0 10px;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		max-width: 40%;
	}

	.branches-contact-address .detail-holder .opentime-info {
		padding: 0 10px;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		max-width: 60%;
	}
}

@media only screen and (min-width: 1340px) {
	h2,
	.h2 {
		font-size: 55px;
	}

	.container {
		width: 1310px;
	}

	.btn-outline {
		font-size: 18px;
	}

	#nav {
		padding-left: 54px;
	}

	.rtl #nav {
		padding-left: 0;
		padding-right: 54px;
	}

	#nav .nav-wrap {
		padding-top: 6px;
	}

	#nav .primary-menu > li {
		margin-left: 40px;
	}

	.rtl #nav .primary-menu > li {
		margin-left: 0;
		margin-right: 40px;
	}

	#nav .primary-menu > li > a {
		font-size: 20px;
	}

	#nav .primary-menu > li.menu-item-has-children > a {
		padding-right: 30px;
	}

	#nav .btn-wrap .btn {
		min-width: 140px;
	}

	#nav .branches-box {
		margin-left: 31px;
	}

	.rtl #nav .branches-box {
		margin-left: 0;
		margin-right: 31px;
	}

	#nav .branches-box .dropdown-toggle {
		padding-left: 30px;
	}

	.rtl #nav .branches-box .dropdown-toggle {
		padding-right: 30px;
		padding-left: 20px;
	}

	.hero-banner h1 {
		font-size: 55px;
	}

	.hero-banner h2 {
		font-size: 55px;
	}

	.intro-block {
		font-size: 16px;
	}

	.intro-block .intro-text-box {
		padding-top: 7vw;
	}

	.intro-block h2 {
		margin-bottom: 1.272727em;
	}

	.intro-block .h3 {
		font-size: 30px;
	}

	.intro-block .intro-text-row {
		margin: 0 -42px;
	}

	.intro-block .intro-text-row .intro-item,
	.intro-block .intro-text-row .btn-wrap {
		padding-left: 42px;
		padding-right: 42px;
	}

	.intro-block .intro-text-row .intro-item {
		padding-bottom: 31px;
	}

	.intro-block .intro-text-row .btn-wrap .btn {
		min-width: 222px;
	}

	.room-types-block .sub-heading {
		font-size: 30px;
	}

	.sub-heading {
		font-size: 25px;
	}

	.room-types-block .room-info {
		font-size: 16px;
	}

	.room-types-block .room-info .info-wrap {
		padding-bottom: 45px;
	}

	.room-types-block .room-info .h3 {
		font-size: 35px;
		margin-bottom: 43px;
	}

	.room-types-block .btn-pause-play {
		font-size: 16px;
	}

	.room-types-block .slick-arrow {
		font-size: 19px;
	}

	.services-block {
		padding: 110px 0 72px;
	}

	.services-list {
		margin: 0 -35px;
	}

	.services-list .service-item {
		padding: 0 35px;
	}

	.community-block .community-item .detail-text-holder {
		padding-left: 20px;
		font-size: 16px;
	}

	.community-block .community-item .time {
		font-size: 15px;
	}

	.community-block .community-item h3 {
		font-size: 23px;
	}

	.community-block .community-item p {
		margin-bottom: 14px;
	}

	.community-block .community-item .link-more {
		font-size: 15px;
	}

	.community-block .community-item.feature .detail-text-holder {
		padding: 0 39px 16px;
	}

	.hoome-progress-block .img-wrap {
		max-width: 53.1%;
	}

	.hoome-progress-block .sub-heading {
		margin-bottom: 99px;
	}

	.testimonials-block {
		padding: 8.875vh 0 8.25vh;
	}

	.testimonials-block h2 {
		margin-bottom: 10.125vh;
	}

	.testimonials-block .testimonials-slider .testimonial-item {
		padding: 0 62px;
	}

	.testimonials-block .testimonials-slider .customer-logo {
		margin-bottom: 47px;
	}

	.testimonials-block .slick-arrow {
		font-size: 19px;
	}

	.inner-banner .inner-banner-slider {
		max-width: 788px;
	}

	.inner-banner h2 {
		font-size: 40px;
	}

	.inner-banner .slick-arrow {
		font-size: 19px;
	}

	.inner-services-block {
		padding-top: 51px;
	}

	.inner-services-block .sub-heading {
		margin-bottom: 59px;
	}

	.inner-services-block .services-holder {
		margin: 0 -44px 0 8px;
	}

	.rooms-complex-block .sub-heading {
		font-size: 30px;
		margin-bottom: 1.1em;
	}

	.rooms-complex-slider .slick-arrow {
		font-size: 19px;
	}

	.rooms-detail-block .sub-heading {
		font-size: 30px;
		margin-bottom: 44px;
	}

	.rooms-detail-block .slick-arrow {
		font-size: 19px;
	}

	.rooms-detail-block .room-content-box h3 {
		font-size: 30px;
	}

	.rooms-detail-block .room-content-box .room-other-detail {
		margin-bottom: 57px;
	}

	.sticky-from-popup h2 {
		font-size: 50px;
	}

	.sticky-from-popup .progress-box {
		padding-left: 56px;
	}

	.rtl .sticky-from-popup .progress-box {
		padding-right: 56px;
	}

	.sales-banner .banner-content {
		padding-top: 196px;
	}

	.sales-banner .top-logo {
		max-width: 715px;
	}

	.sales-banner .office-address {
		margin-bottom: 65px;
	}

	.sales-banner .feature-item .ico-wrap {
		-ms-flex-preferred-size: 83px;
		flex-basis: 83px;
		max-width: 83px;
	}

	.sales-banner .feature-item .feature-detail {
		-ms-flex-preferred-size: calc(100% - 83px);
		flex-basis: calc(100% - 83px);
		max-width: calc(100% - 83px);
		padding-top: 6px;
	}

	.sales-banner .office-contact {
		font-size: 36px;
	}

	.how-works-section .content-box {
		padding-right: 4px;
	}

	.how-works-section .content-holder p {
		margin-bottom: 48px;
	}

	.project-plan-section .plan-detail {
		padding: 0 80px 0 113px;
	}

	.rtl .project-plan-section .plan-detail {
		padding: 0 113px 0 80px;
	}

	.reason-choose-section .reason-list {
		padding: 0 111px;
		-webkit-column-gap: 177px;
		column-gap: 177px;
	}

	.reason-choose-section .video-content {
		padding: 34px 50px 36px 127px;
	}

	.rtl .reason-choose-section .video-content {
		padding: 34px 127px 36px 50px;
	}

	.reason-choose-section .video-frame {
		padding-bottom: 394px;
	}

	.offix-clients-section .slide img {
		height: 175px;
	}

	.offix-clients-section .logo-holder {
		margin-bottom: 31px;
	}

	.footer-top .container {
		width: 1220px;
	}

	.branches-contact-address .address-item {
		padding-left: 20px;
	}

	.branches-contact-address .branch-title:after {
		width: 202px;
		margin-left: 30px;
	}

	.rtl .branches-contact-address .branch-title:after {
		margin-right: 30px;
	}

	.branches-contact-address .detail-holder {
		font-size: 16px;
		margin: 0 -16px;
	}

	.branches-contact-address .detail-holder dl {
		padding: 0 16px;
	}

	.branches-contact-address .detail-holder .opentime-info {
		padding: 0 16px;
	}

	.footer-bottom .site-design-info {
		padding-left: 43px;
	}

	.rtl .footer-bottom .site-design-info {
		padding-right: 43px;
		padding-left: 0;
	}
}

@media only screen and (min-width: 1360px) {
	.community-block .container {
		width: 1340px;
	}
}

@media only screen and (min-width: 1440px) {
	.intro-block .intro-text-box {
		padding-top: 9.861vw;
	}
}

@media only screen and (min-width: 1680px) {
	.project-plan-section .plan-detail {
		padding: 0 110px 0 163px;
	}

	.rtl .project-plan-section .plan-detail {
		padding: 0 163px 0 110px;
	}
}

@media only screen and (max-width: 991px) {
	body.nav-active {
		max-height: 100vh;
		overflow: hidden;
	}

	#header {
		padding: 20px 0 12px;
	}

	.rtl #header {
		padding: 30px 0 22px;
	}

	.logo-wrap:after {
		content: "";
		display: block;
		clear: both;
	}

	#nav {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(5, 2, 5, .9);
		box-shadow: -10px 0 34px rgba(251, 109, 63, .1);
		padding: 80px 0 0;
		z-index: 3;
		-webkit-transition: .3s linear -webkit-transform, .3s linear opacity, .3s linear visibility;
		transition: .3s linear transform, .3s linear opacity, .3s linear visibility;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		overflow-y: auto;
	}

	.rtl #nav {
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	.resize-active #nav {
		-webkit-transition: none;
		transition: none;
	}

	.nav-active #nav {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.rtl .nav-active #nav {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.rtl #nav {
		left: auto;
		right: 0;
	}

	#nav .primary-menu > li.open .sub-menu {
		display: block;
	}

	#nav .primary-menu > li.menu-item-has-children.open > a:after {
		border-width: 0 7px 10px;
		border-color: transparent transparent #fff;
	}

	#nav .primary-menu .sub-menu {
		display: none;
	}

	#nav .btn-wrap {
		text-align: center;
		padding: 20px 0 44px;
	}

	.inner-services-block .services-box {
		margin: 0 -15px;
		background: #f7f9fb;
	}

	.inner-services-block .progress-box .select-wrap:before {
		background: #fff;
	}

	.office-manager-block {
		padding-bottom: 10px;
	}

	.contact-map-block .hidden-mobile {
		display: none !important;
	}

	.how-works-section .expert-contact-holder {
		position: relative;
	}

	.reason-choose-section .video-content {
		text-align: center;
	}

	.footer-bottom {
		text-align: center;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation-comments .next,
	.navigation .prev,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	#wrapper {
		padding-bottom: 50px;
	}

	.sticky-wrap {
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
	}

	.page-template-page-affiliate .sticky-wrap {
		position: relative;
	}

	.sticky-wrap.fixed-position #header {
		background: rgba(0, 0, 0, .9);
	}

	.page-template-page-affiliate .sticky-wrap.fixed-position #header {
		background: rgba(255, 255, 255, .9);
	}

	#header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 11px 0;
	}

	.rtl #header {
		padding: 21px 0;
	}

	.page-template-page-affiliate #header {
		position: relative;
	}

	#nav {
		padding-top: 68px;
	}

	#nav .btn-wrap {
		padding-bottom: 20px;
	}

	.intro-block {
		text-align: center;
	}

	.intro-block .intro-text-row .intro-item ~ .intro-item {
		padding-bottom: 28px;
	}

	.room-types-block .room-info p {
		max-height: 72px;
		overflow: hidden;
	}

	.services-block .h2 {
		text-align: center;
	}

	.services-block .sub-heading {
		text-align: center;
	}

	.services-block .info-box {
		display: none;
	}

	.services-list .service-item {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.services-list .service-item > a,
	.services-list .service-item > span {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.services-list .service-item .ico-holder {
		margin-bottom: 9px;
	}

	.community-block .community-item.feature {
		display: none;
	}

	.hoome-progress-block h2 {
		text-align: center;
	}

	.hoome-progress-block .sub-heading {
		text-align: center;
	}

	.progress-box form {
		max-width: 252px;
		margin: 0 auto;
	}

	.progress-box form .note-text {
		text-align: center;
	}

	.inner-banner .img-wrap {
		max-height: 667px;
	}

	.inner-banner .btn {
		position: absolute;
		bottom: 0;
		right: 50%;
		min-width: 177px;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
		bottom: 21.35%;
		font-size: 20px;
		box-shadow: 0 0 0 2px #fff;
		padding: 8px 15px 9px;
	}

	.inner-banner .slick-arrow {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 64px;
	}

	.inner-banner .slick-prev {
		left: 0;
		margin-left: -3px;
		border-radius: 0 1000px 1000px 0;
	}

	.inner-banner .slick-next {
		right: 0;
		border-radius: 1000px 0 0 1000px;
		margin-right: -3px;
	}

	.inner-services-block h2 {
		text-align: center;
	}

	.inner-services-block .sub-heading {
		text-align: center;
	}

	.rooms-detail-block .room-content-row {
		border-top: 2px solid #d5d5d5;
	}

	.rooms-detail-block .tab-content > .tab-pane {
		display: block;
		opacity: 1;
		border-bottom: 2px solid #d5d5d5;
	}

	.rooms-detail-block .tab-content > .tab-pane:first-child {
		border-top: 2px solid #d5d5d5;
	}

	.rooms-detail-block .collapse {
		overflow: hidden;
		max-height: 0;
	}

	.rooms-detail-block .collapse.in {
		max-height: none;
	}

	.rooms-detail-block .room-content-box h3 {
		display: none;
	}

	.office-manager-block .img-wrap {
		background: none !important;
	}

	.office-manager-block .img-wrap img {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.office-manager-block iframe {
		width: 100%;
	}

	.contact-map-block .contact-box {
		margin: 0 auto -13px;
		max-width: 380px;
	}

	.contact-map-block h2 {
		text-align: center;
	}

	.contact-map-block .info-text {
		text-align: center;
	}

	.contact-map-block .open-info-row > div {
		text-align: center;
	}

	.nav-active .sticky-from-popup:not(.modal) {
		z-index: 98;
	}

	.sticky-from-popup:not(.modal) {
		display: none !important;
	}

	.sticky-from-popup.in {
		z-index: 1050;
	}

	.sticky-from-popup h2 {
		text-align: center;
		clear: both;
	}

	.sticky-from-popup .sub-heading {
		text-align: center;
		margin-bottom: 17px;
	}

	.sales-banner {
		margin-top: 72px;
	}

	.sales-banner .feature-item .feature-detail p {
		display: none;
	}

	.how-works-section {
		text-align: center;
	}

	.how-works-section .content-box .btn-learnmore {
		display: none;
	}

	.how-works-section .expert-contact-holder {
		display: none;
	}

	.project-plan-section .plan-detail .btn-black {
		display: none;
	}

	.project-plan-section .plan-detail-list > li {
		box-shadow: 6px 6px 13px rgba(0, 0, 0, .26);
	}

	.project-plan-section .plan-slider-holder {
		margin: 0 -10px;
	}

	.reason-choose-section .reason-list > li:nth-child(5) ~ li {
		display: none;
	}

	.reason-choose-section .reason-list .reason-text {
		box-shadow: 3px 6px 12px rgba(0, 0, 0, .1);
		background: #f0efee;
		max-width: 227px;
		padding: 1px 1px 1px 10px;
	}

	.reason-choose-section .video-content-holder {
		margin: 0 -15px;
		padding: 11px 24px;
	}

	.reason-choose-section .video-content p {
		display: none;
	}

	.reason-choose-section .video-content .btn-learnmore {
		display: none;
	}

	#footer:before {
		right: 0;
		left: 194px;
	}

	.rtl #footer:before {
		left: 0;
		right: 194px;
	}

	#footer .footer-logo {
		margin-right: -4px;
	}

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

	.footer-top .social-follow-holder {
		margin: 0 -4px;
	}

	.branches-contact-address .address-item {
		margin: 0 0 35px;
	}

	.branches-contact-address .branch-title {
		text-align: center;
	}

	.branches-contact-address .detail-holder {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.complex-item p {
		height: auto !important;
		margin-bottom: .75em;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

body.page-id-787 #header{background:#000000;}
body.page-id-787 #main{padding-top:70px;}

/* SW */
.sw_booking {
	position: relative;
	width: 50%;
	margin: 0 auto;
	display: none;
}
.sw_tabs {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-bottom: 1px solid white;
}
.sw_tabs li a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: white;
}

.hero-banner .banner-bg{
	position: relative !important ;
}