.aboutus {
  background: url("../images/backgroun-building.png") no-repeat center center;
  background-size: cover;
  height: 1fr;
}

.aboutus h3,
.aboutus .h3 {
  font-size: 24px;
  color: #4a4a4a;
  margin-bottom: -10px;
}
.aboutus h4,
.aboutus .h4 {
  font-size: 40px;
  color: #ebae3d !important;
  font-weight: 600;
}
.aboutus p {
  font-size: 20px;
  font-weight: 500;
}
.aboutus .paddingtb {
  padding: 40px 0 60px 0;
}
.aboutus .countingwrapper h3,
.aboutus .countingwrapper .h3 {
  font-size: 72px;
  font-weight: 700;
  color: #407bff;
  margin-top: 60px;
}

.whatwedo .px-5 {
  padding: 0 !important;
}
.whatwedo .mt150 {
  margin-top: 30px;
}
.whatwedo .mb70 {
  margin-bottom: 20px;
}
.whatwedo .mt70 {
  margin-top: 0;
}
.whatwedo h2,
.whatwedo .h2 {
  font-size: 30px !important;
}
.whatwedo h3,
.whatwedo .h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.whatwedo p {
  font-size: 16px;
}
.whatwedo .iconwrapper {
  width: 60px;
  height: 60px;
  margin-top: 20px;
}
.whatwedo .iconwrapper img {
  width: 64px;
  height: 64px;
}
.quotesection .ps-5 {
  padding-left: 15px !important;
}
.quotesection .bgblue {
  height: auto;
  padding: 20px 0;
}
.quotesection .getquote-img {
  width: 170px;
  height: auto;
  display: none;
}
.quotesection .input-group {
  width: 97%;
}
.quotesection h2,
.quotesection .h2 {
  font-size: 60px;
  top: 0;
  margin-top: 10px;
}

.footergradient {
  background: rgb(98, 152, 207);
  background: -moz-linear-gradient(
    90deg,
    rgb(98, 152, 207) 0%,
    rgb(125, 189, 120) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(98, 152, 207) 0%,
    rgb(125, 189, 120) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(98, 152, 207) 0%,
    rgb(125, 189, 120) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6298cf", endColorstr="#7dbd78", GradientType=1);
  height: 10px;
  margin-top: 0px;
}

.bg-gradient {
  background: rgb(227, 227, 227);
  background: -moz-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(201, 201, 201) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(201, 201, 201) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(201, 201, 201) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf", endColorstr="#fff", GradientType=1);
  height: 100%;
  margin-top: 0px;
}

.box-shadow {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  box-shadow: 0 15px 8px 8px rgba(0, 0, 0, 0.36);
  position: absolute;
  top: 4%;
  left: 9%;
  z-index: -1;
  transform: translateX(-50%) translateY(-60%);
}

.box-s {
  border-radius: 50%;
  box-shadow: 0 5px 5px 0px rgba(148, 147, 147, 0.36);
  padding: 5px;
  margin: 5px;
}

/* Project Section CSS -------------------------- */
.projectssection {
  background-color: rgba(222, 226, 230, 0.3);
  padding: 30px 0;
}

.projectssection.projectlanding {
  padding: 50px 0;
}

.projectssection.projectlanding .gridwrapper {
  margin-bottom: 30px;
}

.projectssection .btn-warning {
  font-size: 24px;
  min-width: 185px;
  margin-top: 40px;
}

.projectssection .effect-overlay {
  position: relative;
}

.projectssection .effect-overlay img {
  width: 100%;
}

.projectssection .effect-overlay a {
  color: #fff;
}

.projectssection .effect-overlay a .status {
  padding: 4px 6px;
  display: none;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0%;
}

.projectssection .effect-overlay a .status.sellingsoldout {
  background: #dd3b3b;
}

.projectssection .effect-overlay a .status.sellingfast {
  background: #28a349;
}

.projectssection .effect-overlay a .status > * {
  transform: translateY(90px);
  transition: transform 0.25s;
}

.projectssection .effect-overlay a:hover .status {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.25s;
}

.projectssection .effect-overlay a:hover figcaption {
  height: 27%;
  opacity: 1;
}

.projectssection .effect-overlay a > * {
  transform: translate(0);
}

.projectssection .effect-overlay a figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(16, 33, 43, 0.6);
  padding: 10px;
  transition: 0.5s ease;
  opacity: 0;
  overflow: hidden;
}

