
@font-face {
  font-family: 'GillSans';
  src: url('../font/gillsans/GillSans.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSans';
  src:  url(data:application/x-font-woff;charset=utf-8;base64,) format('woff'), url('../font/gillsans/GillSans.ttf')  format('truetype'), url('../font/gillsans/GillSans.svg#GillSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'optimanormal';
    src: url('font/optima.woff2') format('woff2'),
         url('font/optima.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'optimabold';
    src: url('fontbold/optima_b.woff2') format('woff2'),
         url('fontbold/optima_b.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'avenirLight';
	src: url('../fonts/Avenir-Light.eot');
	src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'avenirBook';
	src: url('../fonts/Avenir-Book.eot');
	src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'avenirMedium';
	src: url('../fonts/Avenir-Medium.eot');
	src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GillSans';
	src: url('../fonts/Avenir-Roman.eot');
	src: url('../fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'avenirBlack';
	src: url('../fonts/Avenir-Black.eot');
	src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'avenirHeavy';
	src: url('../fonts/Avenir-Heavy.eot');
	src: url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	margin: 0px;
	/*font-family: 'GillSans';*/
	font-family: 'Source Sans Pro', sans-serif !important;
	color: #000;
	font-weight: normal;
	background-color: #FFF;
	font-family: 'Montserrat', sans-serif !important;
}
.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
	font-weight: normal;
	/* font-family: 'avenirMedium'; */
}
.wrapper h1 {
	font-size: 43px;
	line-height: 60px;
	margin-bottom: 15px;
}
.wrapper h2 {
	font-size: 30px;
	/* font-family: 'GillSans'; */
	line-height: 35px;
	margin-bottom: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color:#102269;
	font-weight: bold;
}
.box_height{
	min-height:485px !important;
	}
.box_height2{
	min-height:465px !important;
	}
.box_height3{
	min-height:385px !important;
	}		
.dirctry_sml_box{
	height:100px !important;
	width:18%;
	/* background:#0e2269; */
	margin:12px;
	text-align:center;
	color:#fff;
	font-size:28px;
	text-transform:uppercase;
	font-family: 'optimabold';
	/* padding:28px 10px; */
	float:left;
	}	
.map_sec{
	height: 510px;
	}
.sec_height{
	min-height:280px !important;
	}
.media_galley{
	width:20%;
	/*height:145px;*/
	height:175px;
	float:left;
	}	
.media_galley img:hover{
	  opacity: 0.5;
	}		
.wrapper h3 {
	font-size: 36px;
	line-height: 34px;
	margin-bottom: 12px;
}
.wrapper h4 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 11px;
	color: #36ad7a;
}
.wrapper h5 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}
.wrapper h6 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
p {
	font-size: 14px !important;
	color: #000076;
	margin-bottom: 15px;
	/* font-family: 'Source Sans Pro', sans-serif!important; */
	line-height: 20px;
	font-family: 'Montserrat', sans-serif !important;
}
.link{
	width:120px;
	margin:15px auto;
	}
.link a{
	background:none !important;
	color:#0e2269 !important;
	padding:10px !important;
	height:auto !important;
	font-family: 'optimabold';
	font-size:16px;
	text-transform:uppercase;
	float:left;
	
	}
a {
	color: #6a6a6a;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
}
.link2 a{
	background:#fff !important;
	color:#0E2269 !important;
	padding:10px !important;
	height:auto !important;
	font-family: 'optimabold';
	font-size:16px;
	text-transform:uppercase;
	margin-top:5px;
	float:left;
	
	}
.center_more {
	width:100px;
	margin:15px auto;
	}	
.link3 a{
	background:#0E2269 !important;
	color:#fff !important;
	padding:10px !important;
	height:auto !important;
	font-family: 'optimabold';
	font-size:16px;
	text-transform:capitalize;
	text-decoration:none;
	margin-top:5px;
	float:left;
	
	}	
a {
	color: #6a6a6a;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
}
p a {
	text-decoration: underline;
}
.date{
	color:#fff;
	margin-bottom:15px;}
ul {
	padding-left: 0px;
	   
}
.event p{font-family: 'optimanormal'!important; padding:0!important; margin:15px 0 0 0 !important; text-transform:capitalize !important;}
ul li {
	line-height: 24px;
	color: #0e2269;
	list-style-type: circle;
	margin-left: 17px;
}
a:hover {
	color: #000;
}
img {
	border: none 0px;
}
.wrapper input, .wrapper textarea, .wrapper select {
	/* font-family: 'GillSans'; */
	color: #333;
	font-weight: normal;
	font-size: 14px;
}
.wrapper select {
	cursor: pointer;
	padding: 9px 6px 9px;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	-webkit-appearance: none;
	height: 36px;
	-moz-appearance: none;
	text-indent: 0.01px;
	color: #fff;
	font-family: 'GillSans';
	text-overflow: "";
}
input[type="submit"] {
	cursor: pointer;
}
input:focus, textarea:focus {
	outline-color: transparent;
	outline-style: none;
}
select:focus {
	outline: none;
}
section {
	display: block;
}
/*  uncomment this line when using formidable form. This will act as placeholder.(for IE only)
.wrapper .label{ font-size: 14px; color: #6A6969; font-weight: 200; display: block; overflow: hidden; position: absolute; margin-top: 6px; margin-left: 6px;}
*/


/* css 3 animation keyframes */
@-moz-keyframes bounce {
 80% {
margin-top:15px;
}
 85% {
margin-top:-50px;
}
 90% {
margin-top:15px;
}
 95% {
margin-top:5px;
}
 100% {
margin-top:15px;
}
}
 @-webkit-keyframes bounce {
 80% {
margin-top:15px;
}
 85% {
margin-top:-50px;
}
 90% {
margin-top:15px;
}
 95% {
margin-top:5px;
}
 100% {
margin-top:15px;
}
}
 @-moz-keyframes zoom {
 0% {
-moz-transform:scale(1.0);
opacity:1;
}
 50% {
-moz-transform:scale(1.03);
opacity:1;
}
 100% {
-moz-transform:scale(1);
opacity:1;
}
}
 @-webkit-keyframes zoom {
 0% {
-webkit-transform:scale(1.0);
opacity:1;
}
 50% {
-webkit-transform:scale(1.03);
opacity:1;
}
 100% {
-webkit-transform:scale(1);
opacity:1;
}
}
/* add elements here for zoom/bounce effect
{-moz-animation:zoom .3s linear; animation:zoom .3s linear; -webkit-animation:zoom .3s linear;}
{-moz-animation:bounce .3s linear; animation:bounce .3s linear; -webkit-animation:bounce .3s linear;} */
.loader {
	background: #FFFFFF;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.logo-middle {
	display: none;
	height: auto;
	margin: 24% auto 0;
	text-align: center;
	width: 300px;
}
.logo-middle img {
	max-width: 100%;
	height: auto;
	display: block;
}
.errors, .success {
	background: #FFFFFF;
	display: block;
	font-size: 14px;
	overflow: hidden;
	padding: 0px;
}
.errors {
	color: #f04f71;
}
.success {
	color: #51bf9b;
}
.wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
}
.content {
	float: left;
	height: auto;
	width: 100%;
}
.content-body {
	max-width: 1170px;
	margin: 0 auto;
}
.full {
	padding: 1%;





	width: 98%;
	position: relative;
	float: left;
}
.half {
	padding: 1%;
	width: 48%;
	position: relative;
	float: left;
}
.third {
	padding: 1%;
	width: 31%;
	position: relative;
	float: left;
}
.quarter {
	padding: 1%;
	width: 23%;
	position: relative;
	float: left;
}
.twothird {
	padding: 1%;
	width: 64%;
	position: relative;
	float: left;
}
::selection {
	background: #36b475;
	color: #fff;
}
::-moz-selection {
background: #B2802C;
color: #fff;
}
::-webkit-scrollbar {
width: 10px;
height:5px;
cursor: pointer;
}
::-webkit-scrollbar-track {background-color: #36b475;}
::-webkit-scrollbar-thumb {width:30px;background-color: #d0d2d5;}
::-webkit-input-placeholder {
color: #333;
}
:-moz-placeholder {
color: #333;
}
::-moz-placeholder {
color: #333;
}
:-ms-input-placeholder {
color: #333;
}
.block-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* background: url("../images/transparent-overlay.png"); */
	background: #f2f2f2;
}
.admin-user .ccm-input-text{ min-height: 28px; }
/* header */
/*header {
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}*/
div#ccm-toolbar, div#ccm-dashboard-overlay, div#ccm-edit-overlay {
	z-index: 1001;
}
.admin-user header {
	top: 27px;
}
/*header.sticky {
	box-shadow: 0 0 10px 0 #0a1c37;
}
header .full {
	transition: padding .6s ease;
	-moz-transition: padding .6s ease;
	-webkit-transition: padding .6s ease;
}
header.sticky .full {
	padding: 0 1%;
}*/

@media screen and (max-width: 400px) {	

.logo a {
	width: !important;
	display: block;
}
.logo a img {
	width:auto;
	height: auto;
	/*max-height: 35px;*/
}
header div.logo {
    float:;
    width: 100%;
    position: relative; margin-right:20px;
}'


}
/* menu */
nav {
}
nav ul {
	float: right;
	list-style: none;
}
nav ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0 10px;
	text-transform: uppercase;
}
nav ul li a {
	color: #0a1c37;
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px !important;
}
nav ul li a:hover, nav ul li.nav-path-selected a, nav ul li a.nav-selected {
	border-bottom: 2px solid #af802c;
}
.menu-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.76;
	background: #0a1c37;
	opacity: 0.76;
	z-index: 10;
}
.sub-menu-wrapper {
	display: none;
	background: rgba(255,255,255, 1);
	left: 0;
	position: fixed;
	top: 77px;
	border-top: 1px solid #0a1c37;
}
.sticky .sub-menu-wrapper {
	top: 55px;
}
.sub-menu-wrapper .villas-list, .sub-menu-wrapper .wonders-list {
}
.sub-menu-wrapper .villas-list {
}
.sub-menu-wrapper .wonders-list {
}
.sub-menu-wrapper .sub-menu-title {
	border-bottom: 1px solid #fff;
	margin-right: 1%;
	margin-left: 1%;
}
.sub-menu-wrapper .sub-menu-title a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #0a1c37;
	padding: 2px 15px;
	display: inline-block;
}
.sub-menu-wrapper .sub-menu-title a.see-all-btn {
	background: none;
	text-transform: initial;
	color: #0a1c37;
	font-size: 14px;
}
.sub-menu-wrapper .sub-menu-title a.see-all-btn:hover {
	color: #af802c;
	background: none;
	font-size: 14px;
	text-transform: initial;
}
.sub-menu-wrapper .sub-menu-title a:hover {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #af802c;
}
.sub-menu-wrapper .villas-list .half, .sub-menu-wrapper .wonders-list .half {
}
.sub-menu-wrapper .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	width: 1%;
}
.sub-menu-wrapper .image:hover .sub-sub-title {
	background: rgba(10, 28, 55, 1);
}
.sub-menu-wrapper .sub-sub-title {
	background: rgba(10, 28, 55, 0.75);
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	padding: 6px 15px;
	text-align: center;
	text-transform: uppercase;
	transition: background .6s ease;
	-moz-transition: background .6s ease;
	-webkit-transition: background .6s ease;

	line-height: 20px;
}





