@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Italiana&display=swap");
@import url("https://fonts.cdnfonts.com/css/corinthiago");

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
  text-decoration: none;
  font-style: normal;
}

button {
  border: none;
}

a:hover,
a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
  color: inherit;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

figure img {
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

:root {
  --primary_font: "Inter", sans-serif;
  --ttle_font_bold: "Italiana", sans-serif;
  --transtn: 400ms all ease-in-out;
  --white: #fff;
  --text_black: #726464;
  --black: #000000;
  --hading_text_color: #00203a;
  --transetion: all 0.4s ease-in-out;
  --color_oreang: #e67665;
}

/* global */

body {
  margin: 0;
  padding: 0;
  font-family: var(--primary_font);
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  color: var(--black);
}

p {
  font-size: 18px;
  color: var(--text_black);
  font-family: var(--primary_font);
  font-weight: 400;
  line-height: 30px;
}

h1 {
  color: var(--ttle_font_bold);
  font-size: 221px;
  text-transform: uppercase;
}

h2 {
  color: var(--ttle_font_bold);
  font-size: 70px;
  text-transform: uppercase;
}

.styleHeading h3 {
  font-family: "Corinthiago", sans-serif;
  color: var(--color_oreang);
  font-size: 50px;
  text-transform: capitalize;
  text-align: center;
}

h1,
h2,
h3 {
  font-family: var(--ttle_font_bold);
}

/* --- Button Styles --- */
/* button============style */
.primary_btn {
  height: 60px;
  color: var(--black);
  font-family: var(--primary_font);
  background: var(--color_oreang);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.primary_btn::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  content: "";
  background-color: var(--white);
  z-index: -1;
  transform: scale(0);
  transition: var(--transetion);
}

.primary_btn:hover::before {
  transform: scale(1);
}

.primary_btn:hover {
  color: var(--black);
}

.secondary_btn {
  height: 60px;
  color: var(--white);
  font-family: var(--primary_font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid var(--white);
}

.secondary_btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--white);
  z-index: -1;
  transform: scale(0);
  transition: var(--transetion);
}

.secondary_btn:hover::before {
  transform: scale(1);
}

.secondary_btn:hover {
  color: var(--black);
}

/* button============style */

/* button */
a,
label,
span {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
  color: inherit;
}

/* --- Button Styles --- */

/* header */
.main-header {
  position: absolute;
  transition: all 0.8s ease;
  top: 0;
  left: 0;
  width: 100%;
}

.main-header .navbar {
  height: 142px;
  padding: 0px;
}

.main-header .offcanvas-body {
  padding: 0px 40px;
  background: rgb(255 255 255 / 46%);
  backdrop-filter: blur(2px);
}

.main-header .nav-item {
  position: relative;
}

.main-header .nav-item:nth-child(5) {
  margin-left: auto;
}

.main-header ul.navbar-nav {
  width: 100%;
  gap: 50px;
}
.main-header .navbar-expand-lg .offcanvas {
  z-index: 2 !important;
}

.child-sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0px;
  width: 200px;
}

.child-sub-next-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  width: 190px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all;
}

.child-sub-menu li:hover .child-sub-next-menu {
  opacity: 1;
  visibility: visible;
}

li.has-children {
  position: relative;
}

.sub-menu li:hover .child-sub-menu {
  opacity: 1;
  visibility: visible;
}

li.nav-item.has-children {
  position: relative;
}

.sub-menu li.has-children > a::after {
  transform: rotate(0deg);
  right: 10px;
  transition: 0.4s all;
}

.navbar-nav > li:hover .sub-menu {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  top: 55px;
}

.sub-menu .has-children:hover > a::after {
  transform: rotate(270deg);
  transition: 0.8s all;
}

.has-children:hover a::after {
  transform: rotate(179deg);
  transition: 0.8s all;
}

.child-sub-menu li.has-children > a::after {
  transform: rotate(0deg);
  right: 10px;
  transition: 0.4s all;
}

.has-children:hover a::after .sub-menu li a {
  padding: 10px 23px;
}

