:root {
  --color-black: #000000;
  --color-super-black: #000000;
  --color-one: #4C6248;
  --color-two: #FFCA00;
  --color-three: #EFF8FF;
  --color-white: #ffffff;
  --color-grey: #939598;
  --color-pureGrey: #808080;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --font-main: "Raleway", sans-serif;
  --font-size: 16px;
  --font-weight: 200;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: var(--color-one);
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i {
  font-style: normal;
}

.site-container {
  background: var(--color-white);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
  margin: 0 auto;
  max-width: 1900px;
  word-wrap: break-word;
  position: relative;
}

.site-container::after {
  clear: both;
  content: " ";
  display: block
}

input:focus,
textarea:focus,
select:focus,
:focus,
.form-control:focus {
  outline: none !important;
}

*:focus {
  outline: none !important
}

p {
  line-height: 22px;
  text-align: justify;
  font-weight: 300;
}

a,
.link .color {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-one);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  border-radius: 100px;
  background-color: #fdfdfb;
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  mix-blend-mode: difference;
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 600;
  text-decoration: underline;
}

.linkBlack:hover {
  color: var(--color-one);
}

.linkone {
  color: var(--color-one);
  font-weight: 600;
  text-decoration: underline;
}

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

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

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

.colorone {
  color: var(--color-one) !important;
  font-weight: 600;
  font-size: 18px;
}

.colortwo {
  color: var(--color-two);
}

.custom-bb {
  border-bottom: 0.5px solid #000000;
  margin-bottom: 20px;
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}

.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}

.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start,
#myCarousel.carousel-fade .active.carousel-item-end,
#myCarouselMobile.carousel-fade .active.carousel-item-start,
#myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  padding: 0 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}

#carousel-sub .carousel-item:before {
  display: none;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  z-index: 1 !important;
}

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 145px;
  right: 175px;
  left: auto;
  border-radius: 50px;
  background: rgba(19, 36, 36, .25);
  border: 0px solid var(--color-black);
  width: auto;
  z-index: 3;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 145px;
  left: auto;
  right: 120px;
  border-radius: 50px;
  background: rgba(19, 36, 36, .25);
  border: 0px solid var(--color-black);
  width: auto;
  z-index: 3;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}

.company-title {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 700;
  /* stronger bold to match screenshot */
  font-size: 22px;
  /* similar size as shown */
  letter-spacing: 0.8px;
  /* wider spacing like your logo */
  margin: 0 0 10px 0;
  color: #c94444;
  /* same red tone in image */
}

.company-title sup {
  font-size: 11px;
  position: relative;
  top: -0.6em;
  margin-left: 2px;
}

.company-title-img img {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.box-font h5,
.box-font p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* @media all and (max-width : 768px) {  */
@media(min-width:320px) and (max-width:1080px) {

  .slide1 .carousel-caption,
  .slide2 .carousel-caption,
  .slide3 .carousel-caption,
  .slide4 .carousel-caption,
  .slide5 .carousel-caption,
  .slide6 .carousel-caption {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: none;
  }

  .slide1 h3,
  .slide2 h3,
  .slide3 h3,
  .slide4 h3,
  .slide5 h3,
  .slide6 h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .slide1 h4,
  .slide2 h4,
  .slide3 h4,
  .slide4 h4,
  .slide5 h4,
  .slide6 h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full,
.btn-four,
.btn-four-full,
.btn-project {
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  border-radius: 50px;
}

.btn-one {
  border: 2px solid var(--color-one);
  color: var(--color-one) !important;
}

.btn-one:hover {
  background: var(--color-one);
  color: var(--color-white) !important;
}

.btn-one-full {
  border: 2px solid var(--color-one);
  color: var(--color-white) !important;
  background: var(--color-one);
}

.btn-one-full:hover {
  background: none;
  color: var(--color-one) !important;
}


.btn-plan {
  border: 2px solid var(--color-one);
  color: var(--color-one) !important;
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  border-radius: 50px;
  margin: 5px;
}

.font-img {
  width: 36% !important;
  margin-bottom: 10px;
}

.btn-two {
  border: 2px solid var(--color-two);
  color: var(--color-two) !important;
}

.btn-two:hover {
  background: var(--color-two);
  color: var(--color-white) !important;
}

.btn-two-full {
  border: 2px solid var(--color-two);
  background: var(--color-two);
  color: var(--color-white) !important;
}

.btn-two-full:hover {
  border: 2px solid var(--color-two);
  color: var(--color-two) !important;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-black);
  color: var(--color-black) !important;
}

.btn-three:hover {
  background: var(--color-black);
  color: var(--color-white) !important;
}

.btn-three-full {
  border: 2px solid var(--color-black);
  background: var(--color-black);
  color: var(--color-black) !important;
}

.btn-three-full:hover {
  border: 2px solid var(--color-black);
  color: var(--color-black) !important;
  background: none;
}

.btn-four {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-four:hover {
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-four-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-four-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: none;
}

.btn-hover {
  padding: 8px 25px 8px 25px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  border-radius: 50px;
  color: var(--color-black);
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: var(--color-white);
}

.btn-hover:focus {
  outline: 0
}

.btn-hover.btn-gradient {
  background-image: linear-gradient(to right, #8dc63f, #c2ee87, #c2ee87, #8dc63f);
}

/* Divider Line */
hr {
  border: 0;
  height: 1px;
  margin: 25px 0 25px 0;
  background-color: #829198;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
  background: none;
}

/* Divider Line */
.text-casenone {
  text-transform: none !important;
}

ul.list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: 0px;
  position: absolute;
  top: 7px;
  font-size: 5px;
  font-weight: 900;
  color: var(--color-black);
}

ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}

ul.list li.head::before {
  display: none;
}

ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: var(--color-one);
}

.head-main {
  font-size: 30px;
  font-weight: 300;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  color: var(--color-one);
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-three {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-one);
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-one);
  color: var(--color-one);
  width: 100%;
}