.projectssection .effect-overlay a figcaption h2,
.projectssection .effect-overlay a figcaption .h2 {
  border-bottom: 1px solid #fff;
  margin-left: 10px;
  padding-bottom: 6px;
  width: 75%;
  font-size: 24px;
}

.projectssection .effect-overlay a figcaption h5,
.projectssection .effect-overlay a figcaption h5 {
  padding-left: 24px;
  padding-left: 10px;
}

.effect-overlay p,
.overlaybg p {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  padding-top: 10px;
}

.effect-overlay p::before,
.overlaybg p::before {
  content: "";
  background: url("../images//map.svg") no-repeat center center;
  position: absolute;
  width: 16px;
  height: 16px;
}

.overlaybg {
  position: relative;
}

.overlaybg .status {
  padding: 4px 6px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
}

.overlaybg .status.sellingsoldout {
  background: #9d3a3a;
}

.overlaybg .status.sellingfast {
  background: #579668;
}

.overlaybg .status > * {
  transform: translateY(90px);
  transition: transform 0.25s;
}

.overlaybg p {
  padding-left: 25px;
}

.overlaybg p::before {
  margin-left: -25px;
}

.projectwrapper h2,
.projectwrapper .h2 {
  color: #407bff;
  font-size: 35px;
  margin: 30px;
  text-align: center;
}

.projectwrapper p {
  margin-bottom: 40px;
}

