:root {
	--primary-color:#062338;
	--secondary-color:#a99141;	
	--white-color:#ffffff;
  --text-color:#062338;
  --footer-color:#2D2E2E;
}

/*
font-family: "NanumMyeongjo-Regular", serif;
font-family: "Montserrat", sans-serif;
*/

@font-face {
  font-family: "NanumMyeongjo-Regular";
  src: url("../fonts/NanumMyeongjo-Regular.woff2")
      format("woff2"),
    url("../fonts/NanumMyeongjo-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NanumMyeongjo-Bold";
  src: url("../fonts/NanumMyeongjo-Bold.woff2")
      format("woff2"),
    url("../fonts/NanumMyeongjo-Bold.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

body { font-family: "Montserrat", sans-serif; color:var(--text-color); font-size:16px; line-height:24px; 
background: var(--white-color);  }
* { margin:0px; padding:0px; }
h1, 
h2,
h3,
h4,
h5,
h6 { margin:0px 0px 15px; font-family: "NanumMyeongjo-Regular", serif; color: var(--text-color); }
ol, ul { padding: 0; margin: 0; }
a { transition: all,background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out; }

h2 { line-height: 1.2; font-size: 90px; margin: 0px 0px 10px; font-weight: normal; }
h3 { font-size: 30px; } 
h4 { font-size: 22px; } 
/*sup { top: -1.5em; font-size: 16px; }*/
sup { /*top: -1.5em;*/ top: -10px; font-size: 16px;}
.overlayimg .banner-content sup { top: -2.5em; font-size: 0.20em; }

p { margin:0px 0px 20px; font-size: 15px; line-height: 24px; }
.footer-address { text-align: right; }
img { max-width:100%; }
.white-color { color: var(--white-color); }
.container { max-width:1300px; width: 100%; }
.logo { float:left; max-width: 190px; }
.nav-container { position: relative; display: flex; justify-content: flex-end; }
.nav-container ul { margin:0px; padding:0px; }
.nav-container ul li { list-style:none; display:inline-block; padding:10px 16px; color:#282828; position:relative;  
font-size: 18px; font-weight: 600; }
.nav-container ul li a { color:var(--text-color); display:block; text-decoration:none; outline: none; position: relative; }
.nav-container ul li.contact-btn a,
.secondary-btn { background:var(--primary-color); color: var(--white-color); 
padding: 10px 10px;  }
.nav-container ul li.contact-btn a:hover,
.secondary-btn:hover { background-color: var(--secondary-color); }
.nav-container ul li.active a,
.nav-container ul li.current-menu-item a { color: var(--text-color);  }
.nav-container ul li.active a:before,
.nav-container ul li.current-menu-item a:before { content: ""; height: 2px; width: 100%; background:var(--white-color); border-radius: 1px; 
position: absolute; bottom: -6px; left: 0; }
.page-template-page-invest .adapting_section .container { max-width: 1100px; }
.adapting_section { margin-top: 50px; }

.location {
    display: inline-flex; /* Keeps items in one line */
    align-items: center; /* Aligns icon and text */
    gap: 8px; /* Adjust spacing between icon and text */
 /*   white-space: nowrap; /* Prevents text from wrapping */
}

.location-icon {
    flex-shrink: 0; /* Ensures the icon doesn’t shrink */
    width: 20px; /* Adjust icon size as needed */
    height: 20px;
}

.location-text {
    flex-grow: 1; /* Ensures the text takes available space */
}

.header-top { display: flex; align-items: center; justify-content: space-between; gap:30px; padding: 20px 0px; }
.header-left { min-width: 70px; }
.header-right { display: flex; align-items: center; justify-content: space-between; gap: 30px; }

.nav-container li .sub-menu { display:none; position:absolute; left:0px; top:100%; width:250px; background:var(--primary-color); z-index:9; box-shadow: 0 8px 20px rgba(0,0,0,0.1);
padding: 20px; border-radius: 0 0 10px 10px; width:130px; }
.nav-container li .sub-menu li { display:block; padding:0px; margin-bottom: 10px; text-align: left; }
.nav-container ul li.parent:hover { }
.nav-container li .sub-menu li a { color:var(--white-color); padding: 3px 0; font-size: 16px;  }
.nav-container li .sub-menu li:last-child { margin-bottom: 0; }
.mob-menu { display: none; }
.header a { outline: none; }
.header ul { margin:0px; }
.header { padding:0px; width: 100%; background: #fff; position: sticky; top: 0; left: 0; z-index: 9; }
.header.sticky { box-shadow:0px 2px 17.1px rgba(0, 0, 0, 0.07); }

.header-transparent .header { position: absolute; top: 0; left: 0; z-index: 9; }
.header-transparent .header.sticky { position: fixed; z-index: 2; }
.header-transparent .header
/*body:not(.home) .header,
.header-inner*/ { background: linear-gradient(360deg, rgba(255, 255, 255, 0.38) 31.83%, rgba(153, 153, 153, 0) 169.03%);
box-shadow:0px 2px 17.1px rgba(0, 0, 0, 0.07);
backdrop-filter: blur(21.25px);  }
/*.header-inner { position: sticky; top: 0; left: 0; width: 100%; z-index: 9; }*/

.banner-container .banner-text {  position:absolute; top:50%; left:0px; right: 0; text-align:center; width: 100%; transform: translateY(-50%); }
.banner-container .banner-text h1 { color:#fff; font-size:90px; font-weight:normal; line-height: 1.1;margin-bottom: 10px; 
text-shadow: 0px 0px 65px rgba(0, 0, 0, 0.85); }
.banner-container .banner-text h2 { color:#fff; font-size:52px; font-weight:600; margin-bottom: 25px; }
.banner-container .banner-text p { color:#fff; font-size:26px; margin: 0 0 30px; font-weight: bold; 
text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.85); }
.banner-container { clear: both; position: relative; }
.banner-container img { width: 100%; }
.banner-container.overlayimg .banner-img { height: 635px; overflow: hidden; }
.banner-container.overlayimg .banner-img img { width: 100%; height: 100%; object-fit: cover; }
.banner-container.overlayimg .banner-img::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(20, 46, 57, 0.4); /* Overlay color and opacity */ pointer-events: none; /* Ensures the overlay doesn't block interactions with the image */
}
.banner-container .banner-btn { display: flex; justify-content: center; flex-wrap: wrap; column-gap: 30px;
padding: 15px 0; }
.banner-container .banner-btn a { background:var(--white-color); border-radius: 0; font-size: 20px; color:var(--text-color);
font-weight: 500; padding: 10px 15px; box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.50); }
.banner-container .banner-btn a:hover { background:var(--secondary-color); color: var(--white-color);  }
.banner-bottom-text { padding: 70px 0 10px; }
.banner-bottom-text ul { display: grid; grid-template-columns: repeat(3, 1fr); text-align: left;  }
.banner-bottom-text ul li { list-style: none; margin: 0; border-left: 3px solid #003e6a; padding-left: 30px; }
.banner-bottom-text h3 { font-size: 32px; font-weight: 600; color: var(--text-color); font-family: "Montserrat", sans-serif; 
margin: 0 0 3px; }
.banner-bottom-text h4 { font-size: 26px; font-weight: normal; color: var(--text-color); margin: 0; }

.primary-btn { background: var(--white-color) url(../images/big-arrow-right.svg) right 20px center no-repeat; font-weight: 600; padding: 12px 70px 12px 30px; text-align: center;
color: var(--primary-color); line-height: 18px; border: 0; text-decoration: none; font-size: 24px;  font-weight: 500;
height: 70px; display: inline-flex; align-items: center; border-bottom: 8px solid #E8F0F1; background-size: 30px auto; justify-content: center; }
.primary-btn:hover { text-decoration: none; color: var(--white-color); background: var(--secondary-color) url(../images/big-arrow-right1.svg) right 20px center no-repeat;
background-size: 30px auto; }

.project-section { padding: 100px 0 60px; }
.project-item { padding: 0 8px; position: relative;}
.project-section .slick-list { margin: 0 -8px; }
.project-section .slick-arrow { background: var(--white-color) url(../images/arrow-left.svg) center center no-repeat; width: 58px; height: 58px; border: 0;
position: absolute; left: -28px; top: 50%; font-size: 0; transform: translateY(-50%); box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25); 
z-index: 1; background-size: 18px auto; }
.project-section .slick-arrow.slick-next { right: -28px; left: unset; transform: translateY(-50%) rotate(-180deg); }
.project-content { 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%; 
  padding: 40px; 
  text-align: center;
  background: rgba(247, 250, 252, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;}
.project-content h3 { color:#062338; margin: 0 0 5px;font-size:32px; font-family: 'NanumMyeongjo-Regular', serif;
  font-weight: 700; }
.project-content h4 { color: #062338; margin: 0;font-family: 'NanumMyeongjo-Regular', serif;
  font-weight: 400;font-size:23px; }
.project-img img { width: 100%; transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out; }
.project-item:hover .project-img img { 
   filter:blur(2px);
}
.project-item:hover .project-content {
  opacity: 1;
}

.news-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%; /* Ensures it spans full width */
  max-width: 1200px; /* Adjust this based on your page width */
  margin: 0 auto; /* Centers the container */
  padding: 0 15px;
  position: relative;
  z-index: 9999;
}

.news-filter-container {
  padding: 10px 15px;
}

#news-category-filter {
  padding: 5px;
  border: 2px solid #242a2a;
  border-radius: 4px;
  cursor: pointer;padding: 0.75em;
}

.category-title-container {
  text-align: center; 
  margin: 0 auto; 
  padding: 20px 0; 
  width: 80%; 
  max-width: 1200px; 
}

.category-title {
  font-size: 36px; 
  font-weight: bold;
  color: #062338;
  font-family: 'NanumMyeongjo-Regular', serif;
}

.custom-breadcrumb-links li:first-child::after {
  content: none !important;
}

.innovators { padding: 50px 0; }
.innovators h2 { font-size: 100px; max-width: 950px; margin-bottom: 25px; }
.innovators .col-md-6:first-child { padding-right: 50px; display: flex; flex-direction: column; }
.innovators .col-md-6:last-child { padding-left: 50px; }
.innovator-text { text-align: right; margin-bottom: 40px; }
.innovator-text p { /*font-family: "NanumMyeongjo-Regular", serif;*/ font-size: 24px; line-height: 1.3; }
.innovator-img { position: relative; }
.innovator-img:first-child { margin-bottom: 80px; }
.innovator-img:before { border: 1px solid #062338; border-right: 0; height: 100%; 
width: 250px; position: absolute; top: 25px; left: -25px; content: ""; }
.innovators .col-md-6:last-child .innovator-img { margin-top: 30px; }
.innovators .col-md-6:last-child .innovator-img:before { border: 1px solid #062338; border-left: 0; 
 left: auto; right: -25px; top: -25px; }
 .innovators .col-md-6:last-child .innovator-text { margin-bottom: 80px; }

.innovator-btn .primary-btn { height: 80px; width: 100%; }
.innovator-btn { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: auto; }

.development-section { padding: 100px 0; }
.development-section h2 { margin-bottom: 60px; }
.development-text h3 { font-size: 40px; font-weight: 700; margin-bottom: 40px; }
.development-text ul li { list-style: none; font-size: 21px; border-bottom: 1px solid #CDDDDF;
padding: 30px 0; line-height: 1.2; }
.development-text { display: flex; flex-direction: column; min-height: 100%; }
.bungalows-btn { margin-top: auto; margin-left: auto; }
.development-img { padding-right: 30px; }

.impactful-img img { width: 100%; }
.impactful-section { position: relative; }
.impactful-section .impactful-content { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0;
 }
.impactful-section .container { max-width: 1100px; }
.impactful-text { width: 100%; background: var(--primary-color); padding:100px 50px; }
.impactful-text h2 { color: #fff; font-size: 60px; margin: 0; text-align: center; }

.slick-dots {  position: absolute; right: 0px; left: 0; bottom: -50px; text-align: center; }
.slick-dots li { list-style: none; display: inline-block; margin: 0 3px; }
.slick-dots li button { border: 0; width: 14px; height: 14px; border-radius: 100%; font-size: 0;  background: #000; opacity: 0.2; }
.slick-dots li.slick-active button { background:var(--secondary-color); opacity: 1; }

.news-section { padding: 150px 0; }
.news-section .news-title { margin-bottom: 30px; display: flex;
  justify-content: space-between; align-items: center; flex-wrap: wrap; }
.news-section .news-title h2 { margin-bottom: 0; }  
.news-img img { width: 100%;  }
.news-img { position: relative; }
.news-content { padding: 20px 0 0; }
.news-content h3 { font-size: 24px; font-weight: 800;
border-bottom: 1px solid #93D8E8; padding-bottom: 16px; min-height: 102px; }
.news-section .news-item { padding:30px; position: relative;}
.news-section .news-item-inner { background: #fff; box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.11); 
padding: 20px; min-height: 670px; }
.news-section .slick-list { margin: 0 -30px; }
.news-section .news-item p { margin: 0; }
.news-section .slick-arrow { background: var(--white-color) url(../images/arrow-left.svg) center center no-repeat; width: 40px; height: 40px; border: 0;
position: absolute; left: -52px; top: 50%; font-size: 0; transform: translateY(-50%); 
z-index: 1; background-size: 18px auto; }
.news-section .slick-arrow.slick-next { right: -52px; left: unset; transform: translateY(-50%) rotate(-180deg); }
.seeMore { text-align: center; }
.seeMore span { display: block; padding-bottom: 2px; }
.seeMore a { color: var(--primary-color); text-decoration: none; }


.footer-container { padding:0px 0; font-size: 16px; color: var(--footer-color); }
.footer-container p { margin: 0; font-size: 16px; color: var(--footer-color); } 
.footer-container h3 { margin: 0 0 16px; font-size: 16px; color: var(--footer-color); font-weight: 600; font-family: "Montserrat", sans-serif; } 
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap:20px; 
border-bottom: 1px solid #E2DFDF; padding: 50px 20px; align-items: center; }
.footer-middle { padding: 60px 20px; border-bottom: 1px solid #E2DFDF; }
.footer-logo { max-width: 260px; }
.footer-container ul { margin: 0; padding: 0; list-style: none; }
.footer-container ul li a { color: var(--footer-color); text-decoration: none; }
.footer-container ul li a:hover { color: var(--secondary-color); }
.footer-links li { margin-bottom: 10px; }
.footer-bottom { padding: 24px 0 40px; display:flex; justify-content:space-between; }
.footer-bottom ul { display: flex; justify-content: center; column-gap: 40px; }
.footer-newslatter .input-box input.input-text,
.footer-newslatter .gform_wrapper.gravity-theme .gfield input:not([type="submit"]),
.footer-newslatter .gform_wrapper.gravity-theme .gfield textarea,
.footer-newslatter .gform_wrapper.gravity-theme .gfield select { height: 52px; outline: none;
  background: #F7F7F7; border: 0; padding: 10px 20px; color: var(--text-color); width: 100%; }
.footer-newslatter .input-box button,
.footer-newslatter .gform_wrapper.gravity-theme .gform_footer input { background: #062338; height: 52px; color: #fff; border: 0; 
  padding: 10px 20px; border-radius: 0; min-width: 150px; }  
.footer-newslatter .input-box button:hover,
.footer-newslatter .gform_wrapper.gravity-theme .gform_footer input:hover { background: var(--secondary-color); }  
.footer-newslatter .input-box { display: flex; width: 500px; }  
.input-box input::-webkit-input-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield input:not([type="submit"])::-webkit-input-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield select::-webkit-input-placeholder { color: #ABABAB; opacity: 1; }
.input-box input::-moz-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield input:not([type="submit"])::-moz-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield select::-moz-placeholder {  color: #ABABAB; opacity: 1; }
.input-box input:-ms-input-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield input:not([type="submit"]):-ms-input-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield select:-ms-input-placeholder {  color: #ABABAB; opacity: 1; }
.input-box input:-moz-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield input:not([type="submit"]):-moz-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder,
.footer-newslatter .gform_wrapper.gravity-theme .gfield select:-moz-placeholder { color: #ABABAB; opacity: 1; }
.footer-info .fa-phone { font-size: 18px; margin-right: 6px; }
.footer-info li { margin-bottom: 15px; }
.footer-info .fa-linkedin-square { font-size: 24px; }
.footer-line { margin: 0 20px; margin-top: -52px; position: relative; text-align: right; 
background: url(../images/footer-line.png) 0 bottom repeat-x;}
.footer-line img { margin-right: 50px; }

.single.single-project .inner-banner .banner-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.single.single-project .inner-banner .banner-img {
height: 635px;
overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.inner-banner .banner-content { text-align: left; }
.inner-banner .banner-content p { color: #E8F0F1; font-size: 18px; font-weight: 400; }
.banner-content .banner-p-small-text p { color: #E8F0F1; font-size: 26px; font-weight: 400; }
.inner-banner .banner-content h1 { color: #F2F2F2; border-bottom: 6px solid rgb(0,62,106, 0.6); display: inline-block; 
padding-bottom: 20px; margin-bottom: 20px; }
.inner-banner .banner-content h2 { color: #F2F2F2; font-size: 40px; display: block; margin: 0; opacity: 0.7; }
.inner-banner .banner-text { bottom: 60px; top: auto; transform: none; }
.page-template-page-about-php .rentHousing-section { padding: 80px 0; } 
.rentHousing-title h2 { display: inline-block; width: calc(100% - 353px); }
.rentHousing-title { text-align: right; padding-bottom: 40px; }
.rentHousing-title-bunglow h2 { text-align: center; font-size:60px; padding-bottom:15px;}
.rentHousing-title,
.single-news-section { position: relative; }
.rentHousing-title:before, 
.single-news-section:before { border: 1px solid #062338; border-top:0;  border-right: 0; height: calc(100% - 40px); 
width: 200px; position: absolute; top: -100px; left: -25px; content: ""; z-index: -1; }
.rentHousing-title:after,
.single-news-section:after { border: 1px solid #062338; border-top:0;  border-right: 0; height: 100%; 
width: 200px; position: absolute; top: -90px; left:10px; content: ""; z-index: -1; }

.rentHousing-text .invest-btn  { padding-top: 20px; }
.invest-btn .primary-btn { font-family: "NanumMyeongjo-Regular", serif; }
.home .invest-btn .primary-btn { font-family: "Montserrat", sans-serif; }
.rentHousing-text p { font-size: 18px; line-height: 1.4; }
.rentHousing-bunglow-text p { font-size: 18px; line-height: 1.4;padding-top:22px; }
.rentHousing-bunglow-text .invest-btn  { padding-top: 20px; }
.rentHousing-section h2.title { text-align:center;margin: 0px auto;font-size: 60px; margin-bottom: 30px; }

.rentHousing-img { position: relative; }
.rentHousing-img img { width: 100%; }
.rentHousing-img:before { border: 1px solid #062338; border-left: 0; height: 100%; 
width: 250px; position: absolute; top: 25px; right: -25px; content: ""; }
.rentHousing-section .row { align-items: flex-end; }
.rentHousing-section ul li{list-style-type: disc;margin-left: 24px;}

.marketInsights-section { padding: 100px 0; position: relative; }
.marketInsights-section:after { content: ""; width: 40%; height: 1px; background: #4B4D50; 
position: absolute; bottom: 130px; right: 0; opacity: 0.5 }
.insights-img { position: relative; }
.insights-img img { width: 100%; }
.insights-img:before { border: 1px solid #062338; border-left: 0; height: 100%; 
width: 270px; position: absolute; top: -25px; right: -25px; content: ""; }
.marketInsights-section .row { align-items: center; }
.insights-text { text-align: right; padding: 0 50px; }
.insights-text li { list-style: none; margin: 0 0 70px; }
.insights-text li h2 { line-height: 1.1; color: #0C2252; }
.insights-text li p { color: #4B4D50; font-size: 21px; margin: 0; }
.marketInsights-section .container { max-width: 1220px; }


.highlights-section { padding: 50px 0; }
.highlights-section h2 { font-size: 60px; margin-bottom: 30px; }
.highlights-section .slick-arrow { background: rgba(255, 255, 255, 0.65) url(../images/arrow-left.svg) center center no-repeat; width: 42px; height: 42px; border: 0;
position: absolute; left:calc(50% - 42px); bottom:24px; font-size: 0; transform: translateX(-50%); 
z-index: 1; background-size: 12px auto; box-shadow: 0px 2px 19.8px rgba(0, 0, 0, 0.13); }
.highlights-section .slick-arrow.slick-next { right:calc(50% - 42px); left: unset;  transform: rotate(-180deg); }
.highlights-text { position: absolute; bottom: 90px; right: 10px;
  left: 10px; text-align: center; z-index: 1; }
.highlights-text h3 { color: #fff; font-size: 23px; }
.highlights-item { position: relative; vertical-align: top; }
.highlights-item img { vertical-align: top; }

.traditional-section { padding: 100px 0; }
.traditional-section h2 { font-size: 60px; text-align: center; padding-right: 50px; margin-bottom: 50px; }
.traditional-img { max-width: 80%; margin-left: auto; position: relative; }
.traditional-img img { width: 100%; box-shadow:0px 4px 9px rgba(0, 0, 0, 0.1); }
.traditional-img:before { border: 1px solid #4B4D50; border-right: 0; height: 50%; 
width: 400px; position: absolute; top: -25px; left: -25px; content: ""; z-index: -1; }

.soldsProjects { padding: 50px 0; }
.soldsProjects .container { max-width: 900px; }
.soldsProjects ul { display: grid; grid-template-columns: repeat(3, 1fr); gap:60px; }
.soldsProjects ul li { list-style: none; }
.insights-text li { list-style: none; margin: 0 0 70px; }
.insights-text li h2 { line-height: 1.1; color: #0C2252; }
.insights-text li p { color: #4B4D50; font-size: 21px; margin: 0; }

.explore-section { padding: 100px 0; }
.explore-title { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
.explore-title h2 { font-size: 60px; margin-bottom: 20px; }
.investors-text { font-size: 21px; font-weight: 500; padding-bottom: 30px; }
.seeMore a { color: var(--primary-color); text-decoration: none; }

.investors-box { position: relative; }
.investor_seeMore { position: absolute; top: 0; right: 0; }
.investors-row { display: grid; grid-template-columns: 1fr 1fr; column-gap: 120px; align-items: flex-start; margin: 0 25px;}
.investor-img img { width: 100%; }
.investor_seeMore span { display: block; padding-bottom: 3px; }
.investor_seeMore a { color: var(--primary-color); text-decoration: none; text-align: center;
display: block; width: 100px; height: 100px; display: flex; flex-direction: column; align-items: center;
  justify-content: center; background: #fff; border-radius: 0 0 0px 15px; }
.investor_seeMore span img { max-width: 28px; }  
.investor-content { position: absolute; bottom: 60px; left: 10px; right: 10px; text-align: center; }
.investor-content h3 { color: #fff; }
.investor-content h4 { color: #fff; }
.investors-box .details-text { margin: 5px 0 0; position: absolute; top: 100%; }
.investors-box .details-text a { font-weight: 600; text-decoration: underline; color: var(--primary-color); }
.investors-box:nth-child(2n+1) .details-text { right: 0; }
.investors-box:nth-child(2n+2) .details-text { left: 0; }
.investors-box:nth-child(2n+2) { margin-top: 120px; }

.investors-box:nth-child(2n+1) .investor-img:before { border: 1px solid #062338; border-right: 0; height: 100%; 
width: 250px; position: absolute; top: 25px; left: -25px; content: ""; }
.investors-box:nth-child(2n+2) .investor-img:before { border: 1px solid #062338; border-left: 0; bottom: -25px; 
width: 250px; position: absolute; top: 125px; right: -25px; content: ""; }

.project-item-link,
.news-item-link{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.sub-menu-toggle{
  display: none;
}
.footer-newslatter .gform_wrapper.gravity-theme .gform_footer{
  padding:0;
  margin:0;
}
.footer-newslatter .gform_wrapper.gravity-theme form{
  display: flex;
}
.footer-newslatter .gform_wrapper.gravity-theme .gform_body {
  width: 100%;
}
.footer-newslatter .input-box{
  display: block;
}
.highlights-item-image{
  width:100%;
}

.soldsProjects{
  position: relative;
}
.soldsProjects::before {
    border-top: 1px solid #4B4D50;
    height: 50%;
    width: 300px;
    position: absolute;
    left: 0;
    top: 80px;
    content: "";
    z-index: -1;
}
.soldsProjects::after {
    border-bottom: 1px solid #4B4D50;
    height: 50%;
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 80px;
    content: "";
    z-index: -1;
}
.innerpage-section{
  padding: 150px 0 80px;
}
.page-template-default .innerpage-section p{
  color: #797979;
}
.investor-login-section{
  padding:200px 0 150px;
}
.investor-login-section p{
  font-size: 18px;
  color: #4B4D50;
}
.secondary-btn{
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color:#fff !important;
  padding:15px 20px;
}
.contactus-banner-text {
  background: #062338;
  color: #F2F2F2;
  padding: 80px;
  border-radius: 10px 10px 0 0;
}
.contactus-banner-text .title{
  color:#F2F2F2;
}

.contact-form-popup .gform_wrapper.gravity-theme .gfield input:not([type="submit"]),
.contact-form-popup .gform_wrapper.gravity-theme .gfield textarea,
.contact-form-popup.gform_wrapper.gravity-theme .gfield select{
  color: #BFB7D2;
  border: 0;
  border-bottom: 1px solid #D5D4DC;
  background: transparent;
  outline: 0;
}
.contact-form-popup .gform_wrapper.gravity-theme .gfield input:not([type="submit"])::-webkit-input-placeholder,
.contact-form-popup .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder,
.contact-form-popup .gform_wrapper.gravity-theme .gfield select::-webkit-input-placeholder { 
  color: #BFB7D2; opacity: 1; 
}
.contact-form-popup .gform_wrapper.gravity-theme .gfield input:not([type="submit"])::-moz-placeholder,
.contact-form-popup .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder,
.contact-form-popup .gform_wrapper.gravity-theme .gfield select::-moz-placeholder {  
  color: #BFB7D2; opacity: 1; 
}
.contact-form-popup .gform_wrapper.gravity-theme .gfield input:not([type="submit"]):-ms-input-placeholder,
.contact-form-popup .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder,
.contact-form-popup .gform_wrapper.gravity-theme .gfield select:-ms-input-placeholder { 
 color: #BFB7D2; opacity: 1;
}
.contact-form-popup .gform_wrapper.gravity-theme .gfield input:not([type="submit"]):-moz-placeholder,
.contact-form-popup .gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder,
.contact-form-popup .gform_wrapper.gravity-theme .gfield select:-moz-placeholder{
 color: #BFB7D2; opacity: 1;
}
.contact-form-popup .gform_wrapper.gravity-theme .gform_footer input
{
  border: 2px solid #fff;
  color:#fff;
  padding:20px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  background:transparent;
  transition: 0.3s all;
}
.contact-form-popup .gform_wrapper.gravity-theme .gform_footer input:hover{
  background:var(--secondary-color);
  border-color: var(--secondary-color);
}
.contact-form-popup .gform_wrapper.gravity-theme .gform_fieldse{
  grid-row-gap:30px;
}
.contact-form-popup {
  margin-top: 40px;
}
.contact-list li{
  margin-bottom:20px;
}
.contact-list li,
.contact-list li a{
  display: flex;
  gap:20px;
}
.contact-list li,
.contact-list li p{
  list-style: none;
  font-size: 22px;
  color:#f2f2f2;
}
.contact-list li p{
  display: inline;
}
.contact-list li a{
  color:#f2f2f2;
  text-decoration: none;
}
.contact-list li i{
  font-size: 30px;
}

.property-management { padding: 70px 0; }
.property-img img { border-radius: 10px; }
.propert-slider { margin-left: -15px; margin-right: -15px; display: flex; }
.propert-slide-main .propert-item { padding: 0px 15px; }
.propert-slide-main .propert-item img { border-radius: 10px; }
.propert-slide-main .slick-arrow { background: rgba(255, 255, 255, 0.65) url(../images/arrow-left.svg) center center no-repeat; width: 42px; height: 42px; border: 0;
position: absolute; right: 152px; bottom:-50px; font-size: 0; left: auto;
z-index: 1; background-size: 12px auto; }
.propert-slide-main .slick-arrow.slick-next { right:20px; transform: rotate(-180deg); }
.propert-slide-main { position: relative; margin-bottom: 60px; }
.custom-pagination { color: #062338; position: absolute; right: 42px;
  width: 90px; text-align: center; bottom: -41px; font-size: 18px; }
.propert-right { display: flex; flex-direction: column; justify-content: space-between; min-height: 100%;
padding-left: 40px; }  
.propert-text h3 { font-size: 40px; }
.propert-text p { font-size: 20px; line-height: 1.5; }
.propert-text p:last-child { margin-bottom: 0; }

/*investors*/
.enduring_section { padding: 0px 0; text-align: center; }
.enduring_section h2 { font-size: 62px; margin-bottom: 20px; }
.enduring_section p { font-size: 21px; line-height: 1.5; max-width: 1000px; margin-left: auto;
margin-right: auto; }
.invest-investor { padding: 20px 0 0; display: flex; justify-content: center; flex-wrap: wrap;
column-gap:26px; }
.invest-investor .investNow { background: #062338; height: 48px; color: #fff; border: 0; padding: 10px 20px;
  border-radius: 0; min-width: 140px; text-decoration: none; font-size: 18px; font-weight: 600; 
display: inline-flex; align-items: center; justify-content: center; }
.invest-investor .investorLogin { background: #fff; height: 48px; color: #062338; border: 1px solid #062338; padding: 10px 20px;
  border-radius: 0; min-width: 140px; text-decoration: none; font-size: 18px; font-weight: 600; 
display: inline-flex; align-items: center; justify-content: center; }
.invest-investor a:hover { background: var(--secondary-color); color: #fff; border-color: var(--secondary-color); }

.whyInvest-title { position: relative; padding: 0px 0 40px 0px; }
/*.whyInvest-title:before { border: 1px solid #062338; border-top:0;  border-right: 0; height: 70px; 
width: 170px; position: absolute; top: 0px; left: -10px; content: ""; z-index: -1; }
.whyInvest-title:after { border: 1px solid #062338; border-top:0;  border-right: 0; height: 90px; 
width: 170px; position: absolute; top: 0px; left:10px; content: ""; z-index: -1; } */

.whyInvest-title h2 { font-size: 62px;text-align: center; }
.whyInvest-text { text-align: right; }
.whyInvest-text p { font-size: 21px; line-height: 1.3; }
.whyInvest-img { height:100%; }
.whyInvest-img img { width: 100%; height:100%; }
.whyInvest-list { padding-right: 60px; }
.whyInvest-list ul li { list-style: none; border: 1px solid rgba(6,35,56,0.2); padding: 44px 44px 30px; position: relative; }
.whyInvest-list ul li:before { position: absolute; top: 22px; left: 22px; height: 100%; width: 100%;
border: 1px solid rgba(6,35,56,0.2); content: ""; pointer-events: none; }
.whyInvest-list ul li h2 { font-size: 62px; margin-bottom: 8px; line-height: 1; }
.whyInvest-list ul li h3 { font-size: 34px; margin-bottom: 8px; }
.whyInvest-list ul li p { font-size: 14px; margin: 0; }
.whyInvest-list ul { display: flex; flex-direction: column; gap:60px; padding-bottom:35px; }
.opportunities_section { padding: 130px 0 130px; text-align: center; position: relative; }
.opportunities_section .primary-btn { font-family: "NanumMyeongjo-Regular", serif; font-size: 40px;
height: auto; line-height: 1.1; padding-top: 20px; padding-bottom: 20px; }
.opportunities_section:before { width: 20%; height: 1px; background:#4B4D50; content: ""; position: absolute; left: 0;
top: 50%; transform: translateY(-50%); left: 0; }
.opportunities_section:after { width: 20%; height: 1px; background:#4B4D50; content: ""; position: absolute; left: 0;
top: 50%; transform: translateY(-50%); left: auto; right: 0; }

.adapting_section h2 { font-size: 62px; margin-bottom: 20px; }
.adapting_section p { font-size: 21px; line-height: 1.3; margin-bottom: 40px; }
.adapting_text { padding: 80px 0; }
.adapting_text h3 { font-size: 42px; line-height: 1.2; }
.adapting_img { position: relative; margin: 80px 20px 0; }
.adapting_img img { width: 100%; }
.adapting_img:before { border: 1px solid #062338; border-right: 0; height: 100%; 
width: 250px; position: absolute; top: 20px; left: -20px; content: ""; }
.adapting_img:after { border: 1px solid #062338; border-left: 0; height: 100%;
width: 250px; position: absolute; top: 18px; right: -20px; content: ""; }

.adapting_content { position: absolute; left: 0; right: 0; bottom: 100px; background:#fff; width: 90%;
padding: 10px; margin: 0 auto; text-align: center; max-width: 815px; }
.adapting_content p { margin: 0; font-family: "NanumMyeongjo-Regular", serif; font-size: 24px; font-weight: bold; }
.pattern_section img { width: 50%; margin-left:auto; }
.pattern_section { display:flex; justify-content:right;text-align:end;
}



.maximizeReturns { padding: 100px 0 50px; }
.maximizeReturns h2 { font-size: 62px; max-width: 1000px; }
.maximizeReturns p { font-size: 21px; line-height: 1.3; }
.returns-boxs { padding: 30px 0 0; }
.returns-box { position: relative; }
.returns-text { position: absolute; top: 50%; left: 20px; right: 20px; text-align: center;
transform: translateY(-50%); }
.returns-text h2 { font-size: 62px; color: #fff; }
.returns-text p { font-size: 21px; color: #fff; line-height: 1.3; font-weight: 600; }
.returns-img { position: relative; }
.returns-img img { width: 100%; }
.returns-img:before { border: 1px solid #fff; border-right: 0; border-bottom: 0; height: 60%; 
width: 200px; position: absolute; top: 18px; left: 18px; content: ""; opacity: 0.6; }
.returns-img:after { border: 1px solid #fff; border-left: 0; border-top: 0; bottom: -25px; 
width: 200px; position: absolute; bottom: 18px; right: 18px; content: ""; height:60%; opacity: 0.6; }
.returns-right { display: flex; flex-direction: column;  justify-content: space-between; min-height: 100%; }
.business_title { text-align: right; padding: 50px 0 30px; }
.business_title h2 { font-size: 62px; margin-bottom: 25px; }
.business_title p { font-size: 21px; line-height: 1.3; max-width: 850px; display: inline-block; }
.business-btn { display: flex; justify-content: center; column-gap: 40px; flex-wrap: wrap; row-gap:10px;
padding: 10px 0 30px; }
.business-btn .primary-btn { min-width: 300px; }

.achieve-section { background: #062338; padding: 25px; }
.achieve-section ul { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; }
.achieve-section ul li { list-style: none; padding: 0 30px; position: relative; }
.achieve-section ul li h3 { color: #F2F2F2; font-size: 32px; font-weight: normal; }
.achieve-section ul li h4 { color: #F2F2F2; font-family: "Montserrat", sans-serif; margin: 0; font-weight: 600; font-size: 30px; }
.achieve-section ul li:not(:first-child):before { background: #F2F2F2; width: 1px; height: 40px; content: ""; 
display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.business_img { padding: 40px 0; }
.business_img img { width: 100%; }

/*faq*/
.faq-section { padding:80px 0;  }
.faq-section h2 { margin-bottom: 40px; font-size: 62px; }
.faq-section .faq-title { cursor: pointer; padding: 20px 60px 12px 25px; position: relative; }
.faq-section .faq-title h5 { font-size: 18px; color: var(--primary-color); font-weight: bold; font-family: "Montserrat", sans-serif; 
margin: 0 0 8px; }
.faq-section .faq-title.open { background: #F7F7F7; }
.faq-section .faq-title.open:before { content: ""; width: 4px; top: -1px; left: 0; bottom: 0; background: var(--primary-color);
position: absolute; }
.faq-section .faq-title:after { content: "\f105"; font-family: FontAwesome; width: 32px; height: 32px; top: 50%; right: 24px; position: absolute; transform: translateY(-50%); 
background: #FFFFFF; border: 1px solid #EBEBEB; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); border-radius: 100%; display: flex;
align-items: center; justify-content: center; color: #737373; transition-duration:0.4s; }
.faq-section .faq-title.open:after { background: var(--primary-color); transform:translateY(-50%) rotate(-90deg); color: #fff; }
.faq-section .faq-content { color: #6D6D6D; display: none; padding: 15px 25px 8px; padding-left: 25px !important; background: #F7F7F7; min-width: 100%; }
.faq-section .faq-content p { color: #6D6D6D; font-size: 18px; line-height: 1.5; }
.faq-section ul { margin: 0; }
.faq-section ul li { list-style: none; }
.faqs-accordion li { border: 1px solid #EBEBEB; }
#filterOptions { display: flex; margin-bottom: 60px; flex-wrap: wrap; }
#filterOptions li a { padding: 8px 16px; text-decoration: none; color: #797979; display: block; border: 1px solid transparent; border-radius: 15px; }
#filterOptions li.active a { border: 1px solid #93989A; }
.faq-search .input-box input[type="text"] { border: 1px solid #AFAFAF; border-radius:50px !important; width: 100%; max-width: 580px;
padding: 12px 30px; font-size: 18px; font-weight: 500; box-shadow: none; }
.faq-search { padding: 0 0 40px; }
/*faq end*/

.information_section { background: #262626; padding: 25px 0 90px; }
.information_section h2 { font-size: 42px; color: #fff; font-weight: bold;  }
.information_section p { color: #fff; }
.information_section .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap:10px; }
.information-btn { display: flex; align-items: center; gap:20px; }
.information-btn .contactUs-btn a { background:var(--white-color); border-radius: 0; font-size: 21px; color:var(--text-color);
font-weight: 500; padding: 10px 18px; text-decoration: none; height: 50px; display:inline-flex; align-items: center; justify-content: center; }
.info-btn-arrow a { height: 50px; width: 50px; display: flex; align-items: center; justify-content: center; }
.information-btn .contactUs-btn a:hover { background: var(--secondary-color); color: #fff; }

/*investors end*/

/* .btr_project_text { padding: 100px 0 60px; } */
.btr_project_section h2 { font-size: 90px; max-width: 1150px; }
.breadcrumb { padding: 30px 0; }
.breadcrumb ul { margin: 0; display: flex; align-items: center;  }
.breadcrumb ul li { list-style: none; display: flex; align-items: center; color: #062338; font-size: 14px; }
.breadcrumb ul li a { color: #062338; opacity: 0.6; text-decoration: none; }
.breadcrumb ul li:not(:last-child):after { width: 2px; height: 16px; background: #000;
margin: 0 12px; content: ""; }
.explore-section.btr_project_section { padding: 0; }
.btr_project_section .explore-title { padding-bottom: 60px; }
.btr_project_text p { font-size: 20px; line-height: 1.3; font-family: "NanumMyeongjo-Regular", serif; }
.details-video-box { position: relative; }
.details-video-box img { width: 100%; }
.details-video-box .video_play { position: absolute; bottom: 60px; left: 0px; right: 0px; margin: 0 auto;
max-width: 50px; cursor: pointer; }
.details-video-box .video_play img { width: auto; }
.cityRenters-section { padding: 50px 0 30px; }
.cityRenters-title { text-align: right; padding-bottom: 24px; }
.cityRenters-section h2 { font-size: 48px; text-align: right; max-width: 850px; display: inline-block;; }
.cityRenters_row { display: flex; flex-wrap: wrap; padding-bottom: 48px; }
.cityRenters_content img,
.cityRenters_img img { width: 100%; }
.cityRenters_img { width: 50%; padding-right: 24px; }
.cityRenters_content { width: 50%; padding-left: 24px; }
.cityRenters_content h3 { font-size: 38px; font-weight: 700; }
.cityRenters_content ul { margin: 0; }
.cityRenters_content ul li { margin: 0; list-style: none; padding: 30px 0; font-size: 22px; border-bottom: 1px solid #93D8E8; }
.cityRenters_content ul li:last-child { border-bottom: 0; }

.single-team-rentHousing-image-text {
  background: rgb(10 52 83 / 22%);
  padding: 15px;
  color: #f2f2f2;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.single-team-rentHousing-section .rentHousing-img{
  position: relative;
}
.rentHousing-img.single-team-rentHousing-img:before {
  left: -25px;
  right: unset;
  border-right: 0;
  border-left: 1px solid #062338;
  z-index: -1;
}
.rentHousing-section.single-team-rentHousing-section::before {
    border: 1px solid #062338;
    border-top: 0;
    border-left: 0;
    height: calc(100% - 40px);
    width: 50px;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    height: 350px;
}
.rentHousing-section.single-team-rentHousing-section::after {
    border: 1px solid #062338;
    border-top: 0;
    border-left: 0;
    width: 30px;
    height: 380px;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
}
.our-team-links,
.custom-breadcrumb-links {
  display: flex;
  align-items: center;
  list-style: none;
  text-decoration: none;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.our-team-links li,
.custom-breadcrumb-links li{
  padding:0 15px;
  border-right:2px solid #062338;
}
/*
.our-team-links li:first-of-type{
  padding-left: 0;
}
*/
.our-team-links li:last-of-type,
.custom-breadcrumb-links li:last-of-type{
  border:0;
}
.our-team-links a,
.custom-breadcrumb-links a{
  text-decoration: none;
  font-family: "NanumMyeongjo-Regular", serif;
  color: var(--text-color);
}
.our-team-links a:hover,
.custom-breadcrumb-links a:hover{
  opacity:0.7;
}
.our-team-links h4,
.custom-breadcrumb-links h4{
  margin-bottom: 0;
}
.member-name {
  color: #062338;
  margin-top: 15px;
}
.member-position {
  color: #4B4D50;
  margin-bottom: 0;
}
.our-team-section-title{
  font-weight: 400;
}
.our-team-list-title{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
.our-team-list-title span{
  flex:0 0 auto;
}
.our-team-list-title::before,
.our-team-list-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #4B4D50;
  display: block;
}
.our-team-text-section,
.custom-breadcrumb-section{
  padding:50px 0;
}
.our-team-list{
  row-gap: 50px;
}
.our-team-list-section{
  padding-bottom: 100px;
}
.member-item{
  position: relative;
}
.member-item-link{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height:100%;
}
.single-team-btn a{
  padding-left: 0;
  border: 0;
  transition: 0.3s all;
}
.single-team-btn a:hover {
  padding-left: 30px;
}
.modal-content{
  background:#062338;
  border-right: 20px;
}
.modal-body{
  padding:50px;
}
.popup-content-row{
  row-gap: 30px;
  align-items: center !important;
  margin:0;
}
.popup-content-row p,
.popup-content-row h2,
.popup-content-row{
  color:#fff;
}
.modal-dialog{
  margin-left:auto;
  margin-right:auto;
}
.modal .modal-dialog .close{
    background: #fff;
    border-radius: 100%;
    color: #062338;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px;
    border: 0;
    box-shadow: 0 0 10px rgb(0 125 252 / 30);
    position: absolute;
    top:-20px;
    right:-10px;
}
.contact-form .gfield_required_text{
  color:#fff !important;
}
.contact-form  .gform_wrapper.gravity-theme .gform_footer input{
  background: #fff;
  height: 52px;
  color: #062338;
  border: 0;
  padding: 10px 20px;
  border-radius: 0;
  min-width: 150px;
  font-weight: 700;
}
.contact-form  .gform_wrapper.gravity-theme .gform_footer input:hover{
  background:#a99141;
  color:#fff;
}
.contact-form  .gform_wrapper.gravity-theme input:not([type="submit"]),
.contact-form  .gform_wrapper.gravity-theme textarea,
.contact-form  .gform_wrapper.gravity-theme select{
  color: #062338;
  border-radius: 20px;
  padding: 12px 15px;
}
.contact-form  .gform_wrapper.gravity-theme input:not([type="submit"])::placeholder,
.contact-form  .gform_wrapper.gravity-theme textarea::placeholder,
.contact-form  .gform_wrapper.gravity-theme select::placeholder{
  color: #062338;
}
.contact-form .gform_wrapper.gravity-theme .gfield input:not([type="submit"])::-webkit-input-placeholder,
.contact-form .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder,
.contact-form .gform_wrapper.gravity-theme .gfield select::-webkit-input-placeholder { 
  color: #062338;
}

.contact-form .gform_wrapper.gravity-theme .gfield input:not([type="submit"])::-moz-placeholder,
.contact-form .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder,
.contact-form .gform_wrapper.gravity-theme .gfield select::-moz-placeholder {  
  color: #062338; 
}

.contact-form .gform_wrapper.gravity-theme .gfield input:not([type="submit"]):-ms-input-placeholder,
.contact-form .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder,
.contact-form .gform_wrapper.gravity-theme .gfield select:-ms-input-placeholder {  
  color: #062338;
}


.news-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.news-page-news-list-section .news-title h2{
  font-weight: 400;
}
.news-page-news-list-section .news-content h3{
  margin-bottom: 0;
  border:0;
}
.news-page-news-list-section .news-content p{
  margin-bottom:15px;
}
.news-page-news-list-section .news-readmore-link{
  color:#4B4D50;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  bottom: 50px;
}

.banner-container.banner-slider .banner-text{
  left:200px;
  background:#fff;
  color:#062338;
  text-align: left;
  width:50%;
  top:calc(50% + 120px );
  transform:translateY(calc(-50% - 120px ));
}
.banner-container.banner-slider .banner-text h2{
  color:#062338;
  text-shadow: none;
  font-size: 60px;
}
.banner-container.banner-slider .banner-text p{
  color:#062338;
  text-shadow: none;
  font-weight: 400;
  line-height: 30px;
}
.featured-post-date,
.banner-container.banner-slider .banner-text .featured-post-date{
  color:#4B4D50;
  margin-bottom: 0;
}
.featuredin-title{
  border-bottom: 1px solid #062338;
  padding-bottom:15px;
}
.banner-slider-item{
  position: relative;
  max-height: 1000px;
  z-index: 9;
}
.single-blog-inner-banner img{
  position: relative;
  max-height: 700px;
}
.banner-container.banner-slider .banner-top-text{
  padding:50px;
  position: relative;
}
.featured-post-date, .banner-container.banner-slider .banner-text .featured-post-date,
.featured-post-date, .banner-container.banner-slider .banner-text {
  font-size: 20px;
}
.banner-post-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-pagination .pagination-prev-icon{
  rotate: 180deg;
}
.news-pagination{
  justify-content: center;
  text-align: center;
  display: flex;
  gap: 10px;
  font-size: 20px;
  align-items: center;
}
.news-pagination .page-numbers{
  color:#062338;
  opacity: 0.4;
  text-decoration: none;
}
.news-pagination .page-numbers:hover,
.news-pagination .page-numbers.current{
  opacity: 1;
}
.single-blog-post-section-title{
  font-weight: 700;
}
.single-blog-post-section-title{
  font-size: 45px;
}
.single-blog-post-section {
  z-index: 1;
  position: relative;
  transform: translateY(-200px);
  margin-bottom:-200px;
}
.single-blog-post-section-row{
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.11);
  padding:50px;
  background: #fff;
}
.single-news-section:before{
  height: 250px;
  left: 25px;
} 
.single-news-section:after {
  height: 250px;
  left: 60px;
  top: -60px;
}
.single-news-section .news-title h2{
  font-weight: 400;
}
.nav-container ul li.contact-btn a{
  color:#fff !important;
}
.portfolio-project-section-row{
  row-gap:3rem;
}
.portfolio-project-section-row .project-item{
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.11);
  padding: 0;
  margin:0 8px;
}
.portfolio-highlights-section .highlights-text h2,
.portfolio-highlights-section .highlights-text h4{
  color:#fff;
  font-weight: 400;
}
.portfolio-highlights-section .slick-arrow{
  bottom:-70px;
}
.tabs-section .nav.nav-pills{
  justify-content: center;
}
.customimage-sec
{
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bunglow-gallery-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs-section #mainTabs .nav-link{
  background-color: transparent !important;
  color: #062338 !important;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.6;
}
.tabs-section #mainTabs .nav-link.active{
  opacity: 1;
  background-color: transparent !important;
  color: #062338 !important;
}
.tabs-section #subTabs{
  gap:1rem;
  flex-wrap: wrap;
}
.tabs-section #subTabs .nav-link{
  color:#062338 !important;
  border: 1px solid #062338;
  border-radius: 42px;
  opacity: 0.6;
}
.tabs-section #subTabs .nav-link.active{  
  background-color: rgb(22 148 176 / 17%);
  border: 1px solid #1694B0;
  opacity: 1;
}
.bungalow-project-content-text ul{
  padding-left: 30px;
  list-style: disc;
}
.bungalow-project-our-team-title-div{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap:20px;
}
.bungalow-project-our-team-title-div .our-team-links{
  margin-bottom: 0;
  flex-wrap: wrap;
}
.bungalow-project-our-team-title-div .bungalow-project-link{
  text-decoration: none;
  font-family: "NanumMyeongjo-Regular", serif;
  color: var(--text-color);
}
.bungalow-project-our-team-title-div .bungalow-project-link:hover{
  opacity: 0.8;
}
.bungalow-project-our-team-title-div .bungalow-next-project-link img{
  margin-left: 10px;
}
.bungalow-project-our-team-title-div .bungalow-prev-project-link img{
  margin-right: 10px;
}
.banner-bottom-text.bungalow-project-banner-bottom-text ul{
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.banner-bottom-text.bungalow-project-banner-bottom-text ul li{
  border: 0;
}
.banner-bottom-text.bungalow-project-banner-bottom-text h3,
.banner-bottom-text.bungalow-project-banner-bottom-text h4,
.banner-bottom-text.bungalow-project-banner-bottom-text p{
  color:#1694B0;
}
.bungalow-project-content{
  padding:70px 0;
}
.bunglow-gallery-image-section { padding:70px 0;}
.bungalow-prev-project-link img{
  rotate: 180deg;
}
.bungalow-project-our-team-title-div-links{
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.bungalow-project-our-team-text-section .our-team-section-title {
    border-bottom: 11px solid rgb(22 148 176 / 10%);
}
.project-details-list-title{
  border-bottom: 2px solid rgb(22 148 176 / 28%);
  padding-bottom: 10px;
  font-weight: 500;
}
.news-section.single-bungalow-news-section{
  padding-top: 40px;
}
.project-area-highlights-section-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.project-area-highlights-section-row .project-area-highlights-section-col{
  padding:0 30px;
}
.project-area-highlights-section-row .project-area-highlights-section-col:not(:last-of-type){
  border-right: 1px solid #A0A0A0;
}
.returns-box,
.details-video-box{
  position: relative;
}
.returns-box .returns-box-link,
.details-video-box-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq-search .input-box input.search-btn{
  display: none;
}
.popup-content-row iframe{
  width:100%;
  height:500px;
}
#detailVideoModal .modal-body{
  padding:0;
}
#detailVideoModal .modal-content{
  border:0;
  background: transparent;
}
#contactModal .modal-body{
  padding:0;
}
#contactModal .contact-form-popup{
  padding:50px;
}
#contactModal .contact-form-popup-image-col{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
#contactModal .contact-form-popup-image-col img{
  opacity: 0;
}
#contactModal.modal .modal-dialog .close{
  background: transparent;
  box-shadow: none;
  top: 5px;
  color: #fff;
  font-size: 50px;
  right: 5px;
  font-weight: 200;
  z-index: 999;
}
.contact-form-popup .gform_wrapper.gravity-theme .gfield_label,
.contact-form-popup .gform_wrapper.gravity-theme .gfield-choice-input+label{
  color: #BFB7D2;
  font-weight: 400;
}
.contact-form-popup .contact-form-popup-image-link{
  display: block;
  text-align: center;
}
.contact-list li, 
.contact-list li p,
.contact-list li i{
  font-size: 20px;
}
.contactus-banner-text p{
  font-size: 20px;
}
.real-estate-rentHousing-section .rentHousing-title:before,
.real-estate-rentHousing-section .rentHousing-title:after{
  content: unset;
}
.real-estate-rentHousing-section .rentHousing-title h2{
  font-size: 55px;
}
.real-estate-rentHousing-section{
  position: relative;
}
.real-estate-rentHousing-section-img {
  position: absolute;
  /*left: 0;*/
  top: 40%;
  transform: translateY(-50%);
}
.real-estate-rentHousing-section-img img{
  width: 100%;
  /*margin-left: 85px;
  margin-bottom: 230px;*/
}
.video-banner {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item .project-img::after,
.highlights-item-link::after,
.img-shadow-item::after { 
  content: ""; 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 59%, rgba(6, 35, 56, 0.43) 84%);
  pointer-events: none;
}
.img-shadow-item::after{
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(6, 35, 56, 0.43) 40%);
}
.highlights-item-link::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 50%, rgba(6, 35, 56, 0.58) 84%);
}
.highlights-section h2{
  font-size: 50px;
}
.project-item .project-img,
.highlights-item-link,
.img-shadow-item{ 
  position:relative; 
}
.footer-info img {
    width: 26px;
}
.animate__animated_section_class{
  overflow: hidden;
}
.boxshadow-div{
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.11);
}
.contactus-banner-container{
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-page-investment-detail .banner-container img{
  max-height: 635px;
}

.apartments-bungalows-box { display: grid; grid-template-columns: 1fr 1fr; width: 620px; position: absolute; bottom: 0; left: -210px; }
.apartments-box { background: #E8F0F1; position: relative; box-shadow:0px 3px 10.2px rgba(0, 0, 0, 0.1); }
.apartments-box:before { background: url(../images/apartments-top-bg.png) center 0 no-repeat; content: ""; 
background-size: 100% auto; width: 100%; height: 40px; position: absolute; bottom: 100%; left: 0; }
.bungalows-box:before { background: url(../images/bungalows-top-bg.png) center 0 no-repeat; content: ""; 
background-size: 100% auto; width: 100%; height: 80px; position: absolute; bottom: 100%;
  left: 0;  }

.bungalows-box { background: #062338; position: relative; box-shadow:0px 4px 16.5px rgba(0, 0, 0, 0.39); }
.apartments-bungalows-box h3:after { content: ""; display: block; width: 100%; height: 1px; margin-top: 20px; }
.apartments-box h3:after {  background: rgb(166,177,179);
background: radial-gradient(circle, rgba(166,177,179,1) 0%, rgba(166,177,179,0.09126978428089982) 100%); 
 }
 .bungalows-box h3:after {   background: rgb(232,234,235);
background: radial-gradient(circle, rgba(232,234,235,0.9288047982865021) 0%, rgba(232,234,235,0) 100%); 
 }
.apartments-bungalows-box h3 { margin: 0; display: block; text-align: center; font-size: 28px; padding: 20px 10px 0px; }
.apartments-bungalows-box ul { padding: 10px 20px 20px 40px; margin: 0; }
.apartments-bungalows-box ul li { padding: 10px 0; font-size: 18px; }
.bungalows-box h3 { color: #fff; }
.apartments-box ul li { color: #4B4D50; background: url(../images/exclude-icon.svg) 0 12px no-repeat;
background-size: 18px auto; padding-left: 28px; }
.bungalows-box ul li { color: #E8F0F1; background: url(../images/check-icon.svg) 0 12px no-repeat;
background-size: 18px auto; padding-left: 28px; }

.single.single-bungalow .inner-banner .banner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single.single-bungalow .inner-banner .banner-img{
  height: 635px;
  overflow: hidden;
}
.investor-img.img-shadow-item{
  z-index: -1;
}
.details-video-box iframe{
  height: 600px;
  width: 100%;
}
/***************** responsive ************************/

@media(min-width: 1024px) {
	.news-img img { width: 100%; max-height: 334px; }
}
@media(min-width: 1280px) {
  .traditional-img { max-width: 65%; margin:auto; }
}
@media(min-width: 1378px) {
	.banner-container.banner-slider .banner-text{
	  left:200px;
	  background:#fff;
	  color:#062338;
	  text-align: left;
	  width:45%;
	  top:calc(50% + 120px );
	  transform:translateY(calc(-50% - 120px ));
    width:80%;
	}
}

@media(min-width: 1400px) and (max-width: 1500px) {
  .soldsProjects::before { width: 250px; }
  .soldsProjects::after { width: 250px; }
}
@media(min-width: 1280px) and (max-width: 1400px) {
  .container { max-width: 1200px; }
  .innovator-btn .primary-btn { padding: 12px 50px 12px 10px; }
  h2 { font-size: 80px; }
  h3 { font-size: 28px; }
  .development-text h3 { font-size: 34px; margin-bottom: 10px; }

  .news-section .slick-arrow  { left: -40px; }
  .news-section .slick-arrow.slick-next { right: -40px; }

  .propert-text h3 { font-size: 36px; }
  .propert-text p { font-size: 18px; }

  .soldsProjects::before { width: 150px; }
  .soldsProjects::after { width: 150px; }
  .property-management { padding: 50px 0; }

  .btr_project_section h2 { font-size: 80px; max-width: 1000px; }
  .btr_project_text p { font-size: 20px;line-height: 1.3; }
  /*.btr_project_text { padding: 70px 0 30px; } */
}
@media(min-width: 1024px) and (max-width: 1279px) {
  .nav-container ul li { font-size:16px; }
  .innovator-btn .primary-btn { padding: 12px 50px 12px 10px; }
  h2 { font-size: 70px; }
  h3 { font-size: 28px; }
  .development-text h3 { font-size: 31px; margin-bottom: 10px; }
  .banner-container .banner-text h1 { font-size: 60px; }
  .banner-container .banner-text h2,
  .banner-container.banner-slider .banner-text h2 { font-size: 32px; }
  .banner-container .banner-text p,
  .banner-container.banner-slider .banner-text p { font-size: 20px; }
  .banner-bottom-text { padding: 60px 0 40px; }
  .banner-container .banner-btn a { font-size: 16px; }
  .project-section { padding: 60px 0 30px; }
 .container { padding-left: 20px; padding-right: 20px; }  
 .innovators h2 { font-size: 80px; max-width: 800px; }
 .innovator-img::before { width: 130px; top: 10px; left: -10px; }
 .innovators .col-md-6:last-child .innovator-img::before { left: auto; right: -10px; top: -10px; }
 .innovators .col-md-6:first-child { padding-right: 10px; }
 .primary-btn { font-size: 18px; background-size: 20px auto; }
 .innovator-text p { font-size: 20px; }
 .development-section { padding: 50px 0; }
 .development-text ul li { padding: 20px 0; font-size: 20px; }
 .news-section { padding: 40px 0; }
 .news-section .slick-list { margin: 0 -20px; }
 .news-section .news-item { padding: 30px 20px; }
 .news-section .news-item-inner { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11); }
 .news-content h3 { font-size: 20px; }
 .news-section .news-title { margin-bottom: 10px; }
 .news-section .slick-arrow { left: -10px; background-size: 12px auto; }
 .news-section .slick-arrow.slick-next { right: -10px; }
 .project-section .slick-arrow { left: -15px; background-size: 12px auto; width: 48px; height: 48px; }
 .project-section .slick-arrow.slick-next { right: -15px; }

 .arrow-right img { max-width: 30px; }
 .impactful-text h2 { font-size: 50px; }
 .impactful-text { padding: 70px 40px; }

 .footer-container { font-size: 15px; }
 .footer-top { padding: 30px 0px; }
 .footer-middle { padding: 30px 0px; }
 .footer-bottom { padding: 20px 0 30px; }

 .inner-banner .banner-text { bottom: 40px; }
.rentHousing-title h2 { font-size: 60px; }
.rentHousing-title::before { left: 0; width: 150px; }
.single-news-section:before { 
  left: 10px;
  top: -180px;
  width: 100px;
}
.rentHousing-title::after { left: 20px; width: 150px; }
.single-news-section:after {         
  left: 30px;
  top: -150px;
  width: 100px; 
}

.rentHousing-title h2 {
    width: calc(100% - 200px);
}
.rentHousing-img::before,
.rentHousing-img.single-team-rentHousing-img:before { right: -7px; }
.insights-img::before { right: -10px; }
.investors-box:nth-child(2n+1) .investor-img::before { width: 120px; left: -8px; }
.investors-box:nth-child(2n+2) .investor-img::before { width: 120px; right: -8px; }
.marketInsights-section { padding: 30px 0; }
.traditional-section { padding: 50px 0; }
.explore-section { padding-top: 50px; }
.investors-row { column-gap: 80px;  margin: 0 8px;}
.investor-content { bottom: 30px; }

.property-management { padding: 50px 0; }
.propert-right { padding-left: 10px; }
.propert-text h3 { font-size: 30px; }
.propert-text p { font-size: 16px; }
.soldsProjects::after { bottom: 40px; }
.soldsProjects::before { top: 30px; }
.whyInvest-title { padding-left: 200px; }
.whyInvest-text p { font-size: 17px; }
.whyInvest-list { padding-right: 40px; }
.whyInvest-list ul li::before { top: 15px; left: 15px; }
.whyInvest-list ul { gap: 44px; }

.faq-section h2,
.business_title h2,
.maximizeReturns h2,
.whyInvest-list ul li h2,
.enduring_section h2,
.whyInvest-title h2,
.adapting_section h2 { font-size: 50px; }
.business_title p,
.enduring_section p,
.adapting_section p { font-size: 18px; }

.whyInvest-list ul li { padding: 40px 40px 30px; }
.whyInvest-list ul li h3 { font-size: 25px; }
.opportunities_section::before { width: 14%; }
.opportunities_section::after { width: 14%; }
.adapting_img::before { left: -10px; top: 10px; }
.adapting_img::after { right: -10px; top: -10px; }
.opportunities_section { padding: 80px 0; }
.adapting_text h3 { font-size: 18px; }
.adapting_text { padding: 60px 0; }
.maximizeReturns { padding: 60px 0 20px; }
.adapting_img { position: relative; margin: 50px 10px 0; }

/*faq*/
.faq-section { padding: 40px 0; }
/*faq* end */

.btr_project_section h2 { font-size: 60px; max-width: 750px; }
.cityRenters-section h2 { font-size: 60px; max-width: 600px; }
.btr_project_section .explore-title { padding-bottom: 30px; }
.btr_project_text p { font-size: 21px; }
/*.btr_project_text { padding: 70px 0 30px; } */
.cityRenters-section { padding: 50px 0 10px; }
.cityRenters_row { padding-bottom: 24px; }
.cityRenters_img { padding-right: 12px; }
.cityRenters_content { padding-left: 12px; }
.cityRenters_content h3 { font-size: 30px; }
.cityRenters_content ul li { font-size: 18px; padding: 24px 0; }

.rentHousing-section.single-team-rentHousing-section::after{
  height:10rem;
  width:100px
}
.rentHousing-section.single-team-rentHousing-section::before{
  height:8.5rem;
  width:130px;
}

.banner-container.banner-slider .banner-text{
  width:60%;
  left:50%;
  transform: translate(-50%, -50%);

  width: 90%;
  transform: translate(-50%, calc(-50% - 50px));
}

.single-blog-post-section-title{
  font-size: 35px;
}


.single-blog-inner-banner img{
  max-height: 500px;
}

.real-estate-rentHousing-section-img{
  
}
.real-estate-rentHousing-section-img img {
    width: 100%;
}

.apartments-bungalows-box { left: -180px;  }

}
@media (max-width: 1023px) {
.container { width: 100%; padding-left: 20px; padding-right: 20px; } 	
.soldsProjects::before{
  width:200px;
  top:20px;
}
.soldsProjects::after{
  width:200px;
  bottom:20px;
}
.rentHousing-section.single-team-rentHousing-section::after{
  height:10rem;
  width:100px
}
.rentHousing-section.single-team-rentHousing-section::before{
  height:8.5rem;
  width:130px;
}
.news-list{
  grid-template-columns: repeat(2, 1fr);
}

.banner-container.banner-slider .banner-text{
  width:80%;
  left:50%;
  transform: translate(-50%, -50%);
}

.single-blog-post-section-title{
  font-size: 35px;
}

.single-blog-inner-banner img{
  max-height: 500px;
}

.banner-container.banner-slider .banner-top-text{
  padding:30px;
}

.real-estate-rentHousing-section-img{
  transform: unset;
  top: -50px;
  position: relative;
}
.real-estate-rentHousing-section-img img {
    width: 100%;
}
	.footer-address { text-align: center; }

}

@media(min-width: 768px) and (max-width: 1023px) {
  .nav-container ul li { font-size:16px; }
  .innovator-btn .primary-btn { padding: 12px 40px 12px 0px; font-size: 16px; background-size: 16px auto;
    height: 60px; }
  h2 { font-size: 48px; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }

  .development-text h3 { font-size: 24px; margin-bottom: 10px; }
  .banner-container .banner-text h1 { font-size: 48px; }
  .banner-container .banner-text h2,
  .banner-container.banner-slider .banner-text h2 { font-size: 28px; }
  .banner-container .banner-text p,
  .banner-container.banner-slider .banner-text p { font-size: 18px; margin-bottom: 15px; }
  .banner-bottom-text { padding: 40px 0 30px; }
  .banner-container .banner-btn a { font-size: 16px; }
  .banner-bottom-text ul li { padding-left: 20px; }
  .banner-bottom-text h3 { font-size: 24px; }
  .banner-bottom-text h4 { font-size: 20px; }
  .project-section:not(.portfolio-project-section) { padding: 60px 0 30px; } 
  .project-section .slick-arrow { left: -10px; background-size: 12px auto; width: 48px; height: 48px; }
  .project-section .slick-arrow.slick-next { right: -10px; }

 .container { padding-left: 20px; padding-right: 20px; }  
 .innovators h2 { font-size: 60px; max-width: 580px; }
 .innovator-img::before { width: 130px; top: 10px; left: -10px; }
 .innovators .col-md-6:last-child { padding-left: 30px; }
 .innovators .col-md-6:last-child .innovator-img::before { left: auto; right: -10px; top: -10px; }
 .innovators .col-md-6:last-child .innovator-text { margin-bottom: 50px; }
 .innovator-img:first-child { margin-bottom: 40px; }
 .innovator-text { margin-bottom: 0; }
 .innovators .col-md-6:first-child { padding-right: 10px; }
 .primary-btn { font-size: 18px; background-size: 20px auto; }
 .innovator-text p { font-size: 17px; }
 .development-section { padding: 50px 0; }
 .development-img { padding-right: 0; }
 .development-text ul li { padding: 12px 0; font-size: 16px; }
 .development-section h2 { margin-bottom: 30px; }
 .news-section { padding: 40px 0; }
 .news-section .slick-list { margin: 0 -20px; }
 .news-section .news-item { padding: 30px 20px; }
 .news-section .news-item-inner { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11); }
 .news-content h3 { font-size: 20px; }
 .news-section .news-title { margin-bottom: 10px; } 
 .news-section .slick-arrow { left: -10px; background-size: 12px auto; }
 .news-section .slick-arrow.slick-next { right: -10px; }

 .arrow-right img { max-width: 30px; }
 .impactful-text h2 { font-size: 40px; }
 .impactful-text { padding: 50px 40px; }

 .footer-container { font-size: 15px; }
 .footer-top { padding: 30px 0px; }
 .footer-middle { padding: 30px 0px; }
 .footer-bottom { padding: 20px 0 30px; }
 .footer-logo { max-width: 200px; }
 .footer-newslatter .input-box { width: 450px; }
.footer-newslatter .input-box input.input-text { height: 44px; }
.footer-newslatter .input-box button { height: 44px; }

.footer-newslatter .gform_wrapper.gravity-theme .gform_body{
  width:calc(450px - 150px);
}
.footer-newslatter .gform_wrapper.gravity-theme .gform_footer{
  width: 150px;
}

.inner-banner .banner-text { bottom: 40px; }
.rentHousing-section { padding: 30px 0; }
.rentHousing-title h2 { font-size: 48px; }
.rentHousing-title::before,
.single-news-section:before { left: 0; width: 150px; top: -80px; }
.rentHousing-title::after,
.single-news-section::after { left: 20px; width: 150px; }

.rentHousing-title h2 {
    width: calc(100% - 200px);
}

.rentHousing-img::before,
.rentHousing-img.single-team-rentHousing-img:before { right: -7px; }
.insights-img::before { right: -10px; top: -20px; width: 160px; }
.investors-box:nth-child(2n+1) .investor-img::before { width: 120px; left: -8px; }
.investors-box:nth-child(2n+2) .investor-img::before { width: 120px; right: -8px; }
.inner-banner .banner-img img { min-height: 380px; object-fit: cover;  }
.inner-banner .banner-content h1 { border-bottom: 5px solid rgb(0,62,106, 0.6); }
.rentHousing-text p { font-size: 17px; }
.rentHousing-bunglow-text p { font-size:17px;}
.marketInsights-section { padding: 40px 0; }
.highlights-section { padding: 20px 0; }
.highlights-section h2,
.title,
.real-estate-rentHousing-section .rentHousing-title h2 { font-size: 40px; margin-bottom: 25px; }
.rentHousing-title-bunglow h2 { font-size:40px;}

.traditional-section { padding: 40px 0; }
.traditional-section h2 { font-size: 40px; padding-right: 20px; }
.traditional-img::before { top: -15px; left: -15px; }
.soldsProjects ul { gap: 30px; }
.explore-section { padding: 40px 0 80px; }
.explore-title h2 { font-size: 36px; }
.seeMore a { font-size: 15px; }
.investors-row { column-gap: 40px; margin: 0 8px; }
.investors-box:nth-child(2n+2) { margin-top: 80px; }
.investors-box .details-text a { font-size: 14px; }
.investor-content { bottom: 20px; }
.investor-content h3 { font-size: 20px; }
.marketInsights-section::after { display: none; }
.insights-text li { margin: 0 0 40px; }

.property-management { padding: 50px 0; }
.propert-right { padding-left: 10px; }
.propert-text h3 { font-size: 23px; margin-bottom: 10px; }
.propert-text p { font-size: 14px; }
.propert-slider { margin-left: -10px; margin-right: -10px;}
.propert-slide-main .propert-item { padding: 0px 10px; }
.soldsProjects::after { bottom: 40px; }
.soldsProjects::before { top: 30px; }
.propert-slide-main .slick-arrow { right: 142px; }
.propert-slide-main .slick-arrow.slick-next { right: 10px; }
.propert-slide-main .propert-item img { border-radius: 5px; }

.whyInvest-title::before { width: 80px; left: 0; height: 50px; }
.whyInvest-title::after { width: 80px; left: 15px; height: 70px; }
.faq-section { padding: 40px 0; }
.whyInvest-title { padding: 20px 0 20px 170px; }
.whyInvest-text p { font-size: 17px; }
.whyInvest-list { padding-right: 40px; }
.whyInvest-list ul li::before { top: 15px; left: 15px; }
.whyInvest-list ul { gap: 44px; }

.faq-section h2,
.business_title h2,
.maximizeReturns h2,
.whyInvest-list ul li h2,
.enduring_section h2,
.whyInvest-title h2,
.adapting_section h2 { font-size: 36px; }
.business_title p,
.enduring_section p,
.adapting_section p { font-size: 17px; }

.whyInvest-list ul li { padding: 40px 40px 30px; }
.whyInvest-list ul li h3 { font-size: 30px; }
.opportunities_section::before { width: 10%; }
.opportunities_section::after { width: 10%; }
.opportunities_section .primary-btn { font-size: 30px; }
.adapting_img { margin: 50px 10px 0; }
.adapting_img::before { left: -10px; top: 10px; }
.adapting_img::after { right: -10px; top: -10px; }
.opportunities_section { padding: 50px 0; }
.adapting_text h3 { font-size: 18px; }
.adapting_text { padding: 50px 0 30px; }
.maximizeReturns { padding: 50px 0 20px; }
.enduring_section { padding: 40px 0; }
.returns-img::before { width: 120px; top: 10px; left: 10px; }
.returns-img::after { width: 120px; bottom: 10px; right: 10px; }
.business_title { padding: 20px 0 15px; }
.achieve-section { padding: 15px; }
.achieve-section ul li h3 { font-size: 20px; }
.achieve-section ul li h4 { font-size: 18px; }
.business_img { padding: 20px 0; }
#filterOptions { margin-bottom: 40px; }
.faq-section .faq-title { padding: 15px 60px 7px 25px; }
.faq-section .faq-title h5 { font-size: 15px; }
.faq-section .faq-content p { font-size: 16px; }
.information_section h2 { font-size: 32px; }

.btr_project_section h2 { font-size: 50px; max-width: 750px; }
.cityRenters-section h2 { font-size: 50px; max-width: 500px; }
.btr_project_section .explore-title { padding-bottom: 30px; }
.btr_project_text p { font-size: 18px; }
/*.btr_project_text { padding: 70px 0 30px; } */
.cityRenters-section { padding: 50px 0 10px; }
.cityRenters_row { padding-bottom: 20px; }
.cityRenters_img { padding-right: 10px; }
.cityRenters_content { padding-left: 10px; }
.cityRenters_content h3 { font-size: 22px; }
.cityRenters_content ul li { font-size: 16px; padding: 20px 0; }

.portfolio-project-section .portfolio-project-section-row .col-md-4{
  width: 50%;
}

.project-area-highlights-section-row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
}

.project-area-highlights-section-row .project-area-highlights-section-col{
  padding-bottom: 15px;
}

.apartments-bungalows-box { left: -130px; }
.apartments-bungalows-box ul { padding: 10px 10px 20px 20px; }
.apartments-bungalows-box ul li { font-size: 16px; padding: 5px 0; }
.bungalows-box ul li,
.apartments-box ul li { background-size: 15px auto; padding-left: 22px;
background-position: 0 9px; }
.apartments-bungalows-box h3::after { margin-top: 10px; }
.apartments-bungalows-box h3 { font-size: 24px; padding: 1px 10px 0px; }
.apartments-bungalows-box { width: 500px; }
.bungalows-box::before { height: 60px; }
.apartments-box::before { height: 30px; }

}
@media(min-width: 768px) and (max-width: 991px) {
  .footer-container ul  { margin-bottom: 30px; }
  .footer-bottom ul  { margin-bottom:0px; }
  .footer-middle { padding-bottom: 10px; }
  .rentHousing-text .invest-btn { padding: 0 0 30px; }
  .rentHousing-bunglow-text .invest-btn { padding: 0 0 30px; }
  .innerpage-section{
    padding-top: 100px;
  }
  .investor-login-section{
    padding-top: 150px;
  }
  .whyInvest-list { padding-right: 20px; }
  .whyInvest-img { margin-top: 40px; }

  .banner-container.banner-slider .banner-text{
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.11);
    position:relative;  
  }
  .banner-container.overlayimg.banner-slider .banner-img::after{
    background:none;
  }

  .banner-container.banner-slider{
    margin-bottom:-125px;
  }

}
@media(min-width: 901px) and (max-width: 1023px) {

}
@media(min-width: 901px){
.nav-container li:hover .sub-menu { display:block; }

}
@media(max-width: 900px){
/*menu*/
.mob-menu { display:block; background:url(../images/mob-icon.png) center center no-repeat; padding:10px 12px; font-size:16px; color:#000; border-radius:0px; cursor:pointer; text-align:left; 
font-size: 0; line-height: 0; cursor: pointer; width: 40px; height: 30px; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }

.header-right { position: absolute; top: calc(100%); right: 0px; text-align: left; z-index: 9; display: none; 
background: var(--primary-color); width: 100%; max-width: 400px; }
.nav-container ul li.active a::before,
.nav-container ul li.current-menu-item a:before { display: none; }
.nav-container ul { margin:0px; padding:0px 0px; width: 100%; }
.nav-container ul li { display:block; padding:0px 0px; margin:0px; font-size:14px; width:100%; background:var(--blue01-color); margin:0px !important; }
.nav-container ul li:hover { background-color:#1e557d; }
.nav-container ul li a { border-radius:0px; padding:10px 15px; border-bottom:1px solid rgba(255,255,255,0.2); color:var(--white-color); }
.nav-container ul li:hover > a { color:var(--white-color); background-color:var(--primary-color); }
.nav-container ul li .sub-menu { padding:0px; display:none; position:static; width:100%; }
.nav-container ul li .sub-menu li a { padding:7px 0px 7px 30px; }
.nav-container .nav-icon { position: absolute;  right: 0px; top: 0px; width: 45px;  height: 40px; background-repeat: no-repeat; cursor:pointer; z-index:99;}
.nav-container .nav-icon.open {  background: url(../images/menu-plus.png) center center no-repeat; }
.nav-container .nav-icon.close {  background: url(../images/menu-minus.png) center center no-repeat; opacity:1; }
.nav-container li .sub-menu li { border-bottom:0px; padding:0px; background:#0b3a5c; border-radius: 0; } 
.nav-container li .sub-menu li a { padding-bottom:8px; }
.nav-container li .sub-menu li:hover a {  background-color:#1e557d; }
.nav-container ul li.active a,
.nav-container ul li.current-menu-item a { color: #fff; }
.header-signin ul { display: block; }
.header-top .primary-btn { width: 100%; border-radius: 0; opacity: 1; height: auto; min-height: 50px; padding-left: 52px; text-align: left; }	
.header-top { padding: 15px 0px ; }

#contactModal .col-md-6{
  width:100%;
  flex: 0 0 100%;
}
#contactModal .popup-content-row{
  row-gap: 0;
}
#contactModal .contact-form-popup{
  padding:10px;
}

}
@media(min-width: 768px){
  .single-team-rentHousing-section-textcol{
    padding-right:50px;
  }
  .single-team-rentHousing-section-imgcol{
    padding-left:30px;
  }
  .modal-dialog{
    max-width: 85%;
  }
  .page-template-page-faq .faq-section{
    padding: 150px 0;
  }
}
@media(max-width: 767px){
  .rentHousing-section h2.title { font-size:32px;}
.nav-container ul li { font-size:16px; }
  .innovator-btn .primary-btn { padding: 12px 40px 12px 0px; font-size: 16px; background-size: 16px auto;
    height: 60px; }
  h2 { font-size: 42px; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }
  .custom-breadcrumb-section{  padding:30px 0;}
  .invest-investor { padding-top:55px;}
  .rentHousing-title-bunglow h2 { font-size:40px;}
  .development-text h3 { font-size: 24px; margin-bottom: 10px; }
  .banner-img img { min-height: 320px; object-fit: cover; }
  .banner-container .banner-text h1 { font-size: 54px; }
  .banner-container .banner-text h2,
  .banner-container.banner-slider .banner-text h2 { font-size: 28px; }
  .banner-container .banner-text p,
  .banner-container.banner-slider .banner-text p { font-size: 18px; margin-bottom: 15px; }
  .banner-bottom-text { padding: 40px 0 30px; }
  .banner-container .banner-btn a { font-size: 16px; }
  .banner-bottom-text ul li { padding-left: 20px; }
  .banner-bottom-text h3 { font-size: 22px; }
  .banner-bottom-text h4 { font-size: 16px; }
  .project-section:not(.portfolio-project-section) { padding: 40px 0 20px; }
  .innovators{ padding: 30px 0; }
  .project-section .slick-arrow { width: 44px; height: 44px; background-size: 14px auto; left: -10px; }
  .project-section .slick-arrow.slick-next { right: -10px; }
 .container { padding-left: 20px; padding-right: 20px; }  
 .innovators h2 { font-size: 60px; max-width: 580px; }
 .innovator-img::before { width: 130px; top: 10px; left: -10px; }
 .innovators .col-md-6:last-child { padding-left: 12px; }
 .innovators .col-md-6:last-child .innovator-img { margin-right: 10px; }
 .innovator-btn { margin-bottom: 40px; }
 .innovators .col-md-6:last-child .innovator-img::before { left: auto; right: -10px; top: -10px; }
 .innovators .col-md-6:last-child .innovator-text { margin-bottom: 50px; }
 .innovator-img:first-child { margin-bottom: 40px; margin-left: 10px; }
 .innovator-text { margin-bottom: 0; }
 .innovators .col-md-6:first-child { padding-right: 10px; }
 .primary-btn { font-size: 18px; background-size: 20px auto; }
 .bungalows-btn { margin-top: 20px; }
 .innovator-text p { font-size: 17px; }
 .development-section { padding: 30px 0; }
 .development-img { padding-right: 0; margin-bottom: 20px; }
 .development-text ul li { padding: 12px 0; font-size: 16px; }
 .development-section h2 { margin-bottom: 30px; }
 .news-section { padding: 40px 0; }
 .news-section .slick-list { margin: 0 -15px; }
 .news-section .news-item { padding: 30px 15px; }
 .news-section .news-item-inner { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11); }
 .news-content h3 { font-size: 20px; }
 .news-section .news-title { margin-bottom: 10px; }
 .news-section .slick-arrow { left: -10px; }
 .news-section .slick-arrow.slick-next { right: -10px; }
 .arrow-right img { max-width: 30px; }
 .impactful-text h2 { font-size: 32px; }
 .impactful-text { padding: 40px 15px; }
 .pattern-section img{ width:35%;}


 .footer-container { font-size: 15px; }
 .footer-top { padding: 30px 0px; }
 .footer-middle { padding: 30px 0px 5px; }
 .footer-bottom { padding: 20px 0 30px; }
 .footer-logo { max-width: 180px; }
 .footer-newslatter .input-box { width: 380px; }
.footer-newslatter .input-box input.input-text { height: 50px; }
.footer-newslatter .input-box button { height: 50px; min-width: 124px; }


.footer-newslatter .gform_wrapper.gravity-theme .gform_footer{
  width: 124px; 
}
.footer-newslatter .gform_wrapper.gravity-theme .gform_body {
  width:calc(380px - 124px);
}


.footer-container ul  { margin-bottom: 30px; }
.footer-bottom ul  { margin-bottom:0px; }
.header-top { padding: 10px 0px; }
.logo { max-width: 100px; }

.inner-banner .banner-text { bottom: 40px; }
.rentHousing-section { padding: 30px 0; }
.rentHousing-title h2 { font-size: 48px; }
.rentHousing-title::before,
.single-news-section:before { left: 0; width: 150px; top: -80px; display: none; }
.rentHousing-title::after,
.single-news-section:after { left: 20px; width: 150px; display: none; }

.rentHousing-title h2 {
    width: 100%;
    text-align: left;
}
.rentHousing-img::before,
.rentHousing-img.single-team-rentHousing-img:before { right: -7px; width: 150px; }
.insights-img::before { right: -10px; top: -10px; width: 150px; }
.investors-box:nth-child(2n+1) .investor-img::before { width: 120px; left: -8px; }
.investors-box:nth-child(2n+2) .investor-img::before { width: 120px; right: -8px; top: 105px; }
.inner-banner .banner-img img { min-height: 380px; object-fit: cover;  }
.inner-banner .banner-content h1 { border-bottom: 5px solid rgb(0,62,106, 0.6); }
.rentHousing-text p { font-size: 17px; }
.rentHousing-bunglow-text p { font-size: 17px;}
.marketInsights-section { padding: 40px 0 0px; }
.highlights-section { padding: 20px 0; }
.highlights-section h2,
.title,
.real-estate-rentHousing-section .rentHousing-title h2 { font-size: 40px; margin-bottom: 20px; }
.traditional-section { padding: 40px 0; }
.traditional-section h2 { font-size: 40px; padding-right: 20px; }
.traditional-img::before { top: -15px; left: -15px; width: 150px; }
.soldsProjects ul { gap: 30px; }
.explore-section { padding: 40px 0 80px; }
.explore-title h2 { font-size: 36px; }
.seeMore a { font-size: 15px; }
.investors-row { column-gap: 40px; grid-template-columns: 1fr; margin: 0 8px; }
.investors-box:not(:first-child),
.investors-box:nth-child(2n+2) { margin-top: 70px; }
.investors-box .details-text a { font-size: 14px; }
.investor-content { bottom: 20px; }
.investor-content h3 { font-size: 20px; }
.rentHousing-text .invest-btn { padding: 0 0 30px; }
.rentHousing-bunglow-text .invest-btn { padding: 0 0 30px;}
.marketInsights-section::after { display: none; }
.rentHousing-title { padding-bottom: 20px; }
.insights-text { padding:40px 40px 0;  }
.insights-text li { margin-bottom: 40px; }
.investor_seeMore a { width: 80px; height: 80px; font-size: 13px; }
.soldsProjects { padding: 30px 0 10px; }
.innerpage-section{
    padding-top: 80px;
  }
  .investor-login-section{
    padding: 100px 0;
  }
  .contactus-banner-text{
    padding:50px 30px;
  }
  .contact-form {
    margin-top: 30px;
  }
  .contact-list li,
  .contact-list li p,
  .contact-list li a{
    font-size: 18px;
  }
  .contact-form-popup .gform_wrapper.gravity-theme .gform_footer input{
    height: auto;
    line-height: normal !important;
  }
  .soldsProjects{
    padding:50px 0;
  }

.property-management { padding: 20px 0 50px; }
.propert-right { padding: 30px 0 0; gap: 10px; }
.propert-text h3 { font-size: 36px; margin-bottom: 10px; }
.propert-text p { font-size: 16px; }
.propert-slider { margin-left: -10px; margin-right: -10px;}
.propert-slide-main .propert-item { padding: 0px 10px; }
.soldsProjects::after { bottom: 40px; }
.soldsProjects::before { top: 20px; height: auto; }
.propert-slide-main .slick-arrow { right: 142px; }
.propert-slide-main .slick-arrow.slick-next { right: 10px; }
.propert-slide-main .propert-item img { border-radius: 5px; }
.property-img img { border-radius: 5px; }

/* Investors */
.faq-section { padding: 30px 0; }
.faq-section .faq-title h5 { font-size: 15px; }
.faq-section .faq-title::after { right: 15px; }
.faq-section .faq-title { padding: 12px 50px 5px 15px; }
.faq-section .faq-content { padding: 8px 15px 5px; padding-left: 15px !important; }

.whyInvest-title::before { width: 80px; left: 0; height: 50px; }
.whyInvest-title::after { width: 80px; left: 15px; height: 70px; }
.faq-section { padding: 40px 0; }
.whyInvest-title { padding: 20px 0 20px 110px; }
.whyInvest-text p { font-size: 17px; }
.whyInvest-list { padding-right: 20px; }
.whyInvest-list ul li::before { top: 15px; left: 15px; }
.whyInvest-list ul { gap: 44px; }

.faq-section h2,
.business_title h2,
.maximizeReturns h2,
.whyInvest-list ul li h2,
.enduring_section h2,
.whyInvest-title h2,
.adapting_section h2 { font-size: 32px; }
.business_title p,
.enduring_section p,
.adapting_section p { font-size: 16px; }
.adapting_content { bottom: 40px; }
.returns-box { margin-bottom: 20px; }
.returns-boxs { padding: 10px 0 0; }

.whyInvest-list ul li { padding: 40px 40px 30px; }
.whyInvest-list ul li h3 { font-size: 30px; }
.opportunities_section::before { width: 8%; }
.opportunities_section::after { width: 8%; }
.opportunities_section .primary-btn { font-size: 24px; padding: 10px 50px 10px 10px;
  border-bottom-width: 5px; }
.adapting_img { margin:0 10px; }
.adapting_img::before { left: -10px; top: 10px; width: 150px; }
.adapting_img::after { right: -10px; top: -10px; width: 150px; }
.opportunities_section { padding: 20px 0 40px; }
.adapting_text h3 { font-size: 18px; }
.adapting_text { padding: 35px 0 10px; }
.maximizeReturns { padding: 30px 0 20px; }
.enduring_section { padding: 0px 0; }
.returns-img::before { width: 120px; top: 10px; left: 10px; }
.returns-img::after { width: 120px; bottom: 10px; right: 10px; }
.business_title { padding: 0px 0 15px; }
.achieve-section { padding: 12px 0px; }
.achieve-section ul li h3 { font-size: 16px; margin-bottom: 5px; }
.achieve-section ul li h4 { font-size: 16px; }
.business_img { padding: 10px 0; }
#filterOptions { margin-bottom: 40px; }
.faq-section .faq-title { padding: 15px 60px 7px 15px; }
.faq-section .faq-title h5 { font-size: 15px; }
.faq-section .faq-content p { font-size: 16px; }
.information_section { padding: 25px 0 65px; }
.information_section h2 { font-size: 28px; }
.information_section p { margin-bottom: 12px; }
.whyInvest-img { margin-top: 40px; }
.achieve-section ul li { padding: 0 5px; }
.information-btn .contactUs-btn a { font-size: 16px; height: 44px; }
.info-btn-arrow a { width: 44px; height: 44px; }
.business-btn .primary-btn { min-width: 200px; }
.business-btn { column-gap: 24px; padding: 0; }
.invest-investor { gap:10px; }

/* Investors end*/

.btr_project_section h2 { font-size: 44px; max-width: 580px; }
.cityRenters-section h2 { font-size: 44px; max-width: 450px; }
.btr_project_section .explore-title { padding-bottom: 20px; }
.btr_project_text p { font-size: 18px; }
/*.btr_project_text { padding: 70px 0 30px; } */
.cityRenters-section { padding: 50px 0 10px; }
.cityRenters_row { padding-bottom: 20px; }
.cityRenters_img { padding-right: 10px; }
.cityRenters_content { padding-left: 10px; }
.cityRenters_content h3 { font-size: 22px; }
.cityRenters_content ul li { font-size: 16px; padding: 10px 0; }

.rentHousing-section.single-team-rentHousing-section::after{
  height:7.5rem;
  width:100px
}
.rentHousing-section.single-team-rentHousing-section::before{
  height:6rem;
  width:130px;
}
.modal-dialog{
  max-width: 80%;
}

.modal-body{
  padding:30px;
}

.news-list{
  grid-template-columns: 1fr;
}

.banner-container.banner-slider .banner-text{
  width:90%;
}

.single-blog-post-section-row{
  padding: 50px 15px;
}

.banner-container.banner-slider .banner-img img{
  min-height:400px;
}
.banner-container.overlayimg.banner-slider .banner-img::after{
  background:none;
}

.banner-container.banner-slider .banner-text{
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.11);
  position:relative;
}
.banner-container.banner-slider{
  margin-bottom:-125px;
}
.project-area-highlights-section-row {
    grid-template-columns: 1fr;
    row-gap:30px;
}
.project-area-highlights-section-row .project-area-highlights-section-col{
  border-bottom: 1px solid #A0A0A0;
  border-right: 0 !important;
  padding-bottom: 15px;
}
.news-section.single-bungalow-news-section{
  padding: 0 0 80px;
}
.faq-search .input-box input[type="text"]{
  max-width: 100%;
  padding-right: 50px;
}
.faq-search .input-box input.search-btn{
  display: block;
}

.real-estate-rentHousing-section-img{
  transform: unset;
  top: -20px;
  position: relative;
}
.real-estate-rentHousing-section-img img {
    width: 100%; margin-left:0px;margin-bottom: 10px;
}


.apartments-bungalows-box { left: -20%; width: 600px; position: relative; bottom: auto;
max-width: 115%; }
.apartments-bungalows-box ul { padding: 10px 10px 20px 20px; }
.apartments-bungalows-box ul li { font-size: 16px; padding: 5px 0; }
.bungalows-box ul li,
.apartments-box ul li { background-size: 15px auto; padding-left: 22px;
background-position: 0 9px; }
.apartments-bungalows-box h3::after { margin-top: 10px; }
.apartments-bungalows-box h3 { font-size: 24px; padding: 1px 10px 0px; }
.bungalows-box::before { height: 60px; }
.apartments-box::before { height: 40px; }

.details-video-box iframe{
  height: 100%;
  width: 100%;
}
.ginput_recaptcha > div {
  width:100% !important;
}

.footer-bottom {
  flex-direction: column-reverse;
  gap: 15px;
}

}

@media(max-width: 639px) {
  .footer-newslatter .input-box { width: 100%; }
  .footer-newslatter { width: 100%; }

  .footer-newslatter .gform_wrapper.gravity-theme .gform_footer,
  .footer-newslatter .gform_wrapper.gravity-theme .gform_body {
    width: 100%;
    flex:1;
  }
  .footer-newslatter .gform_wrapper.gravity-theme form {
    flex-direction: column;
    gap:15px;
  }

  .footer-logo { max-width: 240px; margin: 0 auto 10px; }
  .impactful-img img { height: 320px; object-fit: cover; }
  .innovators h2 { font-size: 50px; }
  .banner-bottom-text ul { gap: 30px; display: flex; }
  .banner-bottom-text { padding: 20px 0 30px; }

  .explore-title .seeMore { margin-left: auto; margin-bottom: 10px; }
  .explore-title h2 { margin-bottom: 0; }

  .cityRenters_img { width: 100%; padding: 0 0 15px; }
  .cityRenters_content { width: 100%; padding: 0 0 15px; }
  .cityRenters_row { padding-bottom: 0; }
  .breadcrumb { padding: 20px 0; }


}
@media(min-width: 576px) and (max-width: 767px) {}
@media(max-width: 575px) {
  .footer-bottom ul { column-gap: 25px; }
  .impactful-text h2 { font-size: 28px; }
  h2 { font-size: 32px; }
  .rentHousing-title-bunglow h2 { font-size:40px;}
  .innovators h2 { font-size: 44px; }
  .banner-bottom-text ul li { padding-left: 10px; }
  .innovators { padding: 15px 0; }
  .footer-line img { max-width: 180px; margin-right: 10px; }
  .footer-line { background-size: auto 13px; margin-top: -38px; }
  .banner-container .banner-text h1 { font-size: 40px; }
  .rentHousing-title h2 { font-size: 40px; }
  .insights-text li p { font-size: 16px; }
  .propert-text h3 { font-size: 30px; }

  .opportunities_section::before,
  .opportunities_section::after { display: none; }
  .whyInvest-title::before,
  .whyInvest-title::after { width: 60px; }
  .btr_project_section h2 { font-size: 36px; }
  .cityRenters-section h2 { font-size: 36px; max-width: 380px; }

  .popup-content-row iframe{
    height:300px !important;
  }
	
}

@media(max-width: 479px) {
  .footer-bottom ul { column-gap: 20px; }
  .innovators h2 { font-size: 36px; }
  .banner-container .banner-text h1 { font-size: 40px; }
  .rentHousing-bunglow-text h2 { font-size:32px;}
  .banner-container .banner-text h2,
  .banner-container.banner-slider .banner-text h2 { font-size: 22px; }
  .banner-container .banner-text p,
  .banner-container.banner-slider .banner-text p { font-size: 16px; margin-bottom: 10px; line-height: 1.2; }
  .banner-bottom-text ul li { border-left: 2px solid #003E6A; }
  .banner-container .banner-btn { column-gap: 12px; }
  .banner-container .banner-btn a { font-size: 14px; padding: 8px 12px; }
  .rentHousing-title h2 { font-size: 32px; }
  .highlights-section h2,
  .title,
  .real-estate-rentHousing-section .rentHousing-title h2 { font-size: 32px; }
  .insights-text li { margin-bottom: 30px; }

  .propert-text h3 { font-size: 32px; }

  .whyInvest-title::before,
  .whyInvest-title::after { display: none; }
  .whyInvest-title { padding: 0px 0 10px 0; }
  .whyInvest-text p { font-size: 15px; }
  .whyInvest-list ul li h3 { font-size: 24px; }
  .maximizeReturns p { font-size: 16px; }

  .faq-section h2, 
  .business_title h2, 
  .maximizeReturns h2, 
  .whyInvest-list ul li h2, 
  .enduring_section h2, 
  .whyInvest-title h2, 
  .adapting_section h2 { font-size: 28px; }
  .achieve-section ul { grid-template-columns: 1fr; gap: 0px; }
  .achieve-section ul li { padding: 22px 0; }
  .achieve-section ul li h3 { font-size: 20px; margin-bottom: 10px; }
  .achieve-section ul li h4 { font-size: 20px; }
  .achieve-section ul li:not(:first-child)::before { width: 40px; height: 1px;
  left: 50%; top: 0;  transform: translateX(-50%); }
  .adapting_content { bottom: 20px; }
  .adapting_content p { line-height: 1.1; }

.apartments-bungalows-box ul li { font-size: 14px; }
.apartments-bungalows-box h3 { font-size: 21px; }

}
@media(max-width: 400px) {
  h2 { font-size: 26px; }
  .banner-bottom-text ul { gap:15px; }
  .innovators h2 { font-size: 32px; }
  .investors-box:nth-child(2n+1) .investor-img::before { width: 70px; }
  .investors-box:nth-child(2n+2) .investor-img::before { width: 70px; }
  .soldsProjects ul { gap:10px; }
  .soldsProjects p { font-size: 12px; }
  .soldsProjects h2 { font-size: 24px; }
  .traditional-section h2 { font-size: 32px; }
  .highlights-section h2,
  .title,
  .real-estate-rentHousing-section .rentHousing-title h2 { font-size: 30px; }
  .invest-btn .primary-btn { font-size: 16px; }

  .apartments-bungalows-box { grid-template-columns: 1fr; }
  .bungalows-box { margin-top: 80px; }
  .bungalows-box::before { height: 70px; } 
}
@media(max-width: 380px) {
  .explore-title h2 { font-size: 24px; }

}