.head-five {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-six {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-pureGrey);
  color: var(--color-pureGrey);
  width: 100%;
}

.background-white {
  padding: 30px;
  background: var(--color-white);
  margin-bottom: 30px;
}

.bg-color-one {
  background: #f3f3f3;
  padding: 40px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
}

.bg-color-one h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border-bottom: solid 1px var(--color-one);
  color: var(--color-one);
  width: 100%
}

.bg-color-one h2 span {
  background: var(--color-grey);
  padding-right: 10px;
}

.bg-color-two {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  color: var(--color-one);
  width: 100%;
  border-bottom: 1px solid var(--color-one);
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-one);
  color: var(--color-one);
  width: 100%;
}



.top-whats-app {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 999
}

.top-whats-app a {
  width: 50px;
  height: 50px;
  color: #fff !important;
  background: #27c34c;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.top-whats-app a:hover {
  color: #27c34c !important;
  background: #fff !important;
}

.headerwhatsApp i {
  font-size: 28px;
  line-height: 22px
}

.footer-logo-bg {
  padding: 65px 0 0 0;
}

.footer-logo-bg h2 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 40px;
  color: var(--color-one);
  text-align: center;
}

footer {
  padding: 200px 0 100px 0;
  color: var(--color-white);
  position: relative;
  z-index: 0;
}

footer:before {
  content: '';
  position: absolute;
  top: 38%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  background: var(--color-one);
  z-index: -1;
}

footer a {
  color: var(--color-white);
}

footer a:hover {
  color: var(--color-two);
}

footer .footer-left-content-bg {
  border-bottom: 1px solid #FFCA00;
  padding-bottom: 60px;
  padding-top: 80px;
}

footer .footer-copy {
  padding: 30px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
}


footer .footer-right-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  height: 875px;
  z-index: 1;
}

footer .footer-right-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #D9D9D9;
  width: 100%;
  height: 100%;
  z-index: -1;
}



footer .footer-right-bg .footer-right-content-bg {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* padding: 0 30px 30px 30px; */
  padding: 40px 60px;
}

footer .footer-right-bg .footer-right-content-bg p {
  color: var(--color-one);
  font-weight: 600;
  font-size: 18px
}

footer .footer-right-bg .footer-right-content-bg h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #d74e4e;
  margin-bottom: 20px;
}

footer .footer-right-bg .footer-right-content-bg h2 span {
  display: block;
}






footer .footer-list h3 {
  margin: 0 0 15px;
  color: var(--color-white);
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

footer .footer-list h3 span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

footer .footer-list h3 div {
  border-bottom: 1px solid var(--color-white);
  width: 25%;
  position: relative;
  right: 0;
  bottom: 0px;
  display: inline-block;
}

footer .footer-list ul {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul li {
  list-style: none;
  padding: 3px 0 3px 10px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 9px;
  font-weight: 900;
  color: var(--color-white);
  font-size: 5px;
}

footer .footer-list ul li a {
  color: var(--color-white);
}

footer .footer-list ul li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul li a:hover {
  color: var(--color-two);
  padding-left: 2px;
}

footer .footer-list ul.half {
  padding: 0;
  margin: 0 0 0 10px;
}

footer .footer-list ul.half li {
  list-style: none;
  padding: 6px 0 6px 10px;
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 48%;
}

footer .footer-list ul.half li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 12px;
  font-weight: 900;
  color: var(--color-black);
  font-size: 6px;
}

footer .footer-list ul.half li a {
  color: var(--color-black);
}

footer .footer-list ul.half li a i {
  padding-right: 5px;
  font-size: 8px;
}

footer .footer-list ul.half li a:hover {
  color: var(--color-one);
  padding-left: 2px;
}

footer .footer-list ul.contact {
  padding: 0;
  margin: 0 0 0 0px;
}

footer .footer-list ul.contact li {
  list-style: none;
  padding: 4px 0 4px 4px;
  position: relative;
  z-index: 0;
}

footer .footer-list ul.contact li::before {
  display: none;
}

footer .footer-list ul.contact li a {
  color: var(--color-black);
}

footer .footer-list ul.contact li a i {
  padding-right: 5px;
  font-size: 15px;
}

footer .footer-list ul.contact li a:hover {
  color: var(--color-one);
  padding-left: 2px;
}

.footerextra {
  padding: 0;
  margin: 0;
}

.footerextra li {
  display: inline-block;
  padding-right: 3%;
  list-style: none;
  font-size: 14px;
  position: relative;
  z-index: 0;
}

.footerextra li::before {
  content: "\f7a5";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  left: -10px;
  font-weight: 900;
  color: var(--color-black);
  font-size: 12px;
}

.footerextra li a {
  color: var(--color-black);
}

.footerextra li a:hover {
  color: var(--color-one);
}

.footerextra-Mt {
  margin-top: 30px;
}

footer .copy {
  padding: 20px 0 40px 0;
  margin-top: 60px;
  border-top: 1px solid #B8B8B8;
}

footer .copy a {
  color: var(--color-black);
  font-weight: 500;
}

footer .copy a:hover {
  color: var(--color-one);
}

footer .copy .copy-right {
  text-align: right;
}


/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  padding: 0;
  margin-top: 20px !important;
}

ul.social-network li {
  display: inline-block;
  margin: 8px 10px;
}

ul.social-network li::before {
  display: none;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
  background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
  background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
  background-color: #189d0e;
}

.social-network a.icoPinterest:hover {
  background-color: #e60023;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
  color: var(--color-white);
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0);
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .10) !important;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: var(--color-white);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: var(--color-black);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-right: 15px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}