.mapwrappper {
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contactwrapper h2,
.contactwrapper .h2 {
  color: #fff;
  font-size: 35px;
  margin: 30px;
  padding: 10px;
}

.detailswrapper {
  font-size: 20px;
}

.detailswrapper h2,
.detailswrapper .h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.detailswrapper .footergradient {
  height: 3px;
  margin: 24px 0;
  width: 65%;
}

.detailswrapper .btn-warning {
  text-align: center;
}

.gal1ery-heading {
  font-size: 40px;
  margin: 70px 0 40px 0;
}

.gal1ery-heading h2,
.gal1ery-heading .h2 {
  margin-bottom: 40px;
}

.gal1ery-heading .btn-warning {
  font: 20px;
  margin-top: 50px;
}

.whatwedo h2,
.whatwedo .h2 {
  color: #000;
}

.whatwedo .iconwrapper {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(197, 197, 197, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatwedo .iconwrapper img {
  width: 58px;
  height: 58px;
}

.whatwedo h3,
.whatwedo .h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
}

.whatwedo h2,
.whatwedo .h2,
.whychoose h2,
.whychoose .h2 {
  font-size: 40px;
}

.whatwedo h3,
.whatwedo .h3,
.whychoose h3,
.whychoose .h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
}

.whychoose h2,
.whychoose .h2 {
  color: #407bff;
}

.whychoose .why_wrap {
  margin-bottom: 30px;
}

/* -------- */

.nextproject {
  background: url("../images//beapart.png") no-repeat center center;
  background-size: cover;
  height: 432px;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .nextproject {
    height: 332px;
  }
}


.nextproject .overlay {
  background-color: rgba(180, 170, 170, 0.4);
  height: 100%;
  padding: 60px 0 85px;
}

  
.nextproject .overlay p {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.nextproject .overlay h3,
.nextproject .overlay .h3 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 22px;
}

.projectoverlay h2,
.projectoverlay .h2 {
  font-size: 42px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .nextproject .overlay h3,
.nextproject .overlay .h3  {
    font-size: 40px;
  }
} 

@media only screen and (max-width: 479px) {
  .nextproject .overlay h3,
.nextproject .overlay .h3 {
    margin-bottom: 10px;
	font-size: 30px;
  }
}
 
  
  
.projectoverlay .overimages {
  /*background: url("../images//project-gallery.png") no-repeat center center;*/
  height: 460px;
  width: auto;
  
}

.btn-warning {
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}

.btn-warning:hover {
  background-color: #f4ba0c;
  color: #fff;
}

.btn:focus,
.btn:active,
.btn:focus-visible {
  border: none;
  box-shadow: none !important;
}

.btn.btn-warning {
  border: none;
  box-shadow: none !important;
}

/* --------------------Container-a------------------- */

.containera,
.containera-fluid,
.containera-xxl,
.containera-xl,
.containera-lg,
.containera-md,
.containera-sm,
.containera-mob {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.containera-xxl,
.containera-xl,
.containera-lg,
.containera-md,
.containera-sm,
.containera {
  max-width: 375px;
}

@media (min-width: 576px) {
  .containera-sm,
  .containera {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .containera-md,
  .containera-sm,
  .containera {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .containera-lg,
  .containera-md,
  .containera-sm,
  .containera {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  .containera-xl,
  .containera-lg,
  .containera-md,
  .containera-sm,
  .containera {
    max-width: 1140px;
  }
}

@media (min-width: 1700px) {
  .containera-xxl,
  .containera-xl,
  .containera-lg,
  .containera-md,
  .containera-sm,
  .containera {
    max-width: 1320px;
  }
}

/* ------------------- */

section.project-detail-bg .overlaybg {
  background-color: rgba(16, 33, 43, 0.6);
  height: 350px;
  max-width: 490px;
  min-width: 490px;
  position: absolute;
  left: 0;
  text-align: left;
  color: #fff;
}
section.project-detail-bg .overlaybg h6 {
  font-size: 32px;
  border-bottom: 1px solid #fff;
}
section.project-detail-bg .overlaybg .list-items ul {
  padding-top: 16px;
  /* padding-bottom: 16px; */
  padding-left: 0;
  line-height: 1.8em;
}
section.project-detail-bg .overlaybg .list-items ul li {
  margin-bottom: 16px;
}
section.project-detail-bg .overlaybg .list-items ul li img {
  padding-right: 10px;
}
section.project-detail-bg {
  height: 500px;
  background: url("../images/project-detail-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

section.project-detail-bg .overlaybg,
section.project-maithree-bg .overlaybg {
  background-color: rgba(16, 33, 43, 0.6);
  height: 500px;
  width: 830px;
  min-width: 320px;
  margin: auto;
  color: #fff;
}

section.contact-bg {
  height: 500px;
  background: url("../images/project-detail-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.overlaybg {
  background-color: rgba(12, 26, 34, 0.6);
  height: 500px;
  width: 830px;
  min-width: 320px;
  color: #fff;
}

section.project-maithree-bg {
  height: 500px;
  background: url("../images/projects/maithree/maithree-banner-bg.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
}

section.project-ebenezer-orchid-bg {
  height: 500px;
  background: url("../images/projects/ebenezer-orchid/ebenezer-orchid-banner-bg.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
}

.overlay-bg {
  background-color: rgba(16, 33, 43, 0.6);
  /* height: 775px; */
  height: 100%;
  max-width: 490px;
  min-width: 490px;
  position: absolute;
  left: 0;
  text-align: left;
  color: #fff;
}

section.project-ongoing1-bg {
  height: 300px;
  background: url("../images/projects/maithree/maithree-05.jpg") no-repeat
    center center;
  background-size: cover;
  position: relative;
}

section.project-completed-bg {
  height: 300px;
  background: url("../images/projects/moon-crest/moon-crest-banner-bg.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
}

section.services-bg {
  height: 300px;
  background: url("../images/home_banner.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.overlay-bgfull {
  background-color: rgba(16, 33, 43, 0.6);
  /* height: 775px; */
  height: 100%;
  max-width: 100%;
  min-width: 100%;
  position: absolute;
  /* left: 20%;
  right: 20%; */
  text-align: left;
  color: #fff;
}

@media (min-width: 576px) {
  .overlay-bgfull {
    left: 0% !important;
    right: 0% !important;
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .overlay-bgfull-md,
  .overlay-bgfull-sm,
  .overlay-bgfull {
    max-width: 720px;
    left: 0% !important;
    right: 0% !important;
  }
}

@media (min-width: 1024px) {
  .overlay-bgfull-lg,
  .overlay-bgfull-md,
  .overlay-bgfull-sm,
  .overlay-bgfull {
    max-width: 960px;
    left: 0% !important;
    right: 0% !important;
  }
}

@media (min-width: 1440px) {
  ..overlay-bgfull-xl,
  .overlay-bgfull-lg,
  .overlay-bgfull-md,
  .overlay-bgfull-sm,
  .overlay-bgfull {
    max-width: 1140px;
  }
}

.projectssection {
  background-color: rgba(222, 226, 230, 0.3);
  padding: 30px 0;
}

.projectssection.projectlanding {
  padding: 50px 0;
}

.projectssection.projectlanding .gridwrapper {
  margin-bottom: 30px;
}

.projectssection .btn-warning {
  font-size: 24px;
  min-width: 185px;
  margin-top: 40px;
}

.projectssection .effect-overlay {
  position: relative;
}

.projectssection .effect-overlay img {
  width: 100%;
}

.projectssection .effect-overlay a {
  color: #fff;
}

.projectssection .effect-overlay a .status {
  padding: 4px 6px;
  display: none;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
}

.projectssection .effect-overlay a .status.sellingsoldout {
  background: #9d3a3a;
}

.projectssection .effect-overlay a .status.sellingfast {
  background: #579668;
}

.projectssection .effect-overlay a .status > * {
  transform: translateY(90px);
  transition: transform 0.25s;
}

.projectssection .effect-overlay a:hover .status {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.25s;
}

.projectssection .effect-overlay a:hover figcaption {
  height: 27%;
  opacity: 1;
}

.projectssection .effect-overlay a > * {
  transform: translate(0);
}

.projectssection .effect-overlay a figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(16, 33, 43, 0.6);
  padding: 10px;
  transition: 0.5s ease;
  opacity: 0;
  overflow: hidden;
}

.projectssection .effect-overlay a figcaption h2,
.projectssection .effect-overlay a figcaption .h2 {
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  width: 75%;
  font-size: 24px;
}

.projectssection .effect-overlay a figcaption span {
  padding-left: 24px;
}

.effect-overlay p,
.overlaybg p {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  padding-top: 10px;
}

.effect-overlay p::before,
.overlaybg p::before {
  content: "";
  background: url("../images//map.svg") no-repeat center center;
  position: absolute;
  width: 16px;
  height: 16px;
}

.overlaybg {
  position: relative;
}

.overlaybg .status {
  padding: 4px 6px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
}

.overlaybg .status.sellingsoldout {
  background: #9d3a3a;
}

.overlaybg .status.sellingfast {
  background: #579668;
}

.overlaybg .status > * {
  transform: translateY(90px);
  transition: transform 0.25s;
}

.overlaybg p {
  padding-left: 25px;
}

.overlaybg p::before {
  margin-left: -25px;
}

.projectwrapper h2,
.projectwrapper .h2 {
  color: #407bff;
  font-size: 35px;
  margin: 30px;
  text-align: center;
}

.projectwrapper p {
  margin-bottom: 40px;
}

.mapwrappper {
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.detailswrapper {
  font-size: 20px;
}

.detailswrapper h2,
.detailswrapper .h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.detailswrapper .footergradient {
  height: 3px;
  margin: 24px 0;
  width: 65%;
}

.detailswrapper .btn-warning {
  text-align: center;
}

.gal1ery-heading {
  font-size: 40px;
  margin: 70px 0 40px 0;
}

.gal1ery-heading h2,
.gal1ery-heading .h2 {
  margin-bottom: 40px;
}