nav .hasul-arrow {
	opacity: 0;
	bottom: -22px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(10, 28, 55, 0.6);
	position: absolute;
	height: 0;
	left: 40%;
	width: 0;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;
}
.sticky nav .hasul-arrow {
	bottom: -12px;
}
nav li.project-menu:hover .hasul-arrow, nav li.project-menu.hover .hasul-arrow {
	opacity: 1;
}
/* site body */
.site-body {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 77px;
}
/* contact form */
.contact-form {
	padding: 20px 0;
	position: relative;
	/*background-image: url("../images/contact-bg.jpg");*/
	background:#fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	color: #fff;
}
.contact-bg-box>div {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 0;
}
.villa-contact-bg {
	background-image: url("../images/villas-overview.jpg");
}
.wonders-contact-bg {
	background-image: url("../images/the-wonders.jpg");
}
.apartment-contact-bg {
	background-image: url("../images/apartments.jpg");
}
.buy-contact-bg {
	background-image: url("../images/buy-rent.jpg");
}
.contact-form h2 {
	margin-bottom: 10px;
	letter-spacing: 0;
	text-transform: uppercase;
	color:#333;
	font-weight: 500;
	/*font-family: 'optimabold';*/
	/* font-family: 'Source Sans Pro', sans-serif !important; */
	font-size: 29px;
	font-family: 'Montserrat', sans-serif !important;
}
.contact-form p.contact-msg,.contact-form p.contact-msg a{ color: #fff; font-size: 14px; }
.contact-form p.contact-msg a:hover{ text-decoration: underline; }
.contact-form .no_counter {
	display: none;
}
.contact-form .element.radio {
	width: 100%;
	text-align: center;
}
.contact-form .element.radio > .label {
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.contact-form .element.radio > .label label {
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
.contact-form .element.radio > .input {
	margin: 0;
}
.contact-form .element.radio > .input .radio {
	cursor: pointer;
	width: 150px;
	height: 130px;
	padding: 0;
	border: 2px solid #fff;
	display: inline-block;
	float: none;
	margin: 0 4%;
	position: relative; /*background-image: url("../images/tick.svg");*/
	background-position: 50% 75%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	transition: background-color .6s ease;


	-moz-transition: background-color .6s ease;
	-webkit-transition: background-color .6s ease;
}
.contact-form .element.radio > .input .radio.selected {
	background-color: #fff;
	background-image: url("../images/tick-active.svg");
}
.contact-form .element.radio > .input .radio:hover {
	background-color: #fff;
}
.contact-form .element.radio > .input .radio.selected {
	background-position: 50% 75%;
}
.contact-form .element.radio > .input .radio label {
	color: #fff;
	display: block;
	font-size: 15px;
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
}
.contact-form .element.radio > .input .radio:hover label, .contact-form .element.radio > .input .radio.selected label {
	color: #0A1C37;
}
.contact-form .element.radio > .input .radio input {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.contact-form .formidable_column .fieldsets {
	width: 60%;
	margin: 35px auto 0;
	position: relative;
	overflow: hidden;
}
.contact-form .formidable_column .fieldsets .element {
	width: 50%;
	float: left;
	position: relative;
	clear: none;
}

.contact-form .formidable_column .fieldsets .element[class*="message-"] {
	width: 100%;
}
.contact-form .element.select{  width: 90px !important;
    margin: 0 5px 0 15px;
  padding: 7px 0px;}
.contact-form  .element.select select ,.element.address select{
background-color: transparent;
  background-image: url(../images/select-drop-w.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 10px auto;	
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;text-transform: capitalize;  font-size: 16px;
  padding: 5px 3px;
  font-weight: 400;
  outline: none;  height: auto;
  line-height: 25px;}
  .villas-Page .featured-property {
  margin-top: 35px;
}
  .sort-by-price span{  font-size: 15px;text-align: right;
  text-transform: uppercase;
  margin-top: 30px;



  display: block;}
   .sort-by-price .sbOptions a:link, .sort-by-price .sbOptions a:visited , .search-filter-box.sbOptions a:link, .search-filter-box .sbOptions a:visited{
  font-size: 12px;
 }

  .sort-by-price .sbHolder {
  background: #f2f3f4;
  font-size: 12px;  margin-bottom: 0;  margin-top: 20px;
  }
  .sort-by-price input{display: none;}
  .element.address .input{  margin-bottom: 0px !important;
  margin-top: 7px !important;}
.contact-form select option {
  color: #000;
  background: #fff;
}

.contact-form .formidable_column .fieldsets .element .input {
	margin: 0 5%;
}

.contact-form .formidable_column .fieldsets .element[class*="message-"] .input {
	margin: 0 17px;
}
.contact-form .radio,.contact-form .checkbox {
  padding-left: 15px;x
}
.contact-form .formidable_column .fieldsets .element textarea,
.contact-form .formidable_column .fieldsets .element input {
	border: 0;
	border: 1px solid #0A1C37;
	color: #333;
	background: none;
	border-radius: 0;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/* font-family: 'GillSans'; */
	/* height: 49px; */
	padding-left: 10px;
}
.contact-form .formidable_column .fieldsets .element textarea{
	height: auto;
	}
.contact-form .formidable_column .fieldsets .element select {
	border: 0;
	border: 1px solid #0A1C37;
	color: #787878;
	background: none;
	border-radius: 0;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
	text-transform:capitalize;
	    font-family: 'GillSans';
	/* padding-left: 0; */
}
.contact-form .formidable_column .fieldsets .element #message-6{padding-right: 40px;}
.contact-form .buttons {
	margin: 0;
}
.mesg-count{  line-height: 18px;
  color: #999;
  font-size: 12px;
  margin-left: 22px;
  margin-top: 3px;}
.contact-form .buttons .btn.primary {
	color: #fff;
	background-color: #ccc;
	background-image: url("../images/arrow-right-blue.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	border: 1px solid #fff;
	border-radius: 0;
	font-size: 18px;
	padding: 8px 40px 4px 10px;
	text-transform: uppercase;
	transition: background-color .6s ease;
	-moz-transition: background-color .6s ease;
	-webkit-transition: background-color .6s ease;
	font-size: 0px;
	padding: 14px 15px;
	position: absolute;
	right: 20.1%;

	bottom: 20px;
	filter:none;
}
.formidable .counter {
  text-align: left;
  margin-top: 3px;
}
.contact-form .buttons .btn.primary:hover {
	color: #fff;
	background-color: #0A1C37;
	background-image: url("../images/arrow-right.svg");
}
.contact-form .t-c-box{ width: 57%; margin: 0 auto; text-align: left; }






.contact-form .t-c-box a{ color: #fff; }
.contact-form .t-c-box input{ width: 18px; height: 18px; }
.contact-form .t-c-box .check-error{ background: #cb4949; color: #fff; font-weight: bold; padding: 4px; text-align: center; }
.contact-form .form-footer{ width: 57%; margin: 0 auto; position: relative; }
/*.contact-form .form-footer .t-c-box,.contact-form .form-footer .contact-email{ width: 44%; margin: 0 3%; float: left; position: relative; }*/
.contact-form .form-footer .contact-email p{ text-align: right; font-size: 14px; margin-bottom: 0; color: #fff; }
.contact-form .form-footer .contact-email p a{ color: #fff; }

.contact-form .form-footer .contact-email p a:hover{ text-decoration: underline; }


.contact-form .formidable_column .fieldsets .element.checkbox{ padding-top: 0; margin: 0; text-align: left; } 
.contact-form .formidable_column .fieldsets .element.checkbox .input.no_label{ margin: 0; }
.contact-form .formidable_column .fieldsets .element.checkbox .input.no_label .checkbox{ padding: 0; margin: 0; }
.contact-form .formidable_column .fieldsets .element.checkbox input{ cursor: pointer; width: 18px; height: 18px; margin: 2px 5px 2px 0; }
.contact-form .formidable_column .fieldsets .element.checkbox label{ color: #fff; line-height: 24px; }

/* footer */
footer {
	background: #2bb673;
	color: #fff;
	padding: 10px 0 5px;
}
.social a.all-feeds{ background: #fff; color: #0a1c37; display: block; height: auto; margin-left: 5px; padding: 5px 0; text-align: center; text-transform: uppercase; width: 298px; }
.social a.all-feeds:hover{ background-color: #AF802C; text-decoration: none; color: #fff; }
.MailingListSubscribe {
	margin-top: 40px;
}
.mailing-list-signup-title {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.MailingListSubscribe .mailing-list-email-wrap {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
	width: 200px;
}
.mailing-list-email-wrap input {
	border: 1px solid #fff;
	color: #fff;
	padding: 6px 5%;
	font-size: 14px;
	width: 100%;
	background: none;
}
.MailingListSubscribe form input[type="submit"] {
	background-color: #b2802c;
	background-image: url("../images/arrow-right.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	border: 0 none;
	font-size: 0;
	height: 34px;
	padding: 0;
	width: 70px;
}
.MailingListSubscribe form input[type="submit"]:hover {
	background-color: #fff;
	background-image: url("../images/arrow-right-blue.svg");
}
.mailing-list-checkboxes {
	display: none !important;
}
.copyright {
	text-align: center;
	margin-bottom: 15px;
	margin-top: -2px;
	/* font-size: 12px; */
}
.ten {
	margin-top: 35px;
}
.copyright .footer-logo {
	width: 80px;
	margin: 0 auto 15px;
}
.footer-logo img {height: 139px;}
.copyright .footer-logo img {
	max-width: 100%;
	height: auto;
	display: block;
}
.copyright p, .copyright a {
	font-size: 13px !important;
	color: #fff;
	text-decoration: none;
	margin: 0;
	text-transform: uppercase;
	/* font-family: 'GillSans'; */
}
.copyright a:hover {
	text-decoration: underline;
}
.social {
	text-align: left;
	float: right;
	margin-top: 0px;
}
.social a {
	display: inline-block;
	width: 33px;
	height: 35px;
	margin-left: 0px;
	margin-top: 0px;
	/* background: #fff; */
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	/* text-decoration: none; */
}
.social a.facebook:hover {
	/* background: #3A5795; */
}
.social a.twitter:hover {
	/* background: #3b88c3; */
}
.social a.linkedin:hover {
	/* background: #069; */
}
.social a.youtube:hover {
	/*background: #CC181E;*/
}
.social a.vimeo:hover {
	background: #456;
}
.social a.instagram:hover {
	/* background: #a77b5e; */
}
.social a.pinterest:hover {background:#c92127;}
.social a img {
	/* width: 20px; */
	height: auto;
	display: block;
	margin: 2px auto 0;
}
.social a.facebook img, .social a.linkedin img {
	width: auto;
	/* height: 20px; */
	/* margin-top: 8px; */
}
.social a span {
	font-size: 24px;
	padding: 6px;
	color: #0a1c37
}
.social .facebook span {
	padding-right: 11px;
	padding-top: 8px;
	font-size: 22px;
}
.social a:hover span {
	color: #fff
}
/*home */
.banner-container {
	position: relative;
	margin-top: 78px;
	overflow: hidden;
}
.home-page .banner-container {
	overflow: inherit;
}
#controls-wrapper, #nextslide, #prevslide {
	display: none !important;
}
#thumb-tray {
	bottom: -500px;
}
#supersized li, #supersized {
	position: absolute;
}
#supersized {
	top: 78px;
}
.home-page .project-form-container {
	display: none;
}
.banner-buttons {
	opacity: 0;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;
}
.banner-container, #supersized {
	height: 400px;
	transition: height .6s ease;
	-moz-transition: height .6s ease;
	-webkit-transition: height .6s ease;
}
.banner-blurred {
	background-image: url("../images/falcon-home-banner.jpg");
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner-gradient {
	background-image: url("../images/gradient-2.png");
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}
.property-detailed-page .banner-gradient {
	display: block;
}
.banner-caption-box {
	position: relative;
	height: 100%;
	transition: height .6s ease;
	-moz-transition: height .6s ease;
	-webkit-transition: height .6s ease;
	overflow: hidden;
}
.home-page .banner-caption {
	display: none;
}
.banner-caption {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 35%;
	background-image: url("../images/text-overlay.png");
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.banner-caption h1 {
	font-family: 'avenirLight';
	color: #fff;
	font-family: 'avenirLight';
	text-transform: uppercase;
}
.banner-buttons a {
	background-color: #fff;
	padding: 13px 18px 13px 45px;
	font-family: 'avenirLight';
	font-size: 14px;
	text-transform: uppercase;
	color: #0a1c37;
	display: inline-block;
	background-size: 30px;
	background-position: 6% center;
	background-repeat: no-repeat;
	margin: 0 5px;
	-webkit-transition: background-color 250ms ease-in-out;
	-moz-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out;
}
.banner-buttons a:hover {
	background-color: #0a1c37;
	text-decoration: none;
	padding: 13px 18px 13px 45px;
	color: #fff;
	background-size: 30px
}
.get-started {
	background-image: url("../images/go-down.svg");
}
.play-btn {
	background-image: url("../images/play-btn.svg");
}
.get-started:hover {
	background-image: url("../images/go-down-hover.svg");
}
.play-btn:hover {
	background-image: url("../images/play-btn-hover.svg");
}
.see-all-box {
	background: #0a1c37;
	position: absolute;
	width: 130px;
	text-transform: uppercase;
	bottom: -45px;
	right: 50px;
	padding: 15px;
}
.see-all-box h4 {
	font-family: 'avenirMedium';
	color: #fff;
	font-size: 15px;
	margin: 0;
	line-height: 22px;
}
.see-all-box p {
	font-family: 'avenirMedium';
	color: #fff;






	font-size: 10px;
	margin-bottom: 0;
	line-height: 16px;
}
.see-all-box span {
	font-family: 'avenirMedium';
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
	background-image: url("../images/arrow-right.svg");
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding: 0px 34px 0px 0px;
	margin-top: 10px;
	display: inline-block;
	transition: background-position .6s ease;
	-moz-transition: background-position .6s ease;
	-webkit-transition: background-position .6s ease;
}
.see-all-box:hover span {
	background-position: 95% center;
}
.fancybox-close {
	right: -37px;
	background-image: url('../images/CLOSE.png');
	background-size: 26px;
	background-repeat: no-repeat;
	top: -17px;
}
.default-page .info-description .nav {
	padding-left: 0px;
}
.default-page .info-description .nav>li>a {


	padding: 10px 0;


}
.default-page .info-description .nav>li {
	text-transform: uppercase;
}
.about-info-left {
	text-align: center;
}
/*.about-info-left img {
	width: 220px;
}*/
.home-page .about-info-left {
	text-align: center;
}
.page-description-box {
	padding: 70px 0;


}
.page-description p {
	font-family: 'GillSans';
}
.page-description a {
	background: #1C2E5E;
	color: #fff;
	display: inline-block;

	padding: 9px 14px;
	text-transform: uppercase;
	margin-top: 10px;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.page-description a:hover {
	background: #996F25;
	text-decoration: none;
}
.project-form-box {
	height: 500px;
	background-image: url("../images/home-project-form-bg.jpg");
	background-size: cover;
	padding: 40px 0;
	position: relative;
}
.project-form h2 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'avenirBook';
	line-height: 40px;
	margin: 0;
	padding-left: 40px;
	letter-spacing: 3px;
}

.project-form p {
	color: #fff;
	text-transform: uppercase;
	font-family: 'avenirBook';
	background-image: url("../images/orange-strip.svg");
	background-position: 0 center;
	margin-left: 40px;
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 80px;
}
.property-detailed-page .page-description-box {
	padding: 50px 0 40px;
}
.banner-heading h2 {
	background-image: url("../images/orange-strip.svg");
	color: #000;
	text-transform: uppercase;
	font-family: 'avenirBook';
	line-height: 40px;
	letter-spacing: 3px;
	margin: 0;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: left bottom;
	margin-top: 30px;
}
.project-form p span {
	color: #fff;
	text-transform: uppercase;
	font-family: 'avenirMedium';
}
.p0 {
	padding: 0px;
}
.project-form-container {
	position: absolute;
	width: 100%;
	bottom: 140px;
}
.property-listing-page .project-form-container {
	bottom: 75px;
	display: inline-block;
	left: 0;
}
.gradient-container {
	background-image: url("../images/header-gradient.png");
	background-position: center top;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	left: 0;
}
.news-listing-page .banner-heading-container {
	position: static;
}
.ax-file-size {
  color: #FFF;
}
.news-wrap-box .news-img{max-height: 600px;overflow: hidden;  margin-bottom: 10px;}
.banner-heading-container {
	position: relative;
	z-index: 10;
}
.property-listing-page .gradient-container, .home-page .gradient-container, .about-page .gradient-container {
	display: none;
}
.project-form-container select {
	margin-bottom: 15px;
}
.project-form-box .container {
	position: relative;
	min-height: 560px;
}
.project-form-container h3 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.radio-btn-group {
	margin-top: 66px;
}
.to h3 {
	float: right;
	margin-top: 88px;
}
.radio-btn-group input {
	float: right !important;

	margin: 0 !important;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
}
.radio-btn-group .radio {
	background: #fff;
	/* padding: 10px 10px 8px 10px; */
	margin-bottom: 14px;
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0;
	height: 40px;
}
.radio-btn-group .radio label {
	padding: 10px 0;
	/* margin: 20px 0; */
	display: inline-block;
}
.radio-btn-group .radio span {
	background-color: #b2802c;
	background-image: url("../images/check.svg");
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	display: inline-block;
	float: right;
	height: 40px;
	position: relative;
}
.radio-btn-group input:hover {
	cursor: pointer;
}
.radio-btn-group .radio span.active {
	background-image: url("../images/checked.svg");
}

.search-main {
	margin-top: 65px;
}
.search-button input {
	background-color: #b2802c;
	background-image: url("../images/search.svg");
	height: 40px;
	width: 100%;
	display: block;
	margin-top: 0;
	border: none;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: 90% center;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: #fff;
	text-transform: uppercase;border-radius: 0px;

	font-weight: 600;
}
.search-button input:hover {
	background-color: #996F25;
	text-decoration: none;
}
#supersized-loader {
	background: none;
	;
}
.property-listing-page .banner-container {
	overflow: initial;
}
.search-filter-box .sbHolder {
	background: #f2f3f4;
	font-size: 12px;
	margin-bottom: 25px;
}
.villa-search-page .project-form {
	margin-top: 80px;
}
.search-filter-box h3 {
	margin-top: 0px;
}
.search-filter-box h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 25px;
}
.search-filter-box h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
}

.search-filter-box h4 + h3 {
	margin-top: 0px;
}
.search-filter-box .search-button input {
	margin-bottom: 30px;
	background-image: none;
	line-height: 25px;
}
.sbHolder {
	color: #000000;
	font-size: 16px;
	height: 40px;
	text-transform: uppercase;
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
}
.sbToggle {
	background: url(../images/select-drop.svg) no-repeat;
	height: 40px;
	background-size: 14px;
	background-position: 50% center;
}
.sbToggleOpen {
	background: url(../images/select-drop.svg) no-repeat;
	background-size: 14px;
	background-position: 50% center;
}
.sbToggle:hover {
	background: url(../images/select-drop.svg) no-repeat;
	background-size: 14px;
	background-position: 50% center;
}
.sbSelector {
	display: block;
	height: 40px;
	line-height: 42px;
	width: 86%;
	color: #000 !important;
}
.sbOptions {
	width: 100%;
}
.home-page .featured-property-box, .property-listing-page .featured-property-box {
	display: block;
}
.featured-property-box {
	/* background: #76ab3a; */
	min-height: 200px;
	padding: 55px 0 55px 0;
	display: none;
}
.featured-property-box h2 {
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: 'avenirBook';
	line-height: 40px;
	background-image: url("../images/orange-strip.svg");
	background-size: 70px;
	margin: 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 40px bottom;
	padding-bottom: 15px;
}
.featured-column {
	background: #f2f3f4;
	min-height: 200px
}
.featured-property {
	margin-top: 35px;
}
.home-page .featured-property {
	margin-top: 200px;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.home-page .featured-property.active {
	margin-top: 10px;
}
.featured-head {
	display: block;
	text-align: center;
}
.featured-head h3 {
	color: #0a1c37;
	font-size: 19px;
	line-height: 23px;
	text-transform: uppercase;
	background-image: url("../images/grey-strip.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding: 20px 8px 28px 8px;
	background-size: 160px auto;
}
.news-row {
	border-bottom: 1px solid #0a1c37;
	padding-top: 40px;
	padding-bottom: 20px;
}

.news-row:last-child {
	border: none;
}
.news-listing.active .news-row {
	border: none;
	padding-top: 0px;
}
.news-listing .news-head-wrap {
	border-top: 1px solid #0a1c37;
	margin-top: 30px;
	padding: 20px;
}
.news-listing .news-head-wrap h4 {
	padding-right: 80px;
	line-height: 44px;
	color: #0a1c37;
}
.news-listing .news-descp {
	padding: 0 20px;
}
.news-listing.active .news-head-wrap {
	border: none;
	padding-top: 0px;
}
.news-close {
	background-image: url("../images/b-close.svg");
	background-repeat: no-repeat;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
}
.news_detail_container .news-close {
	top: 20px;
}
.news_detail_container {
	display: none;
}
.news-close:hover {
	cursor: pointer;
	background-image: url("../images/b-close-hover.svg")
}
.news-head-wrap {
	position: relative;
}
.news-detail-box .news-close {
	display: none;
}
.featured-head:hover {
	text-decoration: none;
	color: #000;
}
.featured-head:hover h3 {
	color: #000;
}


  #owl-3 .owl-item { 
  /*width:22.3% !important;*/
  width:22% !important;
}
.about-news-box .news-slider #owl-3 .next {
  background-image: url("../images/c-right.svg");  right: -75px;
}
.about-news-box .news-slider #owl-3 .previous {
  background-image: url("../images/c-left.svg");
}

#pagination,.ccm-pagination{margin-top: 20px;}
.search-input h3{background-image: url("../images/orange-strip.svg");
  color: #0a1c37;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'avenirBook';
  line-height: 40px;
  margin: 0;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: left bottom;  margin-top: 20px;}
  .gradient-box {
  background-image: url("../images/news-gradient.png");
  background-position: center top;
  height: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom:0;
  width: 100%;
  z-index: 0;
  left: 0;
}
.text-count span{display: inline-block;}
.text-count{text-align: left;
  margin-left: 15px;
  margin-bottom: 10px;}
/*.featured-price p:first-child{text-transform: uppercase;}*/
.featured-image {
	overflow: hidden;
	display: block;
	max-height:375px;
}
.featured-image img {
	max-width: 100%;
	height: auto;
	-moz-transition: transform 0.1s linear;
	-webkit-transition: -webkit-transform 0.1s ease-in;
	transition: transform 0.1s linear;
}

.more-featured {
	text-align: center;
}
.featured-image img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: -webkit-transform 3s ease-in;
	transition: transform 3s linear;
}
.more-f-btn {
	background: #0a1c37;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	text-transform: uppercase;
	    padding: 10px 15px;
	display: inline-block;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.more-f-btn:hover {
	background: #af802c;
	color: #fff;
	text-decoration: none;
}
.featured-detail {
	min-height: 100px;
}
.featured-price {
	padding: 20px 20px 10px 20px;
}
.featured-price p {
	color: #7d7d7d;
	margin-bottom: 0px;
	/*height: 30px;*/
	    line-height: 22px;
    font-size: 14px

}
.featured-price p:hover {

	cursor: default;
}
.featured-quantity {
	padding-left: 0;
}
.bed img {
	width: 30px;
	float: right;
	margin-top: 4px;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
}
.featured-quantity p {
	padding-left: 10px;
	margin: 10px 0;
}
.b-room img {
	width: 25px;
	float: right;
}
.featured-more {
	text-align: center;
	background: #1C2E5E;
}
.featured-more a {
	text-align: center;
	background-image: url("../images/circle-r-arrow.svg");
	background-size: 10px;
	text-transform: uppercase;
	padding: 10px 30px 10px 10px;
	background-repeat: no-repeat;
	background-position: 95% center;
	display: inline-block;
	background-size: 16px;
	transition: background-position .6s ease;
	-moz-transition: background-position .6s ease;
	-webkit-transition: background-position .6s ease;
}
.featured-more a:hover {

	background-position: 100% center;
	text-decoration: none;
}
.info-window p{ margin: 0; }
.info-window a:focus{ color: #6a6a6a; }
.map-container {
	position: relative;
	height: auto;
}
.map-box {
	height: auto;
	padding: 40px 0;
	text-align: center;
	position: relative;
}
.map-address {
	position: absolute;
	display: none;
	background: #0a1c37;
	text-align: initial;
	bottom: 0;
	z-index: 1;
	padding:15px 40px 5px;
	color: #fff;
}
.map-address h3 {
	font-family: 'avenirBlack';
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}
.map-box h2 {
	font-family: 'avenirBlack';
	font-size: 22px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	background: #0a1c37;
	text-align: Center;
	display: inline-block;
	padding: 0 24px;
	z-index: 1;
	position: absolute;
	letter-spacing: 3px;
	left: 42%;
}
.map-box h4 {
	/* font-family: 'avenirBlack'; */
	font-size: 18px;

	margin: 0;

	text-transform: uppercase;
	color: #fff;
	background: #0a1c37;
	text-align: Center;
	display: inline-block;
	padding: 7px 24px;
	z-index: 1;
	margin: 0 20px;
	letter-spacing: 3px;
	border: 1px solid #0A1C37;
}
.map-box h4.active {
	background: #FFFFFF;
	color: #0A1C37;
}
.map-box h4:hover {
	cursor: pointer;
	background: #FFFFFF;
	color: #0A1C37;
	border: 1px so;
}
.map-tabs {
	position: absolute;
	width: 100%;
	z-index: 10;
}
.map-address h3 {
	/* font-family: 'avenirBlack'; */
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	line-height: 28px;
	font-family: 'GillSans';
}
.map-address p {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	
}
#map_canvas {
	height: 100%;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
}
.property-listing-page .project-form-box .container {
	position: relative;
	min-height: 390px;
}
.property-listing-page .project-form-box {
	height: 400px;
	background-image: none;
}
.property-listing-page .project-form h2, .villa-search-page .project-form h2 {
	color: #FFF;
	padding-left: 0;
}
.property-listing-page .project-form p, .villa-search-page .project-form p {
	color: #FFF;
	margin-left: 0;
}
.projects-page .falcon-heading h3 {
	color: #fff;
}
.property-listing-box .featured-property-box h2 {
	display: none;
}
.featured-column-box {
	/* margin-bottom: 20px; */
}
.atss a {
	width: 34px !important;
	padding: 7px 0 !important;
}
.property-listing-page {
	min-height: 100px;
}
/*Isotope*/
.isotope:after {
	content: '';
	display: block;
	clear: both;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.property-listing-box .featured-property .items:first-child .featured-image {
	/*max-height: 200px;*/
}
.project-listing-box {
	padding: 20px 0;
	position: relative;
	background-image: url("../images/villa-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
	color: #fff;
}
.project-listing-box.even {
	background-image: url("../images/wonders-bg.jpg");
}
.project-listing-box .banner-heading h2 {
	color: #fff;
}
.relative {
	position: relative;
}
.show-map-box {
	background: #0a1c37;
	padding: 20px;
	text-align: center;
}
.show-map-box span {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
}
.project-info-container {
	position: relative;
	height: 500px;
}
.project-info-box {

	position: absolute;
	width: 100%;
	height: 230px;
	display: none;
	bottom: -20px;
	z-index: 1;
}
.project-info-container .banner-heading {
	background-position: center center;
	background-size: CONTAIN;
	background-repeat: no-repeat;
	display: inline-block;
}
.project-info-box p {
	color: #231f20;
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
	padding-left: 13%;
	font-family: 'GillSans';
}
.project-info-left a {
	background: #0a1c37;
	float: right;
	color: #fff;

	font-family: 'GillSans';
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: background .6s ease;
	-moz-transition: background .6s ease;
	-webkit-transition: background .6s ease;
}
.shape {
	background-image: url("../images/shape-1.svg");
	background-repeat: no-repeat;
	height: 600px;
	width: 90%;
	position: absolute;
	background-position: bottom;
	background-size: contain;

	bottom: -115px;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.shape {
	left: -1500px
}
.shape.active {
	left: 0px
}
.even .shape {
	right: -1500px !important;
}
.even .shape.active {
	right: 0px !important;
}
.project-listing-box.even .project-info-box p {
	padding-left: 0;
	padding-right: 13%;
}
.project-listing-box.even .project-view-all {
	right: 14%;
}
.project-listing-box.even .project-info-left a {
	margin-right: 95px;
}
.project-listing-box.even .banner-heading h2 {
	float: right;
}
.project-listing-box.even .project-info-left, .project-listing-box.even .project-info-right {
	float: right
}
.project-listing-box.even .shape {
	background-image: url("../images/shape-2.svg");
	right: -1500px;
	bottom: -115px;
	left: auto;
}
.project-view-all {
	position: absolute;
}
/*.project-view-all a{background: #0a1c37;
color: #fff;
font-family: 'GillSans';background-image: url("../images/l-arrow-r.svg");
padding: 30px 20px 50px 20px;
display: inline-block;
text-transform: uppercase;background-size: 80px;
letter-spacing: 2px;
width: 185px;
font-size: 18px;
margin-top: -50px;
min-height: 150px;
margin-left: 50px;}*/
.project-view-all a {
	background: #0a1c37;
	color: #fff;
	font-family: 'GillSans';
	padding: 30px 20px 20px 20px;
	display: inline-table;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 185px;
	font-size: 20px;
	margin-top: -50px;
	min-height: 150px;
	margin-left: 50px;
	transition: background .6s ease;
	-moz-transition: background .6s ease;
	-webkit-transition: background .6s ease;
}
.project-view-all span img {
	width: 90px;
	margin-top: 15px;
}
.project-view-all a:hover, .project-info-left a:hover {
	background: #b2802c;
	text-decoration: none;
}
.about-info-left h3 {
	background-image: url("../images/orange-strip.svg");
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'avenirBook';
	line-height: 40px;
	margin: 0;
	padding-bottom: 15px;
	background-repeat: no-repeat;

	background-size: 60px;
	background-position: left bottom;
	margin-top: 0;
	text-align: left;
}
.about-info-left h2 {
	color: #000;
	text-transform: uppercase;
	font-family: 'avenirBook';
	line-height: 40px;
	margin: 0;
	background: none !important;
	padding-bottom: 0;
	text-align: left;
	letter-spacing: 3px;
}
.about-info-left h4 {
	color: #000;
	text-transform: uppercase;
	font-family: 'avenirBook';
	background-image: url("../images/orange-strip.svg");
	background-position: 0 center;
	font-size: 16px;
	margin-top: 0px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 24px;
	background-size: 70px;
	padding-left: 80px;
}
.property-listing-page .c-map-box {
	display: none;
}
.wonders-listing-container {
	padding: 60px 0;
	background-image: url("../images/pyramid.jpg");
	min-height: 500px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.wonders-listing-container h2 {
	color: #000;
	text-transform: uppercase;
	font-family: 'avenirBook';
	line-height: 40px;
	margin: 0;

}
.wonders-listing-container p {
	color: #000;
	text-transform: uppercase;
	font-family: 'avenirBook';
	background-image: url("../images/orange-strip.svg");
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 80px;
}
.wonders-info-left a {
	background: #1C2E5E;
	color: #fff;
	font-family: 'GillSans';
	padding: 20px 20px 20px 20px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 290px;
	font-size: 13px;
	margin-top: 50px;
	transition: background .6s ease;
	-moz-transition: background .6s ease;
	-webkit-transition: background .6s ease;
	/* line-height: 19px; */
}
.wonders-info-left p{
	color:#fff;}
.wonders-info-left a span img {
	width: 80px;
	margin-top: 15px;
}
.wonders-info-left a:hover {
	background: #b2802c;
	text-decoration: none;
}
.wonders-info-left a span {
	font-size: 16px;
	display: block;
}
.wonders-description {
	min-height: auto;
	background: rgba(255,255,255,0.9);
	max-width: 450px;
	float: right;
	min-width: 400px;
	padding: 15px 20px;
}
.wonders-description h3 {
	font-size: 20px;
	color: #0a1c37;
	text-transform: uppercase;
	border-bottom: 3px solid #0a1c37;
	margin: 0;
	line-height: 28px;
	margin-top: 10px;
}
.wonders-description ul {
	list-style: none;
}
.wonders-description ul li {
	border-bottom: 1px solid #0a1c37;
	font-size: 14px;
	text-transform: capitalize;
	padding: 5px 0px;
}
.wonders-description ul li:last-child {
	border: none;
	padding: 0px 0 0 0;
}
.wonders-listing-container.even .wonders-info {
	float: right;
}
.wonders-listing-container.even .wonders-info-left, .wonders-listing-container.even .wonders-info-right {
	float: right;
}
.wonders-listing-container.even .wonders-description {
	float: left;
}
.wonders-listing-page .wonders-info {
	display: none;
}
.wonders-listing-page .wonders-description {
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	margin-top: 70px;
	opacity: 0;
}
.wonders-listing-page .wonders-description.active {
	margin-top: 0px;
	opacity: 1;
}
/*.wonders-listing-page .banner-heading h2{color: #fff;}*/
.banner-heading.falcon-heading {
	padding-top: 30px;
	display: inline-block;
	padding: 30px 77px;
}
.banner-container .project-form {
	background-image: url("../images/text-overlay.png");
	background-position: center center;
	background-size: CONTAIN;
	background-repeat: no-repeat;
	display: inline-block;
}
.property-listing-page .banner-container .project-form {
	background: none;
}
.falcon-heading.banner-heading h2, .falcon-heading.banner-heading p {
	color: #fff;
}
.about-page .banner-heading-container, .home-page .banner-heading-container, .property-listing-page .banner-heading-container {
	display: none;
}
.wonders-listing-page .falcon-heading p {
	color: #fff;
}
#owl-1 .item, #owl-5 .item {
	margin: 0 15px;
	height: auto;
	background-image: url("../images/pyramid.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
#owl-2 .item {
	margin: 0 15px;
}
#owl-2 .item span {
	max-height: 350px;
	overflow: hidden;
	display: block;
}
.wonders-slider {
	position: relative;
}
.item-desc {
	background: rgba(10,28,55,0.8);
	background-size: cover;
	height: 150px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 1%;
	transition: background .6s ease;
	-moz-transition: background .6s ease;
	-webkit-transition: background .6s ease;
}
.item-desc:hover {
	text-decoration: none;
	background: rgba(10,28,55,1);

}
#owl-1 .item img, #owl-2 .item img, #owl-5 .item img {
	width: 100%;
	height: auto;
}
#owl-2 .item img {
	-moz-transition: transform 0.1s linear;
	-webkit-transition: -webkit-transform 0.1s ease-in;
	transition: transform 0.1s linear;
}
#owl-2 .item img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: -webkit-transform 3s ease-in;
	transition: transform 3s linear;
}
.item-desc h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px;
	line-height: 28px;
}
.home-wonders-box {
	min-height: 365px;
	background-image:url(../images/02285c298c73c5dc1df5a9c241f412b5_f100.jpg);
	background-size: cover;
	padding: 30px 0 30px 0;
	position: relative;
}
.home-wonders-box h2 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'GillSans';

	line-height: 40px;
	margin: 0;
	padding-left: 40px;
	letter-spacing: 3px;
}
.home-wonders-box p {
	color: #fff;
	text-transform: uppercase;
	font-family: 'avenirBook';
	background-image: url("../images/orange-strip.svg");
	background-position: 0 center;
	margin-left: 40px;
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 80px;
}
.owl-buttons .previous {
	background-image: url("../images/c-left.svg");
	background-size: 30px;
	position: absolute;
	top: 42%;
	width: 19px;
	height: 50px;
	background-repeat: no-repeat;
	left: -10px;
}
#owl-3 .previous {
	background-image: url("../images/c-left-b.svg");
}
#owl-3 .next {
	background-image: url("../images/c-right-b.svg");
}
.owl-buttons .next {
	background-image: url("../images/c-right.svg");
	background-size: 19px;
	position: absolute;
	top: 42%;
	width: 19px;
	height: 50px;
	background-repeat: no-repeat;
	right: -12px;
}
.home-wonders-heading-right {
	float: right;
}
.home-wonders-heading a {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-family: 'avenirBlack';
	transition: background .6s ease;
	-moz-transition: background .6s ease;
	-webkit-transition: background .6s ease;
	margin-top: 30px;
	display: inline-block;
}
.home-wonders-heading a:hover {
	background: #0a1c37;
	text-decoration: none;
	color: #fff;
	border: 1px solid #0a1c37;
}
.item .wonders-description {
	background: none;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 0;
}
.wonders-blurred-box {
	position: absolute;
	height: 100%;
	width: auto;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	top: 0;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;
}
.wonders-blurred-box-overlay {
	position: absolute;
	height: 100%;
	width:auto;
	background:#fff;
	opacity: 1;
	top: 0;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;
	display: block !important;
}
.blurred-box-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.2);
	opacity: 1;
	top: 0;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;
	display: none !important;
}
.blurred-box-overlay {
	display: none !important;
}
.item .wonders-description h3 {
	color: #fff;
	border-bottom: 3px solid #fff;
}
.item .wonders-description ul li {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.item .wonders-description a {
	border-bottom: 2px solid #FFFFFF;
	font-size: 16px;

	margin-bottom: 20px;
	text-transform: uppercase;
	padding: 15px 0px 5px 0;
	display: inline-block;
	color: #fff;
	float: right;
}
.item .wonders-description a:hover {
	border-bottom: 2px solid #0a1c37;




	text-decoration: none;
}
.home-wonders-box .next {
	right: -5px;
}
.home-wonders-box .prev {
	left: -5px;
}
.item .wonders-description ul li:last-child {
	border-bottom: none;
	color: #fff;
}
.home-wonders-slider {
	position: relative;
	margin-top: 20px;
	display: none;
}
.home-wonders-slider .customNavigation a {
	position: absolute;
	width: 15px;
    height: 33px;
    top: 30%;
}
.wonders-slider .customNavigation a {
	position: absolute;
	width: 25px;
	height: 80px;
	top: 35%;
}
.bcrumb {
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	color: #af802c;
	float: right;
}
.bread-crumb {
	margin-top: 20px;
}
.bcrumb span {
	color: #af802c;
	text-decoration: underline;
}
.bcrumb a {
	color: #af802c#0a1c37;
}
.bcrumb a:hover {
	color: #0a1c37;
}
.wonders-slider .next {
	right: 15px;
}
.wonders-slider .prev {
	left: 15px;
}
.news-slider {
	position: relative;
}
.news-slider-container {
	padding: 40px 0;
}
.news-slider-container .customNavigation img {
	width: 35px;
}
.news-slider .front h3 {
	color: #0a1c37;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'avenirBook';
	margin-top: 50px;
	margin-left: 25px;
}
.news-slider .front h3 span {
	color: #0a1c37;
	text-transform: uppercase;
	font-size: 120px;
	display: block;
	margin-bottom: 10px;
}
.news-slider .front p {
	color: #0a1c37;
	text-transform:capitalize;
	font-size: 16px;
	margin-left: 25px;
	line-height: 24px;
	max-height: 190px;
	overflow: hidden;
}
.news-slider .front h5 {

	margin-left: 25px!important;
}
.p-price-dollar {
	display: none;
}
.p-area-meter {
	display: none;
}
#owl-3 .item {
	margin:2px 15px;

}
#owl-3 .owl-item {
	/*border-right: 1px solid #000;*/
}

.bdr_none{
	border:none;}
.news-slider .customNavigation a {
	position: absolute;
	width: 35px;
	height: 80px;
	top: 54%;
}
.news-slider .previous {
	left: -69px;
  top: 42%;
}
.news-slider .next {
  right: -69px;
  top: 42%;
}
.news-slider .back a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.flip-link {
	position: absolute;
	width: 100%;
	height: 100%;
}
#owl-3 {
	padding: 30px 0 0 0;
}
.news-slider .back:hover {
	cursor: pointer;
}
.news-slider .back a:hover {
	cursor: pointer;
}
.news-slider .back p {
	position: absolute;
	bottom: 0;
	line-height: 22px;
	width: 100%;
	background-image: url("../images/plus.svg");
	background-position: 96% center;
	background-size: 20px;
	background-repeat: no-repeat;
	padding: 10px 30px 10px 10px;
	margin-bottom: 0;
	font-family: 'avenirBook';
	font-size: 14px;
	color: #fff;
}

	
/*.back {
	cursor: pointer;
	background: rgba(0,0,0,0.3);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
	background-image: url("../images/news-1.jpg");
	background-size: cover;
	background-position: top center;
}*/
.display {
	margin-left: 0px;
	-webkit-transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	-o-transition: margin-left 1s;
	-ms-transition: margin-left 1s;
	transition: margin-left 1s;
}
/* News Listing */

.news-listing-page .banner-heading {
	position: absolute;
	bottom: 0px;
	left: 50px;





	background-image: url("../images/text-overlay.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.news-listing .front h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	margin-top: 50px;
	margin-left: 25px;
}
.news-listing .front h3 span {
	color: #fff;
	text-transform: uppercase;
	font-size: 120px;
	display: block;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
}
.news-listing .front p {
	color: #0a1c37;
	text-transform: uppercase;
	font-size: 16px;
	margin-left: 25px;
	line-height: 24px;
	max-height: 68px;
	overflow: hidden;
}
.news-listing .back:hover {
	cursor: pointer;
}
.news-listing .back a:hover {
	cursor: pointer;
}
.news-listing .back a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.news-banner-heading {
	position: absolute;
	bottom: 50px;
}
#owl-3 .item, .news-listing .item {
	padding: 10px 0;
}
.news-listing {
	  padding: 0 0 40px 0;
}
.news-listing .back p {
	position: absolute;
	bottom: 0;
	line-height: 22px;
	width: 100%;
	background-image: url("../images/plus.svg");
	background-position: 96% center;
	background-size: 20px;
	background-repeat: no-repeat;
	padding: 10px 30px 10px 10px;
	margin-bottom: 0;
	font-family: 'avenirBook';
	font-size: 14px;
	color: #fff;
}
.news-items {
	margin-bottom: 20px;
	border-left: 1px solid #000;
}
.news-row .news-items:first-child, .news-row .news-items:last-child {
	border: none;
}
.falcon-heading h2 {
	color: #2bb673;
	text-transform: uppercase;
	line-height: 42px;
	margin: 0 0 30px 15px;
	background: none !important;
	padding-bottom: 0;
	letter-spacing: 0;
	text-align: left;
	font-size: 40px;
	/* font-family: 'GillSans'; */
	font-weight: normal;
	padding-left: 40px;
	padding-top: 0px;
	background: url(../images/Clovericon1.png) left top no-repeat !important;
	/* font-family: 'Source Sans Pro', sans-serif !important; */
	font-family: 'Montserrat', sans-serif !important;
}
.falcon-heading h3 {
	color: #fff!important;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0!important;
	background: none !important;

	padding-bottom: 0!important;
	letter-spacing: 0!important;
	text-align:left!important;
	/*font-size: 22px!important;*/
	font-size: 30px!important;
	font-family: 'optimabold'!important;
	font-weight: bold!important;
	padding-left:15px!important;
}
.falcon-heading p {
	color: #000;
	text-transform: uppercase;
	    font-family: 'optimabold';
	background-image: url("../images/orange-strip.svg");
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 70px;
	padding-left: 80px;
}

.wonder-desc {
	text-align: justify;
}
.description-2col .falcon-heading h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.description-2col .about-info-left {
	text-align: left;
}
.news-detail-box .r-more-button {
	display: none;
}
.news-rmore-btn {
	float: right
}
.news-rmore-btn a {
	background: #0a1c37;
	color: #fff;
	font-family: 'avenirBook';
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.footer-right{margin-top: 10px;}
/* About */
.chairman-m-container {
	background-image: url("../images/chairman-bg-3.png");
	min-height: 650px;
	background-repeat: no-repeat;
	padding-top: 40px;
	background-size: 600px auto;
	background-position: bottom right;
}
.message-middle {
	display: none;
}

.chairman-m-container h3 {
	background-image: url("../images/orange-strip.svg");
	color: #000;
	text-transform: uppercase;
	font-family: 'avenirBook';
	letter-spacing: 3px;
	line-height: 40px;
	margin: 0;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-size: 60px;
	background-position: left bottom;
	margin-top: 30px;
}
.chairman-m-container h4 {
	font-family: 'avenirBook';
	font-size: 22px;
	text-transform: uppercase;
	border-top: 1px solid #000;
	display: inline-block;
	padding-top: 30px;
	margin-top: 40px;
	margin-bottom: 5px;
}
.r-more-button {
	display: inline-block;
	background-image: url("../images/l-arrow-down.svg");
	background-size: 13px;
	padding: 10px 40px 10px 0px;
	background-repeat: no-repeat;
	background-position: right;
}
.r-more-button a:hover {
	background: #af802c;
	text-decoration: none;
	color: #fff;
}
.r-more-button a {
	background: #0a1c37;

	color: #fff;
	font-family: 'GillSans';
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
	display: block;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.chairman-message {
	padding-bottom: 40px;
}
.chairman-message .r-more-button {
	margin-top: 10px;
}
.about-dream-box {
	background-image: url("../images/about-dream-bg.jpg");
	min-height: 650px;
	padding: 40px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.about-dream-box h3 {
	background-image: url("../images/orange-strip.svg");
	color: #fff;
	text-transform: uppercase;
	font-family: 'avenirBook';
	line-height: 40px;
	margin: 0;
	letter-spacing: 3px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-size: 60px;
	background-position: left bottom;
	margin-top: 30px;
}
.about-dream-box h4 {
	text-transform: uppercase;
	color: #fff;
	font-family: 'avenirBlack';
	font-size: 34px;
	line-height: 40px;
}
.about-dream-box h2 {
	text-transform: uppercase;
	color: #fff;
	font-family: 'avenirHeavy';
	font-size: 100px;
	margin-top: 50px;
	margin-bottom: 40px;
	line-height: 40px;
}
.experience {
	border-bottom: 1px solid #fff;
	margin-top: 50px;
	margin-bottom: 70px;
}
.exp-left {
	/*border-right: 1px solid #fff;*/
}
.exp-right {
	padding-left: 50px;
}
.exp-left h2 {
	font-size: 120px;
}
.exp-right h2 {
	font-size: 100px;
}
.about-dream-right span {
	display: block;
	margin-top: 80px;
}
.about-dream-box p {
	font-family: 'avenirBook';
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
}
.about-dream-bottom h5 {
	font-family: 'avenirBook';
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 34px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.about-dream-bottom {
	margin-top: 30px;
}
.about-news-box {
	min-height: 400px;
	background-image: url("../images/about-blurred.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
	background-attachment: fixed;
}
.d-heading h3 {
	background-image: url("../images/orange-strip.svg");
	color: #fff;
	text-transform: uppercase;
	font-family: 'avenirBook';
	letter-spacing: 3px;
	line-height: 40px;
	margin: 0;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-size: 60px;
	background-position: left bottom;
}
.about-news-slider .next {
	right: -45px;
}
.about-news-slider .prev {
	left: -45px;
}
.about-news-slider {
	position: relative;
	margin-top: 80px;
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	opacity: 0;
	-webkit-transition: all .6s ease;
}
.about-news-slider.active {
	margin-top: 20px;
	opacity: 1;
}
.about-news-slider .customNavigation a {
	position: absolute;
	width: 35px;
	height: 80px;
	top: 45%;
}
.links {
	position: absolute;
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
}
#owl-4 .links {
	background-image: url("../images/plus-blue.svg");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 96% 97%;
	transition: background-size .6s ease;
	-moz-transition: background-size .6s ease;
	-webkit-transition: background-size .6s ease;
}
#owl-4 .links:hover {
	background-size: 20px;
}
.about-news-desc {
	padding: 20px;
	background: #fff;
}
.about-news-desc p {
	font-family: 'avenirBook';
	max-height: 72px;
	overflow: hidden;
	padding-right: 10px;
	margin-bottom: 0;
	line-height: 24px;
	color: #0a1c37;
	letter-spacing: 2px;
}
.description-2col .r-more-button a {
	background: #0a1c37;
	color: #fff;
}
.description-2col .r-more-button {
	padding: 0px 40px 10px 0px;
	float: right;

}
.description-2col .r-more-button a:hover {
	background: #af802c;
}
.item-block {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
}
.about-sub-banner {
	display: none;
	margin-top: 78px;
}
.gallery-page .item-block.gallery-item {
	width: 60%;
}
.gallery-page .item-block.board-item {
	width: 30%;
}
.gallery-page .item-block.award-item {
	width: 40%;
}
.board-page .item-block.gallery-item {
	width: 30%;
}
.board-page .item-block.board-item {
	width: 40%;

}
.board-page .item-block.award-item {
	width: 30%;
}
.awards-page .item-block.gallery-item {
	width: 40%;
}
.awards-page .item-block.board-item {
	width: 30%;
}
.awards-page .item-block.award-item {
	width: 60%;
}
.gallery-page .about-sub-banner, .board-page .about-sub-banner, .awards-page .about-sub-banner {
	display: block;
}
.about-sub-items {
	background-image: url("../images/gallery.jpg");
	background-size: cover;
	min-height: 300px;
}
.about-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.about-sub-info {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 300px;
	width: 1%;
}
.item-block:hover .about-overlay {
	background: rgba(10,28,55,1);
}
.about-overlay {
	background: rgba(10,28,55,0.8);
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.about-sub-info h4 {
	font-size: 28px;
	color: #fff;
	font-family: 'avenirBook';
	border: 1px solid #fff;
	padding: 15px 20px;
	text-transform: uppercase;
	display: inline-block;
}
.gallery-info {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 400px;
	width: 1%;
}
.gallery-info-box:hover {
	opacity: 1;
}
.gallery-info-box {
	background: rgba(10,28,55,0.8);
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	opacity: 0;
	-webkit-transition: all .6s ease;
}
.download-btn {
	background-image: url("../images/download.svg");
	float: right;
	background-position: center center;
	background-size: 40px;
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
}
.gallery-popup {
	background-image: url("../images/gallery-plus.svg");
	float: left;
	background-position: center center;
	background-size: 40px;
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
}
.gallery-popup, .download-btn {
	transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}
.gallery-box .col-sm-4 {
	margin-bottom: 30px;
}
.gallery-page #pagination, .board-page #pagination, .awards-page #pagination {
	padding: 20px 10px;
}
.gallery-popup:hover, .download-btn:hover {

	background-size: 48px;
}
.gallery-col {
	background-image: url("../images/gallery.jpg");
	background-size: cover;
	height: 400px;
	background-position: center center;
}
.gallery-info h4 {
	font-family: 'avenirBook';
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
}
.member-pic img {
	max-width: 100%;
	height: auto;
	min-width: 100%;
}
.member-info {
	padding: 15px 20px;
	background: #f7f7f7;
	text-align: center;
	margin-bottom: 25px;
}
.member-info h3 {
	color: #0a1c37;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	line-height: 26px;
}
.member-info h4 {
	color: #a9802c;
	font-size: 18px;
	font-family: 'GillSans';
	margin: 0px;
}
.member-info p {
	color: #231f20;
	font-size: 16px;
	font-family: 'avenirLight';
	text-align: left;
}
.member-info ul li a {
	font-size: 24px;
	color: #0a1c37;
	opacity: 0.8;
	margin: 0 5px;
}
.member-info ul li a:hover {
	opacity: 1;
	text-decoration: none;
}
.awards-box .member-info h3 {
	line-height: 26px;
	text-align: left;
}
.edit-mode .items {
	position: relative;
}
.award-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0%;
}
.news-more a {
	text-align: center;
	background-image: url("../images/circle-r-arrow.svg");
	background-size: 10px;

	text-transform: uppercase;

	padding: 5px 30px 5px 0px;
	background-repeat: no-repeat;
	background-position: 95% center;
	display: inline-block;
	background-size: 16px;
	transition: background-position .6s ease;
	-moz-transition: background-position .6s ease;
	-webkit-transition: background-position .6s ease;
}
#owl-4 .item:hover .news-more a {
	background-position: 100% center;
	text-decoration: none;
}
.about-news-image {
	background-image: url("../images/about-news-1.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 350px;
	background-position: center center;
	transition: background-size 1s ease;
	-moz-transition: background-size 1s ease;
	-webkit-transition: background-size 1s ease;
}
#owl-4 .item:hover .about-news-image {
	background-size: auto 120%;
}
#owl-4 .item {
	margin: 15px;
	position: relative;
}

.news-listing.active .news-items {
	width: 100%;
	border-bottom: 1px solid #000;
	border-left: none;
	padding-bottom: 20px;
}
.news-listing.active .news-l {
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.news-listing.active .news-r {
	width: 75%;
	float: left;
	position: relative;
	min-height: 1px;
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.news-listing.active .news-r {
	display: block;
}
.news-r {
	display: none;
}
.news-r h4 {
	color: #0a1c37;
	font-size: 30px;
}
.news-r-desc {
	position: relative;
}
.news-r-desc .r-more-button {
	position: absolute;
	right: 0;
	bottom: 0px;
}
.news-r-desc .r-more-button a {
	background: #0a1c37;
	color: #fff;
}
.news-r-desc .r-more-button a:hover {
	background: #333;
}
.news_detail_container {
	padding: 0 20px;
}
.news-search {
	padding: 20px 0;
}
.search-input input {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	border-bottom: 1px solid #000;
	height: 50px;


	padding: 0 60px 0 10px;
}
.search-input input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0px;
	background-color: transparent;
	background-image: url("../images/search-2.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
}
.form-control:focus {
	border-color: #000;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#clear {
	width: 40px;
	height: 40px;
	display: none !important;
	display: inline-block;
	background-size: 30px;
	background-image: url("../images/cross.svg");
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	right: 14px;
}
.search-filter {
	margin-top: 18px;  text-align: right;
}
.search-filter a {
	background-color: #a1a3a6;
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 10px;
	transition: background-color .6s ease;
	-moz-transition: background-color .6s ease;
	-webkit-transition: background-color .6s ease;
}
.search-filter a:hover {
	background-color: #0a1c37;
	text-decoration: none;
}
.search-filter a.s-filter-1 {
	background-size: 34px;
	background-image: url("../images/filter-1.svg");
	background-repeat: no-repeat;
	background-color: transparent;
	margin-left: 20px;
	height: 45px;
	/* padding: 11px 24px; */
	display: inline;
}
.search-filter a.s-filter-1:hover {
	background-image: url("../images/filter-1-hover.svg");
}
.search-filter a.s-filter-2:hover {
	background-image: url("../images/filter-2-hover.svg");
}
.search-filter a.s-filter-1.active:hover {
	background-image: url("../images/filter-1.svg");
}
.search-filter a.s-filter-2.active:hover {
	background-image: url("../images/filter-2.svg");
}
.search-filter a.s-filter-1.active {
	background-image: url("../images/filter-1-hover.svg");
}
.search-filter a.s-filter-2.active {
	background-image: url("../images/filter-2-hover.svg");
}
.search-filter a.s-filter-2 {
	background-size: 38px;
	background-image: url("../images/filter-2.svg");
	background-repeat: no-repeat;
	background-color: transparent;
	height: 45px;
	/* padding: 11px 24px; */
	display: inline;
}
.info-container {
	margin-top: 20px;
	margin-bottom: 30px;
}
.info-container h4 {
	font-family: 'avenirMedium';
	color: #0a1c37;
	margin-bottom: 20px;
}
.info-description p {
	color: #231f20;
	text-align: justify;
}
.default-page .info-description a {
	color: #231f20;
	font-size: 15px;
	text-decoration: underline;
}
.ccm-page-right a {
	background-image: url("../images/p-right.svg");
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: 80% center;
	display: block;
	transition: background-position .6s ease;
	-moz-transition: background-position .6s ease;
	-webkit-transition: background-position .6s ease;
	text-align: left;
	padding-top: 4px;
	color: #0a1c37;
	padding-right: 65px;
	font-size: 17px;
}
.ccm-page-right a:hover {
	background-position: right;
	color: #0a1c37;
	text-decoration: none;
}
.ccm-page-left a:hover {
	background-position: left;
	color: #0a1c37;
	text-decoration: none;
}
div.ccm-pagination span.ccm-page-right span, div.ccm-pagination span.ccm-page-left span {
	display: none;
}
.ccm-page-left a {
	background-image: url("../images/p-left.svg");
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: 10% center;
	display: block;
	color: #0a1c37;
	transition: background-position .6s ease;
	-moz-transition: background-position .6s ease;
	-webkit-transition: background-position .6s ease;
	text-align: right;
	padding-top: 4px;
	padding-left: 65px;
	font-size: 17px;
}
.info-description {
	margin-right: -30px;
	margin-left: -30px;
}
.info-description .col-sm-6 {
	width: 50%;
	padding: 0 30px;

}
.atss {
	top: 40% !important;
}
/* Villa Detailed */
.property-caption .banner-caption {
	text-align: left;
	bottom: 20px;
}
.see-all-box.see-all-villas {
	bottom: auto;
	right: auto;
	top: 40px;
}
.see-all-box.see-all-villas:hover h4 {
	background-position: 0% bottom;
}
.see-all-box.see-all-villas h4 {
	background-image: url("../images/l-arrow-l.svg");
	background-position: 20% bottom;
	background-repeat: no-repeat;
	font-size: 20px;
	background-size: 60px;
	padding-bottom: 30px;
	transition: background-position .6s ease;
	-moz-transition: background-position .6s ease;
	-webkit-transition: background-position .6s ease;
}
.property-d-banner-box {
	position: relative;
}
.property-caption .banner-caption h4 {
	font-family: 'avenirBlack';
	font-size: 26px;
	color: #fff;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.property-caption .banner-caption p {
	font-size: 16px;
	color: #fff;
}
.banner-360-box {
	position: absolute;
	background: #fff;
	bottom: 0px;
	padding: 15px;
	right: 0;
	height: 300px;
	width: 230px;
}
.banner-360-image {
	width: 180px;
	height: 180px;
	padding: 10px;
	background-image: url("../images/banner-360-frame.svg");
	background-repeat: no-repeat;
}
.banner-360-box .small-circle {
	width: 210px;
	height: 210px;
	left: -6px;
	top: -12px;
	background-image: url("../images/small-circle-blue.svg");
	background-size: 93% auto;
	background-position: center center;
}
.edit-mode .banner-gradient {
	display: none;
}
.banner-360-box .large-circle {
	width: 195px;
	height: 195px;
	background-image: url("../images/large-circle-blue.svg");
	background-size: 100% auto;
	background-position: center center;
	left: 2px;
	top: -7px;
}
div#ccm-highlighter {
	margin-top: -48px;
}
.fancybox-lock body {
	overflow: visible !important;
}
.banner-360-box .degree-image {
	text-align: center;
	overflow: hidden;
	display: block;
	margin: 10px;
}
.banner-360-box .degree-image span {
	overflow: hidden;
	display: block;
}
.banner-360-box .degree-image img {
	-moz-transition: transform 0.1s linear;
	-webkit-transition: transform 0.1s linear;
	transition: transform 0.1s linear;
}
/*.banner-360-box:hover .degree-image img{-webkit-transform: scale(1.3);
transform: scale(1.3);
-webkit-transition: -webkit-transform 3s ease-in;
transition: transform 3s linear;} */


.banner-360-box .degree-left {
	height: auto;
}
.banner-360-image img {
	max-width: 100%;
	display: block;

	height: auto;

}
.banner-360-box h3 {
	color: #0a1c37;
	text-align: center;
	font-size: 32px;
	font-family: 'avenirLight';
	margin-top: 0px;
}
.property-detailed-page .banner-caption-box {
	height: 500px;
}
.banner-360-box h5 {
	color: #0a1c37;
	text-align: center;
	font-size: 32px;
	font-family: 'avenirBlack';
	margin-top: 16px;
	font-size: 10px;
	text-transform: uppercase;
}
.property-detailed-page .banner-container, .property-detailed-page #supersized {
	height: 500px;
}
.banner-degree-link {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
}
.villa-d-info-left h2 {
	margin-top: 40px;
}
.villa-d-description p {
	margin-right: 10px;
	font-size: 15px; line-height: 26px;
}
.villa-d-description p:hover {
	cursor: default;
}
.villa-d-description-rooms p {
	display: inline-block;
}
.villa-d-description {
	margin-bottom: 40px;
}
.villa-d-description p img {
	margin-left: 15px;
}
.villa-gallery .item-desc {
	background: rgba(0,0,0,0.2);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height:100%;
}
.villa-gallery  .item {
	margin:2px;
	height: 250px;
	width:280px;
	float:left;
}
.villa-gallery .item-desc:hover {
	background: rgba(0,0,0,0.7);
}
.villa-gallery {
	margin-bottom: 1px;
}
.news-listing-page .c-map-box {
	display: none;
}
.degree-block {
	padding:0;
	position: relative;
	background-image: url("../images/360-blurred.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
#degree-slider .degree-block-container {
	padding: 0 35px;
}
.degree-image img {
	max-width: 100%;
	height: auto;
	border-radius: 100%;
	-moz-transition: transform 0.1s linear;
	-webkit-transition: transform 0.1s linear;
	transition: transform 0.1s linear;
	-o-transform: transform 0.1s linear;
}

.degree-left:hover .degree-image 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;
}
.home-page .degree-image, .home-page .small-circle, .home-page .large-circle {
	display: none;
}
.degree-right {
	padding-left: 0;
	padding-top: 15px;
}
.degree-left {
	position: relative;
}
.degree-image {
	margin: 28px;
	position: relative;
	z-index: 1;
	border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
}
.small-circle, .large-circle {
	width: 420px;
	height: 420px;
	position: absolute;
	left: 17px;
	top: -22px;
	background-image: url("../images/small-circle.svg");
	background-repeat: no-repeat;
	transition: transform 0.8s ease;
	-moz-transition: transform 0.8s ease;
	-webkit-transition: transform 0.8s ease;
}
#degree-slider .degree-left-box {
	padding-left: 35px;
}
#degree-slider .small-circle, #degree-slider .large-circle {
	width: 280px;
	height: 280px;
	left: 14px;
	top: -14px;
}
.large-circle {
	background-image: url("../images/round.png");
}
.degree-left:hover .small-circle {
	transform: rotate(-180deg);
	 -moz-transform: rotate(-180deg);
	 -webkit-transform: rotate(-180deg);
}
.degree-left:hover .large-circle {
	transform: rotate(180deg);

	-moz-transform: rotate(180deg);
	 -webkit-transform: rotate(180deg);
}
.degree-link {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 2;
	right: 0;
}
.degree-right h2 {
	    font-size: 32px;
	    /* font-family: 'GillSans'; */
	    margin-bottom: 5px;
	    color: 102269;
	    text-transform: none;
	    /* letter-spacing: 1px; */
	    line-height: 30px;
	    font-weight: normal;
	    color: #fff;
	    /* letter-spacing: 1px; */
	    font-family: 'Montserrat', sans-serif !important;
	    background: url(../images/Clovericon3.png) left top no-repeat;
	    padding-left: 32px;
}.degree-right p{
	color:#fff !important;
	/* font-family: 'Source Sans Pro', sans-serif; */
	font-weight:normal;
	}