.footer-phone {
  font-weight: normal !important;
  font-size: 15px !important;
  font-family: Arial, sans-serif !important;
  line-height: 1.5 !important;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover {
    background-color: #fff !important;
  }

  .rwd-table thead tr:hover {
    background: var(--color-black) !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.inner-banner {
  position: relative;
  z-index: 0;
  padding: 0 0px;
  width: 97%;
  margin: 0 auto;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0px;
  background: rgba(0, 0, 0, .1);
}

.inner-banner img {
  min-width: 100%;
}

.inner-banner .container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-banner h1 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  bottom: 15px;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  padding: 15px 20px 15px 20px;
}

.inner-banner .inner-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 15px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb {
  font-size: 15px;
  font-weight: 500;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a:hover {
  color: var(--color-one);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.btn-link {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 10px;
}

.btn-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 6px;
  background-color: #FFCA00;
}

.btn-link:hover {
  color: var(--color-one);
}

.inner-bg {
  position: relative;
  padding: 100px 0;
}

.inner-bg h2 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 40px;
  color: var(--color-one);
  margin-bottom: 30px;
}

.inner-bg h2 span {
  display: block;
}

.inner-bg h3 {
  font-weight: 600;
  font-size: 25px;
  color: var(--color-one);
  margin-bottom: 40px;
}

.inner-project-bg {
  position: relative;
  padding: 60px 0;
}

.inner-project-bg h2 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 40px;
  color: var(--color-one);
  margin-bottom: 30px;
}

.inner-project-bg h2 span {
  display: block;
}

.inner-project-bg h3 {
  font-weight: 600;
  font-size: 25px;
  color: var(--color-one);
  margin-bottom: 40px;
}

.home-head {
  font-family: Castoro;
  font-weight: 400;
  font-size: 40px;
  line-height: 108%;
  color: var(--color-one);
}

.home-welcome-bg {
  position: relative;
  padding: 100px 0;
  background: #EFEFEF;
  z-index: 0;
  margin-bottom: -50px;
}

.home-welcome-bg h2 span {
  display: block;
}

.home-welcome-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  background: #EFEFEF;
  height: 200px;
  top: -180px;
}

.home-welcome-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  background: #EFEFEF;
  height: 110px;
  bottom: -60px;
}


.home-chairman-bg {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  width: 96%;
  margin: 0 auto;
  background: #D9D9D9;
  margin-bottom: -500px;
}

.footer-phone {
  font-weight: normal !important;
  font-size: 15px !important;
  font-family: Arial, sans-serif !important;
  line-height: 1.5 !important;
}

/* animation start */
.home-scroll-bg {
  padding: 600px 0 100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: var(--color-one);
  color: #FFFFFF;
}

.home-scroll-bg p {
  text-align: center;
  font-style: italic;
}

@keyframes infiniteScrollLeft {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@keyframes infiniteScrollRight {
  from {
    transform: translateX(-50%)
  }

  to {
    transform: translateX(0)
  }
}

.horizontal-scrolling-items {
  display: flex;
  width: 2600px;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

.horizontal-scrolling-items__item {
  white-space: nowrap
}

.horizontal-scrolling-items__item span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-size: 78px;
  font-weight: 100;
  color: #CACACA;
  text-transform: uppercase;
  padding: 10px 25px;
  font-family: Castoro;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.horizontal-scrolling-items__item i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  margin: 0 25px;
  top: 0;
  line-height: 1;
  color: #CACACA;
}

.horizontal-scrolling-items-left {
  animation-name: infiniteScrollLeft;
}

.horizontal-scrolling-items-right {
  animation-name: infiniteScrollRight;
}

.home-scroll-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #FFFFFF;
  height: 1px;
  width: 52%;
  bottom: 55px;
  left: 0;
}

/* animation end */

.home-scroll-bg-2 {
  margin-top: 200px;
}

.home-scroll-bg-2 img {
  position: absolute;
  top: -150px;
  right: -106px;
}

.home-scroll-bg-2 h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
}

.home-scroll-bg-2 h2 span {
  display: block;
}


.home-project-bg {
  position: relative;
  padding: 40px 0;
  background: var(--color-one);
  color: white;
}

.home-project-bg h2 {
  font-weight: 400;
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
}

.home-project-bg h2 span {
  font-weight: 700
}

.home-project-box h4 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 100px;
}

.home-project-box h4 span {
  display: block;
  font-weight: 200;
  font-size: 20px;
}

.home-project-box .btn-link {
  color: white !important;
}

.btn-project {
  background: var(--color-two);
  border: 1px solid var(--color-two);
  color: black !important;
}

.btn-project:hover {
  background: transparent;
  color: var(--color-two);
  border: 1px solid var(--color-two);
}

.home-project-tab.r-tabs ul.r-tabs-nav li.r-tabs-tab .r-tabs-anchor {
  border-radius: 50px;
  padding: 10px 20px;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid var(--color-two);
  width: 100%;
  text-align: center;
  color: var(--color-two);
}

.home-project-tab.r-tabs ul.r-tabs-nav li.r-tabs-tab.r-tabs-state-active {
  border-top: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-left: 0px solid #ccc;
  background-color: transparent;
}

.home-project-tab.r-tabs ul.r-tabs-nav li.r-tabs-tab.r-tabs-state-active .r-tabs-anchor {
  border: 0px solid var(--color-two);
  background: var(--color-two);
  color: var(--color-one);
}

.home-project-tab.r-tabs .r-tabs-nav {
  position: absolute;
}

.home-project-tab.r-tabs .r-tabs-panel {
  border-right: 0 solid #ccc;
  border-bottom: 0 solid #ccc;
  border-left: 0 solid #ccc
}

.home-project-tab.r-tabs .r-tabs-panel {
  padding: 38px 15px 30px 15px
}

.home-project-tab.r-tabs .r-tabs-tab {
  margin: 0px 2px;
}

.home-project-tab.plans.r-tabs .r-tabs-nav {
  position: relative;
  text-align: end;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* 
.home-enquire-bg{padding: 100px 0;background: url(../img/wall.mp4)no-repeat;color: white;text-align: center;margin-bottom: -50px;}
.home-enquire-bg h2{font-family: Castoro; font-weight: 400; font-size: 40px; text-align: center;color: white;margin-bottom: 20px; }
.home-enquire-bg .btn-link{color: white;} */

.footer-mobile-bottom-menu-bg {
  display: none;
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-white);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: var(--color-black);
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}



