/* =================================
------------------------------------
  SINGH CONSTRUCTIONS
  Version: 1.0
 ------------------------------------
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Sarabun", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #081624;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 18px;
	color: #73778e;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

.section-title h2 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 80px;
	padding-left: 25px;
}

.section-title h2:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 25px;
	left: 0;
	top: 11px;
	background: #ffc107;
	line-height: 1;
}

.section-title.st-light h2 {
	color: #fff;
}

.section-title.st-light h2:before {
	background: #ffc107;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 70px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: 1px solid #12c7b8;
	font-size: 14px;
	font-weight: 600;
	min-width: 131px;
	padding: 14px 25px;
	text-transform: uppercase;
	background: transparent;
	color: #12c7b8;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #12c7b8;
}

.site-btn.sb-big {
	font-size: 18px;
	padding: 19px 35px;
}

.site-btn.sb-light {
	border: 1px solid #fff;
	color: #fff;
}

.site-btn.sb-light:hover {
	color: #fff;
}

.site-btn.sb-solid {
	background: #12c7b8;
	color: #fff;
}

.site-btn.sb-solid:hover {
	color: #fff;
}

.site-btn.sb-fade {
	background: #e0e1e8;
	color: #fff;
	border: 1px solid #e0e1e8;
}

.site-btn.sb-fade:hover {
	color: #fff;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/* line 68, E:/161 Real estate/161_Real_state_html/sass/_menu.scss */
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color:grey;
}

/* demo */


/* demo */	

/* line 74, E:/161 Real estate/161_Real_state_html/sass/_menu.scss */
.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 18px;
}

/* line 81, E:/161 Real estate/161_Real_state_html/sass/_menu.scss */
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px !important;
}

/* line 87, E:/161 Real estate/161_Real_state_html/sass/_menu.scss */
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

/* overlay at start */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*------------------
Header section
 ---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 25px 35px 0;
	z-index: 99;
}

.site-logo {
	float: left;
	margin-right: 50px;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline-block;
}

.main-menu li a {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-right: 60px;
	padding: 5px 5px;
}

.main-menu li::last-child a {
	margin-right: 0;
}

.nav-switch {
	display: none;
}

/* ----------------
Hero section
 ---------------------*/

.hero-section {
	position: relative;
}

.hero-social-warp {
	position: absolute;
	height: 100%;
	right: 60px;
	top: 0;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-bottom: 15px;
	color: #fff;
	font-size: 22px;
}

.hs-item {
	height: 1068px;
	padding-top: 250px;
}

.hs-item h2 {
	font-size: 48px;
	font-weight: 400;
	color: #fff;
	top: 50px;
	opacity: 0;
	position: relative;
}

.hero-slider .owl-item.active .hs-item h2 {
	top: 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease 0.2s;
	transition: all 0.5s ease 0.1s;
}

.hero-slider .owl-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 180px;
	z-index: 7;
	text-align: right;
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
	width: 84px;
	height: 84px;
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #12c7b8;
	color: #fff;
	font-size: 40px;
}


.hero-slider .owl-nav button.owl-next {
	background: #fff;
	color: #12c7b8;
}
<!--                                                                                -->
.hero-nav-slider-warp {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 140px;
	z-index: 6;
}

.hero-nav-slider {
	background: rgba(255, 255, 255, 0.15);
}

.hero-nav-slider .hns-item {
	padding: 26px 0 26px 30px;
	-webkit-transition: all 0s;
	transition: all 0s;
}

.hero-nav-slider .hns-item h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.hero-nav-slider .hns-item p {
	color: #fff;
	margin-bottom: 0;
	padding: 6px 0;
}