.degree-right ul li{
	color:#fff;}
.property-detailed-page .degree-right h2 {
	text-transform: uppercase;
}
.degree-right h3 {

	font-family: 'avenirBlack';
	font-size: 24px;
	color: #fff;
	margin-top: 0px;
}
.degree-right p {
	font-size: 15px;
	color: #102269;
	margin-top: 14px;
	/* line-height: 24px; */
	/* font-weight:bold; */
	padding-right:15px;
}

.degree-right p a {
    color: #fff;
    border: #ffffff 1px solid;
    padding: 10px 25px;
    text-decoration: none;
    line-height: 4px;
    height: 38px;
    /* float: left; */
    text-transform: capitalize;
    font-size: 17px;
    /* margin-top: 17%; */
    /* margin: 0 auto; */
}
.degree-right .mrg_t{ margin-top:12%;
}

.click-btn {
	background: #0a1c37;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.click-btn:hover {
	background: #af802c;
	color: #fff;
	text-decoration: none;
}
.degree-block .owl-buttons .next {
	top: 42%;
	right: -10px;
}
.atss {
	top: 28% !important;
}
.degree-left h4 {
	color: #fff;
	font-family: 'avenirBlack';
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;

	margin-top: 50px;
	letter-spacing: 2px;
}
a:focus {
	color: #fff;
	outline: none;
	text-decoration: none;
}
.default-page .c-map-box, .gallery-page .c-map-box, .board-page .c-map-box, .awards-page .c-map-box {
	display: none;
}
.degree-block .owl-buttons .previous {
	top: 42%;
	left: -13px;
}
.degree-block.even .degree-left-box {
	float: right;
	margin-right: 40px;
}
.degree-block.even .degree-right {
	padding-left: 20px;
}
.degree-page .c-map-box {
	display: none;
}
#supersized.quality img {
	min-width: 100%;
	left: 0px !important;

        

}
.news-listing-page #supersized.quality img,.News-type #supersized.quality img{top: 0px !important;}
.degree-page #supersized-loader, .gallery-page #supersized-loader, .board-page #supersized-loader, .awards-page #supersized-loader {
	display: none;
}
.degree-page-container {
	margin-top: 82px;
}
.degree-page .degree-block {
	margin-bottom: 10px;
}
.degree-page .degree-block:last-child {
	margin-bottom: 0px;
}
.floor-plan-box {
	padding: 30px 0;
	position: relative;
}
.floor-plan-head {
	border-bottom: 1px solid;
}
.villa-type {
	text-align: right;
}
.p0 {
	padding: 0px;
}
.villa-type h3 {
	display: inline-block;
	background: #0a1c37;
	font-family: 'avenirBlack';
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	padding: 2px 35px;
}
.floor-plan-head h2 {
	font-family: 'avenirBlack';
	font-size: 22px;
	color: #0a1c37;
	text-transform: uppercase;
	margin: 0;
	line-height: 45px;
}
.floor-tab li.active a, .floor-tab li a:hover {
	font-family: 'avenirBook';
	color: #0a1c37;
	font-size: 19px;
	text-transform: uppercase;
}
.floor-tab li a {
	color: #e4e5e6;
	text-transform: uppercase;
	font-family: 'avenirBook';
	font-size: 19px;
	margin-right: 20px;
}
.floor-tabs {
	padding: 20px 0;
}
.floor-pdf {
	position: absolute;
	width: 200px;
	z-index: 10;
	right: 0;
}
.floor-pdf a {
	font-family: 'avenirBlack';
	font-size: 9px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	padding-left: 36px;
	background-image: url("../images/pdf.jpg");
	background-position: 6px 8px;
	background-color: rgba(10,28,55,0.7);
	background-repeat: no-repeat;
	display: block;
	background-size: 19px;
	display: none;
}
.floor-pdf a:hover {
	text-decoration: none;
	background-color: rgba(10,28,55,1);
}
.floor-image img {
	max-width: 100%;
	height: auto;
}
.floor-tab {
	margin-bottom: 30px;
}
.floor-tab-content .tab-pane {
	position: relative;
}
.floor-thumb {
	position: absolute;
	width: 180px;
	height: 180px;
	right: 0;
	display: none;
	bottom: 0;
}
.floor-image {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.floor-image-box {
	position: relative;
	margin-bottom: 30px;
}
.floor-detail-left, .floor-detail-right {
	padding: 0 5%;
}
.floor-thumb img {

	max-width: 100%;
	border-radius: 100%;
}
.floor-details-box {
	background: #efeff0;
	padding: 20px 0 30px 0;
}
.floor-details-box h3 {
	color: #a4a6a9;
	font-family: 'avenirBlack';
	font-size: 20px;
	margin: 0px;
	text-transform: uppercase;
}
.floor-details-box p {
	color: #a4a6a9;
	font-family: 'avenirBook';
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 24px;
}
.floor-detail-box {
	background: #efeff0;
}
#wonders-d-slider {
	position: relative;
	margin-bottom: 10px;
}
#wonders-d-slider .items .d-img img {
	max-width: 100%;
	height: auto;
}
#wonders-d-slider .owl-buttons .previous {
	background-image: url("../images/c-left-b.svg");
	left: -38px;
	top: 43%;
}
#wonders-d-slider .owl-buttons .next {
	background-image: url("../images/c-right-b.svg");
	right: -50px;
	top: 43%;
}
#wonders-d-slider .wonders-description {
	position: absolute;
	top: 40px;
	right: 2%;
}
#wonders-d-slider .wonders-info {
	position: absolute;
	top: 100px;
	left: 5%;
}
.wonders-detailed-page #wonders-d-slider .wonders-info {
	display: none;
}
.disclaimer-link {

	float: right;
	margin-top: 50px;
}
.disclaimer-link a {
	color: #fff;
}
.enquiry-box {
	background: #0069b5;
}
.enquiry-box .enquiry-form h4 button:hover {
	color: #0a1c37;
	background: #fff;
}
/*.banner-heading-container{position: relative;}*/
#enquiry-btn {
	right: auto;
	/*margin-left: -50px;*/
	border: 1px solid #36b475;
	background-color: #36b475;
	top: auto;
	bottom: 20%;
}
#enquiry-btn:hover {
	border: 1px solid #36b475;
	background-color: #36b475;
}
.get-quote {
	cursor: pointer;
	position: fixed;
	right: 0px;
	margin-right: -50px;
	z-index: 13;
	top: 80%;
	border: 1px solid #1C2E5E;
	border-left: none;
	margin-top: -92px;
	height: 100px;
	width: 34px;
	background-color: #1C2E5E;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	-webkit-transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	-o-transition: margin-left 1s;
	-ms-transition: margin-left 1s;
	transition: margin-left 1s;
	border: 1px solid #1C2E5E;
	border-left: none;
	text-transform: uppercase;
}
.get-quote:hover {
	background: #0069b5;
	border: 1px solid #0069b5;
	border-left: none;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.get-quote h3 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color: #FFF;
	font-size: 15px;
	width: 103px;
	margin-top: 13px;
	margin-left: -33px;
}
.display {
	margin-right: 0px !important;
	margin-left: 0px !important;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.info-description ul {
	padding-left: 20px;
	font-size: 16px;
	color: #231f20;
	font-family: 'GillSans';
}
.info-head .faq-qn {
	background: #0a1c37;
	color: #fff;
	font-family: 'avenirMedium';
	margin-top: 0px;
	padding: 10px 18px;
	line-height: 30px;
	margin-bottom: 20px;
	font-size: 20px;
}
.info-head .faq-qn:hover, .faq-box.active .faq-qn {
	background: #af802c;
	cursor: pointer;
}
.faq-answer {
	padding: 0px 18px;
	overflow: hidden;
	display: none;
}
.faq-wrap {
	padding-bottom: 30px;
}
.enquiry-form h4 button {
	position: absolute;
	right: 3%;
	top: 3%;
	z-index: 2000;
	background: none;
	border: 2px solid #fff;
	width: 55px;
	color: white;
	border-radius: 100%;
	padding: 10px 12px;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.enquiry-form h4 button:hover {
	color: #1C2E5E;
	background: #fff;
}
.cbp-spmenu-vertical {
	overflow-y: auto;
	z-index: 1100;
}
.formidable div.error {
	color: #fff;
	font-size: 14px;
	clear: both;
	padding: 4px 10px;
	background: rgb(203, 73, 73);
	font-weight: bold;
}
.formidable input[type=text].error, .formidable input[type=url].error, .formidable input[type=tel].error, .formidable input[type=number].error, .formidable input[type=email].error, .formidable textarea.error, .formidable select.error, .formidable input[type=password].error, .formidable .ax-uploader .ax-text.error {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #fff;
}
.property-listing-page .more-f-btn {
	display: none;
}
div#ccm-highlighter {
	z-index: 1500;
}
/*.edit-mode .sub-menu-wrapper{display: block !important;}*/
.form-container p {
	color: #fff;
	padding: 0 15px;
	text-align: left;
	margin-bottom: 20px;
}
.form-container p a {
	color: #fff;
}
.enquiry-form .c-form {
	padding-left: 0px;
	margin-top: 50px;
}
.enquiry-form h4 img {
	width: 300px;
	margin-top: 20px;
}
/*.enquiry-form .form-container {

margin-top: 100px;
}*/
.enquiry-form h2 {
	margin-bottom: 25px;
	text-transform: uppercase;
	padding-left: 20px;
	border-left: 6px solid #fff;
	font-size: 38px;
	line-height: 45px;
	color: #fff;
	margin-top: 40px;
}
.form-container {
	margin-top: 50px;
}
.enquiry-form .formidable input[type=text], .enquiry-form .formidable input[type=url], .enquiry-form .formidable input[type=tel], .enquiry-form .formidable input[type=number], .enquiry-form .formidable input[type=email], .enquiry-form .formidable select, .enquiry-form .formidable input[type=password] {
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
}
.enquiry-form .formidable textarea {
	background: none;
	padding: 5px;
	border: 1px solid #fff;
	margin-bottom: 20px;
	height: 65px;
	border-radius: 0px;
	resize: none;
	font-size: 14px;
	color: #fff;
}
.enquiry-form .formidable .w50 {
	width: 50%;
	padding: 0 2%;
}
.enquiry-form .formidable .w100 {
	width: 100%;
	padding: 0 2%;
}
.enquiry-form .formidable label {
	text-transform: uppercase;
	color: #fff;
	width: auto;
}
.enquiry-form .formidable .buttons, .formidable .input {
	margin-left: 0px;
}
.enquiry-form .formidable .buttons {
	text-align: center;
}
.enquiry-form .formidable .buttons .btn.primary {
	background: none;
	box-shadow: none;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 10px 60px;
	font-size: 24px;
	text-align: center;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.enquiry-form .formidable .buttons .btn.primary:hover {
	background: #fff;
	color: #000;

}
.ax-extensions {
	/*display: none;*/
	color: #fff;
}
.ax-browse-c {
	width: 100%;
}
.ax-remove, .ax-file-remove {
	box-shadow: none;
	border-radius: 0px;
	border: none;
}
.ax-progress {
	border: none;
}
.ax-file-name {
	color: #fff;
}
.formidable .ax-button .btn:hover .ax-file-name, .ax-browse-c:hover .ax-file-name {
	color: #000;
}
.ax-file-list li:hover {
	background: none;
	outline: none!important;
	border-color: #fff;
}
.formidable .ax-button .btn {
	background: none;
	border-radius: 0px;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	width: 100%;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.formidable .ax-button .btn:hover, .ax-browse-c:hover {
	background: #fff;
	color: #000;
}
.wrapper input  placeholder  {
color:#333 !important;
height:20px;
	margin-top:-5px;
	z-index:500;
	overflow:visible;
}

.form-container ::-webkit-input-placeholder {
color:#fff !important;
font-weight:300;
}
.form-container ::-moz-placeholder {
color:#fff !important;
font-weight:300;
} /* firefox 19+ */
.form-container :-ms-input-placeholder {
color:#fff !important;
font-weight:300;
} /* ie */
.form-container input:-moz-placeholder {
color:#fff !important;
font-weight:300;
}
.enquiry-form .formidable .label span {
	display: none;
}
.form-message {
	background-color: #fff;
	color: #000;
	display: none;
	padding: 8px;  overflow: hidden;  margin-bottom: 10px;
}
.form-message ul,.form-message ul li{float: none;  text-align: left;}
.form-message p {
	color: #000;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 0;
	text-transform: capitalize;
}
.form-success p ,.form-error ul li{
	color: green;
}
.form-error p ,.form-error ul li{
	color: red;
}
.enquiry-form-box input, .enquiry-form-box select {
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
	width: 44%;
	margin: 0 3%;
	margin-bottom: 20px;
	float: left;
	/*height: 40px;*/
	margin-bottom: 25px;
	padding: 8px 15px;
	outline: none;
	font-family: 'optimanormal';
}
.enquiry-form-box input:focus, .enquiry-form-box select:focus {
	outline: none;
}
.enquiry-form-box input {
	background: none;
}
.enquiry-form-box select {
	background-color: transparent;
	background-image: url(../images/select-drop-w.svg);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 10px auto;
}
.enquiry-form-box select option {
	color: #000;
	background: #fff;
}
.enquiry-form-box textarea {
	background: none;
	padding: 5px;
	border: 1px solid #fff;
	margin-bottom: 20px;
	height: 65px;
	border-radius: 0px;
	resize: none;
	font-size: 14px;
	color: #fff;
	width: 94%;
	margin: 0 3%;
	margin-top: 10px;
	padding: 10px;
}
.intl-tel-input {
	width: 44%;
	margin: 0 3%;
	float: left;
	margin-bottom: 25px;
}
.intl-tel-input .country-list {
	width: 400px;
}
.intl-tel-input .country-list .country {
	width: 100%;
}
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
	width: 100%;
}
.e-send {
	background: none;
	float: none !important;
	height: auto !important;
	box-shadow: none;
	margin-top: 30px !important;
	text-transform: uppercase;
	border: 1px solid #fff !important;
	border-radius: 0px !important;
	padding: 10px 60px !important;
	font-size: 18px !important;
	text-align: center !important;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	font-family: 'Montserrat', sans-serif !important;
}
.e-send:hover, .d-btn:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}
.d-btn {
	background: none;
	text-transform: uppercase;

	border: 1px solid #fff !important;
	border-radius: 0px !important;
	padding: 10px 30px !important;
	font-size: 14px !important;
	text-align: center !important;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	display: inline-block;
	margin: 22px;
	color: #fff;
	width: 44%;
	margin-top: 10px;
}
.ten a {
	width: 150px;
	display: block;
	float: right;
	margin-top: 10px;
}
.news-detail-box {
	padding: 20px 0;
}
.news-detail-box h4 {
	font-family: 'avenirMedium';
	padding-right: 20%;
	line-height: 44px;
	color: #0a1c37;
	margin-bottom: 20px;
	margin-right: 20px;
}
.news-listing-page .r-more-button {
	margin-bottom: 0px;
}
.news-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.villa360-page .contact-form, .villa360-page footer {
	display: none;
}
.villa360-page iframe {
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#supersized-loader {
	top: 25%;
}
.villa360-page .see-all-box.see-all-villas {
	top: 120px;
}
.villa360-page #supersized-loader {
	display: none;
}
.formidable .formidable_message {
	border: 1px solid #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFF;
	color: #000;
	padding: 8px;
	margin-bottom: 20px;
}
.formidable .formidable_message p {
	margin-top: 0px;
	margin-bottom: 0;
	color: #000;
	text-align: center;
}
.gotop {
	background: #000;
	bottom: 50px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	margin-right: 0px;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	overflow: hidden;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
	zoom: 1;
	position: fixed;
	right: 0;
	text-align: center;
	width: 40px;
	z-index: 10;
	height: 40px;
}
.gotop a {
	color: white;
	font-size: 37px;
}
.gotop a:hover {
	text-decoration: none;
	color: white;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
 @keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
.hvr-ripple-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;

	position: relative;
}
.hvr-ripple-out:before {
	content: '';
	position: absolute;
	border: #af802c solid 6px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
	-webkit-animation-name: hvr-ripple-out;
	animation-name: hvr-ripple-out;
}
.three-sixty-list .half {
	width: 71%;
	margin-bottom: 3px;
}
.three-sixty-list {
	padding: 4% 0 !important;
}
.sub-menu-wrapper .wonders-list {
	margin-left: 12px;
}
.header.sticky .col-sm-3 {
	padding-top: 10px;
}
.degree-blurred-image {
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	top: 0;
	background-position: center center;
}
.at4-share-outer {
	display: none;
}
.atss a {
	width: 34px !important;
	padding: 7px 0 !important;
}
.atss a:hover {
	width: 40px !important;
}
.admin-user .gradient-container {
	display: none;
}
/*  ---------------------Login & Page not found --------------------- */
.login-page #supersized, .login-page .banner-box, .page_not_found-page #supersized, .page_not_found-page .banner-box, .login-page .banner-container, .login-page #supersized, .page_not_found-page .banner-container, .page_not_found-page #supersized {
	height: 250px;
}
.login-page .banner-container .nav, .page_not_found-page .banner-container .nav {
	bottom: 115px;
}
.login-container h1 {
	font-size: 30px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 15px;
}
.login-container label {
	margin-bottom: 10px !important;
	font-weight: 400;
	font-size: 16px;
	color: #3c414c;
}
.login-container .ccm-input-text:hover {
	background: #fff !important;
}
.login-container h3 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: initial;
	color: #3c414c;
	font-weight: 400;
}
.login-container p {
	color: #3c414c;
}
.login-container {
	margin-top: 20px;
	margin-bottom: 60px;
}
.login-Page .error-block ,.page_not_found-Page .error-block{
	margin-top: 58px;
}
.login-container .form-horizontal .control-label {
	color: #3c414c;
}
.login-container .ccm-input-text, .login-container .ccm-input-password, .ccm-input-captcha {
	height: 35px;
	width: 350px;
	padding-left: 10px;
	background: none;
	border: 1px solid #3c414c;
	color: #3c414c;
	font-size: 13px;
	border-radius: 0px;
	margin-bottom: 20px;
	cursor: initial;
}
.sign-in-btn input, .reset-btn input, .register-container .ccm-input-submit {
	border-radius: 0px;
	border: 1px solid #0a1c37;
	color: #fff;
	background: #0a1c37;
	margin-top: 14px;
	padding: 8px 19px;
	font-weight: 600;
	margin-bottom: 20px;
}
.register-container {
	margin-bottom: 40px;
}
.register-container .form-horizontal .checkbox {
	padding-top: 0px;
}
.sign-in-btn input:hover, .reset-btn input:hover, .register-container .ccm-input-submit:hover {
	color: #FFF;
	background-color: #af802c;
	border-color: #af802c;
}
.register-container legend {
	display: none;
}
.login-container .page-header {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.page-not-found {
	margin-top: 10px;
}
.page-not-found h1 {
	font-size: 30px;
	margin-bottom: 0;
}
.page-not-found a {
	border-radius: 0px;
	border: 1px solid #0a1c37;
	color: #fff;
	background: #0a1c37;
	margin-top: 14px;
	padding: 8px 19px;
	font-weight: 600;
	margin-bottom: 30px;
	display: inline-block;
}
.page-not-found a:hover {
	color: #FFF;
	background-color: #af802c;
	text-decoration: none;
	border-color: #af802c;
}
.ccm-error {
	font-weight: bold;
	color: #ce2530;
	list-style: none;
	margin-left: 20px;
	margin-top: 20px;
}
.register-container .form-horizontal .control-label {
	text-align: left;
	color: #000;
	text-transform: uppercase;
}
.fancybox{display: block;}
.at-svc-whatsapp{display: none !important;}
.property-listing-page .project-form .more-f-btn{display: block !important;    text-align: center;}
.property-listing-page .project-form .p-l-form .more-f-btn {
    margin-top: 64px;    padding: 9px;
}
.home-page .project-form .more-f-btn{    margin-left: 40px;}
.more-f-btn.menu-left{    padding: 15px 30px;
    font-size: 21px;
    background: #af802c;}
    .more-f-btn.menu-left:hover{
    background: #0a1c37;}
.home-page .project-form .p-l-form .more-f-btn{     width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 63px;}
    .p-l-form .col-sm-3 {
    width: 24.4%;
}
    .home-page .project-form .p-l-form .more-f-btn span{    margin-left: 14px;
    font-size: 20px;
    vertical-align: text-top;}
.property-listing-page .project-form .more-f-btn span{    font-size: 20px;
    margin-left: 10px;
    vertical-align: text-top;}


.villa-form .formidable input[type=text],.villa-form .formidable input[type=url],.villa-form .formidable input[type=tel],.villa-form .formidable input[type=number],.villa-form .formidable input[type=email],.villa-form .formidable textarea,.villa-form .formidable select,.villa-form .formidable input[type=password] {
    font-size: 20px;
    width: 100%;
    line-height: 18px;
    color: #fff;
    border: none;
    -webkit-border-radius: 0px;
    resize: none;
    -moz-border-radius: 0px;
    border-radius: 0;
    background: none;
    padding: 8px 0 20px 0;
    border-bottom: 1px solid #bea373;
    margin-bottom: 25px;
}
.villa-form .formidable textarea {
    height: 150px;
}
.villa-form .formidable input[type=text].error,.villa-form .formidable input[type=url].error,.villa-form .formidable input[type=tel].error,.villa-form .formidable input[type=number].error,.villa-form .formidable input[type=email].error,.villa-form .formidable textarea.error,.villa-form .formidable select.error,.villa-form .formidable input[type=password].error {
    margin-bottom: 2px
}
.villa-form .formidable .buttons .btn.primary {
    filter: none;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 19px;
    text-shadow: none;
    float: right;
    margin-right: 300px;
    transition: background .6s ease;
    -moz-transition: background .6s ease;

    -webkit-transition: background .6s ease;
    border-radius: 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 16px;
    background-position: center center;
    position: absolute;
    bottom: 40px;
}
.villa-form .formidable .buttons .btn.primary:hover {
    color: #fff;background-color: #b2802c !important;
}
.villa-form .formidable .w50 {
    width: 50%;
    padding: 0 6%;
    display: inline-block;
    float: left;
}
.villa-form .formidable .w100 {
    width: 100%;
    padding: 0 6%;
}
.villa-form .formidable .formidable_message {
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #0a1c37;
    color: #fff;
    padding: 8px;
    margin-bottom: 0;
    text-align: center;
}
.villa-form .formidable .formidable_message p {
    margin-top: 0px;
    color: #fff;
    padding-right: 0px !important;
    margin-bottom: 0px;    font-size: 20px;
}
.modal.villa-form .formidable_row {
    margin: 0;
}
.villa-form .modal-dialog {
    width: 400px;
}
.modal.villa-form .formidable .w100 {
    padding: 0;
}
.villa-form .modal-body {
    padding: 30px;
    border-radius: 0px;
}
.villa-form .modal-content {
    border-radius: 0px;
}
.villa-form h3 {
    margin: 0 0 20px 0;    font-size: 28px;
}
.villa-form .formidable input[type=text],.villa-form .formidable input[type=url],.villa-form .formidable input[type=tel],.villa-form.formidable input[type=number],.villa-form .formidable input[type=email],.villa-form .formidable textarea,.villa-form .formidable select,.villa-form .formidable input[type=password] {
    font-size: 16px;
    color: #0a1c37;
    padding: 8px 0 10px 0;
    border-bottom: 1px solid #0a1c37;
    margin-bottom: 0px;
}
.villa-form .formidable textarea {
    height: 50px;
}
.villa-form .formidable .buttons .btn.primary {
       font-size: 16px;
    float: none;
    padding: 8px 13px;
    position: static;
    background-color: #0a1c37;
    background-image: none;
    margin-top: 20px;
}
.villa-form .more-f-btn {

    font-size: 16px;
    text-transform: inherit;display: none;
    padding: 7px 16px;
}
.villa-form .formidable .buttons, .formidable .input {
    margin-left: 0;
}
.villa-form input::-webkit-input-placeholder, .villa-formtextarea::-webkit-input-placeholder {
    color:#0a1c37 !important;
}
.villa-form input::-moz-placeholder, .villa-form textarea::-moz-placeholder {
    color:#0a1c37 !important;
} /* firefox 19+ */
.villa-form input:-ms-input-placeholder {
    color:#0a1c37 !important;
}
body.modal-open {
    margin-right: 0px;
}
.modal {

    overflow-y: auto;
}
.modal-open {
    overflow: auto;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0px;
}
.modal-close {
      position: absolute;
    right: -27px;
    background-color: transparent;
    border: none;
    width: 30px;
    height: 30px;
    background-image: url("../images/f-close.svg");
    background-size: 22px auto;
    background-repeat: no-repeat;
    top: -13px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.addthis_sharing_toolbox{    position: fixed;
    left: 0;
    top: 40%;}
    .at-share-tbx-element .at-share-btn {
    display: block !important;
}
.wrapper .at-share-tbx-element .at-share-btn {
    margin: 0;
    display: inline-block;
}
.at-share-btn:hover{background-color: #000;}
.wrapper .addthis_32x32_style .at4-icon,.wrapper .addthis_32x32_white_style .at4-icon, .at-32x32 {
       background-size: 21px auto !important;
    background-position: center center;
}
.wrapper .at-svc-whatsapp{display: none !important;}
.banner-360-box .more-f-btn{      position: absolute;
    top: -68px;
    width: 230px;
    left: 0;
    text-align: center;
    font-size: 20px;}
.ios-device * {
	background-attachment: scroll;
	/*font-family: 'avenirMedium';*/
}

.addthis_32x32_style .at-icon {
    width: 20px !important;
    height: 20px !important;
    margin-left: 5px;
    margin-top: 6px;
}

/* saf3+, chrome1+ -  code for separating webkit browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
}



/* IE */


.ie10 .search-button input {
  background-image: url("../images/ie-search.png");
}
.ie10 .get-started {
  background-image: url("../images/ie-go-down.png");
}
.ie10 .get-started:hover {
  background-image: url("../images/ie-go-down-hover.png");
}
.ie10 .play-btn {
  background-image: url("../images/ie-play-btn.png");
}
.ie10 .play-btn:hover {
  background-image: url("../images/ie-play-btn-hover.png");
}

.ie10 .see-all-box span {
  background-image: url("../images/ie-arrow-right.png");
}
.ie10 .featured-more a {
  background-image: url("../images/circle-r-arrow.png");
}
.ie10 .falcon-heading p ,.ie10 .featured-property-box h2,.ie10 .project-form p,.ie10 .falcon-heading h3{
  background-image: url("../images/orange-strip.png");
}
.ie10 .r-more-button{background-image: url("../images/l-arrow-down.png");}
.ie10  .back p {
  background-image: url("../images/ie-plus.png");
}
.ie10 #degree-slider .large-circle {
  background-image: url("../images/ie-large-circle.png");
}
.ie10 #degree-slider .small-circle {
  background-image: url("../images/ie-small-circle.png");
}
.ie10  .large-circle {
  background-image: url("../images/large-circle-block.png");
}
.ie10 .small-circle {
  background-image: url("../images/small-circle-block.png");
}
.ie10 banner-360-box .small-circle {
  background-image: url("../images/small-circle-blue.png");
}
.ie10 .banner-360-box .large-circle {
  background-image: url("../images/large-circle-blue.png");
}
.ie10 .property-listing-page .banner-container{overflow: visible;}
.ie9 .small-circle,.ie9 .large-circle{z-index: 100;}
.ie9 .degree-link{z-index: 200;}
.ie9 .get-quote h3 {
  margin-top: -17px;
  margin-left: -4px;
}

.ie9 .enquiry-form .formidable .buttons .btn.primary,.ax-browse,.formidable .ax-button .btn{filter:none;}
.ie8 .home-wonders-box{background: none;}
.ie8 .small-circle,.ie8 .large-circle{display: none !important;}
.ie8 .degree-image {
  padding: 5px;
  border: 3px solid #fff;
}
.ie8 .owl-buttons .next{background-image: url("../images/c-right.png");height: 80px;}
.ie8 .owl-buttons .previous {
  background-image: url("../images/c-left.png");height: 80px;
}
.ie8 .featured-image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.ie8 .wonders-blurred-box-overlay,.ie8 .blurred-box-overlay{background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
zoom: 1;}
.ie8 .contact-form .element.radio > .input .radio input{visibility: hidden;}
.ie8 .contact-form .element.radio > .input .radio.selected {
  background-image: url("../images/tick-active.png");
}
.ie8 .contact-form .buttons .btn.primary {
  background-image: url("../images/arrow-right-blue.png");
}
.ie8 .contact-form .buttons .btn.primary:hover ,.ie8 .see-all-box span{
  background-image: url("../images/arrow-right-blue-hover.png");
}
.ie8 #owl-4 .links {
  background-image: url("../images/ie-plus-blue.png");
}
.ie8 .about-overlay,.ie8 .sub-menu-wrapper .sub-sub-title,.ie8 .menu-overlay,.ie8 .item-desc{background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC0A1C37,endColorstr=#CC0A1C37);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC0A1C37,endColorstr=#CC0A1C37);
zoom: 1;}
.ie8 .item-block:hover .about-overlay,.ie8 .sub-menu-wrapper .image:hover .sub-sub-title,.ie8 .item-desc:hover{
  background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0A1C37,endColorstr=#FF0A1C37);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0A1C37,endColorstr=#FF0A1C37);
zoom: 1;
}
.ie8 .sub-menu-wrapper{background: #fff;}
.ie8 .project-listing-box.even .shape {
  background-image: url("../images/ie-shape-2.png");
}
.ie8 .shape {
  background-image: url("../images/ie-shape-1.png");
}
.ie8 .banner-360-box .degree-image{  padding: 5px;
  border: 2px solid #0a1c37;}
.ie8 .degree-block {
  background-attachment: initial;
}
.ie8 .villa-gallery .item-desc {
 background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
zoom: 1;
}
.ie8 .villa-gallery .item-desc:hover {
background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
zoom: 1;
}
.ie8 .villa-gallery .item-desc {
   height: auto;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 1%;
}
.ie8 .wonders-description{background:none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF,endColorstr=#E5FFFFFF);
zoom: 1;}
.ie8 .item .wonders-description{background: none;filter:none;}
.ie8 #wonders-d-slider .owl-buttons .previous {
  background-image: url("../images/c-left-b.png");
}
.ie8 #wonders-d-slider .owl-buttons .next{  background-image: url("../images/c-right-b.png");}
.ie8 .sbToggle {
  background: url(../images/select-drop.png) no-repeat;
  background-position-x:55%;background-position-y:50%;
}
.ie8 .ax-browse-c {
  width: auto;
}
.ie8 .search-filter a.s-filter-2,.ie8 .search-filter a.s-filter-2.active:hover{
  background-image: url("../images/filter-2.png");
}
.ie8 .search-filter a.s-filter-2:hover,.ie8 .search-filter a.s-filter-2.active{
  background-image: url("../images/filter-2-hover.png");
}
.ie8 .search-filter a.s-filter-1.active,.ie8 .search-filter a.s-filter-1:hover {
  background-image: url("../images/filter-1-hover.png");
}
.ie8 .search-filter a.s-filter-1,.ie8 .search-filter a.s-filter-1.active:hover {
  background-image: url("../images/filter-1.png");
}
.ie8 .search-input input[type="submit"] {
  background-image: url("../images/search-2.png");
}
.ie8 .search-filter a{padding-top: 12px;}
.ie8 .search-filter {
  margin-top: 25px;
}
.ie8 .search-input input {
  padding: 15px 60px 0 10px;
}
/* media queries */
@media screen and (max-width: 1400px) {
.shape {
	height: 500px;
	width: 95%;
}
}

@media screen and (max-width: 1350px) {

#degree-slider .degree-left-box {
	padding-left: 60px;
}
#degree-slider .small-circle, #degree-slider .large-circle {
	width: 380px;
	height: 380px;
	left: 15px;
	top: -17px;
}
.degree-image {

	margin: 33px;
}
.small-circle, .large-circle {
	left: 18px;
	top: -14px;
}
.degree-block .owl-buttons .previous {
	left: 3px;
}
.degree-block .owl-buttons .next {
	right: -11px;
}
.about-news {
	padding: 0 40px;
}
.news-slider {
	padding: 0 40px;

}
.news-slider .prev {
	left: -10px;
}
.news-slider .next {
	  right: -69px;
}
}

@media screen and (max-width: 1300px) {
	.home-page .project-form .p-l-form .more-f-btn {
    padding: 10px;
}
.shape {
	height: 500px;
	width: 98%;
}
/*.news-slider .prev {
left: 0px;
}
.news-slider .next {
right: 0px;
}
.home-wonders{padding: 0 40px;}*/
.map-address {
	left: 100px;
}
.villa-d-description p {
  margin-right: 0px;
  margin-left: 5px;
  font-size: 14px;
}
.villa-d-description p img {
  margin-left: 10px;
}
.more-f-btn {
    font-size: 14px;
}
}

@media only screen and (min-width : 1200px) and (max-width : 1300px) {
.container {
	max-width: 1050px;
}
.small-circle, .large-circle {
	left: -7px;
	top: -17px;
}
.chairman-m-container {
	background-size: 550px auto;
}
.degree-left h4 {
	margin-top: 60px;
}
.degree-image {
	margin: 10px;
}
#degree-slider .small-circle, #degree-slider .large-circle {
	left: -8px;
	top: -18px;
}
#degree-slider .degree-left {
	margin-top: 50px;
}
.degree-block .owl-buttons .previous {
	left: -30px;
}
.degree-block .owl-buttons .next {
	right: -30px;
}
.featured-quantity {
	padding-right: 0px;
}
}