.home-enquire-bg {
  position: relative;
  padding: 100px 0;
  margin-bottom: -50px;
  color: white;
  text-align: center;
  overflow: hidden;
}

.home-enquire-bg::before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.home-enquire-bg .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 1;
}

.home-enquire-bg .container {
  position: relative;
  z-index: 2;
}

.home-enquire-bg h2 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
}

.home-enquire-bg .btn-link {
  color: white;
}


.vertical-line {
  width: 1px;
  height: 40px;
  background-color: #fff;
  margin: 0 auto;
}


.home-our-story-bg {
  padding: 100px 0;
  background: #D9D9D9;
  width: 97%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.home-our-story-bg h2 span {
  display: block;
}

.home-story-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0;
}

.home-story-box div {
  margin: 0 0 0 10px;
}

.home-story-box div h5 {
  font-weight: 600;
  font-size: 16px;
}

.home-story-box div h5 span {
  display: block;
}

.home-our-story-bg.inner {
  background: white;
  width: 100%;
}


.home-news-bg {
  padding: 80px;
}

.home-news-bg h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  color: var(--color-one);
}

.home-news-box img {
  margin-bottom: 30px;
}



.home-stat-bg {
  padding: 60px 0 100px;
  background: #E8E8EA;
  position: relative;
}

.home-stat-bg img {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}



.counter-box {
  text-align: center;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 30px 10px;
  min-height: 180px;
}

.counter-box:nth-child(2),
.counter-box:nth-child(4) {
  border-right: none;
}

.counter-box:nth-child(3),
.counter-box:nth-child(4) {
  border-bottom: none;
}

.counter-box h4 {
  font-family: 'Castoro', serif;
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 5px;
  color: var(--color-one);
}

.counter-box p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

.counter-box.inner {
  border-right: 1px solid #748871;
  border-bottom: 1px solid #748871;
}

.counter-box.inner h4 {
  color: var(--color-white);
}

.counter-box.inner:nth-child(2),
.counter-box.inner:nth-child(4) {
  border-right: none;
}

.counter-box.inner:nth-child(3),
.counter-box.inner:nth-child(4) {
  border-bottom: none;
}

.home-testimonial-bg {
  padding: 100px 0;
  position: relative;
}

.home-testimonial-bg .image {
  position: absolute;
  margin-top: -140px;
}

.home-testimonial-box img {
  width: 5% !important;
}

.home-testimonial-bg h2 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 40px;
  color: var(--color-one);
}

.home-testimonial-box {
  position: relative;
  padding: 40px;
}

.home-testimonial-box p {
  font-size: 16px;
  margin: 30px 0;
}

.home-testimonial-box h5 {
  font-weight: 600;
  font-size: 14px;
}

.quote-icon {
  position: absolute;
  width: 10%;
}

.quote-icon.left {
  top: 20px;
  left: 20px;
}

.quote-icon.right {
  bottom: 20px;
  right: 20px;
}

.home-testimonial-bg .container::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: black;
  bottom: 40px;
  height: 1px;
  width: 95%;
  left: 35px;
}

.for-xs {
  display: none;
}

body.loaded .site-content {
  display: block;
}

.site-content {
  display: none;
}

/* Preloader */
#preloader {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.6s ease;
}

#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

.preloader-logo {

  height: auto;
}



/* Preloader screen full height */
/* #preloader {
  position: fixed;
  inset: 0;
  background: var(--color-white); 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
} */

/* Logo animation - change as you like */
/* .preloader-logo {
  width: 70%;
  animation: zoomFade 3s ease forwards;
} */

/* Example animation */
@keyframes zoomFade {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.inner-stat-bg {
  position: relative;
  padding-top: 50px;
}

.inner-stat-bg img {
  position: absolute;
  bottom: -52px;
}

.inner-vm-bg {
  position: relative;
  padding: 40px 0 80px;
  background: var(--color-one);
  color: white;
}

.inner-vm-box {
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.inner-vm-box.br::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #FFFFFF;
}

.inner-vm-box h3 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.inner-projects-bg {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}

.inner-projects-bg::after {
  content: "";
  position: absolute;
  background: url(../img/leaf.png) no-repeat;
  background-size: contain;
  width: 25%;
  height: 608px;
  right: 0;
  top: -120px;
  /* ✅ pin leaf at consistent distance from top */
  z-index: -1;
  pointer-events: none;
}

.inner-projects-bg h3 {
  font-weight: 600;
  font-size: 20px;
  color: #4C6248;
}

.inner-projects-bg h2 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 40px;
  color: #4C6248;
}

.inner-project-box {
  margin-top: 30px;
}

.inner-project-box img {
  height: 245px;
  object-fit: cover;
}

.inner-project-box .project-title {
  background: var(--color-one);
  padding: 20px;
  color: #FFFFFF;
}

.inner-project-box .project-title h4 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 35px;
}

.inner-project-box .project-title.upcoming {
  background: var(--color-white);
  color: var(--color-one);
  border: 1px solid var(--color-one);
}

.inner-project-box .project-title.ongoing {
  background: #D9D9D9;
  color: black;
  position: relative;
}

.inner-project-box .project-title.ongoing h4 {
  color: var(--color-one);
  margin-bottom: 30px;
}

.inner-project-box .project-title.ongoing h4 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: black;
}

.inner-project-box .project-title.ongoing .btn-one {
  position: absolute;
  bottom: 15px;
  right: 25px;
}

.inner-certificates-bg {
  padding: 100px 0 200px;
  position: relative;
  z-index: 0;
}

.inner-certificates-bg h3 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 40px;
  color: var(--color-one);
  margin-bottom: 30px;
}

.inner-certificates-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: black;
  width: 95%;
  left: 35px;
  ;
  bottom: 1px;
  height: 1px;
}