.hero-nav-slider .hns-item span {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.hero-nav-slider .current .hns-item {
	background: #fff;
	border-left: 4px solid #12c7b8;
}

.hero-nav-slider .current .hns-item h5,
.hero-nav-slider .current .hns-item span {
	color: #081624;
}

.hero-nav-slider .current .hns-item p {
	color: #73778e;
}

.features-icons-section {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.features-icon-item {
	display: block;
	text-align: center;
	padding-top: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 11.1111111%;
	flex: 0 0 11.1111111%;
	max-width: 11.1111111%;
	margin-bottom: 20px;
}

.features-icon-item i {
	height: 60px;
	display: block;
	font-size: 49px;
	line-height: 49px;
	color: #c8d1da;
}

.features-icon-item p {
	color: #83869b;
}

.intro-section {
	padding-top: 30px;
}

.intro-img-box {
	position: relative;
	margin-bottom: 70px;
}

.intro-img-box h4 {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	padding: 22px 42px;
	font-weight: 700;
	background: #fff;
}

.intro-text-box {
	padding-right: 10px;
	margin-bottom: 70px;
}

.intro-text-box p {
	font-size: 14px;
	margin-bottom: 20px;
}

/* ----------------
Design section
 ---------------------*/

.design-section {
	background: #12c7b8;
	padding-top: 70px;
	padding-bottom: 60px;
}

.design-slider a,
.property-features-slider a {
	display: block;
	position: relative;
}

.design-slider a i,
.property-features-slider a i {
	position: absolute;
	left: calc(50% - 41px);
	top: calc(50% - 43px);
	color: #fff;
	font-size: 82px;
	line-height: 82px;
	height: 86px;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.design-slider a::before,
.property-features-slider a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #081624;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.design-slider a:hover i,
.property-features-slider a:hover i {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.design-slider a:hover::before,
.property-features-slider a:hover::before {
	opacity: 0.5;
}

.design-slider .owl-nav button.owl-next,
.design-slider .owl-nav button.owl-prev,
.property-features-slider .owl-nav button.owl-next,
.property-features-slider .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -42px;
	width: 84px;
	height: 84px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	color: #111;
	font-size: 30px;
}

.design-slider .owl-nav button.owl-next:hover,
.design-slider .owl-nav button.owl-prev:hover,
.property-features-slider .owl-nav button.owl-next:hover,
.property-features-slider .owl-nav button.owl-prev:hover {
	background: #12c7b8;
	color: #fff;
}

.design-slider .owl-nav button.owl-next,
.property-features-slider .owl-nav button.owl-next {
	left: auto;
	right: 0;
}

.design-text {
	padding-top: 65px;
}

.design-text h4 {
	text-transform: uppercase;
	margin-bottom: 25px;
}

.design-text p {
	font-size: 16px;
	font-weight: 300;
}

/* ----------------
Location section
 ---------------------*/

.location-tab .tab-pane {
	position: relative;
}

.location-tab .tab-pane::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #081624;
	opacity: 0.44;
}

.location-tab .play-btn {
	position: absolute;
	width: 104px;
	height: 104px;
	left: calc(50% - 52px);
	top: calc(50% - 52px);
	display: block;
	text-align: center;
	padding-top: 33px;
	border-radius: 50%;
	background: #12c7b8;
	z-index: 2;
}

.location-tab-nav {
	border-bottom: none;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 70px 50px 0;
}

.location-tab-nav .nav-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0;
}

.location-tab-nav .nav-item .nav-link {
	border: none;
	padding: 0 16px;
}

.location-tab-nav .nav-item .nav-link img {
	margin-bottom: 20px;
}

.location-tab-nav .nav-item .nav-link h5 {
	font-weight: 400;
}

/* ----------------
Features section
 ---------------------*/

.features-section {
	padding-top: 65px;
	padding-bottom: 70px;
	background: #f2f3f4;
}

.features-slider .owl-nav {
	text-align: center;
}

.features-slider .owl-nav button.owl-next,
.features-slider .owl-nav button.owl-prev {
	width: 50px;
	height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #12c7b8;
	color: #fff;
	font-size: 20px;
	margin: 50px 5px 0;
	border-radius: 50%;
}

.feature-box {
	text-align: center;
	padding: 50px 15px 40px;
	background: #fff;
	min-height: 373px;
}

.feature-box::after,
.feature-box::before {
	position: absolute;
	content: "";
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 0;
}

.feature-box::after {
	width: 0%;
	height: 100%;
	left: 50%;
	top: 0;
	border-bottom: 2px solid #12c7b8;
	border-top: 2px solid #12c7b8;
}

.feature-box::before {
	width: 100%;
	height: 0%;
	top: 50%;
	left: 0;
	border-left: 2px solid #12c7b8;
	border-right: 2px solid #12c7b8;
}

.feature-box:hover::after {
	left: 0;
	width: 100%;
}

.feature-box:hover::before {
	top: 0;
	height: 100%;
}

.feature-box:hover i {
	color: #12c7b8;
}

.feature-box i {
	font-size: 48px;
	color: #c8d1da;
	position: relative;
	z-index: 4;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.feature-box h5 {
	font-weight: 700;
	padding: 15px 0px 25px;
	position: relative;
	z-index: 4;
}

.feature-box p {
	font-size: 16px;
	position: relative;
	z-index: 4;
}

/* -----------------------
Call to action section
 -------------------------*/

.call-to-action-section {
	padding: 60px 0;
}

.call-to-action-section h2 {
	font-weight: 300;
	margin-bottom: 36px;
}

/* ----------------
Footer section
 ---------------------*/

.footer-section {
	padding: 65px 0;
	background: #353649;
}

.footer-widget {
	margin-bottom: 40px;
}

.footer-widget h5 {
	font-weight: 700;
	color: #fff;
	margin-bottom: 35px;
	padding-top: 15px;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget ul li a {
	display: block;
	color: #acaebc;
	padding: 2px 0;
	margin-bottom: 8px;
}

.footer-social a {
	display: inline-table;
	width: 25px;
	height: 25px;
	border: 1px solid #7e7f8f;
	border-radius: 50%;
	color: #7e7f8f;
	font-size: 12px;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 5px;
}

.footer-social a i {
	vertical-align: middle;
	display: table-cell;
}

.copyright {
	padding-top: 10px;
	font-size: 16px;
	color: #83869b;
}

.copyright a {
	color: #83869b;
	text-decoration: underline;
}

/*===============
  ----------------
Other Pages
 -----------------
 =================*/

.page-top-section {
	height: 619px;
	position: relative;
}

.page-top-text {
	padding-top: 250px;
}

.page-top-text h2 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}

.page-top-text p {
	font-weight: 300;
	font-size: 24px;
}

/* ----------------
About page
 ---------------------*/

.about-text {
	max-width: 550px;
	margin: 0 auto;
	padding: 120px 0 50px;
}

.about-text h4 {
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1.5;
}

.about-slider .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
	text-align: right;
}

.about-slider .owl-nav button.owl-next,
.about-slider .owl-nav button.owl-prev {
	width: 84px;
	height: 84px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #12c7b8;
	color: #fff;
	font-size: 40px;
}

.about-slider .owl-nav button.owl-next {
	background: #fff;
	color: #12c7b8;
}

.milestone-warp {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 60px;
}

.milestone-warp .milestone {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
	text-align: center;
	padding-bottom: 60px;
}

.milestone-warp .milestone h2 {
	font-size: 96px;
	color: #12c7b8;
	font-weight: 300;
	margin-bottom: 10px;
}

.milestone-warp .milestone h4 {
	font-weight: 700;
}

/* 			experiencxe
							section
*/

.experience{
	text-align:center
}

.text-parallax{
	background:no-repeat 0 0;background-size:100% 100%;display:inline-block
}

.text-parallax-content{
	font-family:Oswald;font-weight:700;font-size:400px;line-height:400px;
	overflow:visible;margin-bottom:0;background:blue;color:#363636;mix-blend-mode:lighten
}

.experience-info{
	position:relative;top:0;font-family:Oswald;font-size:48px;line-height:1.45;letter-spacing:.06em;
	display:inline-block;text-align:left
}

/*.team-section {
	padding-top: 70px;
	padding-bottom: 40px;
	background: #f2f3f4;
}

.team-member {
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px;
}

.team-member .member-pic {
	max-width: 264px;
	float: left;
	margin-right: 28px;
	position: relative;
}

.team-member .member-link {
	position: absolute;
	width: 62px;
	height: 61px;
	right: 0;
	bottom: 0;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding-top: 15px;
	background: #12c7b8;
}

.team-member .member-info {
	padding-right: 20px;
	padding-bottom: 30px;
	overflow: hidden;
}

.team-member .member-info h4 {
	font-weight: 700;
	margin-bottom: 8px;
	padding-top: 55px;
}

.team-member .member-info h5 {
	font-weight: 300;
	color: #73778e;
	margin-bottom: 20px;
}

.team-member .member-info p {
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}

.about-text-box-warp {
	padding-top: 5px;
	padding-bottom: 45px;
}
*/
/* ----------------
  Property page
 --------------------*/

.property-details h2 {
	font-weight: 700;
	margin-bottom: 30px;
}

.property-info {
	display: inline-block;
	margin-right: 50px;
	margin-bottom: 30px;
}

.property-info:last-child {
	margin-right: 0;
}

.property-info h6 {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #8f8fa8;
}

.property-info .pi-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.property-info .pi-icon i {
	float: left;
	font-size: 34px;
	color: #8f8fa8;
	margin-right: 15px;
}

.property-info .pi-icon span {
	overflow: hidden;
	display: block;
	color: #30304e;
	font-size: 20px;
	font-weight: 500;
}

.property-price h2 {
	font-weight: 700;
	margin-bottom: 10px;
}

.property-price p {
	font-weight: 30;
}

.property-overview-text h4 {
	font-weight: 700;
	margin-bottom: 25px;
}

.property-overview-text ul {
	list-style: none;
}

.property-overview-text ul li {
	font-size: 18px;
	color: #73778e;
	margin-bottom: 20px;
	padding-left: 50px;
	background-image: url("../img/check.png");
	background-repeat: no-repeat;
	background-position: left top 6px;
}

.property-text-warp {
	max-width: 545px;
}

/* ------------------
Developments page
 ---------------------*/

.developments-section {
	background: #f2f3f4;
}

.development-box {
	background: #fff;
	margin-bottom: 30px;
}

.development-box img {
	min-width: 100%;
}

.development-box .dev-text {
	padding: 25px;
	overflow: hidden;
}

.development-box .dev-text h4 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 12px;
}

