@import url("https://fonts.googleapis.com/css?family=Open+Sans|Poiret+One");

body {
	/* font-family: 'Ubuntu', sans-serif; */
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #292929 !important;
	background-color: #f6f6f6;
}
@media only screen and (min-width: 1440px) {
	body {
		font-size: 18px;
	}
}
a {
	color: #292929;
}
a:hover {
	text-decoration: none;
	color: #ef7c19 !important;
}
textarea:focus,
input:focus {
	outline: none;
}

#preload {
	position: fixed;
	width: 100%;
	background-color: #fefcfe;
	z-index: 16;
	top: 0;
}
#preload img {
	margin: auto;
	display: block;
	height: 100vh;
	width: 100%;
	top: 0;
}

/*BS*/
.ml-auto,
.mx-auto {
	margin-left: initial !important;
}
.collapse {
	padding-left: 0;
}
.navbar {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.bg-light {
	background-color: transparent !important;
}
.navbar-nav {
	flex-direction: row;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: transparent;
	color: initial;
}
.navbar-light .navbar-nav .nav-link {
	color: #292929;
	padding-left: 0;
	padding-right: 14px;
}
.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.dropdown-menu {
	font-size: 14px;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 16;
	background-image: linear-gradient(
		to top,
		rgba(255, 255, 255, 0.1),
		rgba(0, 0, 0, 0.3)
	);
}
header .logo {
	width: 15%;
}
header .logo img {
	width: 100%;
	margin-left: 43px;
}
header .navbar-nav {
	float: right;
}
header .mr-auto {
	margin-right: unset !important;
	margin-left: auto !important;
	margin-top: 3px;
}
header .navbar-nav a {
	color: #fff !important;
	font-size: 14px;
}
@media only screen and (min-width: 1440px) {
	header .navbar-nav a {
		font-size: 18px;
	}
}
header .navbar-nav .nav-item .gr img {
	width: 60px;
	margin-top: -3px;
}

#home-slider {
	position: fixed;
	width: 100%;
	margin-top: -27px;
}
#home-slider #carouselExampleIndicators {
	box-shadow: 0px 2px 3px #a2a2a2;
}
#home-slider .carousel-caption {
	top: 100px;
}
#home-slider .carousel-caption h5 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 3px 1px #292929;
}
#home-slider .carousel-caption p {
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 2px 1px #444;
}

.block {
	position: relative;
	background-color: #f6f6f6;
	width: 100%;
	top: 100vh;
}

#home-yg {
	margin-top: 2%;
}
#home-yg .content {
	box-shadow: 2px 2px 5px #a2a2a2;
	background-color: #fff;
	padding: 3% 5%;
}
#home-yg h1 {
	font-family: "Poiret One", cursive;
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
}
#home-yg h1 span {
	font-weight: bold;
	color: #ef7c19;
}
#home-yg h2 {
	color: #292929;
	text-align: center;
	font-size: 24px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
#home-yg .box {
	color: #666;
}
#home-yg .box:hover {
	color: #ef7c19;
	cursor: pointer;
}
#home-yg .content i {
	font-size: 40px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
#home-yg .content h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 35px;
}
@media only screen and (min-width: 1440px) {
	#home-yg .content h3 {
		font-size: 17px;
	}
}

#home-fp {
	margin-top: 2%;
	padding-bottom: 1%;
}
#home-fp .content h2 {
	color: #292929;
	text-align: center;
	font-weight: bold;
	font-size: 34px;
	margin-top: 10px;
	margin-bottom: 35px;
	font-family: "Poiret One", cursive;
}
#home-fp .gal {
	overflow: hidden;
}
#home-fp .flex {
	display: flex;
	width: 100%;
	height: 200px;
	-webkit-animation: gal 100s infinite linear;
	animation: gal 100s infinite linear;
}
#home-fp .flex:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
@-webkit-keyframes gal {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: -400%;
	}
}
@keyframes gal {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: -400%;
	}
}
#home-fp .gal .box {
	margin-bottom: 25px;
	overflow: hidden;
}
#home-fp .gal .box img {
	max-width: 100%;
	transition: transform 0.5s;
}
#home-fp .gal .box img:hover {
	transform: scale(1.07);
	cursor: pointer;
}