.inner-certificates-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../img/leaf-1.png) no-repeat;
  height: 418px;
  width: 29%;
  bottom: 0;
  right: 0;
}


.environment-box-row {
  width: 97%;
  margin: 0 auto;
}

.environmental-box h5 {
  font-weight: 400;
  font-size: 14px;
  background: var(--color-one);
  padding: 20px;
  color: #FFFFFF;
  height: 85px;
  line-height: 22px;
  display: grid;
  align-items: center;
}

.icon-circle {
  width: 78px;
  height: 78px;
  background-color: #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.environmental-box p {
  padding: 20px;
}

.icon-circle img {
  width: 36px;
  height: auto;
}


.project-menu {
  position: relative;
  border-top: 0px solid #98a9cb;
  padding: 3px 0 0 0;
}

.project-menu .project-menu-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.project-menu .project-menu-list li {
  display: inline-block;
  margin: 0px;
}

.project-menu .project-menu-list li a {
  padding: 12px 40px;
  margin-top: 120px;
  background: white;
  border: 1px solid var(--color-one);
  color: var(--color-one);
  display: block;
  border-radius: 25px;
}

.project-menu .project-menu-list li a:hover {
  background: #fff;
  color: var(--color-one);
}

.project-menu .project-menu-list li.current a {
  background: var(--color-two);
  border: 1px solid var(--color-two);
  color: var(--color-one);
}

/* project-top-menu tiny */
.project-top-menu {
  padding: 0 !important;
  position: relative;
  top: 0px;
  left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 0;
  z-index: 99;
  transition: all .3s linear 0s;
  min-height: auto !important
}

.project-top-menu.tiny {
  bottom: auto;
  top: -12px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.0);
}



.project-vm-bg {
  padding: 0;
  position: relative;
  z-index: 0;
  ;
  width: 97%;
  margin: 0 auto;
  background: var(--color-one);
}

.project-vm-box {
  padding: 40px 80px;
  color: white;
}

.project-vm-box .project-vm-box-one {
  margin-bottom: 50px;
}

.project-vm-box h3 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 40px;
  color: #748871;
}

.inner-p-plans-bg {
  padding: 100px 0;
}

.inner-p-plans-bg h3 {
  font-weight: 600;
  font-size: 25px;
  color: var(--color-one);
}

.inner-plans-box img {
  margin-bottom: 20px;
}

.inner-plans-box p {
  font-weight: 600
}

/* .project-amenities-bg{padding: 70px 0;background: url(../img/amenities-bg.jpg) no-repeat;width: 97%;margin: 0 auto;} */
.project-amenities-bg {
  padding: 70px 0;
  background: url(../img/amenities-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 97%;
  margin: 0 auto;
  color: #fff;
  position: relative;
}

.project-amenities-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #4C6248E5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.project-amenities-bg h2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
  color: var(--color-white);
}

.amenities-box {
  margin-bottom: 40px;
}

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

.amenity-header h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #FFCA00;
}

.amenity-header h4 span {
  display: block;
}

.amenities-box ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.amenities-box ul li {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}

.location-heading {
  font-weight: 400;
  font-size: 30px;
  color: var(--color-one);
  margin-bottom: 30px;
}

.location-box {
  border-bottom: 1px solid black;
}

.location-box h5 {
  font-weight: 400;
  font-size: 30px;
  color: black;
}

.location-box.no-br {
  border-bottom: none;
}

.project-construction-box {
  background: var(--color-one);
  color: var(--color-white);
  padding: 24px;
  margin: 12px 0;
}

.project-construction-box h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0px 20px 0px;
  padding: 10px;
  text-align: center;
}

.project-construction-btn-box a.pcbb {
  display: block;
  border: 2px solid #748871;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-white);
  font-size: 16px;
  background: #748871;
}

.project-construction-btn-box a.pcbb i {
  font-size: 24px;
  margin-bottom: 4px;
}

.project-construction-btn-box a.pcbb:hover {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-one);
}

.project-specification-box {
  padding: 30px;
}

.project-specification-box h3 {
  font-size: 30px;
  font-weight: 300;
  color: var(--color-one);
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.project-specification-boxHead {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  display: block;
  background: var(--color-one);
  width: 100%;
  text-align: center
}

.project-doc-bg {
  padding: 20px 0 40px 0;
  position: relative;
  z-index: 0;
}

.project-doc-bg h3 {
  font-weight: 600;
  font-size: 25px;
  color: var(--color-one);
}

.project-doc-box {
  text-align: center;
  border-right: 1px solid var(--color-black);
}

.project-doc-box.b0 {
  border-right: 0px solid var(--color-black);
}

.project-doc-box h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0 0 0;
}

.project-doc-img-box img {
  position: relative;
  bottom: 0;
  transition: all 0.5s ease-out;
}

.project-doc-box a:hover .project-doc-img-box img {
  bottom: 10px;
}

.project-doc-box a:hover {
  color: var(--color-two);
}

.project-doc-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../img/leaf-1.png) no-repeat;
  height: 410px;
  width: 30%;
  right: 0;
  bottom: 0;
}

.project-doc-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: black;
  height: 1px;
  width: 94%;
  bottom: 0;
  left: 40px;
}

.download-btn {
  background: var(--color-one);
  padding: 10px;
  display: inline-block;
}

.download-btn .btn-link {
  color: white;
}

.contact-us-bg {
  padding: 80px 0;
  position: relative;
  z-index: 0;
}

.contact-us-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color-one);
  width: 100%;
  height: 260px;
  bottom: 0;
}

.contact-us-bg::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(../img/leaf-1.png) no-repeat;
  height: 418px;
  width: 25%;
  bottom: 257px;
  right: 0;
}

.contact-form-bg {
  background: #F4EFEF;
  padding: 40px 50px 60px 50px;
  width: 638px;
  border-radius: 6px;
  position: absolute;
  right: 10%;
  bottom: 20%;
}