.main-header .logoimg {
  max-width: 135px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.main-header .offcanvas-body {
  justify-content: space-between;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 20px 0px;
  position: relative;
  transition: var(--transetion);
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

li.has-children > a::after {
  position: absolute;
  top: 40%;
  right: 0px;
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 12px;
  transition: 0.8s all;
  transition: 0.4s all;
}

.sub-menu li {
  transition: var(--transtn);
}

.sub-menu li a {
  padding: 15px 19px !important;
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: var(--transtn);
}

.sub-menu li:hover {
  background-color: var(--white);
}

.sub-menu li:hover a {
  color: var(--color_oreang);
}

.sub-menu {
  position: absolute;
  top: 80px;
  left: 0px;
  opacity: 0;
  width: 200px;
  visibility: hidden;
  transition: var(--transtn);
  backdrop-filter: blur(16px);
  background: #fff;
  box-shadow: 0px 22.6px 61.62px 0px #51505026;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: var(--color_oreang);
}

.navbar-expand-lg .navbar-nav .nav-item.has-children .nav-link {
  padding-right: 15px;
}

.headimg {
  width: 100%;
  position: absolute;
  bottom: -35px;
}

.main-header .container {
  position: relative;
}

/* header--------------------end */

.sectiongap {
  padding: 100px 0px;
}

/* start bannearsection */
.bannearsection {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 180px 0px 0px;
}

.bannearsection::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  background: var(--hading_text_color);
  z-index: -1;
}

.bannearsection .styleHeading h3 {
  font-size: 68px;
}

.bannearsection h1 {
  line-height: 180px;
  margin-bottom: 80px;
}

.banimg {
  width: 100%;
  position: relative;
}

.banimg::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 115px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(230, 118, 101, 1) 50%
  );
  top: -57px;
}

/* end bannearsection */

/* start our_buildersect */
.our_buildersect {
  width: 100%;
  position: relative;
  background: var(--hading_text_color);
  padding: 50px 0px 40px;
  overflow: hidden;
}

.prtnr_sldr .slideimgbox {
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
}

.prtnr_sldr .slideimgbox img {
  width: auto;
  opacity: 40%;
}
.home_our_buildersect .prtnr_sldr .slideimgbox img {
  filter: brightness(0) invert(1);
}
.our_buildersect h4 {
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 30px;
  text-align: center;
}

/* end our_buildersect */

/* start aboutSection */
.aboutSection {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.aboutrow {
  width: 100%;
  display: flex;
}

.aboytcontimg,
.aboytcont {
  width: 50%;
  position: relative;
}

.aboytcontimg {
  padding-left: 60px;
}

.aboutSection .styleHeading h3 {
  text-align: left;
}

.aboutSection h2 {
  margin-bottom: 30px;
}

.aboutpara {
  width: 100%;
  max-width: 580px;
  margin-bottom: 30px;
}

.wotarmark {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  top: 0;
}

.aboutdetellistbox {
  width: 100vw;
  position: relative;
  display: flex;
  gap: 14px;
  margin-top: 50px;
  z-index: 1;
}

.aboutdetellistbox li {
  padding: 30px 16px;
  border: 1px solid #00000021;
  background: var(--white);
  width: 100%;
  max-width: 175px;
  height: 175px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.aboutdetellistbox li h4 {
  font-size: 36px;
  text-align: center;
  color: var(--hading_text_color);
}

.aboutdetellistbox li h6 {
  font-size: 16px;
  text-align: center;
  color: var(--color_oreang);
  line-height: 26px;
}

.aboytcont::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 4px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(230, 118, 101, 1) 50%
  );
  right: -118px;
  top: 21%;
  z-index: 1;
}

/* end aboutSection */

/* start communitiesection */
.communitiesection {
  width: 100%;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(0, 37, 55, 1) 0%,
    rgba(27, 58, 74, 1) 100%
  );
}

.dtelcomm {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.dtelcomm h4 {
  font-size: 26px;
  font-weight: 500;
  color: var(--white);
}

.communitiesection p {
  color: #d9d9d9;
}

.dtelcomm .secondary_btn {
  width: fit-content;
}

.commcontbox {
  padding: 20px;
}

.communitiesection .styleHeading h3 {
  text-align: left;
}

.communitiesection h2 {
  color: var(--white);
}

.commheadingflex {
  width: 100%;
  display: flex;
}

.headingsection {
  width: 50%;
}

.slidearrowsectionn {
  max-width: 420px;
  margin-left: auto;
  margin-top: 70px;
}

.communitieslider .slick-arrow {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: var(--color_oreang);
}

.communitieslider .slick-arrow::before {
  color: #000000;
}
.slick-prev:before {
  content: "←";
  font-size: 20px;
}
.slick-next:before {
  content: "→";
  font-size: 20px;
}
.communitieslider .slick-arrow.slick-disabled::before {
  opacity: 1;
  color: #fff;
}

.communitieslider .slick-arrow.slick-disabled {
  border: 1px solid #fff;
  background: transparent;
}

.communitieslider .slick-next {
  right: 20%;
  top: -80px;
  transform: translateX(-50%);
}

.communitieslider .slick-prev {
  top: -80px;
  left: unset;
  right: 26%;
  transform: translateX(-50%);
}

.communitiesection::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 80px;
  background: linear-gradient(
    0deg,
    rgba(230, 118, 101, 1) 70%,
    rgba(255, 255, 255, 1) 70%
  );
  bottom: -57px;
}

