@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: white-color;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
}

p {
  margin: 10px 0 0 0;
  color: #585a5e;
  line-height: 24px;
  font-size: 0.938rem;
}
@media (width <= 575.98px) {
  p {
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
.scrollup img {
  width: 50px;
  height: 50px;
}

.form-group,
.form-floating {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 45px;
  padding: 0 20px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.4s ease;
  color: #000;
  border: 1px solid #ffffff;
}
@media (width <= 575.98px) {
  .form-group input,
  .form-group .form-select,
  .form-floating input,
  .form-floating .form-select {
    font-size: 0.875rem;
    height: 35px;
  }
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus {
  color: #000;
  outline: 0;
  box-shadow: none;
  border-color: #1F4492;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly],
.form-floating input:disabled,
.form-floating input[readonly] {
  background-color: #1F4492;
}
.form-group textarea,
.form-floating textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 1rem;
  background: #ffffff;
  border-color: #1F4492;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder {
  color: #5b5a5a;
  font-weight: 400;
  font-size: 1rem;
  opacity: 1;
  /* Firefox */
}
.form-group ::placeholder,
.form-floating ::placeholder {
  color: #5b5a5a;
  font-weight: 400;
  font-size: 1rem;
  opacity: 1;
  /* Firefox */
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5b5a5a;
  font-weight: 400;
  font-size: 0.813rem;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5b5a5a;
  font-weight: 400;
  font-size: 0.813rem;
}

select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.header {
  padding: 15px 20px;
  width: 100%;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
}
@media (max-width: 767px) {
  .header {
    padding: 0.5rem 0;
  }
}
.header .full_colum {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .left {
  display: flex;
  align-items: center;
}
@media (width <= 768px) {
  .header .left {
    width: 100%;
    justify-content: space-between;
  }
}
.header .left .logo img {
  width: 150px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header .left .logo img {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .left .logo img {
    width: 130px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header .left .logo img {
    width: 100px;
  }
}
@media (width <= 575.98px) {
  .header .left .logo img {
    width: 80px;
  }
}
.header .left .list {
  padding-left: 1.5rem;
  width: 100%;
}
.header .left .list ul {
  display: flex;
  align-items: center;
}
@media (width <= 768px) {
  .header .left .list ul {
    justify-content: flex-end;
  }
}
.header .left .list ul li {
  list-style: none;
  padding: 0 1rem;
  position: relative;
}
@media (width <= 575.98px) {
  .header .left .list ul li {
    padding: 0 0.5rem;
    text-align: center;
    line-height: 12px;
  }
}
.header .left .list ul li a {
  color: #000;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header .left .list ul li a {
    width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .left .list ul li a {
    width: 130px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header .left .list ul li a {
    width: 100px;
  }
}
@media (width <= 575.98px) {
  .header .left .list ul li a {
    font-size: 0.813rem;
    text-align: center;
  }
}
.header .left .list ul li::before {
  position: absolute;
  right: 0;
  content: "";
  height: 100%;
  top: 0;
  width: 2px;
  background: #1F4492;
}
.header .left .list ul li:last-child::before {
  display: none;
}
.header .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (width <= 768px) {
  .header .right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header .tab-remove {
    display: none;
  }
}

.banner {
  padding: 15px 20px;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 110px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner {
    margin-top: 80px;
  }
}
@media (width <= 768px) {
  .banner {
    margin-top: 60px;
  }
}
@media (width <= 575.98px) {
  .banner {
    padding: 15px 0;
    margin-top: 50px;
  }
}
.banner .sub_text {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.12); /* translucent fill */
  -webkit-backdrop-filter: blur(10px); /* Safari */
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 768px) and (max-width: 1399.98px) {
  .banner .sub_text {
    bottom: 40px;
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .banner .sub_text {
    padding: 1.2rem;
    bottom: 30px;
  }
}
@media (width <= 575.98px) {
  .banner .sub_text {
    padding: 1rem;
  }
}
.banner .sub_text h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner .sub_text h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner .sub_text h1 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner .sub_text h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .banner .sub_text h1 {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .banner .sub_text h1 {
    font-size: 1rem;
  }
}

.inner-banner {
  padding: 15px 20px;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 110px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner-banner {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-banner {
    margin-top: 80px;
  }
}
@media (width <= 768px) {
  .inner-banner {
    margin-top: 60px;
  }
}
@media (width <= 575.98px) {
  .inner-banner {
    padding: 15px 0;
    margin-top: 50px;
  }
}
.inner-banner .banner-img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  min-height: 30vh;
  display: flex;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  background: url(../images/inner-banner-img.png) no-repeat right top #1F4492;
}
.inner-banner h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner-banner h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner-banner h1 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner-banner h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .inner-banner h1 {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .inner-banner h1 {
    font-size: 1.2rem;
  }
}

.commercial_project {
  width: 100%;
  background: #fff;
}
.commercial_project h3 {
  color: #1F4492;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .commercial_project h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .commercial_project h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .commercial_project h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .commercial_project h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .commercial_project h3 {
    font-size: 1.2rem;
  }
}
.commercial_project p {
  text-align: center;
}
.commercial_project .state {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #1F4492;
  padding: 0.5rem 1.3rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width <= 768px) {
  .commercial_project .state {
    font-size: 0.875rem;
  }
}
.commercial_project .project_box {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1.5rem;
  border: 1px solid #bcbdbe;
}
@media (width <= 768px) {
  .commercial_project .project_box {
    padding: 1rem;
  }
}
.commercial_project .project_box .project_img {
  width: 100%;
  aspect-ratio: 13/9;
}
.commercial_project .project_box .project_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.commercial_project .project_box .content {
  padding: 1rem 0 0 0;
}
.commercial_project .project_box .content .name {
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .commercial_project .project_box .content .name {
    font-size: 1.15rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .commercial_project .project_box .content .name {
    font-size: 1.05rem;
  }
}
@media (width <= 575.98px) {
  .commercial_project .project_box .content .name {
    font-size: 1rem;
  }
}
.commercial_project .project_box .content .location {
  padding: 0.5rem 0;
  color: #505153;
  font-size: 1rem;
}
@media (width <= 768px) {
  .commercial_project .project_box .content .location {
    font-size: 0.875rem;
  }
}
.commercial_project .project_box:hover {
  background: #FFF5D6;
}
.commercial_project .full_clm {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  gap: 15px;
  align-items: center;
}
@media (width <= 768px) {
  .commercial_project .full_clm {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
@media (width <= 768px) {
  .commercial_project .full_clm .btn_2 {
    text-align: center;
  }
}
.commercial_project .full_clm .total_project {
  font-size: 1rem;
  font-weight: 500;
  color: #545659;
}
.commercial_project .full_clm .total_project span {
  color: #1F4492;
}

.residential_project {
  width: 100%;
  background: #FFF5D6;
}
.residential_project h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 800;
  text-align: left;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .residential_project h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .residential_project h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .residential_project h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .residential_project h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .residential_project h3 {
    font-size: 1.2rem;
  }
}
.residential_project .state {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #1F4492;
  padding: 0.5rem 1.3rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width <= 768px) {
  .residential_project .state {
    font-size: 0.875rem;
  }
}
.residential_project .project_box {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0;
  border: 1px solid #bcbdbe;
}
.residential_project .project_box .project_img {
  width: 100%;
  aspect-ratio: 13/9;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.residential_project .project_box .project_img img {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.residential_project .project_box .content {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  padding: 1rem;
  background: #fff;
}
.residential_project .project_box .content .name {
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .residential_project .project_box .content .name {
    font-size: 1.15rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .residential_project .project_box .content .name {
    font-size: 1.05rem;
  }
}
@media (width <= 575.98px) {
  .residential_project .project_box .content .name {
    font-size: 1rem;
  }
}
.residential_project .project_box .content .location {
  padding: 0.5rem 0;
  color: #505153;
  font-size: 1rem;
}
@media (width <= 768px) {
  .residential_project .project_box .content .location {
    font-size: 0.875rem;
  }
}
.residential_project .project_box:hover {
  background: #fff;
}
.residential_project .full_clm {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  gap: 15px;
  align-items: center;
}
@media (width <= 768px) {
  .residential_project .full_clm {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.residential_project .full_clm .total_project {
  font-size: 1rem;
  font-weight: 500;
  color: #545659;
}
.residential_project .full_clm .total_project span {
  color: #1F4492;
}

.about {
  background: url(../images/about-bg.jpg) no-repeat center bottom #2b4f99;
}
.about .about-img {
  padding-right: 2rem;
}
@media (width <= 992px) {
  .about .about-img {
    padding-right: 0;
  }
}
@media (width <= 768px) {
  .about .about-img {
    padding: 0 2.5rem;
  }
}
.about .about-content {
  padding-left: 2rem;
}
@media (width <= 992px) {
  .about .about-content {
    padding-left: 0;
  }
}
.about .about-content h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about .about-content h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about .about-content h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about .about-content h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .about .about-content h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .about .about-content h2 {
    font-size: 1.4rem;
  }
}
.about .about-content p {
  color: #fff;
}
.about .statistics {
  margin-top: 2.5rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  padding: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (width <= 992px) {
  .about .statistics {
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (width <= 575.98px) {
  .about .statistics {
    padding: 1rem;
  }
}
.about .statistics .star {
  position: absolute;
  top: -20px;
  right: -20px;
}
@media (width <= 575.98px) {
  .about .statistics .star {
    display: none;
  }
}
.about .statistics .star img {
  width: 50px;
  height: 50px;
}
.about .statistics ul {
  display: flex;
}
.about .statistics ul li {
  list-style: none;
}
.about .statistics ul li .full {
  display: flex;
  flex-direction: column;
  padding-right: 2.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about .statistics ul li .full {
    padding-right: 1.5rem;
  }
}
@media (width <= 768px) {
  .about .statistics ul li .full {
    padding-right: 1.5rem;
  }
}
.about .statistics ul li .full .digit {
  font-size: 2rem;
  color: #1F4492;
  font-weight: 800;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about .statistics ul li .full .digit {
    font-size: 1.5rem;
  }
}
@media (width <= 768px) {
  .about .statistics ul li .full .digit {
    font-size: 1.5rem;
  }
}
.about .statistics ul li .full .digit::before {
  position: absolute;
  left: 0;
  content: "";
  width: 40px;
  background: #D5E2FF;
  bottom: -20px;
  height: 2px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about .statistics ul li .full .digit::before {
    bottom: -10px;
  }
}
.about .statistics ul li .full .text {
  font-size: 1rem;
  color: #545659;
  font-weight: 500;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about .statistics ul li .full .text {
    font-size: 0.875rem;
  }
}
@media (width <= 768px) {
  .about .statistics ul li .full .text {
    font-size: 0.875rem;
  }
}
.about .statistics ul li:last-child .full {
  padding-right: 0;
}

.footer {
  background: #fff;
  width: 100%;
}
@media (width <= 768px) {
  .footer {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer .container {
    width: 100%;
    max-width: 100%;
  }
}
.footer h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1F4492;
}
.footer .logo {
  margin-bottom: 1rem;
}
.footer .logo img {
  width: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer .logo img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .footer .logo img {
    width: 160px;
  }
}
.footer .ftr_addrs {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (width <= 768px) {
  .footer .ftr_addrs {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.footer .ftr_addrs ul {
  display: flex;
}
.footer .ftr_addrs ul li {
  width: 100%;
  list-style: none;
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .footer .ftr_addrs ul li {
    width: 100%;
    padding-bottom: 15px;
  }
}
.footer .ftr_addrs ul li:last-child {
  padding-bottom: 0;
}
.footer .ftr_addrs ul li .text {
  color: #858585;
  font-size: 1rem;
  font-weight: 200;
}
@media (max-width: 1400px) {
  .footer .ftr_addrs ul li .text {
    font-size: 0.875rem;
  }
}
.footer .ftr_addrs ul li .text span {
  color: #e9e7e7;
  font-weight: 500;
  font-size: 1.25em;
  display: block;
  margin-bottom: 0.5rem;
}
@media (width <= 768px) {
  .footer .ftr_addrs ul li .text span {
    margin-bottom: 0.2rem;
  }
}
.footer .ftr_addrs ul li a {
  color: #fff;
}
.footer .badge {
  display: flex;
  padding: 0;
  margin-top: 1rem;
  flex-direction: column;
}
@media (width <= 768px) {
  .footer .badge {
    margin-bottom: 1rem;
  }
}
.footer .badge img {
  width: 150px;
}
.footer .social_link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.footer .social_link ul {
  display: flex;
  margin-top: 0.5rem;
}
.footer .social_link ul li {
  padding: 0px 10px;
  list-style: none;
  font-size: 1.2rem;
}
.footer .social_link ul li a {
  color: #585a5e;
}
.footer .social_link ul li:first-child {
  padding-left: 0px;
}
.footer .social_link ul li:hover a {
  color: #1F4492;
}
.footer .social_link h4 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer p {
    font-size: 0.75rem;
  }
}
.footer p a {
  color: #585a5e;
}

.inner_container {
  width: 100%;
  background: #1F4492;
  background: linear-gradient(0deg, rgba(31, 68, 146, 0.17) 0%, rgb(255, 255, 255) 100%);
}
.inner_container .full_clm {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  gap: 15px;
  align-items: center;
}
@media (width <= 768px) {
  .inner_container .full_clm {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.inner_container .full_clm .total_project {
  font-size: 1rem;
  font-weight: 500;
  color: #545659;
}
.inner_container .full_clm .total_project span {
  color: #1F4492;
}
.inner_container .empty_data {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 0rem;
}
@media (max-width: 767px) {
  .inner_container .empty_data {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.inner_container .empty_data .img_boxes img {
  width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .empty_data .img_boxes img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .inner_container .empty_data .img_boxes img {
    width: 180px;
  }
}
.inner_container .empty_data .texts h4 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner_container .empty_data .texts h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .inner_container .empty_data .texts h4 {
    font-size: 1.5rem;
    text-align: center;
    padding-left: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .inner_container .empty_data .texts h4 {
    font-size: 1.3rem;
  }
}
.inner_container .empty_data .texts h4 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .inner_container .empty_data .texts h4 span {
    font-size: 0.875rem;
  }
}
.inner_container .empty_data .btn1 {
  padding: 10px;
}
.inner_container .project_box {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1rem;
  background: #fff;
  border: 1px solid #bcbdbe;
}
@media (width <= 768px) {
  .inner_container .project_box {
    padding: 1rem;
  }
}
.inner_container .project_box .project_img {
  width: 100%;
  aspect-ratio: 13/9;
}
.inner_container .project_box .project_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .project_box .content {
  padding: 1rem 0 0 0;
}
.inner_container .project_box .content .name {
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .project_box .content .name {
    font-size: 1.15rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner_container .project_box .content .name {
    font-size: 1.05rem;
  }
}
@media (width <= 575.98px) {
  .inner_container .project_box .content .name {
    font-size: 1rem;
  }
}
.inner_container .project_box .content .location {
  padding: 0.5rem 0;
  color: #505153;
  font-size: 1rem;
}
@media (width <= 768px) {
  .inner_container .project_box .content .location {
    font-size: 0.875rem;
  }
}
.inner_container .project_box:hover {
  background: #FFF5D6;
}
.inner_container .state_list {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #bcbdbe;
  padding: 1rem 0;
  background: #fff;
  position: sticky;
  top: 100px;
}
.inner_container .state_list ul {
  display: flex;
  flex-direction: column;
}
.inner_container .state_list ul li {
  list-style: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #585a5e;
  display: none; /* hide all by default */
}
.inner_container .state_list ul li a {
  color: #000;
  width: 100%;
  display: inline-block;
  font-weight: 500;
}
.inner_container .state_list ul .active {
  background: #F6F6F6;
  border-left: 4px solid #1F4492;
}
.inner_container .state_list .btn_2 {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  background: #1F4492;
  color: #fff;
}
.inner_container .state_list .btn_2:hover {
  background: #000;
  color: #fff;
}
.inner_container .state_list ul li.visible {
  display: inline-block;
  margin-right: 10px;
}
.inner_container .pagination {
  background: none;
}
.inner_container .pagination li {
  margin: 0 0.5rem;
}
@media (max-width: 575.98px) {
  .inner_container .pagination li {
    margin: 0 0.2rem;
  }
}
.inner_container .pagination .page-link {
  border: none !important;
  box-shadow: none !important;
  color: #1F4492;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.inner_container .pagination .page-item.disabled .page-link {
  background-color: #fff;
  color: #1F4492;
  border: none;
  cursor: not-allowed;
}
.inner_container .pagination .page-item.active .page-link {
  background-color: #1F4492;
  color: #fff !important;
  border: none !important;
  border-radius: 0.375rem;
}
.inner_container .details h2 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}
.inner_container .details h3 {
  color: #5B606B;
  font-weight: 500;
  font-size: 1.05rem;
  margin-top: 0.5rem;
}
.inner_container .details .location_meter {
  width: 100%;
  margin: 1.3rem 0;
}
.inner_container .details .location_meter ul {
  display: flex;
}
@media (width <= 992px) {
  .inner_container .details .location_meter ul {
    flex-wrap: wrap;
  }
}
.inner_container .details .location_meter ul li {
  list-style: none;
  padding-right: 2rem;
  position: relative;
}
.inner_container .details .location_meter ul li::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 2px;
  background: #545556;
}
@media (width <= 992px) {
  .inner_container .details .location_meter ul li::before {
    display: none;
  }
}
@media (width <= 992px) {
  .inner_container .details .location_meter ul li .full_box {
    margin-bottom: 1rem;
  }
}
.inner_container .details .location_meter ul li .full_box .heading {
  font-size: 0.875rem;
  color: #858789;
}
.inner_container .details .location_meter ul li .full_box .sub {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.inner_container .details .location_meter ul li .full_box .sub i {
  color: #1F4492;
}
.inner_container .details .location_meter ul li:nth-child(2) {
  padding-left: 1rem;
}
@media (width <= 992px) {
  .inner_container .details .location_meter ul li:nth-child(2) {
    padding-left: 0;
  }
}
.inner_container .details .location_meter ul li:last-child::before {
  display: none;
}
.inner_container .project_image {
  position: sticky;
  top: 100px;
  padding-right: 1.5rem;
  /* White background + spacing */
  /* Space from the edges */
}
.inner_container .project_image .carousel-inner {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.inner_container .project_image .carousel-item {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  aspect-ratio: 13/9;
}
.inner_container .project_image .carousel-item img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .project_image .carousel-indicators {
  position: relative;
  margin-top: 20px;
  justify-content: center;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  top: -50px;
}
@media (max-width: 768px) {
  .inner_container .project_image .carousel-indicators {
    left: 0;
    right: 0;
    bottom: 25px;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    top: -10px;
  }
}
@media (max-width: 480px) {
  .inner_container .project_image .carousel-indicators {
    bottom: 45px;
  }
}
.inner_container .project_image .carousel-indicators [data-bs-slide-to] {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  width: 100px;
  height: auto;
  opacity: 1;
  margin: 0 5px;
  border: 2px solid #fff;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .inner_container .project_image .carousel-indicators [data-bs-slide-to] {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .inner_container .project_image .carousel-indicators [data-bs-slide-to] {
    width: 50px;
  }
}
.inner_container .project_image .carousel-indicators [data-bs-slide-to] img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.inner_container .project_image .carousel-indicators [data-bs-slide-to]:hover {
  opacity: 1;
}
.inner_container .project_image .carousel-indicators .active {
  opacity: 1;
  border: 2px solid #FFF5D6;
}
.inner_container .project_image .carousel-control-prev,
.inner_container .project_image .carousel-control-next {
  background-color: white !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
@media (width <= 768px) {
  .inner_container .project_image .carousel-control-prev,
  .inner_container .project_image .carousel-control-next {
    width: 30px;
    font-size: 0.813rem;
    height: 30px;
  }
}
.inner_container .project_image .carousel-control-prev {
  left: 20px; /* Space on left */
}
.inner_container .project_image .carousel-control-next {
  right: 20px; /* Space on right */
}
.inner_container .project_image .carousel-control-prev:hover,
.inner_container .project_image .carousel-control-next:hover {
  opacity: 1;
}
.inner_container .project_image .carousel-control-prev i,
.inner_container .project_image .carousel-control-next i {
  color: black;
}
.inner_container .relatedproject {
  width: 100%;
}
.inner_container .relatedproject .project_box {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1rem;
  border: 1px solid #bcbdbe;
}
@media (width <= 768px) {
  .inner_container .relatedproject .project_box {
    padding: 1rem;
  }
}
.inner_container .relatedproject .project_box .project_img {
  width: 100%;
  aspect-ratio: 13/9;
}
.inner_container .relatedproject .project_box .project_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .relatedproject .project_box .content {
  padding: 1rem 0 0 0;
}
.inner_container .relatedproject .project_box .content .name {
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .relatedproject .project_box .content .name {
    font-size: 1.15rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner_container .relatedproject .project_box .content .name {
    font-size: 1.05rem;
  }
}
@media (width <= 575.98px) {
  .inner_container .relatedproject .project_box .content .name {
    font-size: 1rem;
  }
}
.inner_container .relatedproject .project_box .content .location {
  padding: 0.5rem 0;
  color: #505153;
  font-size: 1rem;
}
@media (width <= 768px) {
  .inner_container .relatedproject .project_box .content .location {
    font-size: 0.875rem;
  }
}
.inner_container .relatedproject .project_box:hover {
  background: #FFF5D6;
}
.inner_container .related h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1F4492;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .related h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .related h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .related h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .inner_container .related h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container .related h3 {
    font-size: 1.4rem;
  }
}

.arrow-style {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-style button {
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  border: 1px solid #a9b1bc;
}
@media (width <= 768px) {
  .arrow-style button {
    width: 35px;
    height: 35px;
    margin-right: 0.3rem;
  }
}
.arrow-style button i {
  font-size: 0.813rem;
  text-shadow: 0 0 1px black;
}
@media (width <= 768px) {
  .arrow-style button i {
    font-size: 0.75rem;
  }
}
.arrow-style button:hover {
  background: #585a5e;
  color: #fff;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .btn-whatsapp-pulse {
    width: 40px;
    height: 40px;
    bottom: 55px;
    font-size: 30px;
    display: none;
    left: auto;
    padding: 26px;
  }
}

.btn-whatsapp-pulse:hover {
  color: white;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.desktop_screen {
  display: flex;
}
@media (max-width: 767px) {
  .desktop_screen {
    display: none;
  }
}

.mobile_screen {
  display: none;
}
@media (max-width: 767px) {
  .mobile_screen {
    display: flex;
  }
}

.fixed {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding: 0.5rem;
}
@media (width <= 768px) {
  .fixed {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #1F4492;
    align-items: center;
  }
}
.fixed .call, .fixed .whatsapp {
  width: 49%;
  display: flex;
}
.fixed .call .btn_1, .fixed .whatsapp .btn_1 {
  border: 2px solid #fff;
}
.fixed .call a, .fixed .whatsapp a {
  transition: all 0.4s ease-in-out;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 0.813rem;
  background: #1F4492;
  padding: 0.5rem;
}
@media (width <= 575.98px) {
  .fixed .call a, .fixed .whatsapp a {
    padding: 0.3rem;
  }
}
.fixed .call a i, .fixed .whatsapp a i {
  padding-right: 0.5rem;
  color: #fff;
}

.btn_1 {
  transition: all 0.4s ease-in-out;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 10px 15px;
  color: #fff;
  background: #1F4492;
  border: 4px solid #fff;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-shadow: #1F4492 0px 0px 0px 1px;
}
.btn_1 i {
  transition: all 0.4s ease-in-out;
  padding-right: 0.5rem;
}
@media (max-width: 480px) {
  .btn_1 {
    padding: 8px 15px;
    font-size: 0.875rem;
  }
}
.btn_1:hover {
  background: #FFF5D6;
  color: #000;
}
.btn_1:hover i {
  color: #000;
}

.btn_2 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #000;
  font-size: 0.875rem;
  display: inline-block;
  cursor: pointer;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 1px solid #bcbdbe;
  background: #fff;
}
.btn_2 i {
  padding-left: 0.5rem;
}
.btn_2:hover {
  background: #1F4492;
  border: 1px solid #1F4492;
  color: #fff !important;
}/*# sourceMappingURL=main.css.map */