.contact-form-bg textarea {
  height: 45px;
}

.contact-form-bg h3 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: var(--color-one);
}

.contact-form-bg input,
.contact-form-bg input.form-control:focus,
.contact-form-bg textarea,
.contact-form-bg textarea.form-control:focus {
  border: 1px solid var(--color-white) !important;
  box-shadow: none;
}

.contact-form-bg select,
.contact-form-bg select.form-control:focus {
  border: 1px solid var(--color-one) !important;
  box-shadow: none;
  cursor: pointer
}

.contact-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea,
.contact-form-bg select {
  border-radius: 0;
  background-color: white !important;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #231f20 !important;
  padding: 10px 10px 10px 10px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.contact-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.contact-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.contact-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: var(--color-one) !important;
  border: 2px solid var(--color-one) !important;
  color: var(--color-white) !important;
  ;
  padding: 4px 40px 4px 40px;
  border-radius: 15px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.contact-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-one) !important;
  border: 2px solid var(--color-one) !important;
}

.contact-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.contact-form-bg .form-check-input:checked {
  background-color: var(--color-one) !important;
  border-color: var(--color-one) !important;
}

.contact-form-bg select option selected {
  color: var(--color-one);
}

/* .contact-box {background-color: #D9D9D9;padding: 50px;width: 588px;border-radius: 6px;position: absolute;right: 10%;bottom: 16%;} */
.contact-box {
  background-color: #D9D9D9;
  padding: 50px;
  border-radius: 6px;
}

.contact-box h3 {
  font-family: Castoro;
  font-weight: 400;
  font-size: 40px;
  color: var(--color-one);
}

.contact-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.icon {
  width: 30px;
  font-size: 18px;
  margin-right: 15px;
  line-height: 1.6;
}

.text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.inner-news-box {
  margin-bottom: 20px;
}

.inner-news-box img {
  width: 100%;
}

.inner-news-box .inner-news-content {
  padding: 20px;
  background: #D9D9D9;
  height: 270px;
}

.inner-news-box .inner-news-content h4 {
  font-family: Castoro;
  font-weight: 500;
  font-size: 25px;
  color: var(--color-one);
}

ul.project-link-bg {
  position: fixed;
  z-index: 3;
  right: 0;
  top: 200px;
  margin: 0;
  padding: 0;
}

ul.project-link-bg li {
  list-style: none;
  right: 0%;
  position: relative;
  transition: all 1s ease-out;
  margin: 4px 0;
}

ul.project-link-bg li a {
  display: flex;
  -webkit-box-shadow: -2px 9px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -2px 9px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 9px 12px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  margin: 6px 4px;
}

ul.project-link-bg li a span {
  background: var(--color-two);
  color: var(--color-white);
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 0px solid var(--color-one);
  transition: all 0.5s ease-out;
}

ul.project-link-bg li a p {
  margin: 0;
  background: var(--color-one);
  color: var(--color-white);
  padding: 10px 15px 10px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  margin-left: -25px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  transition: all 1s ease-out;
}

ul.project-link-bg li:hover {
  right: 0%;
}

ul.project-link-bg li:hover a p {
  opacity: 1;
}

ul.project-link-bg li a:hover span {
  background: var(--color-two);
  color: var(--color-white);
}

.modal-custom-bg .modal-content {
  background: rgba(255, 255, 255, 1);
  border: 0px;
  border-radius: 15px;
}

.modal-custom-bg .modal-body {
  padding: 0;
}

.modal-custom-bg .modal-body .close {
  font-size: 3rem;
  line-height: 1;
  color: var(--color-white);
  opacity: 1;
  position: absolute;
  z-index: 9;
  border: none;
  right: -35px;
  top: -15px;
  background: none;
}

.modal-custom-bg .modal-body .close:hover {
  opacity: 0.6;
}

.modal-custom-bg .modal-custom-text-body {
  padding: 40px;
}

.modal-custom-bg .modal-custom-body .btn-two-full {
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal-custom-bg .search-modal .modal-content {
  background: rgba(255, 255, 255, 0);
}

.fade-flip {
  transform: rotateX(-90deg);
  opacity: 0;
  -webkit-transition: all .30s linear;
  -o-transition: all .30s linear;
  transition: all .30s linear;
}

.fade-flip.show {
  opacity: 1;
  transform: rotateX(0deg);
}

/* .project-price-modal .modal-dialog{transform:none;width:25%}
.project-brochure-modal .modal-dialog{transform:none;width:25%}
.project-enquiry-modal .modal-dialog{transform:none;width:25%} */


.top-enquire-content {
  background: rgba(255, 255, 255, 1);
  color: #242121;
  border-radius: 0;
  border: 1px solid #000;
}

.top-enquire-content .enquire-pop-up {
  padding: 25px 30px 20px 30px;
}

.top-enquire-header {
  color: #242121;
}

.top-enquire-title {
  color: #242121;
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}

.top-enquire-header button.close {
  color: #242121;
  opacity: 1;
  position: absolute;
  right: 15px;
}

.enquire-pop-up input,
textarea {
  border: 0;
}

.form-request-quote {
  border-radius: 0 !important;
  display: block;
  background: rgba(0, 0, 0, 0) !important;
  background-image: none;
  border-color: #d9dadd !important;
  border-image: none;
  border-radius: 0;
  border-style: none none solid !important;
  border-width: medium medium 1px !important;
  box-shadow: none;
  color: #242121;
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 6px 0;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-weight: normal;
}

.form-request-group {
  margin-bottom: 0px;
}

.form-request-group-popup {
  margin-bottom: 20px;
}

.form-request-quote:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #dc254d !important;
  box-shadow: none;
  outline: none;
}

.enquire-pop-up .btn-default {
  background-color: #494946;
  border-color: #494946;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 8px;
  transition: all 0.3s linear 0s;
  width: 100%;
}

.enquire-pop-up .btn-default:hover {
  background: #242121;
}