@media screen and (max-width: 1250px) {
/*.news-slider {
padding: 0 60px;
}
.news-slider .prev {
left: 27px;

}
.project-info-box p {
padding-left: 16%;
}
.project-listing-box.even .project-info-box p {
padding-right: 16%;
}
.news-slider .next {
right: 27px;
}
.home-wonders-box .prev {
left: -29px;
}
.home-wonders-box .next {
right: -29px;
}*/
.degree-right {
  padding-top: 0px;
}
}

@media screen and (max-width: 1200px) {
	.p-l-form .more-f-btn span{display: none;}
.contact-form .element.select {
  width: 82px !important;
}
.degree-right h2 {
	font-size: 36px;
	line-height: 38px;
}
.degree-left {
	height: auto;
}
.degree-block .owl-buttons .previous {
	left: -22px;
}
#degree-slider .degree-left-box {
	padding-left: 45px;
}
.featured-quantity {
	padding-left: 0;
	padding-right: 0;
}
.about-news-image {
	height: 280px;
}
.project-info-box p {
	line-height: 24px;
}
.project-info-box {
	bottom: -46px;
}
.item-desc h3 {
	font-size: 16px;
}
.villa-d-description p {
	font-size: 15px;
}
.search-filter a {
	padding: 6px 16px;
}
.featured-price {
	padding: 10px 15px 10px 5px;
}