/* end communitiesection */

/* start amenitiesection */
.amenitiesection {
  width: 100%;
  position: relative;
}

.amenitrow {
  display: flex;
  width: 100%;
  margin-top: 55px;
}

.amenitrow + .amenitrow {
  margin-top: 100px;
}

.amenitrow:nth-child(odd) .animetimgbox {
  order: 2;
}

.amenitrow:nth-child(odd) .animetdetailsbox {
  margin-left: 0px;
  margin-right: -50px;
}

.animetimgbox,
.animetcontent {
  width: 50%;
}

.amenitiesection .headingsection {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 620px;
}

.amenitiesection .headingsection p {
  margin-top: 20px;
}

.animetdetailsbox {
  border: 1px solid #0000002b;
  background: #f4f2ef;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: -45px;
  margin-left: -50px;
  z-index: 1;
}

.animetdetailsbox .primary_btn {
  width: fit-content;
}

.animetcontent {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.amenitiesection.sectiongap {
  padding-bottom: 150px;
}

/* end amenitiesection */

/* start dreamhomesection */
.dreamhomesection {
  width: 100%;
  position: relative;
}

.dreamsectionmain {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 50px;
}

.dreamhome_row {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.dreamcontbox {
  width: 50%;
}

.dreamcontbox .styleHeading h3 {
  text-align: left;
  color: var(--white);
}

.dreamsectionmain h2 {
  color: var(--white);
  max-width: 500px;
}

.dreamsectionmain p {
  color: #fff;
}

.dreambooksection {
  border-left: 2px solid #e67665;
  padding-left: 20px;
}

.dreambooksection .primary_btn {
  margin-top: 30px;
}

.dreamhomesection::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 70px;
  background: linear-gradient(
    180deg,
    rgba(230, 118, 101, 1) 30%,
    rgba(255, 255, 255, 1) 30%
  );
  top: -24px;
}
.laDarodaContant p a {
  text-decoration: underline !important;
}
.laDarodaContant p a:hover {
  color: var(--color_oreang);
}
.laDarodaContant p {
  color: #373030;
  font-weight: 500;
}
/* end dreamhomesection */

/* satrt followussection */
.followussection .headingsection {
  width: 100%;
  text-align: center;
}

.followussection .headingsection p {
  margin-top: 20px;
}

.followussection .headingsection h3 {
  font-size: 50px;
}

.followussection {
  width: 100%;
  position: relative;
}

.followusimgbox {
  width: 100%;
  position: relative;
  max-width: 1100px;
  margin: 60px auto 0 auto;
}

.fllowbtnsection {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.followusimgbox::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 80px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(230, 118, 101, 1) 50%
  );
  top: -40px;
}

/* end followussection */

/* start contactusSection  */
.contactusSection {
  width: 100%;
  position: relative;
  background: #1b3a4a;
}

.contactusSection .styleHeading h3 {
  text-align: left;
}

.contactusSection .headingsection h2 {
  color: var(--white);
}

.contactusSection .headingsection {
  width: 90%;
}

.contactusSection p {
  color: var(--white);
}

.contactlistrow {
  width: 100%;
  display: flex;
  gap: 22px;
  align-items: center;
}

.conticon {
  width: 55px;
}

.contacttext h5 {
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  color: var(--white);
}
.contacttext a {
  color: var(--white);
}
.contacttext a:hover {
  color: var(--color_oreang);
}

.contactlistrow + .contactlistrow {
  margin-top: 20px;
}

.contactlistmain .primary_btn {
  margin-top: 20px;
}

.contactlistmain {
  margin-top: 30px;
}

/* start contact form */
.contact-form {
  max-width: 700px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.inputbox {
  width: 100%;
  position: relative;
  background: var(--white);
  padding: 50px 22px;
}

.inputbox form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}

.form-row {
  flex: 1;
  display: flex;
  gap: 20px;
}

.form-row.full {
  flex: 100%;
}