.input-group-addon {
  background: #f5f5f5;
  padding: 7px 10px;
  border: 1px solid #ced4da;
  border-right: 0;
  border-radius: .25rem .0rem .0rem .25rem;
}

.emi-calc-body h2 {
  text-transform: uppercase;
  font-size: 18px;
}

.for-xs {
  display: none !important;
}

.project-enquire-btn {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #2e2d2d;
  color: #494946;
  margin-top: 5px;
  border-radius: .25rem;
}


.modal-custom-bg .modal-content {
  background: rgba(255, 255, 255, 1);
  border: 0px;
  border-radius: 0;
}

.modal-custom-bg .modal-body {
  padding: 0;
}

.modal-custom-bg .modal-header .close {
  font-size: 3rem;
  line-height: 1;
  color: var(--color-white);
  opacity: 0.6;
  position: absolute;
  z-index: 9;
  border: none;
  right: -35px;
  top: -15px;
  background: none;
}

.modal-custom-bg .modal-header .close:hover {
  opacity: 1;
}





@media(min-width:320px) and (max-width:1080px) {
  .slider {
    margin-top: 80px;
    padding: 0;
  }

  .inner-banner {
    margin-top: 64px;
    padding: 0;
  }

  .inner-banner:before {
    left: 0;
    right: 0;
  }

  .inner-banner img {
    min-width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .inner-banner h1 {
    font-size: 20px;
    right: 0;
    left: 0;
    bottom: 10px;
    margin-bottom: 0;
    text-align: center;
  }

  .hidden-xs,
  .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .Morder-1 {
    order: 1;
    -webkit-order: 1;
  }

  .Morder-2 {
    order: 2;
    -webkit-order: 2;
  }

  .Morder-3 {
    order: 3;
    -webkit-order: 3;
  }

  .Morder-4 {
    order: 4;
    -webkit-order: 4;
  }

  .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2344484d'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    border: 2px solid var(--color-black);
  }

  .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2344484d'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    border: 1px solid var(--color-black);
    border-radius: 100px;
  }

  .carousel-inner>.carousel-item>img {
    border-radius: 0;
  }

  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    top: unset;
    bottom: unset
  }

  .slider .carousel-control-next {
    left: auto;
    right: 125px;
    display: none;
  }

  .slider .carousel-control-prev {
    right: auto;
    left: 125px;
    display: none;
  }

  .mobileSlider .carousel-control-prev {
    right: auto;
    left: 125px
  }

  .mobileSlider .carousel-control-next,
  .slider .carousel-control-prev {
    top: unset;
    bottom: unset;
  }

  .mobileSlider .carousel-control-next {
    right: 20px;
  }

  .mobileSlider .carousel-control-prev {
    left: 20px;
  }

  .mobile-banner-button-nav {
    display: flex;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    flex-wrap: wrap
  }

  .mobileSlider .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    border: 0px solid var(--color-black);
  }

  .mobileSlider .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    border: 0px solid var(--color-black);
  }

  .carousel-control-next:focus,
  .carousel-control-next:hover,
  .carousel-control-prev:focus,
  .carousel-control-prev:hover {
    text-decoration: none;
    outline: 0;
    opacity: .9
  }

  /* .carousel-control-prev-icon:focus,.carousel-control-next-icon:hover,.carousel-control-prev-icon:focus,.carousel-control-next-icon:hover{opacity: .9;} */
  .btn-one {
    font-size: 12px;
  }

  .project-link-bg {
    display: none;
  }

  ul.project-link-bg li a span {
    font-size: 15px;
    width: 40px;
    height: 40px
  }

  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 40px 0 0;
    text-align: center;
  }

  .footerextra-Mt {
    margin-top: 0;
  }

  footer .footer-list {
    margin-top: 0px;
  }

  .back-to-top {
    bottom: 165px;
    left: 82%;
    margin: 0 auto;

  }

  ul.footerextra {
    margin: 30px 0 40px;
  }

  footer .copy {
    padding: 30px 0 30px 0;
    margin-top: 20px;
  }

  footer .copy .copy-right {
    text-align: center;
  }

  footer .copy .copy-center {
    padding-top: 20px;
    line-height: 24px;
  }

  footer .copy .copy-center i {
    display: none;
  }

  footer .copy .copy-center span {
    display: block;
  }

  footer .footer-list h3 span {
    display: block;
    margin-right: 0;
    text-transform: uppercase;
  }

  ul.footerextra li {
    list-style: none;
    padding: 6px 12px 6px 12px;
    position: relative;
    z-index: 0;
  }

  ul.footerextra li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -3px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-white);
    font-size: 6px;
  }


  .footer-link-box.Nbr {
    border-right: 0px solid #D9D9D9;
  }

  .footer-link-box.Mbb {
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-link-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-bg .container {
    bottom: 0;
  }

  .footer-link-content-bg {
    padding: 50px 20px 50px 20px !important;
    text-align: center;
  }

  .footer-link-content-bg h2 {
    font-size: 40px;
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .search button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .search-body {
    position: relative;
    padding: 30px 15px !important;
  }

  .modal-custom {
    margin-top: 30px;
  }

  .modal-custom.specification {
    margin-top: 115px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .rwd-table td {
    width: 100%;
  }

  .text-m-center {
    text-align: center;
  }

  .home-head {
    text-align: center;
    font-size: 24px !important;
    line-height: 1.2;
    margin-bottom: 15px;
    ;
  }

  .mb-5 {
    margin-bottom: 10px;
  }

  .btn-link {
    font-size: 16px;
  }

  .inner-bg {
    padding: 50px 0;
  }

  .inner-bg h2 {
    font-size: 30px;
    text-align: center;
  }

  .inner-bg h2 span {
    display: inline;
  }

  .environmental-box p {
    padding: 10px;
  }


  .home-welcome-bg {
    padding: 50px 0;
    margin-bottom: 0;
  }

  .home-welcome-bg h2 span {
    display: inline;
  }

  .home-chairman-bg {
    padding: 50px 0;
  }

  .home-chairman-bg h2 {
    line-height: 1;
  }

  .home-chairman-bg img {
    margin-bottom: 10px;
  }

  .home-chairman-bg .text-c {
    text-align: center;
  }

  .horizontal-scrolling-items__item span {
    font-size: 40px;
    padding: 5px;
    line-height: 34px;
  }

  .home-scroll-bg-2 h2 {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
  }

  .home-scroll-bg::after {
    width: 100%;
  }


  .home-project-bg {
    padding: 0 0 40px;
  }

  .home-project-bg h2 {
    text-align: center;
  }

  .home-project-box h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .home-project-box h4 span {
    font-size: 16px
  }

  .home-enquire-bg {
    margin-bottom: -100px;
  }

  .home-our-story-bg {
    padding: 50px 0;
  }

  .home-our-story-bg h2 span {
    display: inline;
  }


  .home-story-box {
    margin: 20px 0
  }

  .home-story-box div h5 {
    font-size: 14px;
  }

  .home-story-box img {
    width: 30%;
  }

  .home-news-bg {
    padding: 30px 0;
  }

  .home-news-bg h2 {
    text-align: center;
  }

  .home-testimonial-bg {
    padding: 40px 0;
  }

  .home-testimonial-bg h2 {
    text-align: center;
    font-size: 30px;
  }

  .home-testimonial-bg .container::after {
    left: 0;
    width: 100%;
  }


  .home-stat-bg {
    padding: 60px 0;
    min-height: 150px;
  }

  .counter-box {
    padding: 20px 10px;
  }

  .counter-box h4 {
    font-size: 45px;
  }

  .counter-box.inner {
    padding: 20px 10px;
  }

  .counter-box h4 {
    font-size: 45px;
  }

  .footer-logo-bg {
    padding: 0;
  }

  .footer-logo-bg h2 {
    font-size: 20px;
  }

  .footer-logo-bg h2 span {
    display: block;
  }

  footer:before {
    top: 14%;
  }

  address p {
    text-align: center;
  }


  .home-enquire-bg {
    padding: 40px 0 100px;
  }

  .project-top-menu {
    display: none;
  }

  .inner-project-bg {
    padding: 40px 0;
  }

  .project-vm-box {
    padding: 25px;
  }

  .project-vm-box .project-vm-box-one {
    margin-bottom: 30px;
  }

  .project-vm-box h3 {
    text-align: center;
    font-size: 30px;
  }

  .inner-p-plans-bg {
    padding: 40px 0;
    text-align: center;
  }

  .project-amenities-bg {
    padding: 40px 0;
  }

  .project-amenities-bg h2 {
    text-align: center;
  }

  .inner-project-bg h3 {
    text-align: center;
  }

  .location-heading {
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
  }

  .location-box {
    text-align: center;
  }

  .location-box p {
    text-align: center;
  }

  .project-construction-box {
    padding: 10px;
    margin: 12px 0
  }

  .project-construction-box h4 {
    font-size: 15px;
    margin: 0 0 10px 0;
    padding: 10px 0
  }

  .project-construction-btn-box a.pcbb {
    font-size: 10px;
    padding: 5px 8px;
    border: 1px solid #748871;
  }

  .project-construction-btn-box {
    margin-bottom: 10px;
  }

  .project-construction-btn-box a.pcbb i {
    font-size: 20px;
  }

  .project-doc-bg h3 {
    text-align: center;
  }

  .project-doc-box {
    border-right: 0px solid var(--color-black);
    background: #748871;
    padding: 20px;
  }

  .project-doc-box h3 {
    font-size: 12px;
    color: white;
  }

  .project-doc-bg {
    padding: 40px 0 40px 0
  }

  .project-doc-img-box img {
    filter: brightness(0) grayscale(1);
    width: 40%;
  }

  .project-doc-bg::after {
    display: none;
  }

  .project-doc-bg::before {
    width: 100%;
    left: 0;
  }



  .inner-vm-bg {
    padding: 0;
  }

  .inner-vm-bg h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
  }


  .inner-certificates-bg {
    padding: 40px 0 100px;
  }

  .inner-certificates-bg h3 {
    font-size: 30px;
    text-align: center;
  }

  .inner-certificates-bg::before {
    width: 100%;
    left: 0;
  }

  .inner-certificates-bg::after {
    display: none;
  }


  .inner-projects-bg {
    padding: 50px 0;
    ;
  }

  .inner-projects-bg h3 {
    text-align: center;
  }

  .inner-projects-bg h2 {
    text-align: center;
    font-size: 30px;
  }

  .inner-projects-bg::after {
    display: none;
  }



  .contact-form-bg {
    position: relative;
    left: 0;
    right: 0;
  }

  /* .contact-box{position: relative;top: 0;right: 0;} */
  .contact-box {
    padding: 10px;
  }

  .ul.social-network {
    margin-left: 0 !important;
  }

  .footer-mobile-bottom-menu-bg {
    position: fixed;
    z-index: 1009;
    bottom: 12px;
    width: 95%;
    /* background: rgb(150, 39, 0); Fallback */
    background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: block;
    left: 10px;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a {
    display: block;
    text-align: center;
    padding: 10px;
    color: #d74e4e;
  }

  .footer-mobile-bottom-menu-bg .br {
    border-right: 1px solid #d74e4e;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a i {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a h4 {
    margin: 0;
    font-size: 10px;
  }

  .footer-mobile-bottom-menu-bg .footer-mobile-bottom-menu-box a:hover {
    color: var(--color-orange);
  }

  /* .top-whats-app{position:fixed;top:10px;right:75px;z-index:99999} */
  .contact-us-bg::before {
    display: none;
  }

  .project-specification-boxHead {
    font-size: 22px;
  }

  .modal-custom-bg .modal-header .close {
    right: 0;
    top: -40px;
  }

}