.development-box .dev-text h5 {
	font-weight: 400;
	color: #73778e;
	margin-bottom: 20px;
}

.development-box .dev-text p {
	font-size: 14px;
	margin-bottom: 30px;
}

.development-box .dev-price {
	float: left;
}

.development-box .dev-price span {
	font-size: 18px;
	color: #73778e;
	font-style: italic;
}

.development-box .dev-price h4 {
	font-weight: 700;
}

.development-box .site-btn {
	float: right;
	margin-top: 15px;
}

.subscribe-text {
	max-width: 765px;
	margin: 0 auto;
}

.subscribe-text h2 {
	margin-bottom: 20px;
	font-weight: 600;
}

.subscribe-text p {
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 18px;
}

.subscribe-form {
	text-align: center;
}

.subscribe-form input {
	font-size: 14px;
	color: #73778e;
	font-weight: 300;
	padding: 10px 20px;
	max-width: 382px;
	width: 100%;
	height: 48px;
	border: 1px solid #e0e1e8;
}

.subscribe-form .site-btn {
	margin-left: 20px;
}

/* ----------------
Blog page
 ---------------------*/

.blog-section {
	background: #f2f3f4;
}

.blog-categorise a {
	font-size: 18px;
	color: #081624;
	display: inline-block;
	padding: 9px 0;
	margin-right: 55px;
}

.blog-categorise a:last-child {
	margin-right: 0;
}

.blog-categorise a:hover {
	color: #12c7b8;
}

.blog-search {
	position: relative;
	margin-bottom: 54px;
}

.blog-search input {
	font-size: 14px;
	color: #73778e;
	font-weight: 300;
	padding: 10px 54px 10px 20px;
	width: 100%;
	height: 44px;
	border: none;
}

.blog-search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: transparent;
	border: none;
	padding-right: 20px;
}

.blog-item {
	background: #fff;
	margin-bottom: 40px;
}

.blog-thumb {
	height: 100%;
	position: relative;
}

.blog-thumb .play-btn {
	position: absolute;
	width: 78px;
	height: 78px;
	left: calc(50% - 39px);
	top: calc(50% - 39px);
	display: block;
	text-align: center;
	padding-top: 25px;
	border-radius: 50%;
	background: #12c7b8;
	z-index: 2;
}

.blog-thumb .play-btn img {
	width: 26px;
}

.blog-content {
	padding: 26px 15px 23px 0;
}

.blog-content .blog-date,
.blog-content .blog-note {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #081624;
	background: #f2f3f4;
	padding: 1px 8px;
	margin-right: 5px;
}

.blog-content .blog-note {
	color: #fff;
	background: #12c7b8;
}

.blog-content h2 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 26px 0 15px;
}

.blog-content p {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 25px;
}

/* ----------------
Contact page
 ---------------------*/

.contact-section {
	position: relative;
	padding-bottom: 290px;
}

.contact-section .container {
	position: relative;
	z-index: 4;
}

.contact-info-box {
	background: #fff;
	padding: 50px 62px 83px;
}

.contact-title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 38px;
}

.contact-info .ci-item {
	display: inline-block;
	max-width: 240px;
	width: 100%;
	margin-right: 30px;
	margin-bottom: 40px;
}

.contact-info .ci-item:last-child {
	margin-right: 0;
}

.contact-info .ci-item .ci-icon {
	float: left;
	margin-right: 25px;
}

.contact-info .ci-item p {
	font-size: 14px;
	font-weight: 300;
	color: #081624;
}

.contact-form .form-field {
	position: relative;
}

.contact-form .form-field img {
	position: absolute;
	left: 5px;
	top: 7px;
}

.contact-form .form-field input,
.contact-form .form-field textarea {
	font-size: 14px;
	color: #73778e;
	font-weight: 300;
	padding: 0 20px 10px 40px;
	max-width: 100%;
	width: 100%;
	height: 44px;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #dadcde;
}

.contact-form .form-field textarea {
	height: 60px;
}

.contact-form .site-btn {
	min-width: 88px;
}

.map {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ddd;
}

