@charset "utf-8";

/* TABLE OF CONTENTS

1.	Body

2.	Font

3.	Header

4.	Animations

5. Banners

6.	Footer


*/

/* ========== 1. Body =========== */

.number { direction:ltr; }
body {
	font-size: 16px;
	padding: 0;
	margin: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	line-height: 1.55;
	color: #fff;
	direction:rtl;
	font-family:"NeoSansArabic-Regular";
}
a {
	color: #5a6771;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus {
	color: #333;
}
ul, ol {
	padding: 0px;
	margin: auto;
	list-style: none;
}
legend {
	display: none;
}
html {
	-webkit-font-smoothing: antialiased;
}
textarea {
	resize: none;
}
.material-input textarea{
	margin-top:0px;
}
h1, h2 {
	font-family: 'GE_SS_Two_Light';
}
p {
	font-family:'NeoSansArabic-Regular';
}
/* ========== 2. font =========== */

@font-face {
    font-family: 'GE_SS_Two_Light';
    src: url('font2/GE_SS_Two_Light.eot');
    src: url('font2/GE_SS_Two_Light.eot') format('embedded-opentype'),
         url('font2/GE_SS_Two_Light.woff2') format('woff2'),
         url('font2/GE_SS_Two_Light.woff') format('woff'),
         url('font2/GE_SS_Two_Light.ttf') format('truetype'),
         url('font2/GE_SS_Two_Light.svg') format('svg');
}

@font-face {
	font-family:'NeoSansArabic-Regular';
	src: url('font1/NeoSansArabic_gdi.eot');
	src: url('font1/NeoSansArabic_gdi.eot%3F') format('embedded-opentype'),
		url('font1/NeoSansArabic_gdi.woff') format('woff'),
		url('font1/NeoSansArabic_gdi.ttf') format('truetype'),
		url('font1/NeoSansArabic_gdi.otf') format('opentype'),
		url('font1/NeoSansArabic_gdi.svg') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FEFC;
}





.menu-wrap {
	background-color: #0054a6;
	width: 100%;
	float: right;
	height: 110px;
	z-index: 2;
	position: relative;
}
.logo img {
	width: 100%;
}
.top-menu {
	width: auto;
	float: left;
}
.top-menu a {
	float: left;
	border: 1px solid #fff;
	padding: 3px 35px;
	color: #fff;
	margin-top: 15px;
	font-family: 'NeoSansArabic-Regular';
}
.related {
	width: auto;
	float: left;
	
}
.related a {
	font-size:15px;
}
.related a {
	float: left;
	border: 0px solid #fff;
	padding: 4px 15px 0 15px;
	color: #fff;
	margin-top: 20px;
	font-family: 'NeoSansArabic-Regular';
	background:url(../images/bdr.png) no-repeat right center;
}
.related:last-child a{
	background:none;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	text-decoration: none;
	font-family: 'NeoSansArabic-Regular';
	background:url(../images/bdr.png) no-repeat left center;
}

/*.active {border-bottom:2px solid #ea6229; background-color:transparent; color:#fff;}*/

.main-nav {
	float: left;
	margin-top: 20px;
}
.main-nav .navbar {
	min-height: inherit;
}
.logo {
	margin-top: 20px;
}
.main-nav .nav > li > a:hover {
	color: #fff;
}
.main-nav .nav > li {
	
	padding-top: 0;
	padding-bottom: 18px;
}
.main-nav .nav > li a {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #fff;
}
.main-nav .nav li:last-child {
	padding-left: 0;
	border-left: none;
}
.main-nav .navbar-collapse {
	padding: 0;
}
.nav li a:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
.nav li a, .site-map li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	font-size:16px;
}
.banner {
	width: 100%;
	float: right;
	position: relative;
}

.banner-video {width:100%; height:auto; }

/*video {
    float: left;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    
}*/