#degree-slider .small-circle, #degree-slider .large-circle {
	width: 340px;
	height: 340px;
	left: 3px;
	top: -17px;
}
/*#degree-slider .degree-image {
padding: 21px;
}*/
/*.degree-image img {
margin-top: 44px;
margin-left: 35px;
}*/
.degree-image {
	margin: 20px;
}
.banner-360-box .degree-image img {
	margin: 0;
}
.about-sub-info h4 {
	font-size: 22px;
}
.wonders-slider .prev {
	left: 5px;
}
.wonders-slider .next {
	right: 5px;
}
.small-circle, .large-circle {
	width: 360px;
	height: 360px;
	left: 8px;
	top: -12px;
}
.home-wonders-box .prev {
	left: -30px;
}
.home-wonders-box .next {
	right: -30px;
}
.chairman-m-box {
	padding: 0 35px;
}
}
@media screen and (max-width: 1100px) {
.contact-form .element.select {
  width: 75px !important;
}
.contact-form .buttons .btn.primary {
  right: 20%;
}
}
@media screen and (max-width: 1024px) {
.fancybox-close {
	right: -26px;
	top: -31px;
}
#wonders-d-slider .wonders-description {
  right: 6%;
}
#wonders-d-slider .owl-buttons .next {
  right: 0;
}
#wonders-d-slider .owl-buttons .previous {
  left: 10px;
}
.sub-menu-wrapper {
  top: 63px;
}
.chairman-m-container {
	background-size: 500px auto;
}
nav ul li {
	margin: 0 6px;
}
.project-info-box p {
	line-height: 22px;
}
.project-listing-box.even .project-info-left a {
	margin-right: 120px;
}
.about-dream-box h4 {
	font-size: 28px;
}
.shape {
	bottom: -100px;
}
.project-listing-box.even .shape {
	bottom: -100px;
}
.news-slider .next {
  right: -40px;
}
.news-slider .previous {
  left: -35px;
}
}