input,
textarea {
  padding: 12px 15px;
  border: 1px solid #00000080;
  border-radius: 2px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: var(--color_oreang);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.checkbox-row {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #555;
}

.inputbox button {
  width: 100%;
  padding: 15px;
  background: var(--color_oreang);
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 1px solid var(--color_oreang);
}

.inputbox button:hover {
  background: transparent;
  color: var(--color_oreang);
}

/* start checkbox */
.agree_check {
  padding-left: 35px;
  display: flex;
  align-items: center;
  position: relative;
  height: 26px;
}

.agree_check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0px;
}

.agree_check [type="checkbox"]:checked,
.agree_check [type="checkbox"]:not(:checked) {
  display: none;
  box-sizing: border-box;
  padding: 0;
  line-height: normal;
}

.agree_check .checkmark {
  border-radius: 0px;
  border: 1px solid #00000080;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.agree_check label {
  font-size: 18px;
  margin: 0px;
  color: #00000080;
}

.agree_check input[type="checkbox"]:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  top: 5px;
  left: 9px;
  height: 12px;
  width: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  content: "";
  position: absolute;
  transition: all 0.3s ease;
}

.agree_check input[type="checkbox"]:checked ~ .checkmark {
  background-color: var(--color_oreang);
  border: 1px solid var(--color_oreang);
}

/* end contactusSection  */

/* start ourlocationsection */
.ourlocationsection {
  width: 100%;
  position: relative;
}

.ourlocationsection .headingsection {
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
}

.printbox h6 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.printimg {
  width: 100%;
  margin-bottom: 30px;
}

/* end ourlocationsection */

/* start footer-section */

.footer_Sec {
  background-color: #112732;
  position: relative;
  padding-bottom: 0px;
  z-index: 2;
  overflow-x: hidden;
}

.footerrow {
  width: 100%;
  display: flex;
}

.footercont {
  width: 49%;
  margin-left: auto;
}

.footercont p {
  color: var(--white);
}

.footercont h4 {
  font-size: 25px;
  color: var(--color_oreang);
  font-weight: 600;
  margin-bottom: 22px;
}