.map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* ----------------
Responsive
 ---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu li a {
		margin-right: 40px;
	}
	.hero-nav-slider .hns-item {
		padding: 26px 10px 26px 15px;
	}
	.hero-nav-slider .hns-item h5 {
		font-size: 14px;
	}
	.features-icon-item i {
		font-size: 40px;
	}
	.features-icon-item p {
		font-size: 16px;
	}
	.property-text-warp {
		padding-left: 15px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-nav-slider .hns-item {
		padding: 26px 10px 26px 15px;
	}
	.hero-social-warp {
		height: 60px;
		right: 0;
		top: 140px;
		width: 100%;
	}
	.hero-social a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 40px;
		height: 40px;
		font-size: 14px;
		margin: 0 3px;
	}
	.hs-item {
		text-align: center;
	}
	.features-icon-item p {
		font-size: 12px;
		font-weight: 700;
	}
	.features-icon-item i {
		height: 44px;
		font-size: 30px;
		line-height: 33px;
	}
	.main-menu li a {
		font-size: 15px;
		margin-right: 15px;
	}
	.design-slider a img {
		height: 300px;
		width: auto !important;
	}
	.design-slider a i {
		font-size: 50px;
		left: calc(50% - 25px);
	}
	.location-tab-nav {
		padding: 70px 0 0;
	}
	.design-slider .owl-nav button.owl-next,
	.design-slider .owl-nav button.owl-prev,
	.property-features-slider .owl-nav button.owl-next,
	.property-features-slider .owl-nav button.owl-prev {
		margin-top: -23px;
		width: 46px;
		height: 46px;
		font-size: 24px;
	}
	.page-top-text {
		text-align: center;
	}
	.milestone-warp .milestone h2 {
		font-size: 60px;
	}
	.milestone-warp .milestone h4 {
		font-size: 16px;
	}
	.property-text-warp {
		padding-top: 50px;
		padding-left: 15px;
		padding-top: 15px;
	}
	.property-overview-text {
		margin-bottom: 40px;
	}
	.contact-section {
		padding-bottom: 0;
		padding-top: 70px;
		background: #f2f3f4;
	}
	.map {
		margin-top: 70px;
		position: inherit;
		width: 100%;
		height: 400px;
		background: #ddd;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.nav-switch {
		right: 30px;
		display: block;
		float: right;
		font-size: 32px;
		cursor: pointer;
		color: #fff;
		margin-right: 40px;
		line-height: 32px;
	}
	.main-menu {
		float: none;
		padding-top: 0;
		background: #fff;
		position: absolute;
		width: 100%;
		left: 0;
		top: 118%;
		display: none;
	}
	.main-menu li {
		display: block;
		border-top: 1px solid #efefef;
	}
	.main-menu li a {
		display: block;
		color: #111;
		margin-left: 0;
		padding: 15px 35px;
	}
	.hero-nav-slider .hns-item {
		padding: 26px 10px 26px 15px;
	}
	.hero-social-warp {
		height: 60px;
		right: 0;
		top: 140px;
		width: 100%;
	}
	.hero-social a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 40px;
		height: 40px;
		font-size: 14px;
		margin: 0 3px;
	}
	.hs-item {
		text-align: center;
	}
	.location-tab-nav {
		padding: 70px 0 0;
	}
	.location-tab-nav .nav-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}
	.design-slider a img {
		height: 250px;
		width: auto !important;
	}
	.design-slider a i {
		font-size: 50px;
		left: calc(50% - 25px);
	}
	.design-slider .owl-nav button.owl-next,
	.design-slider .owl-nav button.owl-prev,
	.property-features-slider .owl-nav button.owl-next,
	.property-features-slider .owl-nav button.owl-prev,
	.about-slider .owl-nav button.owl-next,
	.about-slider .owl-nav button.owl-prev,
	.hero-slider .owl-nav button.owl-next,
	.hero-slider .owl-nav button.owl-prev {
		margin-top: -23px;
		width: 46px;
		height: 46px;
		font-size: 24px;
	}
	.features-icon-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		margin-bottom: 20px;
	}
	.features-icon-item p {
		font-size: 14px;
	}
	.page-top-text {
		text-align: center;
	}
	.milestone-warp .milestone {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.property-text-warp {
		padding-top: 50px;
		padding-left: 15px;
		padding-top: 15px;
	}
	.property-overview-text {
		margin-bottom: 40px;
	}
	.subscribe-form input {
		max-width: 100%;
	}
	.subscribe-form .site-btn {
		margin-left: 0;
		margin-top: 30px;
	}
	.blog-categorise {
		margin-bottom: 40px;
	}
	.blog-thumb {
		height: 300px;
	}
	.blog-content {
		padding: 26px 15px 23px 26px;
	}
	.contact-section {
		padding-bottom: 0;
		padding-top: 70px;
		background: #f2f3f4;
	}
	.map {
		margin-top: 70px;
		position: inherit;
		width: 100%;
		height: 400px;
		background: #ddd;
	}
	.hs-item {
		height: auto;
	}
	.hs-item .container {
		padding-bottom: 400px;
	}
}