@media screen and (max-width: 1024px) {
.social a {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 8px;
}
.social .facebook i {
    padding-right: 5px;
    padding-top: 7px;
    font-size: 18px;
    padding-left: 10px;
}
.social a i {
    font-size: 19px;
}
.social a.all-feeds {
    width: 263px;
}
}
.width_half{
	width:50%;
	float:left;
	height:auto;
	}
@media screen and (max-width: 992px) {
	.p-l-form .col-sm-3 {
    width: 25%;
}
	.property-listing-page .project-form .p-l-form .more-f-btn {
    padding: 10px 9px;font-size: 15px;
}
	.home-page .project-form .more-f-btn {
    margin-left: 0;
}
.home-page .project-form .p-l-form .more-f-btn {
       padding: 11px 6px;
    font-size: 12px;

    margin-top: 66px;
}
	.social a {
    width: 25px;
    height: 25px;
    margin-left: 2px;
    margin-top: 8px;
}
.social a.all-feeds {
         width: 210px;
    margin-left: 2px;
}
.social .facebook i {
    padding-right: 5px;
    padding-top: 6px;
    font-size: 16px;
    padding-left: 8px;
}
.social a i {
    font-size: 16px;
}
.news-slider .next {
  right: -70px;
}
.contact-form .element.select {
  width: 67px !important;
}
.wonders-detailed-page .wonders-description {
	min-width: 300px;
}
.small-circle, .large-circle {
	width: 266px;
	height: 266px;
}
.degree-left {
	margin-top: 0px;
}
.banner-360-box .degree-left {
	margin-top: 0px;
}
.about-dream-box h2 {
	margin-top: 20px;
}
.about-info-left img {
	width: 180px;
}
.news-items.even {
	border-left: none;
}
.shape {
	bottom: -75px;
}
.villas-Page .featured-column-box {
	width: 100%;
}
.MailingListSubscribe .mailing-list-email-wrap {
	width: 140px;
}
.property-listing-page .featured-quantity p {
	padding-left: 10px;
}
.property-listing-page .to {
	display: none;
}
.property-listing-page .banner-container, .property-listing-page #supersized {
	height: 500px;
}
.property-listing-page .project-form-container {
	bottom: -50px;
}
.news-r h4 {
	font-size: 24px;
	line-height: 28px;
}
.project-listing-box.even .shape {
	bottom: -75px;
}
.project-info-box p {
	padding-left: 2%;
}
.project-listing-box.even .project-info-box p {
	padding-right: 5%;
}
.project-info-box {
	bottom: -31px;
}
.news-row .news-items:nth-last-child(2) {
	border: none;
}
.wonders-description {

	min-width: 100%;
}
.awards-box .member-info h3 {
	line-height: 24px;
	font-size: 16px;
}
p {
	font-size: 14px;
	line-height: 28px;
}
.about-sub-info h4 {
	font-size: 18px;
}
.degree-right h2 {
	font-size: 28px;
	line-height: 36px;
}
#degree-slider .small-circle, #degree-slider .large-circle {
	width: 249px;
	height: 249px;
}
#degree-slider .degree-left-box {
	margin-top: 20px;
}

.wrapper h2 {
	font-size: 28px;
}
.featured-head h3 {
	font-size: 15px;
}

.bed img {
	width: 20px;
	margin-top: 8px;
}
.b-room img {
	width: 20px;
	margin-top: 3px;
}
.map-address {
	left: 3%;
}
.contact-form .element.radio > .input .radio {
	margin: 0px 1%;
}
#owl-2 .item span {
	max-height: 160px;
}
.to h3 {
	float: none;
}
.project-form p {
	margin-left: 0;
}
.project-form h2 {
	padding-left: 0;
}
.featured-property-box h2 {
	padding-left: 0;
	background-position: 0px bottom;
}
.map-address {
	padding: 10px 30px;
}
.about-news-image {
	background-size: auto 110%;
}
.chairman-m-container {
	background-size: 400px auto;
}
.exp-right h2, .about-dream-box h2 {
	font-size: 60px;
}
.about-dream-bottom h5 {
	line-height: 30px; font-size: 20px;

}
}
.main_list ul li {
    line-height: 24px;
    color: #0e2269;
    list-style-type: circle;
    margin-left: 17px;
	font-size:14px!important;
	font-family: 'optimabold';
	margin-left:30px;
}
.p_norml p{
	color: #fff;
    text-transform: capitalize;
    background-position: 0 center;
    margin-left: 0;
    padding-left: 0;
	font-family: 'optimanormal';
	letter-spacing:0;
	font-size:14px;
	}
.txt_justfy{
	text-align:justify;
	}
.menu_width{
	width:900px;
	right:-520px;
	padding:15px 8px!important;
	border:1px solid #f2f2f2;
	}
.menu_width .col_3{
	width:31%;
	margin:0 1%;
	float:left;
	}
.menu_width2{
	width:400px;
	right:-158px;
	padding:15px 8px!important;
	border:1px solid #f2f2f2;
	}
.menu_width2 .col_3{
	width:48%;
	margin:0 1%;
	float:left;
	}
.menu_width2 .col_3 li,		
.menu_width .col_3 li{
	padding:0!important;}
.menu_width2 .col_3 li a,		
.menu_width .col_3 li a{
	width:100% !important;
	padding: 9px 5px 9px 12px!important;
	}
.menu_width2 .col_3 li a,	
.menu_width .col_3 li a{
background:url(../images/li.png) left no-repeat!important;
	}