#home-hww {
	margin-top: 2%;
}
#home-hww h1 {
	font-family: "Poiret One", cursive;
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
}
#home-hww h1 span {
	font-weight: bold;
	color: #ef7c19;
}
#home-hww h2 {
	color: #292929;
	text-align: center;
	font-size: 24px;
	margin-bottom: 0;
	text-transform: uppercase;
}
#home-hww .content {
	box-shadow: 2px 2px 5px #a2a2a2;
	background-color: #fff;
	padding: 3% 5%;
}
#home-hww .box {
	color: #888;
	padding-top: 0;
	padding-bottom: 50px;
}
#home-hww .box img {
	display: block;
	margin: auto;
	height: 75vh;
}

#home-td {
	margin-top: 4%;
}
#home-td h1 {
	font-family: "Poiret One", cursive;
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
}
#home-td h1 span {
	font-weight: bold;
	color: #ef7c19;
}
#home-td h2 {
	color: #292929;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#home-td img {
	width: 100%;
}

#home-tiles {
	padding-top: 3%;
	font-family: "Poiret One", cursive;
}
#home-tiles img {
	width: 100%;
}
#home-tiles .box {
	margin-bottom: 7%;
	box-shadow: 0px 2px 3px #a2a2a2;
}
#home-tiles .box .overlay {
	position: absolute;
	display: none;
	background-color: rgba(102, 102, 102, 0.62);
	width: 93%;
	height: 47%;
}
#home-tiles .mid .overlay {
	height: 60%;
}
#home-tiles .box:hover .overlay {
	display: block;
}
#home-tiles .box .overlay h3 {
	text-align: center;
	padding-top: 48%;
	color: #fff;
	font-weight: bold;
}
#home-tiles .mid .overlay h3 {
	text-align: center;
	padding-top: 60%;
	color: #fff;
	font-weight: bold;
}
#home-tiles .box .txt {
	background-color: #fff;
	width: 100%;
	height: 30vh;
	display: table;
	box-shadow: 0px 2px 3px #a2a2a2;
	padding-left: 6%;
	padding-right: 6%;
}
#home-tiles .box .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#home-tiles .box .txt h2 {
	font-weight: bold;
	font-size: 24px;
}
#home-tiles .box .txt p {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}
#home-tiles .blk {
	width: 100%;
	height: 35%;
	background-color: #292929;
	display: table;
	padding-left: 10%;
	padding-right: 10%;
}
#home-tiles .blk p {
	color: #fff;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#home-touch {
	color: #fff;
}
#home-touch .content {
	background-color: #444;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	box-shadow: 0px 2px 3px #a2a2a2;
}
#home-touch .content h2 {
	font-weight: bold;
	font-size: 34px;
	margin-bottom: 35px;
	font-family: "Poiret One", cursive;
}
#home-touch form input {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 20px;
	text-align: center;
	font-size: 14px;
}
#home-touch form input::placeholder {
	color: #fff;
}
#home-touch form .ok {
	background-color: #fff;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

#home-asst {
	margin-top: 0;
}
#home-asst .content {
	box-shadow: 2px 2px 5px #a2a2a2;
	display: flex;
	background-color: #fdfdfe;
}
#home-asst .content .col-md-6 {
	padding: 0;
}
#home-asst img {
	width: 100%;
}
#home-asst .txt {
	padding: 15% 15% 0 15%;
	text-align: center;
}
#home-asst .txt h2 {
	font-weight: bold;
	font-size: 32px;
	font-family: "Poiret One", cursive;
}
#home-asst .txt p {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 50px;
}
#home-asst .txt .soc {
	margin-bottom: 50px;
}
#home-asst .txt .soc ul {
	padding-left: 0;
}
#home-asst .txt .soc li {
	display: inline-block;
}
#home-asst .txt .soc li i {
	font-size: 24px;
	padding-left: 15px;
	padding-right: 15px;
}