@media (max-width: 576px) {
	.team-member .member-pic {
		max-width: 100%;
		float: none;
		margin-right: 0;
	}
	.team-member .member-pic img {
		min-width: 100%;
	}
	.member-info {
		padding-left: 20px;
	}
	.milestone-warp .milestone h2 {
		font-size: 60px;
	}
	.milestone-warp .milestone h4 {
		font-size: 16px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.features-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.features-icon-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
	.features-icon-item i {
		height: 60px;
		display: block;
		font-size: 40px;
		line-height: 40px;
	}
	.features-icon-item p {
		font-size: 14px;
	}
	.location-tab-nav {
		padding: 70px 0 0;
	}
	.location-tab-nav .nav-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.milestone-warp .milestone {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contact-info-box {
		padding: 30px 30px 63px;
	}
	.page-top-text h2 {
		font-size: 40px;
	}
	.hero-nav-slider .hns-item {
		padding: 26px 10px 26px 15px;
	}
	.hero-nav-slider .hns-item h5 {
		font-size: 14px;
	}
	.hero-slider .owl-nav {
		text-align: center;
		width: 100%;
	}
	.location-tab .play-btn {
		width: 70px;
		height: 70px;
		left: calc(50% - 30px);
		top: calc(50% - 30px);
		padding-top: 22px;
	}
	.location-tab .play-btn img {
		width: 22px;
	}
}

 @media (max-width: 1199px)
.section {
    padding: 30px 0;
}

.section-channel-partner .theme-card, .section-the-raunak-family .theme-card, .section-redevelop .theme-card {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    z-index: 9;
}

.theme-card {
    background: #fff;
    padding: 30px;
    -moz-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    -ms-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    -o-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    -webkit-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    box-shadow: 0 0 10px rgba(115,115,115,0.15);
}

.section-channel-partner, .section-the-raunak-family, .section-redevelop {
    padding: 0 120px 60px;
    overflow: visible;
}
.section {
    background-color: #f8f8f8;
    width: 100%;
}
.section {
    position: relative;
}
.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}
.nomargin {
    margin: 0!important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}

user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media (max-width: 1399px)
.col-form {
    width: 100%;
}
.col-form {
    position: relative;
    margin-bottom: 20px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

label {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.5px;
}
label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Work Sans',sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
label {
    cursor: default;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


.section-channel-partner .sm-form-control, .section-the-raunak-family .sm-form-control, #contact .sm-form-control {
    border: 1px solid #e4e4e4;
    padding: 9px 15px;
    border-radius: 3px !important;
}
.sm-form-control {
    height: auto;
    font-weight: 500;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    padding: 0 0 5px;
    -webkit-appearance: initial;
}
.sm-form-control {
    height: auto;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ddd;
    border-radius: 0!important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
input[type="text" i] {
    padding: 1px 2px;
}
user agent stylesheet
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

span.err-msg {
    background: red;
    font-size: 12px;
    position: absolute;
    padding: 0px 5px;
    color: #fff;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

@media (max-width: 1399px)
.col-form {
    width: 100%;
}
.col-form {
    position: relative;
    margin-bottom: 20px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media (max-width: 1399px)
.col-form {
    width: 100%;
}
.col-form {
    position: relative;
    margin-bottom: 20px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

label {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.5px;
}
label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Work Sans',sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
label {
    cursor: default;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

label span {
    color: #ff0000;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
label {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.5px;
}
label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Work Sans',sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
user agent stylesheet
label {
    cursor: default;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.section-channel-partner .sm-form-control, .section-the-raunak-family .sm-form-control, #contact .sm-form-control {
    border: 1px solid #e4e4e4;
    padding: 9px 15px;
    border-radius: 3px !important;
}
.sm-form-control {
    height: auto;
    font-weight: 500;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    padding: 0 0 5px;
    -webkit-appearance: initial;
}
.sm-form-control {
    height: auto;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ddd;
    border-radius: 0!important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
input[type="text" i] {
    padding: 1px 2px;
}
user agent stylesheet
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

@media (max-width: 1399px)
.col-form {
    width: 100%;
}
.col-form {
    position: relative;
    margin-bottom: 20px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

span.err-msg {
    background: red;
    font-size: 12px;
    position: absolute;
    padding: 0px 5px;
    color: #fff;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

@media (max-width: 1399px)
.col-form {
    width: 100%;
}
.col-form {
    position: relative;
    margin-bottom: 20px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

@media (max-width: 1399px)
.col-form {
    width: 100%;
}
.col-form {
    position: relative;
    margin-bottom: 20px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}

.label-padding {
    padding: 4px 0 5px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
}  

/																	redevelop your property                                    

.section-content {
	width: 100%;
	margin: 100px 0 0;
}

#content {
	background-color: #f8f8f8;
}

.custom-panel-title.clearfix {
	margin-bottom: 30px;
}


.inner-page-banner {
    padding: 0 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.section-padding {
	padding: 0 120px;
}

.inner-page-section-title.inner-page-line-title h1 {
	font-size: 34px;
	line-height: 40px;
}
.inner-page-section-title.inner-page-line-title h2 {
	font-size: 26px;
	line-height: 32px;
}

.inner-page-section-title.inner-page-line-title h1, .inner-page-section-title.inner-page-line-title h2, .inner-page-section-title h1, .inner-page-section-title h2 {
	position: relative;
	padding-bottom: 5px;
	margin: 0;
	font-family: 'Yrsa', serif;
}
.inner-page-section-title.inner-page-line-title h1 {
	font-size: 44px;
	line-height: 50px;
}
.inner-page-section-title.inner-page-line-title h2 {
	font-size: 34px;
	line-height: 40px;
}
.inner-page-section-title.inner-page-line-title h1:before, .inner-page-section-title.inner-page-line-title h2:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #ffc107;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.inner-page-section-title.inner-page-line-title.title-white h1:before, .inner-page-section-title.inner-page-line-title.title-white h2:before {
	background: #ffffff;
}
.inner-page-section-title.inner-page-line-title.title-left h1:before, .inner-page-section-title.inner-page-line-title.title-left h2:before {
	left: 0;
	right: inherit;
}


.title-line.white-title:before, .title-line.white-title:after {
	background: #fff;
}

.title-tagline {
	font-size: 16px;
}

.section-redevelop:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 300px);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.section-redevelop:after {
	height: calc(100% - 500px);
}

.redevelop-item.col-bottom-inner {
	vertical-align: middle;
}

.theme-card {
	background: #fff;
	padding: 30px;
	-moz-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-ms-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-o-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-webkit-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	box-shadow: 0 0 10px rgba(115,115,115,0.15);
}

.redevelop-detail {
	position: relative;
	background: #fff;
	padding: 30px;
	z-index: 9;
	-moz-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-ms-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-o-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	-webkit-box-shadow: 0 0 10px rgba(115,115,115,0.15);
	box-shadow: 0 0 10px rgba(115,115,115,0.15);
}
.redevelop-detail {
	padding: 0;
}

 .row-redevelop-your-property {
	margin-left: -30px;
	margin-right: -30px;
}

.clearfix {
	margin-bottom: 30px;
}

.col-redevelop-your-property {
	padding: 0 30px;
}

.redevelop-your-property-item-wrapper {
	padding: 30px;
}

.redevelop-your-property-item .list-points li {
	padding-left: 50px;
}
.redevelop-your-property-item .list-points li:before {
	width: 20px;
}
.redevelop-your-property-item .list-points li {
	padding-left: 32px;
}
.projects-gallery-img {
	width: 100%;
}

.redevelop-your-property-item .page-inner-title {
	color: #FFFF00;
	margin-bottom: 5px;
}
.redevelop-your-property-item:first-child {
	margin-bottom: 40px;
}
.redevelop-your-property-item .list-points li {
	padding-left: 60px;
	line-height: 36px;
}

.redevelop-row {
	margin-top: 20px;
}

.list-points li {
	margin-bottom: 8px;
	padding-left: 20px;
}
.list-points li:before {
	font-size: 14px;
	line-height: 18px;
	top: 1px;
	left: 0;
}

--------------------------------------------------------------------------------------------------------------


element.style {
    margin-bottom: 0px;
}
#content {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
section {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #ffff00;																																																																																																																																																																																																	
    color: #fff;
    text-shadow: none;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


element.style {
}
.content-wrap {
    position: relative;
    padding: 0;
}
.content-wrap {
    position: relative;
    padding: 80px 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
#redevelop-your-property .inner-page-banner {
    background-image: url(../images/channel-partner/redevelop-your-property/banner.jpg);
    padding: 50px 0 80px;
}
.theme-overlay {
    position: relative;
}
.inner-page-banner {
    padding: 0 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.theme-overlay {
    position: relative;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.theme-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 108, 181, 0.8);
    z-index: 1;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
@media (max-width: 1199px)
.section-padding {
    padding: 0 30px;
}
.section-padding {
    padding: 0 120px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
@media (max-width: 991px)
.inner-page-section-title {
    margin-bottom: 15px;
}
.inner-page-section-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


element.style {
}
@media (max-width: 767px)
.inner-page-section-title.inner-page-line-title h1 {
    font-size: 24px;
    line-height: 26px;
}

@media (max-width: 991px)
.inner-page-section-title.inner-page-line-title h1 {
    font-size: 30px;
    line-height: 36px;
}
@media (max-width: 1199px)
.inner-page-section-title.inner-page-line-title h1 {
    font-size: 34px;
    line-height: 40px;
}
.inner-page-section-title.inner-page-line-title h1 {
    font-size: 44px;
    line-height: 50px;
}
.inner-page-section-title.inner-page-line-title h1, .inner-page-section-title.inner-page-line-title h2, .inner-page-section-title h1, .inner-page-section-title h2 {
    position: relative;
    padding-bottom: 5px;
    margin: 0;
    font-family: 'Yrsa', serif;
}
.title-white h1, .title-white h2 {
    color: #fff;
}
@media (max-width: 767px)
h1 {
    font-size: 28px;
}
h1, h2, h3, h4, h5, h6 {
    color: #180e0e;
    font-family: 'Work Sans', sans-serif;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
h1 {
    font-size: 36px;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Work Sans',sans-serif;
}
.h1, h1 {
    font-size: 36px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
:-webkit-any(article,aside,nav,section) h1 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}
user agent stylesheet
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.inner-page-section-title.inner-page-line-title.title-left h1:before, .inner-page-section-title.inner-page-line-title.title-left h2:before {
    left: 0;
    right: inherit;
}
.inner-page-section-title.inner-page-line-title.title-white h1:before, .inner-page-section-title.inner-page-line-title.title-white h2:before {
    background: #ffffff;
}
.inner-page-section-title.inner-page-line-title h1:before, .inner-page-section-title.inner-page-line-title h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #C78525;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

.inner-page-section-title.inner-page-line-title.title-left h1:before, .inner-page-section-title.inner-page-line-title.title-left h2:before {
    left: 0;
    right: inherit;
}

.inner-page-section-title.inner-page-line-title.title-white h1:before, .inner-page-section-title.inner-page-line-title.title-white h2:before {
    background: #ffffff;
}
.inner-page-section-title.inner-page-line-title h1:before, .inner-page-section-title.inner-page-line-title h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #C78525;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

element.style {
}
@media (max-width: 767px)
.inner-page-section-title.inner-page-line-title h1 {
    font-size: 24px;
    line-height: 26px;
}
@media (max-width: 991px)
.inner-page-section-title.inner-page-line-title h1 {
    font-size: 30px;
    line-height: 36px;
}
@media (max-width: 1199px)
.inner-page-section-title.inner-page-line-title h1 {
    font-size: 34px;
    line-height: 40px;
}
.inner-page-section-title.inner-page-line-title h1 {
    font-size: 44px;
    line-height: 50px;
}
.inner-page-section-title.inner-page-line-title h1, .inner-page-section-title.inner-page-line-title h2, .inner-page-section-title h1, .inner-page-section-title h2 {
    position: relative;
    padding-bottom: 5px;
    margin: 0;
    font-family: 'Yrsa', serif;
}
.title-white h1, .title-white h2 {
    color: #fff;
}
@media (max-width: 767px)
h1 {
    font-size: 28px;
}
h1, h2, h3, h4, h5, h6 {
    color: #180e0e;
    font-family: 'Work Sans', sans-serif;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
h1 {
    font-size: 36px;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Work Sans',sans-serif;
}
.h1, h1 {
    font-size: 36px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
:-webkit-any(article,aside,nav,section) h1 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}
user agent stylesheet
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.inner-page-section-title.inner-page-line-title.title-left h1:before, .inner-page-section-title.inner-page-line-title.title-left h2:before {
    left: 0;
    right: inherit;
}
.inner-page-section-title.inner-page-line-title.title-white h1:before, .inner-page-section-title.inner-page-line-title.title-white h2:before {
    background: #ffffff;
}
.inner-page-section-title.inner-page-line-title h1:before, .inner-page-section-title.inner-page-line-title h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #C78525;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

element.style {
}
.title-white .title-tagline {
    color: #fff;
}
@media (max-width: 767px)
.title-tagline {
    font-size: 14px;
}
@media (max-width: 1199px)
.title-tagline {
    font-size: 16px;
}
.title-tagline {
    margin: 10px 0 0;
    display: block;
    color: #797979;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Yrsa', serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
.title-white .title-tagline {
    color: #fff;
}
@media (max-width: 767px)
.title-tagline {
    font-size: 14px;
}

@media (max-width: 1199px)
.title-tagline {
    font-size: 16px;
}
.title-tagline {
    margin: 10px 0 0;
    display: block;
    color: #797979;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Yrsa', serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
@media (max-width: 991px)
.inner-page-section-title {
    margin-bottom: 15px;
}

.inner-page-section-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
@media (max-width: 1199px)
.section-padding {
    padding: 0 30px;
}

.section-padding {
    padding: 0 120px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


element.style {
}
#redevelop-your-property .inner-page-banner {
    background-image: url(../estate/img/banner.jpg);           /*###################################################################### */
    padding: 50px 0 80px;
}

.theme-overlay {
    position: relative;
}
.inner-page-banner {
    padding: 0 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.theme-overlay {
    position: relative;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
@media (max-width: 1199px)
.section {
    padding: 30px 0;
}
.section-channel-partner, .section-the-raunak-family, .section-redevelop {
    padding: 0 120px 60px;
    overflow: visible;
}

.section {
    background-color: #f8f8f8;
    width: 100%;
}
.section {
    position: relative;
}
.section {
    position: relative;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}
.nomargin {
    margin: 0!important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.section-delivered:before, .section-redevelop:before {
    background: #f8f8f8 !important;
}
.section-nri-guide:before, .section-faq:before, .section-raunak-promise-page:before, .section-meaning-of-our-logo:before, .section-delivered:before, .section-redevelop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #c78525;
    bottom: 0;
    left: 0;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section-redevelop:after {
    /* background-image: url(../images/channel-partner/redevelop-your-property/bg.jpg); */
}
.section-redevelop:after {
    height: calc(100% - 500px);
}
.section-stamp-duty:after, .section-home-loan:after, .section-tax-benefits:after, .section-legal:after, .section-our-partners:after, .section-delivered:after, .section-redevelop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 300px);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

.section-delivered:before, .section-redevelop:before {
    background: #f8f8f8 !important;
}

.section-nri-guide:before, .section-faq:before, .section-raunak-promise-page:before, .section-meaning-of-our-logo:before, .section-delivered:before, .section-redevelop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #c78525;
    bottom: 0;
    left: 0;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


element.style {
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
.section-channel-partner .theme-card, .section-the-raunak-family .theme-card, .section-redevelop .theme-card {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    z-index: 9;
}

.redevelop-detail {
    padding: 0;
}
.stamp-duty-detail, .home-loan-detail, .legal-detail, .tax-benefits-detail, .our-partners-detail, .delivered-detail, .redevelop-detail {
    position: relative;
    background: #fff;
    padding: 30px;
    z-index: 9;
    -moz-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    -ms-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    -o-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    -webkit-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    box-shadow: 0 0 10px rgba(115,115,115,0.15);
}
.theme-card {
    background: #fff;
    padding: 30px;
    -moz-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    -ms-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    -o-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    -webkit-box-shadow: 0 0 10px rgba(115,115,115,0.15);
    box-shadow: 0 0 10px rgba(115,115,115,0.15);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.section-the-raunak-family .theme-card:before, .redevelop-detail:before {
    display: none;
}
.redevelop-detail:before {
    width: 33.33%;
}
.section-the-raunak-family .theme-card:before, .redevelop-detail:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #fcfcfc;
    top: 0;
    right: 0;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


element.style {
}
.col-the-raunak-family, .col-redevelop-your-property {
    padding: 0 30px;
}

.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item-wrapper {
    padding: 30px;
}

.redevelop-your-property-item-wrapper {
    padding: 30px 0 30px 30px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
.redevelop-your-property-item:first-child {
    margin-bottom: 40px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
.redevelop-your-property-item .page-inner-title {
    color: #E73610;
    margin-bottom: 5px;
}

@media (max-width: 767px)
h3 {
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #180e0e;
    font-family: 'Work Sans', sans-serif;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
h3 {
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Work Sans',sans-serif;
}
.h3, h3 {
    font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}


element.style {
}
@media (max-width: 767px)
#content p {
    line-height: 21px;
}

@media (max-width: 991px)
#content p {
    line-height: 22px;
}
#content p {
    line-height: 24px;
}
#content p {
    line-height: 1.8;
}
@media (max-width: 767px)
p {
    font-size: 13px;
}
@media (max-width: 991px)
p {
    font-size: 14px;
}
p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #4E4E4E;
    letter-spacing: 1px;
}
address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
    margin-bottom: 30px;
}
p {
    margin: 0 0 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


element.style {
}
@media (max-width: 767px)
#content p {
    line-height: 21px;
}

@media (max-width: 991px)
#content p {
    line-height: 22px;
}
#content p {
    line-height: 24px;
}
#content p {
    line-height: 1.8;
}
@media (max-width: 767px)
p {
    font-size: 13px;
}
@media (max-width: 991px)
p {
    font-size: 14px;
}
p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #4E4E4E;
    letter-spacing: 1px;
}
address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
    margin-bottom: 30px;
}
p {
    margin: 0 0 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


element.style {
}
@media (max-width: 767px)
#content p {
    line-height: 21px;
}

@media (max-width: 991px)
#content p {
    line-height: 22px;
}
#content p {
    line-height: 24px;
}
#content p {
    line-height: 1.8;
}
p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px)
p {
    font-size: 13px;
}
@media (max-width: 991px)
p {
    font-size: 14px;
}
p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #4E4E4E;
    letter-spacing: 1px;
}
address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
    margin-bottom: 30px;
}
p {
    margin: 0 0 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

element.style {
}
@media (max-width: 767px)
#content p {
    line-height: 21px;
}

@media (max-width: 991px)
#content p {
    line-height: 22px;
}
#content p {
    line-height: 24px;
}
#content p {
    line-height: 1.8;
}
p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px)
p {
    font-size: 13px;
}
@media (max-width: 991px)
p {
    font-size: 14px;
}
p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #4E4E4E;
    letter-spacing: 1px;
}
address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
    margin-bottom: 30px;
}
p {
    margin: 0 0 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


element.style {
}
.redevelop-your-property-item:first-child {
    margin-bottom: 40px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


element.style {
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


element.style {
}
.redevelop-your-property-item .page-inner-title {
    color: #c78525;
    margin-bottom: 5px;
}

@media (max-width: 767px)
h3 {
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #180e0e;
    font-family: 'Work Sans', sans-serif;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
h3 {
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Work Sans',sans-serif;
}
.h3, h3 {
    font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


element.style {
}
.redevelop-row {
    margin-top: 20px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}

element.style {
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


element.style {
}
.list-points:last-child {
    margin: 0;
}

.list-points {
    margin: 0 0 15px;
}
.nomargin {
    margin: 0!important;
}
form, ul {
    margin: 0;
}
address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
    margin-bottom: 30px;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}

@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}
.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}

@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}

.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}


element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}

@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}
.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}