#cssmenu ul ul li a{background:url(../images/li.png) left no-repeat!important;}	
.menu_width h5{ 
	font-size:18px;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:10px;
}
.menu_width2 .more, 
.menu_width .more {
	background:#1a7ab8; padding:5px 10px!important; float:left; width:auto; font-size:16px!important; margin-top:5px!important;}
.menu_width2 .more:hover,
.menu_width .more:hover{background:#1a7ab8!important;}

.dr_list {
    border: 1px solid #1c7ebe;
    padding: 15px;
    min-height: 430px;
    margin-bottom: 15px;
    margin-top: 15px;
	text-align:center;
}	
.dr_list h5{
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	font-weight: bold;
	background: #f2f2f2;
	margin:10px 0;
	padding: 8px 0;
	color: #0069b5;
	}	
.dr_dipartmnt {
    font-size: 16px;
    line-height: 18px;
    color: #666;
	text-align:center;
}
.dr_list:hover{
background:#edf8ff;
	}
.degree-right h3 {
    font-size: 38px;
    font-weight: 300;
    text-align: left;
    /* font-size: 71px; */
    /*font-family: 'GillSans';*/
    /* font-family: 'Source Sans Pro', sans-serif !important; */
    text-transform: capitalize;
    /* font-weight: bold; */
    color: #fff;
}
.degree-right h5 { color:#fff;}	
.inner_bannr{
  width:100%;
  height:320px;
  float:left;
  }	
.inner_bannr_txt{
    padding: 15px 30px;
    z-index: 500;
    background: rgba(54, 180, 117, 0.88);
    color: #fff;
    margin-top: -72px;
    font-size: 30px;
    text-transform: uppercase;
    float:left;
} 
aside.widget:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
aside.widget {
    margin-bottom: 40px;
}
h3.widget-title {
        font-size: 18px;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 2px;
        background: #112369;
        padding: 15px 0;
        color: #fff;
        border-radius: 5px 5px 0 0;
        /* font-weight: bold; */
        float: left;
        width: 100%;
}
aside.widget ul {
    padding: 0;
}
aside.widget ul li {
    padding: 10px 15px;
    line-height: 18px;
    background: #2bb673;
    margin-bottom: 2px;
    list-style:none;
    margin-left:0;
    text-transform:uppercase;
    font-size:13px;
    float: left;
    width: 100%;
}	
aside.widget ul li a:hover { color:#f2f2f2; text-decoration:none;}
.widget_categories .cat-item span.post_count {
    float: right;
}
.inner_main{
	width:100%;
	height:auto;
	float:left;
	padding:40px 0;}
.inner_main p{
	margin-bottom:10px;
	color:#333;
	    line-height: 24px;
	}
.inner_main  .degree-right p
 {
	color:#333 !important;
	}
.facilities_box{
	    border: 1px solid #ececec;
    padding: 15px;
    background: #f9f8f8;
	margin-bottom:15px;
	float: left;
width: 100%;

	}	
.mrg_rit_0{
	margin-right:0 !important;
	}	
.facilities_box ul{
	margin:15px 0 20px 20px;}	
.width_half .degree-right ul li	{
	list-style:url(../images/li.png);		
		}
.facilities_box ul li{
	color:#333;
	list-style:url(../images/li.png);
	font-size: 14px;
	}	
.pding_tb_0{
	padding-bottom:0 !important;
	padding-top:0 !important;
	}
.health_more {
    color: #333;
    border: #333 1px solid;
    padding: 12px 15px;
    text-decoration: none;
    line-height: 4px;
    float: left;
    text-transform: capitalize;
    font-size: 17px;
	text-decoration:none;
	height:32px;
}	
.health_more:hover {
    color: #fff;
    border: #333 1px solid;
	background:#333;
	text-decoration:none;
}
.health_more:focus {
    color: #fff;
	background:#333;
	margin-top:10px;
}	
			
@media screen and (max-width: 960px) {
.menu_width2{
	width:400px;
	right:-520px!important;
	padding:15px 8px!important;
	border:1px solid #f2f2f2;
	}
.menu_width{
	width:800px;
	right:-520px!important;
	padding:15px 8px!important;
	border:1px solid #f2f2f2;
	}
header .third {
	padding: 2%;
	width: 28%;
}
#supersized {
	top: 70px;
}
nav ul li {
	margin: 0 1px;
}
header .twothird {
	padding: 1%;
	width: 71%;
}
.logo a {
	width: 180px;
}
.banner-container {
	margin-top: 70px;
}
nav ul li a {
	font-size: 13px;
}
.sub-menu-wrapper .sub-sub-title {
	font-size: 11px;
	line-height: 16px;
}
}

@media screen and (max-width: 768px) {
.menu_width2,
.menu_width{
	width:100%;
	right:0!important;
	}
.menu_width2 .col_3,	
.menu_width .col_3{
	width:98%;
	margin:0 1%;
	float:left;
	}	
.wrapper{
	width:100%
	}
.media_galley{
	width:20%;
	height:auto;
	float:left;
	}
.width_half{
	width:100%;
	}
.property-caption .banner-caption h4 {
  font-size: 20px;
}
.villa-d-info-left h2 {
  margin-top: 0;
  font-size: 26px;
}
.area-box{width:100%;  padding: 0 15px;}
.news-slider .next {
  right: -50px;
}
.search-button input {
  width: 90%;
}
.social a.all-feeds{ width: 213px; }
.featured-price{padding: 10px;}
.featured-price .col-xs-9{padding-left: 0px;padding-right: 0;}
.sub-menu-wrapper .sub-menu-title a {
  padding: 2px 10px;
}
.contact-form .element.select {
  width: 51px !important;
  margin-left: 9px;
}


.get-quote {
	width: 26px;
}
.get-quote h3 {
	width: 92px;
	font-size: 13px;
}
.about-dream-box {
	padding: 40px 20px;
}
.news-listing-container {
	padding: 25px;
}
.news-search .row {
	margin: 0;
}
.news-listing.active .front h3 {
	margin-left: 10px;
}
.r-more-button a {
	font-size: 14px;
	padding: 10px 8px;
}
.home-page .project-form-box {
	overflow: hidden;
}
.floor-plan-box {
	overflow: hidden;
	padding: 30px 20px;
}
.banner-360-box {
	right: 10px;
	;
}
.news-slider-container {
	overflow: hidden;
}
.fancybox-close {
	right: -23px;
	top: -33px;
}
.about-news-slider .next {
	right: -35px;
}
.about-news-slider .prev {
	left: -35px;
}
.degree-block .owl-buttons .previous {
	left: -10px;
}
.copyright p, .copyright a {
	font-size: 10px;

	line-height: 20px;
}
.news-listing .news-head-wrap h4 {
	line-height: 30px;

	font-size: 20px;
}
.news-detail-box h4 {
	padding-right: 0;
	line-height: 30px;
	font-size: 20px;
}
.shape {
	bottom: -16px;
}
.project-listing-box.even .shape {
	bottom: -21px;
}
.project-info-box p {
	padding-left: 16%;
	font-size: 14px;
	line-height: 19px;
}
.project-listing-box.even .project-info-box p {
	padding-right: 20%;
}
.project-info-left a {
	padding: 8px;
	letter-spacing: 1px;
	font-size: 11px;
}
.newsletter {
	padding-left: 20px;
}
.degree-block .owl-buttons .next {
	right: -17px;
}
.home-wonders-slider .customNavigation a {
	width: 20px;
}
.home-wonders-box .prev {
	left: -15px;
}
.home-wonders-box .next {
	right: -15px;
}
.news-slider-container .customNavigation img {
	width: 20px;
}
.news-slider .prev {
	left: 5px;
}
.MailingListSubscribe .mailing-list-email-wrap {
	width: 120px;
}
.contact-form .buttons .btn.primary {
	right: 19.5%;
}
.featured-property-box h2 {
	padding-left: 37px;
	background-position: 15px bottom;
	margin: 0;
	font-size: 30px !important;
}
.project-form h2 {
	padding-left: 15px;
}
.project-form p {
	margin-left: 15px;
}
}

@media screen and (min-width: 768px) {
header .nav {
	height: auto !important;
	display: block !important;
}
}

@media only screen and (min-width : 480px) and (max-width : 767px) {

.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
	position: relative;
	min-height: 1px;
}
.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
	float: left;
}
.col-ms-1 {
	width: 8.333333333333332%;
}
.col-ms-2 {
	width: 16.666666666666664%;
}
.col-ms-3 {
	width: 25%;
}
.col-ms-4 {
	width: 33.33333333333333%;
}
.col-ms-5 {

	width: 41.66666666666667%;
}
.col-ms-6 {
	width: 50%;
}
.col-ms-7 {
	width: 58.333333333333336%;
}
.col-ms-8 {
	width: 66.66666666666666%;
}
.col-ms-9 {
	width: 75%;
}
.col-ms-10 {
	width: 83.33333333333334%;
}
.col-ms-11 {
	width: 91.66666666666666%;
}
.col-ms-12 {
	width: 100%;
}
}

@media screen and (max-width: 767px) {
	.p-l-form .col-sm-3 {
    width: 100%;
}
	.social a.all-feeds {
    width: 213px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.wonders-listing-container.even .wonders-info,.wonders-listing-container.even .wonders-info-left, .wonders-listing-container.even .wonders-info-right  {
  float: none;
}
.menu-overlay{display: none !important;}
.banner-360-box{display: none;}
.villas-Page .featured-column-box {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.sort-by-price span {
  margin-right: 15px;
}
.info-description .col-sm-6 {
  width: 100%;
}
.wonders-info-left a {
  margin-top: 0;
}
.wonders-listing-page .wonders-description.active {
  margin-top: 20px;
}
.shape{display: none;}
.project-info-box{position: relative;}
.project-info-left{background: rgba(255,255,255,0.8);
  padding: 20px;}
.project-info-box p {
  padding-left: 0;
  padding-right: 20%;
}
.project-info-left a {
 float: none; 
}
.project-view-all {
   position: relative; 
}
.project-info-right{padding: 0px;}
.project-view-all a {
  width: 185px;
  font-size: 20px;
  margin-top: 15px;  margin-left: 0;
}
.project-listing-box.even .project-view-all {
  right: 0;
}
.project-info-container {
  height: 550px;
}
header nav ul li a {
	padding: 15px !important;
}
nav ul li a:hover, nav ul li.nav-path-selected a, nav ul li a.nav-selected {
	background-color: #af802c !important;
	border: none;
	color: #fff !important;
}
header.sticky .full {
	padding: 5px 1%;
}
footer .third {
	width: 100%;
	text-align: center;
}
.MailingListSubscribe form {
	width: 210px;
	margin: 0 auto;
}
.MailingListSubscribe {
	margin-top: 0;
	margin-bottom: 15px;
}
.social a {
	margin-top: 10px;
}
.social {
	text-align: center;
}
.contact-form .element.radio > .input .radio {
	width: 33%;
	margin-bottom: 15px;
}
.map-box h4 {
	font-size: 16px;
	padding: 6px 20px;
}

.degree-right {
	padding: 0 10px;
}
#degree-slider .degree-left-box {
	padding: 0 10px;
	margin-top: 0;
}
.degree-right h2 {
	margin-top: 0;
	font-size: 38px!important;
}
.sub-menu-wrapper {
	display: none !important;
}
.hasul-arrow {
	display: none !important;
}
header .nav {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: 3;
	text-align: center;
	top: 55px;
	background: #fff;
}
header .nav {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: 3;
	text-align: center;
	top: 59px;
	background: #fff;
}
header .nav>li.nav-path-selected {
	background-image: none;
	background-color: #fff;
	color: #000;
}
header .nav>li.nav-path-selected a {
	color: #000;
}
header .nav>li {
	float: none;
}
.banner-container {
	margin-top: 60px;
}
#supersized {
	top: 60px;
}
#nav-toggle {
	cursor: pointer;
	padding: 10px 35px 16px 0px;
	top: 17px;
	z-index: 2001;
	position: fixed;
	right: 35px;
	transition: top .6s ease;
	-webkit-transition: top .6s ease;

	-moz-transition: top .6s ease;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #000;
	position: absolute;
	display: block;
	content: '';
}
.navbar-fixed-top .nav>li>a:hover {
	background-color: #fff;
	color: #1A3154;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {

	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#degree-slider .small-circle, #degree-slider .large-circle {
	width: 295px;
	height: 295px;
}
.degree-left {
	  width: 280px;
	margin: 0 auto;
}
.home-page .degree-left {
	  width: 300px;
	margin: 0 auto;
}
.about-info-left img {
	margin-bottom: 20px;
}
.page-description {
	padding: 0 20px;
}
.home-page .page-description {
	text-align: center;
}
.degree-right {
	text-align: center;
}
.project-form-box {
	height: 900px;
}
.project-form-box .container {
	min-height: 900px;
}
.project-form-container {
	padding: 0 30px 0 0;
}
.radio-btn-group {
	margin-top: 0;
}

.featured-column-box {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 640px) {
.map_sec{
	height:auto;
	}
.at-icon-wrapper {
    width: 100% !important;
    text-align: center;
}
	.more-f-btn.menu-left {
    padding: 13px 26px;
    font-size: 16px;
}
	.addthis_sharing_toolbox {
    position: fixed;
    left: 0;
    top: auto;
    width: 100%;
    bottom: -6px;
}
.at-share-tbx-element .at-share-btn {
    display: inline-block !important;
    width: 16.66777%;
    max-width: 16.6667% !important;
}
.wrapper .addthis_32x32_style .at4-icon, .wrapper .addthis_32x32_white_style .at4-icon, .at-32x32 {
    text-align: center;
    width: 100%;
}
.wrapper .at-svc-whatsapp {
display: inline-block !important;
}
	.at4-share-outer{display: block !important;}
	.home-page .project-form .p-l-form .more-f-btn {
    margin-top: 20px;
}
.home-page .project-form .p-l-form .more-f-btn {
    width: 100%;
    font-size: 16px;
}
.property-listing-page .project-form .p-l-form .more-f-btn {
    margin-top: 15px;
}
.home-page .project-form .more-f-btn {
    margin-left: 15px;
    margin-top: 0px;
}
.at-svc-whatsapp{display: block !important;}
.at4-show {
    display: block !important;
}
.at4-show, .at4-show-content {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
}
.atss-left {
    left: 0;
    float: left;
    right: auto;
    width: 100% !important;
    
    top: 0 !important;
}
.atss a,.atss a:hover {
    width: 16.66667% !important;
    padding: 10px 0 !important;
}
.at4-hide-content {
    display: none ! important;
}
.social a {
    width: 32px;
    height: 35px;
}
.contact-form .formidable_column .fieldsets {
    width: 85%;
}
.half {
	padding: 2%;
	width: 96%;
}
.third {
	padding: 2%;
	width: 96%;
}
.quarter {
	padding: 2%;
	width: 96%;
}
#wonders-d-slider .wonders-description {
  position: relative;
  top: 0;
  right: auto;
  left: 0;
  float: none;
}
.wonders-description ul li {
  padding: 8px 0px;
}
.search-button input {
  width: 100%;
}
 .search-filter{display: none;}
header .nav {
  top: 54px;
}
.chairman-m-container {
  background-size: 300px auto;
}
.board-members .items{width:300px;margin: 0 auto;}
.banner-caption h1 {
  font-size: 30px;
  line-height: 40px;
}

.social a.all-feeds {
    margin: 8px auto;
    width: 216px;
}

.project-form-box {
      height: 570px;
}
.project-form-box .container {
  min-height: 500px;
}
.project-form-container {
    bottom: 5px;
}
.search-main {
  margin-top: 10px;
}
.wonders-description ul li {
  font-size: 15px;
}
.map-container {
  position: relative;
   height: auto;
}
.map-box {
  height: auto;
  padding: 0;
  text-align: center;
  position: relative;
}
.map-tabs {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: -47px;
}
.map-address {
  position: relative;
}
#map_canvas {
  height: auto;
  left: 0;
  z-index: 1;
  position: relative;
  width: 100%;
}
.map-address {
  left: 0;
}
.contact-form .element.select {
  width: 100% !important;
  margin-left: 0;
}
.contact-form .formidable_column .fieldsets .element .input {
  margin: 0;
}
.element.last-name-28 {
  width: 100% !important;
  padding-left: 0;
}
.contact-form .formidable_column .fieldsets .element {
  width: 100%;
}
.contact-form .formidable_column .fieldsets .element[class*="message-"] .input {
  margin: 0;
}
.contact-form .buttons .btn.primary {
  right: 17%;
}
.copyright .footer-logo {
  margin: 0 auto 15px;
  margin-top: 20px;
}
.ten {
  text-align: center;margin-top: 0;
  margin-bottom: 20px;
}
.copyright {
  margin-bottom: 10px;
}
.ten a{text-align: center;  display: inline-block;
  float: none;}
.contact-form .element.name-2 {
  width: 100% !important;
}
.map-box h4 {
  font-size: 13px;
  padding: 2px 10px;

  margin: 0 2px;
}
.home-wonders-heading-right {
  float: none;
}
.home-wonders-box h2 {
  padding-left: 28px;
  margin-top: 10px;
  margin: 0;
  font-size: 28px!important;
}
.home-wonders-box p {
  margin-left: 0;
}
}



@media print {
}
.txt_uprcase{
	text-transform:uppercase;}
.width_65{
	width:65%;
	float:left;
	height:auto;}
.width_35{
	width:35%;
	float:left;
	height:auto;}	

.width_full{
	width:100%;
	float:left;
	height:auto;}
		
.width_35 ul,	
	.width_half ul {
		margin-left:20px;}
	.width_full ul {
		margin-left:20px !important;}	
.width_35 ul li,	
.width_half ul li,
.width_full ul li{
	    list-style: circle;
    line-height: 18px;
    color: #fff;
    margin-left: 3px;
    padding-bottom: 10px;
    /* border-bottom: 1px dashed #ccc; */
    list-style-position:outside;
    margin-top: 13px;

	}
.degree-right ul{	
	margin-left:20px !important;
	}
.degree-right ul li	{
	list-style: circle;
    line-height: 18px;
    color:#102269;
	font-weight:bold;
    margin-left: 3px;
    padding-bottom: 0;
    /* border-bottom: 1px dashed #ccc; */

    list-style-position: outside;
    margin-top:15px
	}
.width_35 h3,	
.width_half h3,
.width_full h3{
	font-size: 30px;
	font-family: 'GillSans';
	margin-left: 20px;
	margin-bottom:0;



	padding-bottom: 15px;
	margin-top: 17px;
	color:#fff;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: bold;
	/* letter-spacing: 1px; */
	}
.margin_top_30{
	margin-top:30px;
	}
.margin_top_70{
	margin-top:70px;
	}		
.pding_btm_top{
	padding-bottom:30px;
	padding-top:30px;
	}
.pding_btm_top_15{
	padding-bottom:15px;
	padding-top:15px;
	}	