.qulinklist {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.qulinklist li {
  width: 100%;
  list-style: none;
}

.qulinklist li a {
  font-size: 18px;
  color: var(--white);
}

.qulinklist li a:hover {
  color: var(--color_oreang);
}

.topgap {
  margin-top: 40px;
}

.footercont .conticon {
  width: 30px;
  min-width: 30px;
}

.footercont .contactlistrow {
  gap: 18px;
}

.followlist {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.followlist a {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 50px;
  color: var(--white);
  font-size: 24px;
}

.followlist a:hover {
  background: var(--color_oreang);
  border-color: var(--color_oreang);
  color: #000;
}

.socallinklist {
  margin-top: 60px;
}

.footlogo {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2;
}

.copyrightsection {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 33px 0px;
  margin-top: 40px;
  border-top: 1px solid #ffffff66;
}

.copyrightsection::before {
  content: "";
  width: 30%;
  height: 1px;
  background: #112732;
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 1;
}

.copyrightsection p {
  color: var(--white);
  font-size: 16px;
  font-family: 400;
}

/* end footer-section  */

/* start schoolbannear */
.schoolbannear {
  width: 100%;
  position: relative;
}

.schoolbanimg {
  width: 100%;
  position: relative;
}

.baccontent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 180px;
}

.baccontent .styleHeading h3 {
  font-size: 40px;
  line-height: 45px;
}

.baccontent h1 {
  font-size: 200px;
  text-align: center;
  line-height: 180px;
}

.sectionline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 110px;
  background: linear-gradient(
    0deg,
    rgba(230, 118, 101, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  bottom: -57px;
  z-index: 3;
}

.sectionline2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 110px;
  background: linear-gradient(
    0deg,
    rgba(230, 118, 101, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  top: -55px;
  z-index: 2;
  rotate: 180deg;
}

/* end schoolbannear */

/* start aledosection */
.aledosection {
  width: 100%;
  position: relative;
  background: #002537;
  color: var(--white);
}

.aledosection .headingsection {
  width: 100%;
  text-align: center;
  max-width: 794px;
  margin: 0 auto;
}

.aledoContentmainrow {
  width: 100%;
  position: relative;
}

.aledoContentmainflex {
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 50px;
}

.aledoContentmain {
  width: 100%;
  position: relative;
  margin-top: 100px;
}

.aledoimgbox,
.aledocontbox {
  width: 50%;
  position: relative;
}

.aledoimgbox {
  padding-right: 30px;
}

.aledocontbox {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.aledocontbox h3 {
  font-size: 45px;
  margin-bottom: 20px;
}

.aledocontbox p {
  color: var(--white);
}

.aledoContentmainrow + .aledoContentmainrow {
  margin-top: 60px;
}

.aledoimgbox::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(230, 118, 101, 1) 50%
  );
  right: -20px;
  top: 35px;
  z-index: 1;
  rotate: 180deg;
}

.aledoContentmainrow:nth-child(odd) .aledoimgbox::after {
  right: -20px;
  left: unset;
  rotate: 180deg;
}
.aledoContentmainrow:nth-child(even) .aledoimgbox::after {
  right: unset;
  left: -20px;
  rotate: 0deg;
}

.aledoContentmainrow:nth-child(even) .aledoimgbox {
  order: 2;
  padding-left: 30px;
  padding-right: 0px;
}
.aledoContentmainrow:nth-child(even) .aledocontbox {
  order: 1;
  padding-left: 0px;
  padding-right: 30px;
}
.aledoContentmainrow:nth-child(odd) .aledoimgbox {
  order: 1;
  padding-left: 0px;
  padding-right: 30px;
}
.aledoContentmainrow:nth-child(odd) .aledocontbox {
  order: 2;
  padding-left: 30px;
  padding-right: 0px;
}
/* end aledosection */

/* start partnershipsection */
.partnershipsection {
  width: 100%;
  position: relative;
}

.partnershipsection.sectionline::before {
  rotate: 180deg;
}

.partnershipsection .headingsection {
  width: 100%;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.partnershipsection .partnersimgbox {
  width: 50%;
  padding-right: 30px;
}

.partnershipsection .partnerscontbox {
  width: 50%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.partnershipsection .aledoContentmainrow {
  margin-top: 60px;
  display: flex;
}

.partnershipsection .partnerscontbox h3 {
  font-size: 45px;
  margin-bottom: 20px;
}

.our_buildersect.bgwhite {
  background: var(--white);
}

.baccontent .aboutbanncont h1 {
  text-align: left;
}

.aboutbanncont .styleHeading h3 {
  text-align: left;
  color: var(--white);
}

.aboutbanncont {
  width: 50%;
}

.aboutbanncont p {
  color: #373030;
  max-width: 500px;
  margin-top: 20px;
}

/* end partnershipsection */

/* start aboutbuttonlist */
.aboutbuttonlist {
  width: 100%;
  position: relative;
}

.aboutbuttonlist .aboutdetellistbox li {
  max-width: 100%;
  height: auto;
  flex: 1;
  box-shadow: none;
  border-top: 0px;
  border-bottom: 0px;
  padding: 50px 16px;
}

.aboutbuttonlist .aboutdetellistbox {
  width: 100%;
  gap: 0px;
  margin: 0px;
}

.aboutbuttonlist .aboutdetellistbox li:nth-child(1) {
  border-left: 0px;
}

.aboutbuttonlist .aboutdetellistbox li:last-child {
  border-right: 0px;
}

/* end aboutbuttonlist */

/* start lifestylesection */
.lifestylesection {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding-bottom: 60px;
}

.lifestywrap {
  background: #002537;
}

.displayflexbox {
  width: 100%;
  position: relative;
  display: flex;
}

.lifestycontbox,
.lifestyimagebox {
  width: 50%;
}

.lifestyimagebox {
  padding-top: 40px;
}

.lifestyimagebox img {
  margin-left: 15%;
  margin-bottom: -60px;
}

.lifestycontbox {
  padding: 80px 0px;
}

.lifestycontbox .styleHeading h3 {
  text-align: left;
}

.lifestycontbox h2 {
  margin-bottom: 30px;
}

.lifestycontbox p {
  color: #ccc3c3;
}

/* end lifestylesection */

/* start valuesection */
.valuesection {
  width: 100%;
  position: relative;
  padding: 40px 0px 100px;
}

.flexheading {
  width: 100%;
  position: relative;
  display: flex;
  align-items: end;
  margin-bottom: 70px;
}

.headingleftcont {
  width: 50%;
}

.headingrightcont {
  max-width: 450px;
  margin-left: auto;
}

.headingleftcont .styleHeading h3 {
  text-align: left;
}

.valuebox {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #0000004d;
  background: #f9f9f9;
  padding: 80px 40px;
  gap: 30px;
}

.valueicon {
  width: 65px;
}

.valuebox h4 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--hading_text_color);
}

.valuebox p {
  color: #373030;
}

/* end valuesection */

/* start visionsection */
.visionsection {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
}

.visionsection::after {
  content: "";
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0;
  top: 0;
  background: #002537;
  z-index: -1;
}

.visionsection .headingsection {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: var(--white);
}

.videoplaybox {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.amenitiesection .headingsection.membersheading {
  max-width: 800px;
}

.valuesection.sectionline::before {
  rotate: 180deg;
}

.rotetline.sectionline::before {
  rotate: 180deg;
}

/* end visionsection */

.aboutbanncont.bantextoreang .styleHeading h3 {
  color: var(--color_oreang);
}

.meadowlist {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 20px 0px 0px;
  padding: 0px;
}

.meadowlist li {
  list-style: none;
  padding-left: 40px;
  font-size: 18px;
  color: var(--text_black);
  font-weight: 500;
  line-height: 30px;
  background: url(../images/checkicon.png) no-repeat;
}

/* start benifitssection */
.benifitssection {
  width: 100%;
  position: relative;
  background: #002537;
}

.benifitssection .headingsection {
  width: 100%;
  text-align: center;
  color: var(--white);
  margin-bottom: 60px;
}

.benifitsbox {
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff4d;
  padding: 60px;
}

.benifitsbox:hover {
  background: var(--white);
}

.benifitsicon {
  width: 70px;
  margin-bottom: 40px;
}

.benifitsbox h3 {
  margin-bottom: 25px;
  font-size: 40px;
  color: var(--white);
}

.benifitsbox:hover h3 {
  color: var(--hading_text_color);
}

.benifitsbox p {
  color: var(--white);
}

.benifitsbox:hover p {
  color: #373030;
}

.benifitssection .row {
  gap: 26px 0px;
}

.benifitsicon img {
  filter: brightness(0) invert(1);
}

.benifitsbox:hover .benifitsicon img {
  filter: none;
}

/* end benifitssection */

.contactusSection.contactwhite {
  background: var(--white);
}

.contactusSection.contactwhite .headingsection h2,
.contactusSection.contactwhite .contacttext h5 {
  color: var(--hading_text_color);
}

.contactusSection.contactwhite p {
  color: var(--text_black);
}

.contactusSection.contactwhite .inputbox {
  border: 1px solid #00000066;
  box-shadow: 0px 22.6px 61.62px 0px #51505026;
}

.ord1 {
  order: 1 !important;
}

.ord2 {
  order: 2 !important;
  margin-left: -50px;
  margin-right: unset !important;
  margin-bottom: -45px;
  margin-left: -50px;
}

.ord2 .styleHeading h3 {
  text-align: left;
  line-height: 10px;
}

/* start directorysection */
.directorysection {
  width: 100%;
  position: relative;
  background: var(--hading_text_color);
  color: var(--white);
  padding-bottom: 40px;
}

.directorysection .headingsection {
  width: 55%;
}

.kbHomesection {
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 70px;
}

.kbHomerow {
  width: 100%;
  position: relative;
  display: flex;
  padding: 8px;
  background: #19364e;
  height: 100%;
}

.kbHomesection h3 {
  font-size: 50px;
  margin-bottom: 20px;
}

.kbHomecont,
.kbHomeimg {
  width: 50%;
}

.kbHomecont {
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.kbHomecont h4 {
  color: var(--color_oreang);
  font-size: 40px;
  font-weight: 600;
}

.kbHomecont p {
  color: var(--white);
}

.kbHomelist {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.kbHomelist li {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 22px;
}

.kbHomelist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  background: var(--color_oreang);
  border-radius: 25px;
}

.kbHomeheding {
  width: 100%;
  position: relative;
  display: flex;
}

.kbHomeheding p {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  color: var(--white);
}

.fldclom {
  flex-direction: column;
}

.kbHomerowcont {
  padding: 20px 6px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kbHomerowcont h4 {
  color: var(--color_oreang);
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
}

.kbHomerowcont p {
  color: var(--white);
}

.kbHomesection .row {
  gap: 20px 0px;
}

.widthhalf {
  width: 50%;
}

.kbHomerowcont.widthhalf {
  padding: 35px 18px;
}

.kbHomerowimg.widthhalf img {
  height: 100%;
  object-fit: cover;
}

/* end directorysection */

/* start overviewTablesection */
.overviewTablesection {
  width: 100%;
  position: relative;
}

.overviewTablesection .headingsection {
  width: 100%;
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
}

.overviewTablebox .table th {
  width: 33.3%;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  background: var(--hading_text_color);
  padding: 20px 14px;
}

.overviewTablebox .table td {
  width: 33.3%;
  padding: 20px;
  background: var(--color_oreang);
  color: var(--white);
}

.overviewTablebox .table td p {
  color: var(--white);
}

.icontext {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  background: url(../images/homeicon.png) no-repeat;
  background-size: 24px;
  background-position: 0px 2px;
  padding-left: 34px;
}

.overviewTablebox {
  margin-top: 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

.overviewTablebox table {
  margin: 0px;
}

.bggreay {
  background: #f4f2ef !important;
}

/* end overviewTablesection */

/* start laDarodaContant */
.laDarodaContant {
  width: 100%;
  position: relative;
  margin: 40px auto 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1100px;
}

/* end laDarodaContant */

/* start newssection */
.newssection h1 {
  color: var(--white);
}

.blogInsightsTab .nav-tabs {
  border: 1px solid #e5e5e5;
  width: 100%;
  max-width: 657px;
  margin: 0 auto 35px;
  padding: 6px;
  border-radius: 0px;
}

.blogInsightsTab .nav-tabs .nav-item {
  flex: 1;
}

.blogInsightsTab .nav-tabs .nav-link {
  border: none;
  color: #000;
  font-weight: 500;
  padding: 18px;
  width: 100%;
  text-align: center;
  border-radius: 0px;
  font-size: 16px;
  line-height: normal;
}

.blogInsightsTab .nav-tabs .nav-link.active {
  background-color: var(--color_oreang);
  color: #000;
}

.blogInsightsTabcont {
  padding: 0px;
  border: 0px;
}

.newstablistmain {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}

.newstablisrow {
  width: 100%;
  display: flex;
  padding: 12px;
  background: #f4f2ef;
}

.newsimg,
.newscont {
  width: 50%;
  position: relative;
}

.newscont {
  padding: 30px;
  background: url(../images/bgmark.png) no-repeat;
  background-position: bottom right;
  background-size: 120px;
}

.newscont h6 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.newscont h4 {
  line-height: 34px;
  font-size: 30px;
  margin-bottom: 20px;
}

.newscont p {
  color: #373030;
  max-width: 400;
  margin-top: 20px;
}

.newscont .primary_btn {
  margin-top: 20px;
}

.newsimg img {
  height: 100%;
  object-fit: cover;
}

.blogInsightsTab {
  margin-top: 45px;
}

.datbox {
  background: var(--white);
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 22px;
  left: 18px;
}

.datbox h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color_oreang);
}

.datbox h4 {
  font-size: 65px;
  font-weight: 700;
  color: var(--color_oreang);
  line-height: 65px;
}

.newsArticlesection h5 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color_oreang);
  letter-spacing: 1px;
  line-height: 26px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
}

.newsArticlesection {
  margin-top: 70px;
}

.articlesbox {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--white);
  padding: 14px;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06);
}