element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}

@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}

@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}
.list-points li:before {
    content: "\e095";
    font-family: lined-icons;
    position: absolute;
    color: #006cb5;
    font-size: 18px;
    line-height: 20px;
    top: 2px;
    left: 0;
    font-weight: 600;
}


@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}

.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}

@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}
.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}
.list-points li:before {
    content: "\e095";
    font-family: lined-icons;
    position: absolute;
    color: #006cb5;
    font-size: 18px;
    line-height: 20px;
    top: 2px;
    left: 0;
    font-weight: 600;
}


element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}

@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}
.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}


@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}

@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}
.list-points li:before {
    content: "\e095";
    font-family: lined-icons;
    position: absolute;
    color: #006cb5;
    font-size: 18px;
    line-height: 20px;
    top: 2px;
    left: 0;
    font-weight: 600;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}

@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}
.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}
.list-points li:before {
    content: "\e095";
    font-family: lined-icons;
    position: absolute;
    color: #006cb5;
    font-size: 18px;
    line-height: 20px;
    top: 2px;
    left: 0;
    font-weight: 600;
}


element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}

@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
.list-points li:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}
.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}
.list-points li:before {
    content: "\e095";
    font-family: lined-icons;
    position: absolute;
    color: #006cb5;
    font-size: 18px;
    line-height: 20px;
    top: 2px;
    left: 0;
    font-weight: 600;
}