/* #home-store {
    margin-top: 2%;
}
#home-store .content {
    box-shadow: 2px 2px 5px #a2a2a2;
    display: flex;
    background-color: #fff;
}
#home-store .content .col-md-6 {
    padding: 0;
}
#home-store iframe {
    width: 100%;
    height: 400px;
}
#home-store .txt {
    padding: 10% 15% 0 15%;
    text-align: center;
}
#home-store .txt h2 {
    font-weight: bold;
    font-size: 24px;
}
#home-store .txt p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 35px;
}
#home-store .txt a {
    color: #fff;
    background-color: #292929;
    padding: 10px 35px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
#home-store .enq {
    padding: 8% 15% 0 15%;
    text-align: center;
}
#home-store .enq h2 {
    font-weight: bold;
    font-size: 24px;
}
#home-store .enq form input, #home-store .enq form select, #home-store .enq form textarea {
    width: 100%;
    margin-bottom: 7px;
    padding: 2px;
    color: #292929;
    letter-spacing: 1px;
}
#home-store .enq form input::placeholder, #home-store .enq form textarea::placeholder {
    color: #292929;
}
#home-store .enq form .ok {
    color: #fff;
    background-color: #292929;
    padding: 10px 35px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
} */

#portfolio .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
#portfolio #carouselExampleIndicators {
	-webkit-animation: fadein 1.5s;
	-moz-animation: fadein 1.5s;
	-ms-animation: fadein 1.5s;
	-o-animation: fadein 1.5s;
	animation: fadein 1.5s;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#portfolio .carousel-indicators li {
	width: 40px;
	height: 10px;
}
#portfolio .carousel-indicators li img {
	width: 40px;
	float: right;
}
#portfolio .carousel-indicators li:hover img {
	width: 120px;
	margin-top: -60px;
}
/* #portfolio .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity 50s;
    -moz-transition-property: opacity 50s;
    -o-transition-property: opacity 50s;
    transition-property: opacity 50s;
}
#portfolio .carousel-fade .carousel-inner .active {
    opacity: 1;
}
#portfolio .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
#portfolio .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
#portfolio .carousel-fade .carousel-control {
    z-index: 2;
} */
#portfolio-tiles .row {
	margin-top: 30px;
}
#portfolio-tiles .bbox img {
	width: 100%;
	height: 100%;
}
#portfolio-tiles .sbox img {
	width: 100%;
	height: 100%;
}
#portfolio-tiles .bbox .grayscale img,
#portfolio-tiles .sbox .grayscale img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#testimonials {
	padding-top: 10%;
}
#testimonials .fg {
	margin-top: 22px;
}
#testimonials .ts {
	padding: 42px;
}
#testimonials h2 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 15px;
}

#virtual {
	padding-top: 6%;
	width: 100%;
}