.newsArticlesection .row {
  gap: 20px 0px;
}

.articlesboxcont {
  width: 100%;
  position: relative;
  padding: 20px 0px 30px;
}

.bloglist {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.bloglist h6 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
}

.bloglist h6 + h6 {
  border-left: 1px solid #000;
  padding-left: 10px;
}

.articlesboxcont h4 {
  font-size: 25px;
  color: var(--hading_text_color);
  margin-bottom: 18px;
  font-weight: 700;
}

.articlesboxcont p {
  color: #373030;
  font-size: 16px;
  line-height: 22px;
}

.viewDetailslink {
  position: relative;
  width: fit-content;
  color: var(--color_oreang);
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.viewDetailslink::before {
  content: "";
  background: url(../images/viex.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  right: -30px;
  background-size: 20px 20px;
}

.viewDetailslink:hover {
  color: var(--hading_text_color);
}
a.vdoarticon {
  width: 90px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.articlesboximg {
  width: 100%;
  position: relative;
}
.videosart .articlesbox {
  padding: 0px;
  box-shadow: none;
}
.videosart .articlesboxcont h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;
  font-weight: 700;
}
.videosart .viewDetailslink {
  margin-top: 20px;
}
.aledosection.gallerysection .headingsection {
  max-width: 100%;
}
.aledosection.gallerysection .headingsection p {
  max-width: 855px;
  color: var(--white);
  margin: 0 auto;
}
/* .ladobg {
    background: url(../images/ladobg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
} */
.galaryiteam {
  width: 100%;
  position: relative;
}
.galaryiteam + .galaryiteam {
  margin-top: 20px;
}
.galleryimgbox {
  margin-top: 50px;
  position: relative;
}
.galleryimgbox::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 37, 55, 0) 0%,
    rgba(0, 37, 55, 0.85) 50%,
    rgba(0, 37, 55, 0.95) 80%,
    rgba(0, 37, 55, 1) 100%
  );
  z-index: 1;
}
.galleryimgbox .fllowbtnsection {
  margin-top: 0px;
}
.ladobg {
  background: url(../images/ladobg.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.locabg {
  background: url(../images/locabg.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.aboutbanncont.locationcont .styleHeading h3 {
  color: var(--color_oreang);
}
.summaryhead p {
  color: var(--white);
  max-width: 740px;
  margin: 0 auto;
}
.summarybenifitsbox {
  padding: 40px 30px;
}
.summarybenifitsbox .benifitsicon {
  margin-bottom: 20px;
}
.summarybgcolor {
  background: #1b3a4a;
}
.amenitiesection .headingsection.communityheading {
  max-width: 700px;
}
.communitymain .commcontbox {
  padding: 0px;
}
.communitymain .dtelcomm {
  margin-top: 20px;
  gap: 10px;
}
.communitymain .dtelcomm h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: var(--hading_text_color);
}
.communitymain {
  margin-top: 50px;
}
.communityheadsect {
  max-width: 700px;
  margin: 0 auto;
}
.mapsection {
  width: 100%;
  position: relative;
}
.headingsection.communityleftheading {
  margin: 0;
  text-align: left;
}
.headingsection.communityleftheading .styleHeading h3 {
  text-align: left;
}
.slidearrowsectionn .primary_btn {
  margin-top: 20px;
}
.blogInsightsbg {
  background: #1b3a4a;
}
.headingsection.commercialheeading {
  width: 100%;
  max-width: 1000px;
}
.retailtext p span {
  color: var(--color_oreang);
}
.retailtext .meadowlist li {
  color: var(--white);
}
.cintlistrow.retailtextgap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cintlistrow.retailtextgap h6 {
  font-size: 22px;
  font-weight: 600;
  color: var(--color_oreang);
}
.cintlistrow.retailtextgap .meadowlist {
  margin-top: 0px;
}
.aledocontbox p {
  color: var(--white);
}
.pconntbox p {
  color: var(--white);
}
.pconntbox {
  margin-top: 40px;
  max-width: 800px;
}
/* end newssection */
.gallerysection_added_cls .galleryimgbox::before {
  display: none;
}
.fldclom_cls {
  background: transparent;
  padding: 0px;
}

.primary_btn:hover {
  box-shadow: #e67665 0px 5px 15px !important;
}
.secondary_btn:hover {
  box-shadow: #ffffff 0px 5px 15px !important;
}
.contactusSection .inputbox .form-row input[type="submit"]:hover {
  box-shadow: #e67665 0px 5px 15px !important;
}
.communitiesection::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 83px;
  background: linear-gradient(
    0deg,
    rgba(230, 118, 101, 1) 50%,
    rgba(255, 255, 255, 1) 54%
  );
  bottom: -46px;
  z-index: 2;
}
.communitieslider .slick-prev {
  background-image: url(../images/final_arrow.png);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.communitieslider .slick-next {
  background-image: url(../images/arrow_next.png);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.communitieslider .slick-prev.slick-disabled {
  background-image: url(../images/white_prev.png);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.communitieslider .slick-next.slick-disabled {
  background-image: url(../images/white_next.png);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.communitieslider .slick-arrow::before {
  display: none;
}

.prtnr_sldr.slick-initialized.slick-slider .slick-list.draggable .slick-track {
  display: flex ;
  align-items: center;
}

.agree_check .wpcf7-list-item-label {
  font-size: 14px;
  color: #555;
}
.agree_check .wpcf7-not-valid-tip{
  position: absolute;
  left: 0px;
  top: 25px;
}
.agree_check .wpcf7-list-item{
  margin: 0px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.checkbox-row .agree_check {
  width: 100%;
}

/* 26-09-25 */
.page-template-template-livehere .imgcomm {
    height: 277px;
}
.page-template-front-page .sldr_itm .imgcomm {
    height: 261px;
}
.page-template-front-page .sldr_itm .imgcomm img {
    width: 100%;
    height: 100%;
}
/* 26-09-25 */
/* 01-10-25 start */
/* .page-template-template-builders .directorysection .kbHomerow.fldclom.fldclom_cls .kbHomerowimg{
height: 424px;
}
.page-template-template-builders .directorysection .kbHomerow.fldclom.fldclom_cls .kbHomerowimg img{
  height: 100%;
  width: 100%;
} */
/* 01-10-25 end */

.vdoarticonnew {
  width: 100%;
}