* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;	
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p {
	margin: 0;
	padding: 0;
	border: none;
}
a, input, select, textarea {
	outline: none;
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
a, button, input  {
	outline: none;
	border: none;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
a:hover, button:hover, input:hover{
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle;
	border: none;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, h5, span, p, input, form, img, hr, img, a {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration:none;
	font-family: 'Circular Std';
}
.clear {
	clear: both;
}
body {
	font-family: 'Circular Std';
}
header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 25px 0;
}
.logo {
    display: inline-block;
}
.menuzord {
    display: inline-block;
    float: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: 76.9%;
}
.menuzord-menu > li {
  display: inline-block;
  float: none;
  line-height: 12px;
  padding: 0 25px;
  position: relative;
}
.menuzord-menu > li > a {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  font-size: 20px;  
  line-height: 29px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  outline: 0 none;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: top;
	transition:all 0s ease 0s;
	-webkit-transition:all 0s ease 0s;
	-moz-transition:all 0s ease 0s;
	-ms-transition:all 0s ease 0s;
	-o-transition:all 0s ease 0s;
}
.menuzord.red .menuzord-menu ul.dropdown li:hover > a, .menuzord.red .menuzord-menu > li.active > a, .menuzord.red .menuzord-menu > li:hover > a {
    color: #FFFFFF;
	background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: bottom center;
	transition:all 0s ease 0s;
	-webkit-transition:all 0s ease 0s;
	-moz-transition:all 0s ease 0s;
	-ms-transition:all 0s ease 0s;
	-o-transition:all 0s ease 0s;
}
.menuzord-menu > li:nth-last-child(2) {
    padding-right: 0;
}
/***************** home_slider css ******************/
.home_banner {
    position: relative;
}
.home_banner img {
	width: 100%;
}
.banner_text {
  position: absolute;
  left: 0;
  text-align: center;
  top: 28%;
  width: 100%;
  z-index: 10;
}
.banner_text h1 {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    color: #FFFFFF;
	margin:0 0 30px;
}
.banner_text button {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #ED338D;
    background: #FFFFFF;
    border-radius: 2000px;
    width: 196px;
    height: 59px;
}
.banner_text button:hover {
	color: #FFFFFF;
    background: #ED338D;
}
.phone_box > p {
    color: #363636;
    font-size: 23px;
    font-weight: 500;
    line-height: 29px;
}
.phone_box a {
    color: #ff70b2;	
}
.contactus_btn {
    display: inline-block;
    float: right;
}
.contactus_btn button {
    background: #ED338D;
    border-radius: 100px;
    width: 155px;
    height: 52px;
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.004em;
    color: #FFFFFF;
}
.contactus_btn button:hover {
	color: #ED338D;
	background: #FFFFFF;
}
.buyhome_section {
	position:relative;
}
.buyhome_box {
    margin: -310px 0 0;
}
.buyhome_box ul {
    display: table;
    margin: 0 auto;
}
.buyhome_box li {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
    width: 488px;
    background: #FFFFFF;
    box-shadow: 50px 60px 80px rgb(115 137 149 / 12%);
    border-radius: 28px;
}
.buyhome_box li a {
    display: inline-block;
    text-decoration: none;
    padding: 60px 0;
    width: 100%;
}
.buyhome_box li p {
	display: block;
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #133561;
	margin: 20px 0;
}
.buyhome_box li p span {
	display: inline-block;
	color:#ED338D;
}
.buyhome_box li button {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #133561;
    border: 2px solid #133561;
    box-sizing: border-box;
    border-radius: 35px;
    width: 193px;
    height: 70px;
    background-color: transparent;
}
.buyhome_box li:hover button {
    color: #ffffff;
    background: #133561;
}
.areaproperties_section {
    position: relative;
    padding: 150px 0;
}
.areaproperties_box {
	position:relative;
}
.areaproperties_text {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.areaproperties_text h2 {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 61px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.areaproperties_text p {
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.6;
    padding: 30px 0;
    display: table;
    margin: 0 auto;
    width: 75%;
}
.areaproperties_text button {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    display: table;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #ED338D;
    border-radius: 36px;
    width: 243px;
    height: 72px;
    margin: 0 auto;
}
.areaproperties_text button:hover {
    color: #FFFFFF;
    background: #133561;
}
.areaproperties_box figure {
    background: #FFFFFF;
    box-shadow: 5px 35px 100px rgb(89 104 118 / 15%);
    border-radius: 38px;
    padding: 20px;
}
.viewbyhome_section {
	position:relative;
	text-align:center;
}
.viewbyhome_box {
	position:relative;
    background: #F8F8F8;
    border-radius: 48px;
	padding: 50px 0 0 0;
    overflow: hidden;
}
.viewbyhome_arrow {
    position: absolute;
    top: 35px;
    left: 40px;
    right: 40px;
    margin: 0 auto;
    text-align: center;
}
.viewbyhome_arrow a {
    box-shadow: 4.66667px 32.6667px 53px rgb(91 112 123 / 6%);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border-radius: 100px;
}
.viewbyhome_arrow a.arrow_left {
	position:absolute;
	left:0;
}
.viewbyhome_arrow a.arrow_right {
	position:absolute;
	right:0;
}
.slides .slick-list {
    padding: 45px 40px 50px 40px;
}
.viewbyhome_box h1 {
	margin:0;
}
.heading_h1 {
	display: block;
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 61px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #133561;
}
.heading_h1 small {
	display:inline-block;
    color: #ED338D;
	position:relative;
	font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 61px;
    text-align: center;
    letter-spacing: 0.02em;
}
.heading_h1 small:after {
    position: absolute;
    top: -20px;
    left: 4px;
    content: "";
    background-image: url(../images/heading_img.png);
    background-repeat: no-repeat;
    width: 105px;
    height: 30px;
}
.viewbyhome_box li {
    display: inline-block;
    list-style: none;
    margin: 0 17px;
    width: 30%;
}
.viewbyhome_inn {
    position: relative;
    background: #FFFFFF;
    box-shadow: 4.66667px 32.6667px 53px rgb(91 112 123 / 6%);
    border-radius: 32px;
    padding: 16px;
}
.viewbyhome_inn figure {
    display: inline-block;
    position: relative;
    overflow: hidden;
	border-radius: 20px;
}
.viewbyhome_inn figure img {
	transition:all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-moz-transition:all 0.8s ease 0s;
	-ms-transition:all 0.8s ease 0s;
	-o-transition:all 0.8s ease 0s;
	width:100%;
	border-radius: 20px;
}
.viewbyhome_inn:hover figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    cursor: pointer;
	width: 100%;
}
.viewbyhome_text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align: left;
}
.viewbyhome_text strong {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
    display: block;
}
.viewbyhome_text button.viewall_btn {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #ED338D;
    background-color: transparent;
}
.viewbyhome_text button.viewall_btn img {
    vertical-align: initial;
    margin: 0 0 0 5px;
}
/* neighbourhoodguides_section css start */
.neighbourhoodguides_section {
    position: relative;
    padding: 150px 0;
}
.neighbourhoodguides_box button.viewall_btn1 {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    display: table;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #ED338D;
    border-radius: 36px;
    width: 243px;
    height: 72px;    
    margin: 0 auto 50px;
}
.neighbourhoodguides_box button.viewall_btn1:hover {
    color: #FFFFFF;
    background: #133561;
}
.neighbourhoodguides_box h1 {
    margin: 0 0 20px;
}
.neighbourhoodguides_box li {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    width: 30%;
}
.neighbourhoodguides_inn {
    position: relative;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 5px 35px 100px rgb(89 104 118 / 15%);
    border-radius: 32px;
}
.neighbourhoodguides_inn figure {
    display: inline-block;
    position: relative;
    overflow: hidden;
	border-radius: 30px;
}
.neighbourhoodguides_inn figure img {
	transition:all 0.8s ease 0s;
	-webkit-transition:all 0.8s ease 0s;
	-moz-transition:all 0.8s ease 0s;
	-ms-transition:all 0.8s ease 0s;
	-o-transition:all 0.8s ease 0s;
	width:100%;
}
.neighbourhoodguides_inn:hover figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    cursor: pointer;
	width: 100%;
}
.neighbourhoodguides_text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align: left;
}
.neighbourhoodguides_text p {
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}
.neighbourhoodguides_text strong {
    display: block;
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    padding: 8px 0;
}
.neighbourhoodguides_text button {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #ED338D;
    background-color: transparent;
}
.neighbourhoodguides_text button img {
    margin: 0 0 0 5px;
}
/* neighbourhoodguides_section css end */
/* neighbourhoodguides_section css start */
.elena_box figure {
    transform: matrix(-1, 0, 0, 1, 0, 0);
    display: inline-block;
	vertical-align: middle;
}
.elena_box figure img {
    border-radius: 20px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.elena_text {
    display: inline-block;
    width: 55%;
    padding: 0 0 0 50px;
    vertical-align: middle;
}
.elena_text h1 {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 61px;
    color: #1E2532;
    display: block;
}
.elena_text h1 img {
	vertical-align: baseline;
}
.elena_text h3 {
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #133561;
}
.elena_text p {
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 160.5%;
    letter-spacing: 0.02em;
    color: #133561;
    opacity: 0.6;
	padding:10px 0;
}
.elena_text button {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    display: block;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #ED338D;
    border-radius: 36px;
    width: 243px;
    height: 72px;
}
.elena_text button:hover {
    color: #FFFFFF;
    background: #133561;
}
/* neighbourhoodguides_section css end */
/* chooseelenapricov_section css start */
.chooseelenapricov_section {
	position:relative;
	padding:150px 0;
}
.chooseelenapricov_box h1 {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 61px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #133561;
	padding:0 0 48px;
}
.chooseelenapricov_box h1 b {
    color: #ED338D;
}
.chooseelenapricov_box li {
    display: inline-block;
    width: 30%;
    margin: 0 15px;
}
.chooseelenapricov_box li a {
	text-decoration:none;
}
.chooseelenapricov_text {
    background: #FFFFFF;
    box-shadow: 0px 50px 77px rgb(176 183 195 / 22%);
    border-radius: 28px;
    padding: 32px;
}
.chooseelenapricov_text strong {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #133561;
    display: block;
    margin: 20px 0;
}
.chooseelenapricov_text p {
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #133561;
    opacity: 0.6;
}
/* chooseelenapricov_section css end */
/* footer css start */
footer {
    background: #0E2849;
	position:relative;
}
.footer_section1 {
	padding:80px 0;
}
.remax_box {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
}
.remax_box h4 {
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    padding: 15px 0;
}
.remax_box p {
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.6);
}
.footer_links {
    display: inline-block;
    vertical-align: top;
    margin: 0 80px;
}
.footer_h3 {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    display: block;
    align-items: center;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.footer_links li {
	display: block;
}
.footer_links a {
	display: block;
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.6);
	text-decoration:none;
}
.footer_links a:hover {
    color: #ED338D;
}
.followus_box {
    display: inline-block;
    vertical-align: top;
    float: right;
}
.followus_box ul {
    display: block;
    margin: 15px 0 0;
}
.followus_box ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.followus_box ul li a {
    background: #FFFFFF;
    box-shadow: 0px 12px 30px rgb(0 0 0 / 8%);
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #ED338D;
    mix-blend-mode: normal;
    border-radius: 100px;
    padding: 8px 0 0;
    font-size: 18px;
}
.followus_box ul li a:hover {
    background: #ED338D;
    color: #FFFFFF;
}
.footer_section2 {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer_text p {
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.004em;
    color: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
}
/* footer css end */
.viewbyhome_box ul {
    margin: 0 -22px;
}
.home_banner img.banner1_responsive {
    display: none;
}
.elena_text figure.elena_img_responsive {
    display: none;
}
.areaproperties_box figure.area_properties_bg_responsive {
    display: none;
}
.viewbyhome_text button.viewall_btn:hover {
    color: #ffffff;
}
.neighbourhoodguides_text button:hover {
    color: #ffffff;
}
i.fa.fa-arrow-right {
    font-size: 13px;
    margin: 0 0 0 5px;
    vertical-align: bottom;
    line-height: 23px;
}
.viewbyhome_dot {
	display:none;
}
.viewbyhome_dot li {
    display: inline-block !important;
    width: auto !important;
    margin: 0 4px !important;    
}
.viewbyhome_dot li a {
	display:inline-block;
	width: 8px;
	height: 8px;
	background: #CCD6D6;
	text-decoration:none;
	border-radius: 100px;
	vertical-align: middle;
}
.viewbyhome_dot li:hover a, .viewbyhome_dot li.active a {
	background: #ED338D;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 65px;
}

.overlay a {
    padding: 4px 0;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #133561;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    margin: 10px 0;
}
.overlay a:hover, .overlay a:focus, .overlay a.active {
    color: #133561;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: bottom center;
	transition:all 0s ease 0s;
	-webkit-transition:all 0s ease 0s;
	-moz-transition:all 0s ease 0s;
	-ms-transition:all 0s ease 0s;
	-o-transition:all 0s ease 0s;
}
.overlay a.closebtn:hover {
    background-image: none;
}
.overlay a.closebtn {
    position: absolute;
    top: 30px;
    right: 132px;
    font-size: 80px;
    color: #0E2849;
    border-radius: 4px;
    margin: 0;
    padding: 0;
}
.contactus_btn.contactus_btn_resp {
	display:block;
    float: none;
}
.contactus_btn.contactus_btn_resp button:hover {
    color: #ffffff;
    background: #133561;
}
@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
.footer_logo.footer_logo_responsive {
    display: none;
}
.followus_box.followus_box_resp {
    float: none;
    display: block;
    text-align: center;
	margin:70px 0 0;
}
.followus_box_resp h3 {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 132%;
    align-items: center;
    color: #133561;
    opacity: 0.6;
}
.followus_box_resp li {
	margin: 0 15px !important;
}
.followus_box_resp li a {
    margin: 0;
}
.overlay a.contact_link {
	background-image:none;
}
.logo_menu {
    display: inline-block;
    padding: 11px 0 0 105px;
}
.menu_responsive {
    float: right;
	display:none;
}