#virtual .vt {
	margin-top: 30px;
	margin-bottom: 30px;
}
.iv {
	width: 100%;
	height: 500px;
}
footer {
	background-color: #292929;
	padding-top: 2%;
	padding-bottom: 2%;
	/* margin-top: 5%; */
}
footer .logo img {
	width: 50%;
}
footer ul {
	text-align: center;
	margin-top: 10px;
}
footer ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 25px;
}
footer a {
	color: #fff;
}
footer p {
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
}
footer .sm {
	text-align: right;
}
footer .up {
	position: fixed;
	float: right;
	right: 10px;
	bottom: 15px;
}
footer .up a i {
	color: #ef7c19;
	font-size: 50px;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-inner > .item.active {
	left: 0;
	/*-webkit-transform: none; 
     transform: none; */
}
@media not all, (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000;
	}
}
.st {
	margin-left: -9px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 11px;
}
.w-100 {
	width: 100% !important;
	height: 90vh;
}
#connect {
	padding-top: 6%;
}
#connect .filter {
	margin-bottom: 35px;
}
#connect .filter .tab {
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
#connect .filter .tab button {
	background: none;
	border: none;
	color: #999;
	outline: none;
	cursor: pointer;
	padding: 5px 15px;
	transition: 0.3s;
	font-size: 14px;
	border-radius: 20px;
	margin: 0 4px;
}
#connect .filter .tab button:hover {
	color: #000;
}
#connect .filter .tab button.active {
	color: #000;
}
#connect .filter .tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
	/* animation: fade 2s; */
}
@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#connect .cont .box {
	background-color: #fff;
	padding: 7px 7px 60px 7px;
	border: 1px solid #ccc;
}
#connect .cont .box .left {
	animation: fade 2s;
}
#connect .cont .box .left .carousel-indicators {
	bottom: -24px;
}
#connect .cont .box .left .carousel-indicators li {
	width: 100px;
}
#connect .cont .box .left .carousel-indicators img {
	width: 96px;
	float: right;
}
#connect .cont .box .left .carousel-item img {
	width: 100%;
}
#connect .cont .box1 {
	background-color: #fff;
	padding: 7px;
	border: 1px solid #ccc;
}
#connect .cont .box1 .right .map iframe {
	width: 100%;
	height: 166px;
}
#connect .cont .box1 .right .add {
	color: #666;
	padding: 25px 15px;
}
#connect .cont .box1 .right .add .single {
	margin-bottom: 25px;
}
#connect .cont .box1 .right .add .single:nth-child(3) {
	margin-bottom: 0;
}
#connect .cont .box1 .right .add .single i {
	font-size: 24px;
	display: block;
	text-align: center;
}
#connect .enq {
	background: url(../img/portfolio/bedroom/2d.jpg);
	background-size: cover;
	border-bottom: 1px solid #fff;
}
#connect .enq .overlay {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	padding: 5%;
}
#connect .enq .overlay form h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
}
#connect .enq .overlay form input,
#connect .enq .overlay form textarea {
	background-color: transparent;
	color: #fff;
	width: 100%;
	margin-bottom: 35px;
	border: none;
	border-bottom: 1px solid #999;
}
#connect .enq .overlay form input::placeholder,
#connect .enq .overlay form textarea::placeholder {
	opacity: 1;
}
#connect .enq .overlay form input[type="number"] {
	-moz-appearance: textfield;
}
#connect .enq .overlay form input[type="number"]::-webkit-inner-spin-button,
#connect .enq .overlay form input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#connect .enq .overlay form .ok {
	margin-bottom: initial;
	border: 1px solid #d2b48c;
	background-color: #d2b48c;
	color: #000;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ------------------------------------------------ */
@media only screen and (max-width: 720px) {
	header .logo img {
		width: 235%;
		margin-left: 0;
	}
	.carousel-indicators {
		width: 75%;
		overflow: scroll;
		height: 40px;
	}
	#home-slider img {
		height: auto;
	}
	.block {
		top: 25vh;
	}
	#home-fp {
		display: none;
	}
	#home-hww .box img {
		width: 100%;
		height: auto;
	}
	#portfolio .carousel .carousel-item img {
		width: auto !important;
		margin-left: -45%;
		height: calc(100vh - 250px);
		margin-top: 45px;
	}
	footer .logo img {
		margin: auto;
		display: block;
		margin-top: 15px;
	}
	footer .sm {
		text-align: center;
	}
	footer p {
		margin-bottom: 10px;
	}
	/* #portfolio .test {
	}
	#portfolio .test .carousel-item {
	}
	#portfolio .test .carousel-item img {
	} */
	/* #portfolio .test .carousel-item img {
		width: 100% !important;
		height: auto;
	} */
}
