*
{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

img
{
	border:none;
}

a
{
	outline-style:none;
	text-decoration:none;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}

body
{
	overflow-x:hidden;
    font-family: 'opensansregular';
}

h1 ,h2 ,h3 ,h4 ,h5 ,h6
{
	font-weight:100;
}
@font-face
{
	font-family:'birdsofparadise';
	src:url('../fonts/birdsofparadise.eot');
	src:url('../fonts/birdsofparadise.eot') format('embedded-opentype'),
	url('../fonts/birdsofparadise.woff2') format('woff2'),
	url('../fonts/birdsofparadise.ttf') format('truetype'),
	url('../fonts/birdsofparadise.svg#birdsofparadise') format('svg');
}

@font-face {
    font-family: 'opensansregular';
    src: url('../fonts/opensansregular.eot');
    src: url('../fonts/opensansregular.eot') format('embedded-opentype'),
         url('../fonts/opensansregular.woff2') format('woff2'),
         url('../fonts/opensansregular.woff') format('woff'),
         url('../fonts/opensansregular.ttf') format('truetype'),
         url('../fonts/opensansregular.svg#opensansregular') format('svg');
}
@font-face
{
	font-family:'OpenSansSemibold';
	src:url('../fonts/OpenSansSemibold.eot');
	src:url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),
	url('../fonts/OpenSansSemibold.woff2') format('woff2'),
	url('../fonts/OpenSansSemibold.ttf') format('truetype'),
	url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('../fonts/OpenSansExtraBold.eot');
    src: url('../fonts/OpenSansExtraBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSansExtraBold.woff') format('woff'),
         url('../fonts/OpenSansExtraBold.ttf') format('truetype'),
         url('../fonts/OpenSansExtraBold.svg#OpenSansExtraBold') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia.eot');
	src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Georgia.woff') format('woff'),
		url('../fonts/Georgia.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GeorgiaBold';
	src: url('../fonts/Georgia-Bold.eot');
	src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Georgia-Bold.woff') format('woff'),
		url('../fonts/Georgia-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

.contanear
{
	display:block;
	width:94%;
	max-width:1150px;
	margin:0px auto;
}
.contanear2
{
	display:block;
	width:100%;
	max-width:1150px;
	margin:0px auto;
}
.top_header_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:5px 0;
}

.logo_area
{
	display:block;
	float:left;
	width:198px;
	text-align:center;
	
}

.logo_area img
{
	max-width:100%;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
}
.logo_area img:hover
{
	transform: scale(1.1);	
}

.top_header_right_area
{
	display:block;
	float:right;
	width:646px;
}
.top_header_right_top_pannel
{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
}
.top_right_search_main_area
{
	display:block;
	float:left;
	width:385px;
	height:38px;
	background:#eeeeee;
	position:relative;
}
.top_right_search_input_style
{
	display:block;
	float:left;
	width:100%;
	height:38px;
	padding:0 50px 0 15px;
	border:none;
	font-size:14px;
	color:#5e5e5d;
	background:#eeeeee;	
}
.top_right_submit_style
{
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:44px;
	height:38px;
	border:none;
	background:#015093 url(../images/search_icon.png) center center no-repeat;
	cursor:pointer;	
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.top_right_submit_style:hover
{
	background:#F86903 url(../images/search_icon.png) center center no-repeat;
}
.top_header_right_top_pannel p
{
	margin:4px 0 0 12px;
	float:left;
}
.top_header_right_top_pannel .fa
{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	color:#fff;
	background:#008600;
	margin:0 2px;
	border-radius:40px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.top_header_right_top_pannel .fa:hover
{
	background:#F86903;
}
.top_right_login_but
{
	display:block;
	float:right;
	width:98px;
	height:38px;
	background:#015093;
	border-radius:6px;
	text-align:center;
	line-height:38px;
    font-family: 'OpenSansBold';
	color:#FFF;	
}
.top_right_login_but:hover
{
	background:#F86903;
}
.top_nav_main_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:5px;
	text-align:right;
	margin-top:17px;
}
.top_nav_main_area ul
{
	font-size:15px;
	list-style-type:none;
}
.top_nav_main_area ul li
{
	display:inline-block;
	padding:0 12px;
}
.top_nav_main_area ul li a
{
	color:#000;
}
.top_nav_main_area ul li a:hover
{
	color:#F86903;
}
.nav_main_contanear
{
	display:block;
	float:left;
	width:100%;
	height:66px;
	background:#f86903;
	position:relative;
	z-index:2;
}
.nav_mian_pannel
{
	display:block;
	float:left;
	width:100%;
	height:66px;
	position:relative;
}
.nav_mian_contact_area
{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:500px;
	height:66px;
	text-align:center;
	line-height:66px;
	background:#008601;	
}
.nav_mian_contact_area p
{
	font-size:18px;
	color:#FFF;
    font-family:'OpenSansSemibold';	
}
.nav_mian_contact_area p span
{
	font-size:20px;
}
.nav_mian_contact_area p i
{
	font-size:22px;
}
.nav_mian_area
{
	display:block;
	float:left;
	width:100%;
	height:66px;
	line-height:66px;
	padding-right:350px;
}
.nav_mian_area ul
{
   font-family: 'opensansregular';
}
.nav_mian_area ul li
{
	display:inline;
	list-style-type:none;
	position:relative;	
}
.nav_mian_area ul li a
{
	color:#FFF;
	font-size:17px;
	padding:22px 20px 21px 20px;
	margin:0 1px;
}
.nav_mian_area ul li a:hover
{
	background:#015093;
}

.active a
{
	background:#015093;	
}


.nav_mian_area ul li ul{position:absolute; width:230px; top:0; left:0px; display:none; margin-top:30px; padding-top:12px; text-align:left;}

.nav_mian_area ul li:hover ul{display:block;}

.nav_mian_area ul li ul li{width:100%; line-height:30px !important;}
.nav_mian_area ul li ul li a{padding:8px; background-color:#008601 !important; background-image:none; display:block; border-bottom:1px solid #036f04; font-size:15px; color:#FFF; border-radius:0; }
.nav_mian_area ul li ul li a:hover{background-color:#015093 !important; color:#FFF; background-image:none;border-bottom:1px solid #036f04;}





.small_manu
		{
		float:right;
		height:auto;
		margin:-5px 0 0 0px;
		overflow:visible;
		display:none;
		z-index:10000;
		text-align:center;
		z-index:9999;
		position:relative;
		}


.toggleMenu {
    display:  none;
	margin-top:12px;
}
.nav2 {
    list-style: none;
     *zoom: 1;
	 float:right;
     background:#FFFFFF;
	 width:250px;
	 margin:0 0;
	 position:absolute;
	 right:0;
	 z-index:9999;
}
.nav2:before,
.nav2:after {
    content: " "; 
    display: table; 
}
.nav2:after {
    clear: both;
}
.nav2 ul {
    list-style: none;
    width: 9em;
}
.nav2 a {
    padding: 9.7px 15px;
    color:#666;
	text-decoration:none;
	
}

.nav2 a:hover {
	background:#008601 ;
	color:#FFF;
}

#redselect{color:#FF0000; background-image:url(../images/arrow_down.png); background-position:bottom; background-repeat:no-repeat;height:30px;}

.nav2 li {
    position: relative;
	font-size:14px;
	text-transform:uppercase;	
	float:left;
	z-index:1000;

}
.nav2 > li {
    float: left;
	width:100%;
	text-align:center;
	border-left:1px solid #D1DADE;
	border-right:1px solid #D1DADE;
	border-bottom:1px solid #D1DADE;
	
}
.nav2 > li:first-child
{
	border-top:1px solid #D1DADE;	
}
.nav2 > li span
{
	float:right;
}
.nav2 > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.nav2 > li > a {
    display: block;
}
.nav2 li  ul {
    position: relative;
    left: -9999px;
	display:none;
}
.nav2 > li.hover > ul {
    left: 0;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.nav2 li li.hover ul {
    left: 100%;
    top: 0;
}
.nav2 li li a {
    display: block;
    background: #eff1f1;
    position: relative;
    z-index:100;
    border-top: 1px solid #D1DADE;

}

.nav2 li ul li{width:100%;box-sizing:border-box;}

.nav2 li ul li a {width:100%;box-sizing:border-box;}

.nav2 li li a:hover
{
	background:#00559a !important;
}

.droparrow{margin:0 0 3px 0;}

/**************dropdown_menu*************/

.top_slider_and_form_contanear
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.slider_area
{
	display:block;
	float:left;
	width:100%;
}
.form_contaenar
{
	display:block;
	float:left;
	width:100%;
	position:relative;
	z-index:3;
}
.form_main_area
{
	display:block;
	float:right;
	width:100%;
	max-width:480px;
	background:rgba(0,0,0,.73);
	padding:25px 20px;
	border:6px solid rgba(255,255,255,.73);
	margin-top:-500px;
}
.form_main_area h1
{
	font-size:26px;
	color:#FFF;
	text-transform:uppercase;
}
.form_main_area h1 span
{
    font-family: 'OpenSansExtraBold';	
}
.form_main_area p
{
	font-size:20px;
	color:#FFF;
	margin-bottom:10px;
}

.form_main_area2
{
	display:block;
	float:right;
	width:100%;
	max-width:480px;
	background:rgba(0,0,0,1);
	padding:25px 20px;
}
.form_main_area2 h1
{
	font-size:19px;
	color:#FFF;
	text-transform:uppercase;
}
.form_main_area2 h1 span
{
    font-family: 'OpenSansExtraBold';	
}
.form_main_area2 p
{
	font-size:15px;
	color:#FFF;
	margin-bottom:10px;
}
.form_input_select_style1
{
	display:block;
	float:left;
	width:48%;
	margin:15px 1% 0 1%;
	height:44px;
	background:#FFF;
	border:none;
	font-size:14px;
	padding:0 10px;
}
.form_input_select_style2
{
	display:block;
	float:left;
	width:23%;
	margin:15px 1% 0 1%;
	height:44px;
	background:#FFF;
	border:none;
	font-size:14px;
	padding:0 10px;
}
.form_input_style1
{
	display:block;
	float:left;
	width:98%;
	margin:15px 1% 0 1%;
	height:44px;
	background:#FFF;
	border:none;
	font-size:14px;
	padding:0 10px;
}
.form_submit_but
{
	display:block;
	float:left;
	width:100%;
	max-width:245px;
	height:52px;
	background:#01559B;
	color:#FFF;
	font-size:20px;
	text-transform:uppercase;
    font-family:'OpenSansSemibold';
	margin:16px 0 0 1%;
	text-align:center;
	border:none;
	cursor:pointer;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.form_submit_but:hover
{
	background:#F86903;
}
.choose_property_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/choose_property_bg.jpg) top center no-repeat;
	background-size:cover;
	background-attachment:fixed;
	padding:50px 0;
}
.choose_property_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.choose_property_main_area h1
{
	font-size:35px;
	text-transform:uppercase;
    font-family:'OpenSansSemibold';
	color:#FFF;	
}
.choose_property_box1
{
	display:inline-block;
	width:24%;
	padding:0 15px;
	margin-top:25px;
}
.choose_property_box1 img
{
	max-width:100%;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out
}
.choose_property_box1:hover img
{
	max-width:100%;
	-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}
.choose_property_box1 h2
{
	color:#FFF;
	font-size:20px;
	text-transform:uppercase;
    font-family:'OpenSansSemibold';
	margin-top:15px;	
}
.looking_property_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#F86903;
	padding:35px 0;
}
.looking_property_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.looking_property_main_area h1
{
	font-size:40px;
	color:#FFF;
}
.looking_property_main_area h1 span
{
	font-size:25px;
	display:inline-block;
	margin:10px 0
}
.looking_property_main_area h1 a
{
	color:#FFF;
	background:#000;
	padding:9px 20px;
	border-radius:5px;
	margin-left:10px; 
}
.looking_property_main_area h1 a:hover
{
	background:#01559B;
}
.developer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:url(../images/developer_bg.jpg) top center no-repeat;
	background-size:cover;
	background-attachment:fixed;
	padding:40px 0;
	
}
.developer_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.developer_main_area h1
{
	font-size:35px;
	text-transform:uppercase;
    font-family:'OpenSansSemibold';
	color:#FFF;	
}
.developer_main_area p
{
	margin-top:15px;
}
.developer_main_area p img
{
	margin:0 2px;
}
.developer_main_area p
{
    font-family: 'OpenSansBold';
}
.developer_main_area p a
{
	color:#FFF;
	text-decoration:underline;
}
.developer_main_area p a:hover
{
	text-decoration:none;
}
.web_visitor_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:50px 0;
}
.web_visitor_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.web_visitor_main_area h1
{
	font-size:35px;
    font-family:'OpenSansSemibold';
	text-transform:uppercase;	
}
.web_visitor_code_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
	text-align:center;
}
.top_footer_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:50px 0;
	background:url(../images/top_footer_bg.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
.top_footer_box1
{
	display:block;
	float:left;
	width:33.3%;
}
.top_footer_box1 h1
{
	font-size:25px;
	text-transform:uppercase;
	color:#e76100;
    font-family: 'OpenSansBold';	
}
.top_footer_box1 ul
{
	font-size:15px;
	margin-top:8px;
}
.top_footer_box1 ul li
{
	list-style-type:none;
	margin-top:10px;
}
.top_footer_box1 ul li a
{
	color:#FFF;
}
.top_footer_box1 ul li a:hover
{
	color:#008601;	
}
.top_footer_box1 h2
{
	font-size:15px;
    font-family: 'OpenSansBold';
	color:#FFF;
	margin-top:12px;	
}
.top_footer_box1 p
{
	font-size:15px;
	color:#FFF;
	margin-top:5px;
}
.top_footer_box1 p img
{
	vertical-align:middle;
}
.bottom_footer_contanear
{
	display:block;
	float:left;
	width:100%;
	background:#6bae45;
	padding:25px 0;
}
.bottom_footer_main_area
{
	display:block;
	float:left;
	width:100%;
}
.bottom_footer_main_area p
{
	font-size:15px;
	color:#FFF;
	float:left;
	margin-top:10px;
}
.bottom_footer_main_area p strong
{
    font-family: 'OpenSansBold';
	text-transform:uppercase;	
}
.bottom_footer_main_area p  span
{
	margin-right:12px;
}
.bottom_footer_main_area h2
{
	float:right;
}
.bottom_footer_main_area .fa
{
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	float:left;
	color:#6BAE45;
	background:#FFFFFF;
	margin:0 2px;
	border-radius:40px;
	-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;
	font-size:16px;	
}
.bottom_footer_main_area .fa:hover
{
	background:#000000;
}
.featured_projects_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:50px 0;
}
.featured_projects_main_area
{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.featured_projects_main_area h1
{
	font-size:35px;
    font-family:'OpenSansSemibold';
	text-transform:uppercase;	
}
.featured_projects_carousel_main_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:25px;
}
.hot_properties_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:45px 0;
}
.hot_properties_heading_area
{
	display:block;
	float:left;
	width:100%;
	font-size:28px;
	text-transform:uppercase;
    font-family:'OpenSansSemibold';
	background:#008600;
	padding:10px 20px;
	color:#FFF;
	border-radius:10px 10px 0 0;
}
.hot_properties_main_area
{
	display:block;
	float:left;
	width:100%;
	margin-top:25px;
}
.subpage_header_img_contanear
{
	display:block;
	float:left;
	width:100%;
}
.subpage_header_img_contanear img
{
	width:100%;
	float:left;
}
.subpage_body_contanear
{
	display:block;
	float:left;
	width:100%;
	padding:45px 0;
}
.body_left_area
{
	display:block;
	float:left;
	width:68%;
}
.about_main_area
{
	display:block;
	float:left;
	width:100%;
}
.about_main_area h1
{
	font-size:35px;
}
.about_main_area p
{
	font-size:15px;
	margin-top:15px;
	text-align:justify;
}
.body_right_area
{
	display:block;
	float:right;
	width:30%;
}
.body_right_form_area
{
	display:block;
	float:left;
	width:100%;
}


.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal 16px/1 Tahoma, Geneva, sans-serif;
  color: black;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 0 0 9px rgba(128,86,255,0.7) ;
  -webkit-transition: font-size 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -moz-transition: font-size 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  -o-transition: font-size 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  transition: font-size 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
  line-height:25px;
}

.real-table{font-family:Cambria ;font-size:14px; font-style:normal; font-weight:normal; color:#000000; text-decoration:none;  line-height:40px; text-align:center; border:#999999 solid 1px;}

.real-table1{font-family:Cambria ;font-size:14px; font-style:normal; font-weight:normal; background-color:#000033; color:#FFFFFF; text-decoration:none;  line-height:30px; border-top:1px solid #0066CC; }

.real-table2{font-family:Cambria ;font-size:14px; font-style:normal; font-weight:normal; color:#000000; text-decoration:none;  line-height:40px; text-align:left; padding:0 0 0 25PX;}

.esfera-tab{ font-family:Georgia, Times, serif; font-size:16px; font-style:normal; font-weight:normal; color:#000000; text-decoration:none;  line-height:40px; text-align:center; padding:0 0 0 25PX; border-top:1px solid #333333;}