.modal-body video {width:100%;}
.banner img {
	width: 100%;
}
.fixed .top-menu {
	display: none;
}
.fixed .related {
	display: none;
}
.fixed .main-nav{
	margin-top:4px;
}
.fixed .main-nav .navbar-collapse {
    padding: 0;
    margin-top: 16px;
}
header {
	float: right;
	width: 100%;
	height: auto;
	transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
}
.fixed {
	position: fixed;
	z-index: 9999;
	transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(194,194,194,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(194,194,194,1);
	box-shadow: 0px 2px 5px 0px rgba(194,194,194,1);
	background: #fff;
}
.fixed .navbar {
	margin-bottom: 0;
}
.fixed .logo img {
	width: 215px;
	transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
}
.fixed .logo {
	margin-top: 5px;
}
.fixed .menu-wrap {
	height: auto;
	/*padding: 5px 0;*/
}
/* ========== 2. Share social =========== */
.social {
	position: fixed;
	top: 35%;
	left: 0;
	z-index: 99999;
	width:50px;
}
.social ul {
	padding: 0px;
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	-o-transform: translate(10px, 0);
	transform: translate(10px, 0);
}
.social ul li .fa {
	color: #fff;
	;
}
.social ul li {
	display: block;
	margin: 5px;
	background: #1c6ab8;
	width: 322px;
	text-align: right;
	padding: 10px;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	border: 2px solid #fff;
	direction:rtl;
}
.social ul li:hover {
	-webkit-transform: translate(130px, 0);
	-moz-transform: translate(130px, 0);
	-ms-transform: translate(130px, 0);
	-o-transform: translate(130px, 0);
	transform: translate(130px, 0);
	background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
	color: #000;
}
.social ul li:hover i {
	color: #0054a6;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.social ul li i {
	margin-left: 10px;
	color: #000;
	padding: 6px 6px;
	width: 30px;
	height: 30px;
	font-size: 24px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.section-three .left-area .content-area  {text-align:center;}

.caption {
	width: 569px;
	float: right;
	position: absolute;
	top: 35%;
	text-align: left;
	background: rgba(0,84,166,.5);
	padding: 20px;
}
.caption h1 {
	font-size: 40px;
	font-family: 'GE_SS_Two_Light';
	color: #fff;
	font-weight: bold;
}
.caption p, a {
	color: #fff;
}
.caption p, a:hover {
	color: #f07929;
}
a.more i {
	margin-right: 5px;
}
a.more {
	text-transform: uppercase;
	font-family:'NeoSansArabic-Regular';
}
a.more:hover {
	color: #fff;
}
/* ========== 2.Queue Point live the fine life  =========== */

.q-live-fine {
	background: url(../images/sec-fine-live.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
	width: 100%;
	float: right;
}
.q-live-fine h2 {
	margin: 0 auto;
	color: #0054a6;
	font-family: 'GE_SS_Two_Light';
	display: table;
}
.tittle {
	margin-bottom: 40px;
}
.q-live-fine .tittle {
	background-image: url(../images/line-orange.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}


.consruction figure {overflow:hidden;}
.consruction img {
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.consruction img:hover {
	  transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
	
}

.live-outer img {
	width: 100%;
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.live-outer img:hover {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
	
	.bed-area img {width:auto !important;}

figure.live-outer {
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
figure.live-outer {
	overflow:hidden;
}
figure.live-outer img:hover {
}
figure.live-outer figcaption {
	position: relative;
	bottom:0;
	background: rgba(0,84,166,1.9);
	width: 100%;
	padding: 10px;
}
figure.live-outer figcaption h3 {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	padding-bottom: 3px;
	font-weight: bold;
}
figure.live-outer figcaption a {
	float: left;
}

figure.live-outer figcaption a:hover {
	color:#fff; text-decoration:underline;
}
figure.live-outer figcaption h4 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	padding-top: 3px;
	font-family:'NeoSansArabic-Regular';
	font-weight: bold;
}
.btn.btn-success {
	color: #ffffff;
	background-image: linear-gradient(to bottom, #ea6329, #ea6329);
	border-color: #fff;
	border-radius: 0;
	margin: auto;
	display: table;
	padding: 7px 40px;
	font-family:'NeoSansArabic-Regular';
	font-weight: bold;
	text-transform: uppercase;
}
.btn-outer {
	width: 100%;
	float: right;
	margin-top: 40px;
}
.btn-qpoint:hover {
	color: #fff;
}
.btn-qpoint {
	display: inline-block;
	vertical-align: middle;
	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	
	position: relative;
	background: #ea6329;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn-qpoint:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #0054a6;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-qpoint:hover:before, .btn-qpoint:focus:before, .btn-qpoint:active:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
}
/* ========== 2.section three home =========== */

section.master-development {
    width: 100%;
    float: right;
}
.section-three .left-area {
	width: 100%;
	float: right;
	background-color: #0054a6;
	min-height: 600px;
	padding: 40px;
}
.section-three .content-area {
	float: left;
	width: 450px;
	margin-left: 30px;
	position:relative;
}
.section-three .left-area {
}
.section-three .col-md-6 {
	padding: 0;
	height:100%;
}
.section-three .left-area .content-area h4 {
	font-family:'NeoSansArabic-Regular';
}
.section-three .left-area .content-area p {
	font-weight: bold;
}

.section-three .right-area .content-area a { float:left; margin-top:20px;}


section.section-three {
    height: 615px;
    float: right;
    width: 100%;
}
.section-three .right-area {
	width: 100%;
	float: right;
	height: 100%;
	padding: 20px 0;
	background: url(../images/dubai-land.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.section-threec .left-area .content-area {
	max-width: 555px;
	float: left;
	text-align: right;
	width: 100%;
}
.section-three .right-area .content-area {
	max-width: 615px;
	float: left;
	text-align: left;
	background: rgba(0,84,166,.7);
	width: 100%;
	padding: 20px 0 20px 45px;
}
.tour-pic {
	float: right;
	position: relative;
	min-height: 350px;
	margin-top: 20px;
}
.outer-tour {
	position: absolute;
	z-index: 10;
}
.tour-img {
	top: 27px;
	position: relative;
	right: 34px;
}
.tour-img img {
	border-radius: 50%;
	width: 83%;
}
.tour-img img {
	border-radius: 50%;
}

.take-t {
    bottom: 46px;
    position: relative;
}

.take-t:hover {color:#fff;}

.outer {
	width: 400px;
	height: 400px;
	margin: 25px auto;
	overflow: hidden;
}
.circle {
	width: 320px;
	height: 320px;
	margin: 28px auto 0px;
	background-image: url(http://www.queuepoint-liwan.com/AR/css/Home.png);
	background-image:url(../images/tour.png);
	background-repeat: no-repeat;
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transition: ease-in-out 0.8s;
	-moz-transition: ease-in-out 0.8s;
	-webkit-transition: ease-in-out 0.8s;
	display: block;
}
.photo {
	width: 285px;
	height: 285px;
	margin: 0px 56px;
	position: absolute;
	top: 157px;
	overflow: hidden;
	display: block;
	  border-radius: 100%;
}
.in_photo {
	width: 285px;
	height: 285px;
	float: right;
	overflow: hidden !important;
	border-radius: 100%;
	display: block;
	position:relative;
	z-index:99;
}

.in_photo img { 

max-width: 100%;
    height: auto;
    border-radius: 100%;
   
	display:block;
	overflow:hidden;

}
.outer:hover .in_photo img {
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transition: transform 3s linear;
    -webkit-transition: transform 3s linear;
    transition: transform 3s linear;
    -o-transform: transform 3s linear;
	overflow:hidden;
	  border-radius: 100%;
}
.circle:hover {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: ease-in-out 0.8s;
	-moz-transition: ease-in-in 0.8s;
	-webkit-transition: ease-in-in 0.8s;
	direction:rtl;
}

.section-three .left-area .content-area p {
	float: left;
	width: 100%;
	text-align: center;
	font-family:'NeoSansArabic-Regular';
	text-transform: uppercase;
	font-size: 18px;
	clear:both;
}
.section-three .right-area .content-area h1 {
	font-family: 'NeoSansArabic-Regular';
}
.section-three .right-area .content-area h3 {
	font-family: 'NeoSansArabic-Regular';
	font-size:18px;
	line-height:24px;
}
.section-three .right-area .content-area p {
	font-family: 'NeoSansArabic-Regular';
}


/* ========== 2.section four home =========== */


section.section-four {
    height: 546px;
	float: right;
    width: 100%;
    clear: both;
}
.section-four .left-area {
	width: 100%;
	float: right;
	min-height: 100%;
}
.section-four .right-area {
	width: 100%;
	float: right;
	height:100%;
	padding: 54px 40px;
	background: #0054a6;
	background-size: cover;
	direction:rtl;
}
.section-four .col-md-6 {
	padding: 0;
	height:100%;
}
.section-four .right-area ul li {
	background: url(../images/list-style.png) right no-repeat;
	padding-right: 35px;
	margin-bottom: 5px;
}
.section-four .right-area ul {
	margin-top: 20px;
}
.section-four .right-area .content-area {
	width: 86%;
	float: left;
}
/* ========== 2.map view =========== */


#responsive_map h1 {
	margin: 0px;
}
#responsive_map {
	height: 544px;
	width: 100%;
}
#responsive_map div {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img[src*="iws3.png"] {
	display: none;
}
.gm-style-iw {
	max-width: none !important;
	min-width: none !important;
	max-height: none !important;
	min-height: none !important;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
	line-height: normal !important;
	padding: 5px !important;
}
.gm-style-iw a:link, .gm-style-iw a:visited, .gm-style-iw a:hover, .gm-style-iw a:active {
	text-decoration: underline !important;
}
.section-five {
	width: 100%;
	float: right;
	clear:both;
}
.achievement {
	width: 100%;
	float: right;
	min-height: 514px;
	background: url(../images/achevement-bg.jpg) no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	text-align: center;
	padding: 150px 0;
}
.achievement h2{ font-size: 36px;
	}
.achievement p {
	text-transform: uppercase;
	font-size:20px;
}
.newsletter {
	width: 100%;
	float: right;
	min-height: 325px;
	/*background-size: cover;
	background: url(../images/news-letter.jpg) no-repeat;
	background-size: 100% 100%;*/
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0054a6+0,2989d8+45,2989d8+45,207cca+55,207cca+55,0054a6+100 */
background: #0054a6; /* Old browsers */
background: -moz-linear-gradient(right, #0054a6 100%, #2989d8 45%, #2989d8 45%, #207cca 55%, #207cca 55%, #0054a6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(right, #0054a6 100%,#2989d8 45%,#2989d8 45%,#207cca 55%,#207cca 55%,#0054a6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left, #0054a6 100%,#2989d8 45%,#2989d8 45%,#207cca 55%,#207cca 55%,#0054a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054a6', endColorstr='#0054a6',GradientType=1 ); /* IE6-9 */


	
}
.section-five .tittle {
	text-align: center;
	background-image: url(../images/line-white-big.png);
	background-size: cover;
	background-size: 100%;
}
#villa {
	font-size: 90px;
	color: #fff;
}
#apartment {
	font-size: 90px;
	color: #fff;
}
.newsletter .btn-outer .btn {
	border: 1px solid #fff;
	vertical-align: middle;
	margin-top: 140px;
	padding: 7px 24px;
	border-radius: 5px;
	float: right;
	margin-left: 10px;
}
.mm {
	float: left;
	margin-top: 20px;
}
.newsletter .btn-outer {
	margin: auto;
	display: table;
	float: none;
	width: auto;
}
.newsletter .btn-outer .btn img {
	margin-left: 30px;
}
/* ========== 2.Sales Inquiries =========== */

.inquiries {
}
.Sales-inquiries {
	min-height: 580px;
	float: right;
	background: #0054a6;
	width: 100%;
	padding: 110px 0;
	overflow:hidden;
}
.Sales-inquiries h2 {
	text-align: center;
	background-image: url(../images/line-white-small.png);
	width: 75%;
	background-size: cover;
	background-size: 100%;
	margin: auto;
	display: block;
	background-repeat: no-repeat;
}
Sales-inquiries a.btn-qpoint {
	text-transform: uppercase;
}
/* ========== 2.Sales Inquiries =========== */

.footer {
	padding: 80px 0;
	background: #686868;
	float: right;
	width: 100%;
}
.footer h3 {
	font-family: 'NeoSansArabic-Regular';
	font-size: 18px;
}
.footer p {
	font-size: 14px;
	margin-bottom: 5px; font-weight:normal
}
.brand-logo {
	max-width: 100%;
}
.last {
	padding-top: 18px;
}
.last p {
	text-transform: uppercase;
}
.last a {
	text-transform: none;
}
.inquiries {
	margin: auto;
	float: none;
	display: table;
}
/* ========== The Project =========== */

.page-tittle {
	width: 100%;
	height: 20px;
	background: rgba(0,84,166,.9);
	position: absolute;
	bottom: 0;
	float: right;
	display: table;
}
.page-tittle h1 {
	text-align: right;
	font-family: 'GE_SS_Two_Light';
}
.page-tittle a {
	font-family: 'NeoSansArabic-Regular';
	margin-top: 25px;
	font-size: 14px;
}
.breadcrumb {
	float: left;
	margin-top: 24px;
}
.qpoint-overview {
	clear: both;
	    float: right;
    width: 100%;
	background-color: #345588;
}
.qpoint-overview .col-sm-6 {
	padding: 0;
	background-color: #345588;
	position: relative;
	min-height: 730px;
}
.overview-outer-left {
	/*	padding: 80px 60px 80px 0;*/
	width: 90%;
	float: left;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overview-outer-left .more  {
	float:right;
	margin-top:15px;
}

.lt {float:right; margin-top:15px !important;}
.overview-outer-left h2 {
	line-height: 50px; 
}

.master-outer-right .more {float:left; margin-top:15px;}
.overview-outer-right {
	min-height: 730px;
	width: 100%;
	float: right;
	background-image: url(../images/q-point-over-vew.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
}
.master-development .col-sm-6 {
	background-color: #345588;
	padding: 0;
	min-height: 500px;
}
.master-outer-left {
	width: 100%;
	float: left;
	background-image: url();
	background-size: cover;
	height: 500px;
	background-repeat:no-repeat;
	overflow:hidden;
}
.master-outer-left a{
	cursor:pointer;
}
.master-outer-right {
	width: 88%;
	float: right;
	background-color: #345588;
	text-align: right;
	padding: 20px 50px 20px 20px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.master-outer-right h2 {
	line-height: 50px;
}
.master-outer-right h3 {
	font-family: 'NeoSansArabic-Regular';
	font-size: 18px;
}
/* ========== dubai-land =========== */

.dubai-land {
	background-image: url(../images/dubai-land-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 505px;
	clear: both;
	width: 100%;
	text-align: center;
	position: relative;
	background-repeat:no-repeat;
}
.dubai-land .dubai-outer {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 60px;
}
.dubai-land .dubai-outer p {
	font-family: 'NeoSansArabic-Regular';
	font-size: 15px;
}
.dubai-land .dubai-outer a {
	font-family: 'GE_SS_Two_Light';
	font-size: 15px;
}
/* ========== SPECIFICATIONS =========== */




	
	
.spacification {
	padding: 55px 0 80px 0;
	width: 100%;
	float: right;
	text-align: center;
}
.spacification h2 {
	color: #ef7829;
	margin: 5px 0;
}
.spacification h3 {
	color: #787878;
	font-family: 'NeoSansArabic-Regular';
	font-size: 14px;
	margin: 5px 0 40px 0;
}
.one, .two, .three, .four, .five, .six {
	background-color: #ef7829;
	width: 100%;
	margin-bottom: 15px;
	float: right;
	position: relative;
}
.cover {
	width: auto;
	height: 100px;
	margin: 0 auto;
	padding-top: 25px;
	display: table;
}
.cover img {
	margin: 0 auto;
	display: table;
}
.four, .five {
	width: 48%;
	height: 154px;
	position: relative;
    z-index: 0;
}
.five {
	float: left;
}
.four {
	float: right;
}
.one {
	min-height: 320px;
	position: relative;
}
.one .cover {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30%;
}
.two {
	height: 154px;
}
.three {
	height: 154px;
	margin: 0 auto
}
.six {
	height: 154px;
}
.sales-team {
	text-align: center;
	padding: 70px 0 120px 0;
	width: 100%;
	float: right;
}
.sales-team img {
	width: 100%;
}


.sales-team h2 {
	color: #ea6229;
	margin-bottom:40px;
}
.sales-team p {
	color: #7f7e7e;
	font-family: 'NeoSansArabic-Regular';
	margin-bottom: 70px;
}
.sales-team figcaption {
	color: #fff;
	font-family: 'NeoSansArabic-Regular';
	background-color: #ea6229;
	padding: 6px;
	margin-top: 5px;
	height:100px;
}
.sales-team figcaption h3 {
	font-size: 14px;
	margin: 5px 0;
}
.section-four h4 {
	font-family: 'NeoSansArabic-Regular';
}
.section-four p {
	margin: 0;
}
.adress {
    margin-bottom: 43px;
    margin-top: 29px;
   
}
.consruction {
	padding: 30px 0;
	width: 100%;
	float: right;
}
.consruction h2 {
	color: #ea6229;
	text-align: center;
	padding:40px 0;
}
.consruction p {
	color: #7f7e7e;
	font-family: 'NeoSansArabic-Regular';
	text-align: center;
}
.consruction figcaption {
	background: #09559e;
	min-height: 40px;
	width: 100%;
	float: right;
	position:relative;
	z-index:999;
	color: #fff;
	font-size: 20px;
	font-family: 'NeoSansArabic-Regular';
	padding: 10px;
}
figcaption.related  {
	font-size: 14px;
}
.consruction figure {
	margin-bottom: 20px;
	float: right;
	width:100%;
	/*margin-bottom: 20px;
    float: left;
    width: 31%;
    margin-left: 14px;
    margin-right: 14px;*/
}
.consruction figure img {
	width: 100%;
}
/* ========== NEWS SECTION AREA START HERE =========== */

.news-outer {
}
.news-outer .tittle h2 {
	color: #ea6229;
	text-align: center;
	margin-top: 40px;
}
.news-outer .tittle p {
	color: #7f7e7e;
	text-align: center;
	font-family: 'NeoSansArabic-Regular';
}
.news {
	width: 100%;
	float: left;
	background-image: url(../images/news-bg.jpg);
	min-height: 578px;
	padding: 90px 0;
	background-size: cover;
	height:619px;
	
}
.date {
	float: right;
	width: 40%;
	min-height: 120px;
	margin-left: 5px;
	text-align: center;
}
.date h2 {
	font-size: 48px;
	color: #ea6229;
	font-family: 'NeoSansArabic-Regular';
}
.news-img {
	float: left;
	width: 58%;
}
.news-img img {
	width: 100%;
}
.news-details {
	float: right;
}.news-details a:hover{
	text-decoration:underline;
	
}
.news-details h3 {
	margin: 0 0 10px 0;
	font-size:23px;
}
.news-details a {
	font-family: 'NeoSansArabic-Regular';
}
.news-details p {
	font-size: 16px;

}
.news-in {
	width: 100%;
	float: right;
}
.news-in span{
	color:#444;
}
.news ul li {
	width: 100% !important;
	float: right !important;
}
.news-outer .btn-qpoint {
	padding: 8px 50px;
	font-family: 'NeoSansArabic-Regular';
	font-size: 14px;
}
.news-outer .btn-qpoint:hover {
	text-decoration:underline;
}
/* ========== GALLERY AREA START HERE =========== */

.media-gallery .tittle {
	text-align: center;
	color: #ea6229;
	margin-bottom: 28px;
}
.event .tittle {
	text-align: center;
	color: #ea6229;
	margin-bottom: 28px;
}
.event .tittle p {
	font-family: 'NeoSansArabic-Regular';
}
.media-gallery {
	background: #e2e2e2;
	padding: 70px 0 80px 0;
}
.event {
	padding: 70px 0;
}
.event-row figcaption {
	background: #0054a6;
	float: right;
	width: 100%;
	padding: 10px 20px 0 20px;
	font-size: 14px;
	font-family: 'NeoSansArabic-Regular';
	direction:rtl;
}
.event-row figcaption span{
	color:#a8cef3;
}
.event-row figure img {
	width: 100%;
}
.event-row figcaption p {
	font-size: 14px;
	font-family: 'NeoSansArabic-Regular';
}
.event-row figure {
	width: 100%;
}
/* ========== Location =========== */
.page-tittle a {
	color: #fff;
}


.location-map {
	padding: 40px 0 40px 0;
	margin: 0;
	background-color: #f1f1f1;
}
.location-text h2 {
	font-family: 'GE_SS_Two_Light';
	font-size:30px;
	color: #ea6229;
	text-align: center;
	margin-top: 90px;
	margin-bottom:30px;
}
.location-text h6 {
	letter-spacing: 2px;
	font-family: 'NeoSansArabic-Regular';
	color:#7f7e7e;
	font-size: 16px;
	line-height: 30px;
}
.location-text p {
	line-height: 30px;
	font-family:'NeoSansArabic-Regular';
	font-size: 16px;
	color: #7f7e7e;
	
}
/* ========== Figures =========== */
.section-figures h2 {
	letter-spacing: 2px;
	font-family: 'GE_SS_Two_Light';
	font-size: 25px;
	color: #ea6229;
	text-align: center;
	padding:40px 0;
}
.section-figures figcaption {
	background: rgba(0,84,166,0.8) none repeat scroll 0 0;
	color: #fff;
	float: right;
	font-family:'NeoSansArabic-Regular';
	font-size: 18px;
	min-height: 64px;
	padding: 3px 18px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 999;
}
.section-figures figure {
	float: right;
	width: 100%;
}
.figure-title {
	position: relative;
	float: right;
	margin-bottom: 30px;
	width: 100%;
}
.figure-title img {
	width: 100%;
}
.last-figure {
	padding-bottom: 90px;
}
.construction .btn {
	font-family: 'NeoSansArabic-Regular';
	font-size: 14px;
	letter-spacing: 2px;
	padding: 10px 92px;
	margin-bottom: 90px;
}
.section-four .right-area {
	border-bottom: 1px solid #fff;
}
.forsale-content h2 {
	line-height: 30px;
	font-family: 'GE_SS_Two_Light';
	font-size: 30px;
	color: #ea6229;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}
.list-sale ul li {
	background-image: url(../images/list-sale.png);
	background-repeat: no-repeat;
	padding-right: 34px;
	font-size: 15px;
	color: #515151;
	font-family: 'NeoSansArabic-Regular';
	margin-top: 14px;
	    background-position: right;
}
.plan-img h2 {
	font-family: 'GE_SS_Two_Light';
	font-size: 26px;
	color: #ea6229;
	text-align: center;
	padding:30px 50px 0 0;
}
.plan-img {
	float: right;
	width: 100%;
	background-color: #d7d7d7;
	padding-bottom: 60px;
}
.plan-img img {
	width: 100%;
}
.sale-gallery {
	float: right;
	width: 100%;
	padding: 70px 0;
}
.sale-gallery .col-sm-3 {
	padding: 0;
	overflow:hidden;
}

.sale-gallery .col-sm-3 img {
	width: 100%;
}
.news-scrl{
	max-height:300px;
	overflow:hidden;
}
.news-scrl a img{
	width:350px;
	
}






/* ========== Forsale =========== */


.for-sale-gallery .portfolio-wrapper {
	  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	overflow:hidden;
}
.for-sale-gallery .portfolio-wrapper img{
	  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	
}

.for-sale-gallery .portfolio-wrapper img:hover{
	transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	
	
}
.for-sale-gallery{
	float:right;
	width:100%;}
.for-sale-gallery .tittle {
	text-align: center;
	color: #ea6229;
	margin-bottom: 28px;
}
.for-sale-gallery {
	padding: 70px 0 80px 0;
}
.for-sale-gallery .portfolio-wrapper{
	cursor:default;
	margin:10px 10px 55px 10px ;
	background-color:#fff;}
.for-sale-gallery #portfoliolist .portfolio{
	width:33.3333%;}
.for-sale-gallery .portfolio-wrapper > img {
    width: 100%;
}
.for-sale-gallery .portfolio img {
	max-width:100%;
	position:static;
    -webkit-transition: none;
    transition:none;		
	}
.for-sale-gallery figcaption{
	background-color:#f1f3f2;
	float: right;
    width: 100%;
	padding: 18px 9px;
	}
.for-sale-gallery p{
	color:#155aa2;
	font-family: 'NeoSansArabic-Regular';
}
.redamore-price a{
	color:#ea6229;
	}
.bed-area{
	text-align:left;}
.price span {
    float: right;
    width: 66px;
}
.bed-area span {
    float: right;}

.redamore-price a {
	font-family: 'NeoSansArabic-Regular';
    background-image: url("../images/read-more-price.png");
    background-position: 5% 11px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    text-align: center;
    transition: background-position 0.6s ease 0s;
	font-size:15px;
}
.redamore-price a:hover {
    background-position: 0% 11px;
    text-decoration: none;
}


.portfolio img {width:100%;}

section.location-text.clearfix {
    float: right;
    width: 100%;
    margin-top: 58px;
}

.sale-gallery .col-sm-3 img:hover{ 
	transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}

.for-sale-gallery .portfolio-wrapper {overflow:hidden;}

#myList li{ }
#loadMore {
    color: #fff;
    cursor: pointer;
    background-color: #f07929;
    margin: auto;
    display: table;
    padding: 5px 54px;
	font-family: 'NeoSansArabic-Regular';
}
#loadMore:hover {
    color:black;
}
#showLess {
    color:red;
    cursor:pointer;
}
#showLess:hover {
    color:black;
}

.owl-pagination .active {border-bottom:none;}

.video-qpoint {width:100%; float:right; position:relative; height:768px !important; z-index:9;}
.video-qpoint video { width:100%;}
.banner .caption strong {
    font-size: 22px;
    padding-left: 7px;
}
.banner {position:relative;}
.banner .caption p{ text-transform:uppercase; color:#fff;}
#dir {
        position: absolute;
    left: 5%;
    top: 60%;
    padding: 20px;
    background: #000;
    border-radius: 40px;
    opacity: .4;
    cursor: pointer;
    z-index: 99;
}

#dir i {
    display: block;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    width: 20px;
    height: 20px;
    position: relative;
    right: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    text-decoration: none;
}

.material-select.checkbox span {
    color: #fff;
}

.banner-inner  {position:relative;}
.banner-inner img {width:100%;}

.bx-wrapper .bx-pager {z-index: 999999;}

.list-sale {margin:60px 0;}

.htt {margin-top:30px;}

.htt h2 { color:#ea6229; text-align:center; margin:20px 0;}

.pr-dtl li {display:inline-block; color:#ea6229;     padding: 5px 17px;}

.pr-dtl li:after {
	
	content:"/";
	  margin: 0 21px;
}
.pr-dtl {text-align:center;}


.banner-reg-form h2 { font-size:24px; text-align:right; margin:5px 0;}
.banner-reg-form p { font-size:14px; }

.banner-reg-form {width:370px; position:absolute; height:auto; background:#0054a6; z-index:99; left:10%; top:10%; padding:20px;}

.nation select {width:100%;height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.nation textarea {width:100%;height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.banner-reg-form .btn-qpoint {width:100%;  border-radius: 4px; font-size:16px;}



.inquiries .btn.btn-success {padding: 7px 73px;}

.gm-style .gm-style-iw {color:#0054a6;}

.spec-caption {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #5F5F5F;
	width: 100%;
	height: 100%;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	opacity: 0;
	padding:20px;
}
.spec-caption p {
	margin-bottom: 5px;
	font-size: 13px;
}

.one .spec-caption p{ position: relative;
    top: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}
.two .spec-caption p{ line-height:15px;
	}
.three .spec-caption p{
	position: relative;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}	
.four .spec-caption p{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}	
.five .spec-caption p{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}
.six .spec-caption p{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}	
	
	
.one:hover .spec-caption {
	opacity: 1;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	padding:20px;
	
}

.two:hover .spec-caption {
	opacity: 1;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
		padding:20px;

}

.three:hover .spec-caption {
	opacity: 1;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	padding:20px;
}

.four:hover .spec-caption {
	opacity: 1;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	padding:20px;
}

.five:hover .spec-caption {
	opacity: 1;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	padding:20px;
}

.six:hover .spec-caption {
	opacity: 1;
	transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	padding:20px;
}
#banner .item {
    width: 100% !important;
}
.one .spec-caption p {
    margin-top: 40px !important;
}

.slide-top1 { border:1px solid #E4E4E4;
margin-bottom:20px;
}
.slide-top1 figure{
	margin-bottom:0px;
}
.news-pg{
	color:#444;
	}
.news-pg p{ margin-bottom:15px;}	
	
.news-pg .news-img{
	margin-bottom:40px;
	
}
.news-pg .news-img img{
	max-width:100% !important;
}
.news-pg a{
	color:#444 !important;
}
.padng-none{
	padding:0px;
	overflow:hidden;
}

.vdeo-ico{
	position:absolute !important;
	z-index:100 !important;
	top:50% !important;
	right:50% !important;
	width:40px !important;
	height:40px !important;
	margin-top:-20px;
	margin-right:-20px;
}
.more-new{
	position:absolute !important;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .8);
	z-index:1000;
	text-align:center;
	color:#fff;
}
.more-new img{
	width:40px !important;
	height:auto !important;
	margin-top:27px;
}
.news-style{
	width:100% !important;
	margin-bottom:30px;
}
.news-style p{
	color:#444;
}
.news-style a{
	color:#444;
}
.news-style h3{
	color:#444;
}
.vdeo-innr a{
	cursor:pointer;
}


  .newslide .item .col-sm-12 a {
    float: right;
    width: 100%;
}
.newslide .item .col-sm-12 a img { width:100%; }

.news-img-rght{
	float:left;
	margin:20px 20px 10px 0;
	border:1px solid #D4D4D4;
	padding:10px;
}
.news-img-rght img, .news-img-lft img{
	max-width:300px;
}
.news-img-lft{
	float:right;
	margin:10px 0px 10px 20px;
	border:1px solid #D4D4D4;
	padding:10px;
}
.sale-gallery .owl-item {
    text-align: center;
}
.rel-cvr{
	padding:0px;
	margin:0px;
}
.navbar-nav{
	float:left;
	margin-left:-15px;
}
footer .brand-logo{
	width:185px;
}
.select-new{

}
.evnt-list figcaption{
	font-size:14px;
} 
.evnt-list figcaption span{
	color:#a8cef3;
}

.rel-cvr:first-child .top-menu {
}