@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}

element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}

@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
.list-points li:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}

@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}
.list-points li:before {
    content: "\e095";
    font-family: lined-icons;
    position: absolute;
    color: #006cb5;
    font-size: 18px;
    line-height: 20px;
    top: 2px;
    left: 0;
    font-weight: 600;
}

element.style {
}
.list-points:last-child {
    margin: 0;
}

.list-points {
    margin: 0 0 15px;
}
.nomargin {
    margin: 0!important;
}
form, ul {
    margin: 0;
}
address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
    margin-bottom: 30px;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

element.style {
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

element.style {
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

element.style {
}
.list-points:last-child {
    margin: 0;
}
.list-points {
    margin: 0 0 15px;
}
.nomargin {
    margin: 0!important;
}
form, ul {
    margin: 0;
}
address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
    margin-bottom: 30px;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #006cb5;
    color: #fff;
    text-shadow: none;
}

element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}
.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}
.list-points li:before {
    content: "\e095";
    font-family: lined-icons;
    position: absolute;
    color: #006cb5;
    font-size: 18px;
    line-height: 20px;
    top: 2px;
    left: 0;
    font-weight: 600;
}

element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
.list-points li:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}
.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}
.list-points li:before {
    content: "\e095";
    font-family: lined-icons;
    position: absolute;
    color: #006cb5;
    font-size: 18px;
    line-height: 20px;
    top: 2px;
    left: 0;
    font-weight: 600;
}
element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 32px;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li {
    padding-left: 50px;
}
.redevelop-your-property-item .list-points li {
    padding-left: 60px;
    line-height: 36px;
}
.list-points li:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px)
.list-points li {
    margin-bottom: 8px;
    padding-left: 20px;
}
.list-points li {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #444;
    font-weight: normal;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
user agent stylesheet
ul {
    list-style-type: disc;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px)
.redevelop-your-property-item .list-points li:before {
    width: 20px;
}
.redevelop-your-property-item .list-points li:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #cfcfcf;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px)
.list-points li:before {
    font-size: 14px;
    line-height: 18px;
    top: 1px;
    left: 0;
}
.list-points li:before {
    content: "\e095";
    font-family: lined-icons;
    position: absolute;
    color: #006cb5;
    font-size: 18px;
    line-height: 20px;
    top: 2px;
    left: 0;
    font-weight: 600;
}

element.style {
}
.list-points:last-child {
    margin: 0;
}
.list-points {
    margin: 0 0 15px;
}
.nomargin {
    margin: 0!important;
}
form, ul {
    margin: 0;
}
address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
    margin-bottom: 30px;
}
dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
element.style {
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
element.style {
}
.redevelop-row {
    margin-top: 20px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}

element.style {
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
element.style {
}
@media (max-width: 767px)
.redevelop-your-property-item-wrapper {
    padding: 30px;
}
.redevelop-your-property-item-wrapper {
    padding: 30px 0 30px 30px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


element.style {
}
.col-the-raunak-family, .col-redevelop-your-property {
    padding: 0 30px;
}

.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
@media (max-width: 767px)
body {
    font-size: 13px;
}
@media (max-width: 1199px)
body {
    font-size: 14px;
}
body {
    font-size: 15px;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: 'Work Sans',sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/*                                                COMPLETED PROJECTS 4 SCTIONS                               */

/***** Services *****/
 
.services-box {
    padding-top: 30px;
    text-align: left;
}
 
.services-box .services-box-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    border-radius: 28px;
    background: #9b59b6; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffb24b 0%, #9b59b6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b36500), color-stop(100%,#b36500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffb24b 0%,#9b59b6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#9b59b6',GradientType=0 ); /* IE6-9 */
}
 
.services-box h3 {
    margin-top: 0;
    padding: 0 0 10px 0;
}      

  ------------------------------------------------------------------------trial------------------------------------------
 #section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000; }

@media (max-width: 1199.98px) {
  .ftco-counter {
    background-position: center center !important; } }

.ftco-counter .img {
  display: block;
  width: 100%; }
  @media (max-width: 991.98px) {
    .ftco-counter .img {
      height: 400px;
      background-position: top center !important; } }

@media (min-width: 768px) {
  .ftco-counter .text.text-border {
    border-right: 1px solid rgba(0, 0, 0, 0.07); } }

.ftco-counter .text strong.number {
  font-weight: 600;
  font-size: 50px;
  color: #24A148; }

.ftco-counter .text span {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: 0; }

@media (max-width: 767.98px) {
  .ftco-counter .counter-wrap {
    margin-bottom: 20px; } }


/*-------------------------
  Property Section
--------------------------*/
.property-section.latest-property-section {
  padding-bottom: 60px;
}
.property-section.profile-page {
  padding-top: 50px;
}

.property-controls {
  text-align: right;
}
.property-controls ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  margin-right: 35px;
  position: relative;
  cursor: pointer;
}
.property-controls ul li:after {
  position: absolute;
  right: -22px;
  top: -1px;
  content: "|";
  color: #b1b0b0;
}
.property-controls ul li:last-child {
  margin-right: 0;
}
.property-controls ul li:last-child:after {
  display: none;
}

.property-item {
  margin-bottom: 40px;
}
.property-item .pi-pic {
  height: 240px;
  position: relative;
  margin-bottom: 25px;
}
.property-item .pi-pic .label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 10px 2px;
  display: inline-block;
  background: #0166D0;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 20px;
}
.property-item .pi-pic .label.c-red {
  background: #D41800;
}
.property-item .pi-pic .label.c-magenta {
  background: #103230;
}
.property-item .pi-text {
  position: relative;
}
.property-item .pi-text .heart-icon {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-family: "ElegantIcons";
  font-size: 18px;
  color: #00C89E;
}
.property-item .pi-text .pt-price {
  font-size: 18px;
  font-weight: 700;
  color: #00C89E;
  margin-bottom: 10px;
}
.property-item .pi-text .pt-price span {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.property-item .pi-text h5 {
  margin-bottom: 6px;
}
.property-item .pi-text h5 a {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  font-family: "Montserrat", sans-serif;
}
.property-item .pi-text p {
  font-weight: 500;
}
.property-item .pi-text p span {
  color: #00C89E;
}
.property-item .pi-text ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.property-item .pi-text ul li {
  font-size: 15px;
  color: #111111;
  font-weight: 600;
  list-style: none;
  display: inline-block;
  margin-right: 45px;
}
.property-item .pi-text ul li:last-child {
  margin-right: 0;
}
.property-item .pi-text ul li i {
  font-size: 14px;
  color: #666666;
  margin-right: 5px;
}
.property-item .pi-text .pi-agent .pa-item {
  overflow: hidden;
  padding-top: 10px;
}
.property-item .pi-text .pi-agent .pa-item .pa-info {
  float: left;
}
.property-item .pi-text .pi-agent .pa-item .pa-info img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.property-item .pi-text .pi-agent .pa-item .pa-info h6 {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
}
.property-item .pi-text .pi-agent .pa-item .pa-text {
  font-size: 14px;
  color: #00C89E;
  font-weight: 600;
  float: right;
  line-height: 30px;
}

.loadmore-btn {
  text-align: center;
  padding-top: 10px;
}
.loadmore-btn a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  background: #103230;
}

.property-pagination {
  text-align: center;
  padding-top: 10px;
}
.property-pagination.blog-pagination {
  text-align: left;
  padding-top: 0;
}
.property-pagination.blog-pagination a {
  color: #666666;
}
.property-pagination a {
  display: inline-block;
  height: 46px;
  width: 46px;
  background: #f2f2f2;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 6px;
}
.property-pagination a:last-child {
  margin-right: 0;
}
.property-pagination a:hover {
  background: #00C89E;
  color: #ffffff;
}
.property-pagination a.icon span {
  position: relative;
  top: 5px;
}
.property-pagination a span {
  font-size: 27px;
}