.bdr_top{
	border-top:1px solid #ccc;}	
.floor_numbr{
	width:100%;
	height:auto;
	margin-top: 25px ;
	text-align:center;
	 float:left;
	}	
.pding_0{
	padding:0;
	}
.side_txt{
	       font-size: 14px;
	       color: #fff;
	       line-height: 28px;
	       margin-bottom:0;
	       text-transform:capitalize;
	       font-family: 'Montserrat', sans-serif !important;
	       background: #2bb673;
	       padding:5px 10px;
	}
.side_txt a{ color:#fff;}
.side_txt a:hover{color: #ffffff;text-decoration:none;}
.bg_blue{
	background: #0e2269;
	}	
.pding_lft_30{
	padding-left:30px;
	}
.pding_lft_rit_30{
	padding-left:30px;
	padding-right:30px;
	}	
.registr_btn{
	border:1px solid #333 !important;
	color:#333!important;
	margin-top:0!important;
	}	
#map {
			width: 100%;
			height: 360px;
		}
.map2 {
	width: 102% !important;
    height: 480px !important;
    margin-left: -13px !important;
		}
.strategic_txt_bg{
	background:#fff;
	padding:5px 0;
	margin-bottom:19px;
	text-align:center;
	color:#0e2269;
	}	
.strategic_txt_bg h3 
{  font-size: 24px;
    line-height: 12px;
    margin-bottom: 4px!important;
	padding-bottom: 5px!important;
    margin-top: 5px!important;
	color:#0e2269;
}
.strategic_txt_bg p { color:#0e2269; font-weight:bold; font-size:13px !important;}		
.tble_bg_blu{
	background: #1C2E5E;
    color: #fff;
	font-size: 18px;
}
.mar_lft_rit_25{
	margin-left:25px;
	margin-right:25px;}	
.location_img img{
	height:117px;
	}					
@media screen and (max-width: 500px) {
.strategic_txt_bg{
	margin-bottom:15px!important;}
.location_img img {
    height: auto;
}
.mob_srch_btn{
	width:100px;
	height:auto;
	margin:5px auto;
	}
.width_half{
	width:100%;
	float:left;
	height:auto;}
	.width_half ul {
		margin-left:20px;}
.width_half ul li{
	list-style:circle;
	line-height:25px;
	color:#fff;
	margin-left: 20px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
	list-style-position:inside;
	margin-top: 13px;
	}
.width_half h3{
	font-size:26px;
	margin-left: 38px;
	margin-bottom:0;
	padding-bottom:0;
	margin-top: 17px;
	color:#fff;
	}
	
.width_full{
	width:100%;
	float:left;
	height:auto;}
	.width_half ul {
		margin-left:20px;}
.width_full ul li{
	list-style:circle;
	line-height:25px;
	color:#fff;
	margin-left: 20px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
	list-style-position:inside;
	margin-top: 13px;
	}
.width_full h3{

	font-size:26px;
	margin-left: 38px;
	margin-bottom:0;
	padding-bottom:0;
	margin-top: 17px;
	color:#fff;
	}	
	
.margin_top_30{
	margin-top:30px;}	
.pding_btm_top{
	padding-bottom:30px;
	padding-top:30px;
	}
.bdr_top{
	border-top:1px solid #ccc;}	
.floor_numbr{
	width:299px;
	height:auto;
	margin:15px auto;}	
.pding_0{
	padding:0;
	}

.width_65{
	width:100%;
	float:left;
	height:auto;}
.width_35{
	width:100%;
	float:left;
	height:auto;}	
	
}	
#degree-slider{
	/*margin-top:-37px;*/}	
#degree-slider .owl-buttons{
	visibility:hidden!important;
	}
.pding_rit_0{
	padding-right:0;
	}
.pding_lft_0{
	padding-left:0 !important;
	}
.pding_lft_15{
	padding-left:15px;
	}
.pding_tp_btm_30{
	padding-bottom:30px;
	padding-top:30px;}	
.blue{
	background:#0E2269;}
.blue ul li,	
.blue p,		
.blue h2{
	color:#fff !important;}			
.twr_strtr{
	    width: 71%;
	    height: auto;
	    /*float: right;*/
	    background:rgba(16, 34, 105, 0.87);
	    margin: 79px 0 79px 165px;
	    padding:30px;
		min-height:359px;
	}
.twr_strtr h2 {
    font-size: 28px;
    font-family: 'GillSans';
    line-height: 35px;
    margin-bottom: 13px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #102269;
    font-weight: normal;
}	
.mar_top_btm{
	margin-top: 79px;
	margin-bottom: 79px;
	}	
.twr_strtr p,	
.twr_strtr h2{
	color:#fff !important;}
.twr_strtr ul li{
	color:#fff;
	    line-height: 26px;
		font-size:14px;
		list-style:square;
		}			
.pding_tp_btm_50{
	padding-top:50px;
	padding-bottom:50px;
	}
.pding_tp_100{
	padding-top:100px;
	}
.pding_tp_30{
	padding-top:30px;
	}
.pding_tp_50{
	padding-top:50px;
	}			
.pding_btm_15{
	padding-bottom:15px;
	}	
	.txt_cntr{
	text-align:center;
	}
.bdr_3{
	border:3px solid #fff !important;}	
.floor_numbr a:hover{
	color:#ccc;}
.marg_tp_btm_10{
	margin-bottom:10px;
	margin-top:10px;
	}	
	
@media screen and (max-width: 540px) {
.dirctry_sml_box{
	height:auto !important;
	width:100%;
	}
.box_height{
	height:auto !important;
	min-height:300px!important;
	}
.map_sec{
	height:auto;
	}
#invest div.banner-copy.er {
    width: 50%!important;    line-height: 16px!important;
}.mar_top_btm{
	margin-top: 15px;
	margin-bottom:15px;
	}
	

.wrapper h1 {
    margin-bottom: 5px!important;
}
#invest div.banner-copy.er span {
    font-size: 10px!important;
	    line-height: 11px!important;
	}
.banner-copy {
    right: 2px!important;
	padding: 10px!important;
}
.logo a {
	width: 223px!important;
	display: block;
}
.social {
    text-align: center;
    display: block!important;
    width: 100% !important;
}
.newsletter p {
    margin-top: 0px;
    width: 231px!important;
	}
.mob_pding_rit_15{
	padding-right:15px;
	}
.mob_pding_left_0{
	padding-left:0 !important;
	}
.mob_pding_left_15{
	padding-left:15 !important;
	}	
.mob_pding_left_rit_0{
	padding-left:0 !important;
	padding-right:0!important;
	}		
.footer-logo {
    margin-left: 0!important;
    text-align: center;
}	
.twr_strtr {
    width: 100%;
    height: auto;
    float: right;
    background: rgba(16, 34, 105, 0.87);
    margin: 0 0;
    padding: 30px;
}
 #degree-slider .large-circle{
 	visibility:hidden;}
.banner-caption h1 {
  font-size: 24px;
  line-height: 34px;
}
.banner-caption {
  left: 0;
}

.chairman-message {
  padding-bottom: 220px;
}
.news-listing-page .banner-heading {
  left: 0;
  padding-left: 20px;
  padding-right: 0;
}
}

@media screen and (max-width: 480px) {
.media_galley{
	width:100%;}
	.villa-form h3 {
    margin: 0;
    font-size: 22px;
}
.owl-buttons .previous,.owl-buttons .next {
  background-size: 20px;
}
#owl-3 .owl-item {
  border-right: none;
  width:16% !important
}
.news-items {
  border-left: none;
}
.enquiry-form-box input, .enquiry-form-box select {
  width: 93%;
}
.intl-tel-input {
  width: 93%;

}
.enquiry-form h2 {
  margin-top: 0;
}
.villa-form .modal-dialog {
    width:93%
}
}
@media screen and (max-width: 400px) {
.map-box h4 {
  margin: 0;
  display: block;
}
.map-tabs {
  top: -117px;
}
.banner-container, #supersized {
  height: 250px !important;
}
.property-listing-page .banner-container, .property-listing-page #supersized {
  height: 500px !important;
}
.see-all-box{display: none;}
#nav-toggle {
  top: 11px;
}
.about-sub-banner {
  margin-top: 48px;
}
.banner-buttons a,.banner-buttons a:hover{
  padding: 13px 11px 11px 38px;
  font-size: 11px;
  background-size: 24px;
}
.degree-right h3 {
  font-size: 20px;
  line-height: 30px;
}
.degree-right p {
  font-size: 16px;
  line-height: 26px;
}
.degree-left h4 {
  margin-top: 37px;
}
.home-wonders-box .next {
  right: -7px;

}
.home-wonders-box .prev {
  left: -8px;
}
.banner-container {
  margin-top: 49px;
}
#supersized {
  top: 47px;
}


.home-page .banner-caption {
  bottom: 15%;
}
header .nav {
  top: 46px;
}
.falcon-heading h3,.d-heading h3,.chairman-m-container h3,.about-info-left h3{
  font-size: 24px;line-height: 34px;
}
.page-description-box {
  padding: 20px 0;
}
.about-dream-box h4 {
  font-size: 25px;
  line-height: 35px;
}
.exp-right h2, .about-dream-box h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.experience {
  margin-top: 20px;
  margin-bottom: 30px;
}
.about-dream-bottom h5 {
  line-height: 30px;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.about-sub-info h4 {
  font-size: 16px;
  padding: 5px 14px;
}
.wrapper h2 {
  font-size: 24px;  line-height: 34px;  margin-top: 0;
}
.about-news-slider .customNavigation a {
  width: 25px;
  height: 61px;
}
.project-view-all a {
  width: 155px;
  font-size: 14px;
  margin-top: 15px;
  margin-left: 0;
  min-height: 134px;
}
.property-detailed-page .banner-caption-box {
  height: 256px;
}
.enquiry-form h4 img {
  width: 200px;

}
.enquiry-form h4 button {
  width: 35px;
  padding: 5px 8px;
  font-size: 20px;
    margin-top: -3px;
}
.enquiry-form h2 {
  padding-left: 11px;
  border-left: none;
  line-height: 34px; 
}
.home-wonders-heading a {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}
.exp-right {
  padding-left: 30px;
}
.about-dream-box h3 {
  margin-top: 0;
}
.wonders-listing-page .map-tabs {
  top: -39px;
}
.villas-Page header .nav {
  top: 39px;
}
.villas-Page #nav-toggle {
  top: 8px;
}
.property-listing-page .project-form-container {
  padding: 0;
}
.banner-heading.falcon-heading {
  padding: 30px 25px;
}
.project-listing-box.even .project-info-box p {
  padding-right: 10px;
}
.project-listing-box.even .project-info-left a {
  margin-right: 0;
}
}

@media screen and (max-width: 360px) {
.banner-caption h1 {
  font-size: 20px;
  line-height: 30px;
}
}

@media screen and (max-width: 330px) {
#degree-slider .small-circle, #degree-slider .large-circle {
  width: 274px;
  height: 274px;
}
.contact-form .buttons .btn.primary {
  right: 16%;
}
.degree-left {
  width: 280px;
  margin: 0 auto;
}
.featured-column-box {
  width: 285px;
}
.home-page .degree-left {
  width: 278px;
}

}	
.search_btn{
	    border: 1px solid #ccc !important;
    color: #555!important;
    margin-top: 0!important;
    padding: 11px 13px !important;
    line-height: 32px;
    height: 56px !important;
    float: left!important;
    font-size: 18px!important;
    font-weight: bold;}		
.margin_btm_0{
	margin-bottom:0;
	}	
.height_100{
	height:100px !important;
	}	
.shop_name{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
	width:100%;
	color:#fff;
	background:#0e2269;
	padding:5px;
	float:left;}
.room_numbr{
	font-size:16px;
	font-weight:bold;}		

.styled-select {
    overflow: hidden;
    background: url(../images/down_arrow_select.jpg) no-repeat right #fff;
    border: 1px solid #ccc!important;
    -webkit-appearance: none !important;
	color:#333!important;
}
.styled-select option{
	line-height:22px!important;
	padding-top:10px!important;}
.color_whit{
	color:#fff !important;
	}
.dark_blue h2,
.dark_blue p
{
	color:#fff !important;
}	
.dark_blue p{
	font-weight:normal;
	}	
.banner_page_name{
	padding: 15px 30px;
    z-index:500;
    background:url(../images/page_name.png);
    color: #fff;
    position: absolute;
    margin-top: -82px;
	font-size: 36px;
    font-family: 'optimabold';
	text-transform:uppercase;
	}
.specification_txt{
	background:#fff;
	padding:15px 5px;
	width:100%;
	height:auto;
	text-align:center;
	float:left;
	font-weight:bold;
	}	
.banner-copy .button{
	padding:10px!important;
	background:#fff!important;
	color:#0e2269;
	font-weight:bold;
	float:left;}	
.light_blue{
	background:#71cdf4;
	}
.light_blue h3,
.light_blue .side_txt{
	color: #102269!important;
	}	
.head_top_link	{
	width:100%;
	height:auto;


	float:left;
	text-align:right;
	    margin-top: 5px;
	}
		
.head_top_link p a	{
	text-decoration: none;
	padding: 0px 22px;
	margin-top: 2px;
	float: right;
	margin-bottom: 10px;
	color: #ffffff;
}
.languge {
    border: 1px solid #ffffff;
}
.head_top_link p a:hover{color: #e6e6e6;}	

.txt_blue{color:#1c2e5e;}	
.txt_white{color:#FFF;}	
.related-websites {
    
height: 100px;
    
background: #0e2269;
    
margin-bottom:15px;
}
.related-websites-left {
    width: 78px;
    height: 78px;
    float: left;
    margin: 10px 0 0 10px;
    background: #041654;
}
.related-websites-name {
    width: auto;
    float: left;
    height: 40px;
    margin: 37px 0 0 10px;
}
.related-websites-name a {
    font-size: 15px;
    font-family: 'GillSans';
    line-height: 19px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.pding_top_btm_10{
	padding-bottom:10px;
	padding-top:10px;
	}
.welcom{
	padding-top: 30px;
	padding-bottom:15px;
	background:#2bb673;
	}	
.welcom h2{
	font-size: 49px;
	background: url(../images/Clovericon2.png) left top no-repeat;
	padding-left: 40px;
	padding-top: 2px;
	/* font-family: 'GillSans'; */
	font-weight: 400;
	color: #fff;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif !important;
	/* padding-bottom: 1px; */
	}
.welcom p{
	color:#fff;
	}	
.wlcom_box{
	margin-top:25px;
	margin-bottom:15px;
	}	
.wlcom_box img:hover{
	background:#000;
		}	
.wlcom_box .image_topfix{
	margin-top:-40px}		
.smll_hding{
	font-size:18px;
	/*background: #76ab3a;*/
	color:#fff;
	padding:8px 0;
	width:100%;
	position: relative;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Montserrat', sans-serif !important;
	}	
.color_blck{
	color:#333;
	}	
	
	
	



.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

/*.service .flip-container .front,
.service .flip-container .back {
    height: 275px;
	
}*/

.flip-container, .front, .back {
    width: 100%;
    /*height: 250px;*/
	height: 250px;
	
}
.clinic_type .front,
.clinic_type .back{
	min-height:232px;
	}
.spacification .flip-container .front,
.spacification .flip-container .back  {
	height:250px;}
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.clinic_type .back{background:#1caf47;}
.spacification .back{background:#0071bd;}
.back {
	transform: rotateY(180deg);
	background: #2ead6c;
}
.flip-container .side_txt {
    z-index: 9;
    position: absolute;
    top: 40%;
    /* left: 52%; */
    /* border: 2px solid #e8e8e8; */
    color: #fff;
    padding: 15px 27px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    float: left;
    width: 100%;
}


.flip-container .more-text {
    z-index: 9;
    position: absolute;
    top: 45%;
    left: 52%;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 15px 27px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin: -25px 0 0 -80px;
}
.flip-container .more-text:hover {
	text-decoration:none;}
	
@media screen and (max-width: 540px) {	
.wrapper h4 {
    font-size: 24px;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.inner_bannr_txt {
    padding: 15px 30px;
    z-index: 500;
    background: rgb(54, 180, 116);
    color: #fff;
    margin-top: -64px;
    font-size: 24px;
    text-transform: uppercase;
    float: left;
}
footer {
    text-align: center !important;
}
.footer-logo {
    margin-left: auto!important;
    text-align: center;
    float: none!important;
    margin-right: auto!important;
}
.welcom h2 {
    font-size: 28px;
    padding-top: 23px;
}
.welcom .flip-container {
    min-height: 280px;
}
.service .flip-container {
    min-height: 210px;
}
 .front, .back {
    height: 250px;
	
}
.service .flip-container .front,
.service .flip-container .back{
	min-height:10px;
	}
.flip-container{
	min-height:250px;
	}	
.clinic_type .flip-container,
.clinic_type .front,
.clinic_type .back{
	height:215px;
	}
.spacification .flip-container{
	min-height:220px;
	}	
.spacification .flip-container .front,
.spacification .flip-container .back  {
	height:220px;
	min-height:220px;
	}
}	
@-moz-document url-prefix() { .welcom h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6, p, .dr_dipartmnt, .degree-right h2, .falcon-heading h2, .inner_bannr_txt, h3.widget-title, aside.widget ul li, .inner_main p, strong, footer, .copyright p, .copyright a {font-family: 'Source Sans Pro', sans-serif;} }	


.padding_left0_new{ padding-left:0px !important; margin-bottom:8px;}
.events_outer{ float:left; width:100%;}
.gallery_left{ margin-left:0px !important;}

.banner_font{font-family: 'Source Sans Pro', sans-serif !important; font-weight:normal !important;}

.left_img{ margin-left:0px !important; margin-right:15px;}
.map_outer{ float:left; width:100%; margin-top:10px;}


.anchor {
    display: block !important;
    height: 120px !important;
    margin-top: -120px;
    visibility: hidden !important;
}



	
@media screen and (max-width: 840px) {	

.head_top_link	{
	width:100%;
	height:auto;
	float:left;
	text-align:right;
	    margin-top:-145px;
		
		
	}
	
	.head_top_link p a {
    text-decoration: none;
    padding: 0px 12px;
    margin-top: 2px;
    float: right;
    margin-bottom: 10px;
    color: #ffffff;
}

	
	header div.logo a {
    float: left;
    width: auto;
    margin-top: 40px;
    margin-left: 0;
}

#cssmenu {
    font-family: 'Source Sans Pro', sans-serif;
    background: #333333;
    margin-top: 5px;
    float: right;
	background:#efefef;
}

.social-box{ 
	visibility:hidden;
	height:0;
	display:none;
}	
	
}







	}
	
	
.points_green{ color:#fff !important;}	

.medical_form_outer{ float:left;  margin-top:20px;}

.floor_button{background: #36b375;padding:5px 15px 5px 15px;color:#fff;float:left;font-weight:400;margin-top:5px;}

.facilities_box_doc {
    border: 1px solid #ececec;
    padding: 15px;
    background: #f9f8f8;
    margin-bottom: 15px;
    float: left;
    width: 100%;
	/*height:350px;*/
	height:320px;
}

.detail_doctor_outer{ float:left; width:100%; background:#fff; margin-top:20px;}
.doctor_box_new {
    border: 1px solid #ececec;
    padding: 15px 10px 15px 0px;
    background: #f9f8f8;
    margin-bottom: 15px;
    float: left;
    width: 100%;
	margin-top:15px;
	height:370px;
   
}



.doc_left_img{ float:left; width:25%; margin-right:30px;}
.doc_right_contant{ float:left; width:65%;}
.doc_right_contant a{color: #69ab1c;text-decoration:none;}

.new_text{ float:left; width:100%;}

.mrg_btm_0{
	margin-bottom:0 !important;
	}
.footr_addrss {
	font-size:13px;
	line-height:22px;
	}	
@media screen and (max-width: 450px) {	

.doctor_box_new {
    border: 1px solid #ececec;
    padding: 15px 10px 15px 0px;
    background: #f9f8f8;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    margin-top: 15px;
    height:100%;
}

.facilities_box_doc {
    border: 1px solid #ececec;
    padding: 15px;
    background: #f9f8f8;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    height: 100%;
}

.doc_left_img{ float:left; width:90%; margin-right:30px;}
.doc_right_contant{ float:left; width:100%; margin-left:13px; margin-top:15px;}


}
.media .media-left img.media-object{ width:300px;}

@media screen and (max-width: 740px) {	
header div.logo {
    float: left;
    width: 100% !important;
    position: relative;
	margin:0;
}
.logo a {
    /* width: 223px!important; */
    display: block;

    /* margin: 0 auto; */
    float: none;
    width: 100% !important;
    text-align: center;
}

}