@charset "utf-8";

/* CSS Document */
/*******common css*************/

html {
  overflow-x: hidden !important;
}

body {
  font-family: "Noto Sans" !important;
  overflow-x: hidden !important;
  background-color: #F9F7F4;
}

.margin_auto {
  margin-right: auto;
  margin-left: auto;
}

.no_padding {
  padding-right: 0px;
  padding-left: 0px;
}

.no_padd_left {
  padding-left: 0px;
}

.no_padd_riht {
  padding-right: 0px;
}

p {
  font-size: 13px;
  line-height: 23px;
  color: #474747;
  font-weight: 400;
}

.text-danger {
  padding: 0px !important;
  position: relative !important;
  margin-top: 0px !important;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.custom_ul {
  padding-left: 0px !important;
  list-style: none;
}

.custom_ul li {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 15px;
  color: #474747;
  /* list-style-image: url(../images/li.png); */
}

.custom_ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-image: url(../images/li.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.form-control:focus {
  box-shadow: none;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
  font-size: 13px;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: transparent !important;
  border-radius: var(--bs-border-radius);
}

.form-control-danger {
  border: 1px solid #FF5559 !important;
}

.has-danger>label {
  color: #FF5559 !important;
}

.text-danger {
  display: none !important;
}

a {
  text-decoration: none !important;
}

.white_link {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.white_link:hover {
  padding-left: 20px;
}

.small,
small {
  font-size: 10px;
}

.a_link {
  color: #000000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.a_link:hover {
  color: #0d5ca3;
  padding-left: 5px;
}

.pad_3 {
  padding-left: 3px;
  padding-right: 3px;
}

.btn:focus {
  background-color: #0d5ca3;
  border-color: #0d5ca3;
  box-shadow: none;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.white_a {
  transition: 0.5s;
}

.white_a:hover {
  color: red !important;
}

.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}

.top_social_icon .fa-brands {
  padding: 10px;
  font-size: 15px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 2px 0px;
  border-radius: 5px;
  background-color: transparent;
  color: #000000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.top_social_icon .fa-brands:hover {
  background-color: #F3C623;
  color: #000000 !important;
}

.white_text {
  color: #ffffff !important;
}

.green_text {
  color: #006230 !important;
}

.btn:active {
  background-color: #000000 !important;
}

.yellow_btn {
  background-color: #F3C623;
  border: 1px solid #F3C623 !important;
  color: #000000 !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: transparent;
  font-size: 13px !important;
  padding: 12px 30px !important;
  border-radius: 5px;
  /* height: 58px; */
}

.yellow_btn:focus {
  background-color: #006230;
  border: 1px solid #F3C623 !important;
  color: #ffffff !important;
}

.yellow_btn:focus-visible {
  background-color: #006230;
  border: 1px solid #F3C623 !important;
  color: #ffffff !important;
}

.yellow_btn:hover {
  background-color: #006230;
  border: 1px solid #F3C623 !important;
  color: #ffffff !important;
  border-radius: 8px;
}

.yellow_btn_active {
  font-size: 13px !important;
  padding: 12px 30px !important;
  border-radius: 5px;
  border: 1px solid #F3C623 !important;
  background-color: #F3C623;
  color: #000000 !important;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.yellow_btn_active:hover :focus-visible {
  border: 1px solid #F3C623 !important;
  background-color: #F3C623;
  color: #000000 !important;
  border-radius: 8px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #818FB4;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select {
  border: 1px solid #818FB4;
  color: #000000;
}

.form-floating>label {
  position: absolute;
  font-size: 13px;
  top: 3px;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.form-control:focus-visible {
  color: #000000 !important;
  background-color: #ffffff !important;
}

.form-select:focus-visible {
  color: #000000 !important;
  background-color: #ffffff !important;
}

.background_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.heading {
  font-size: 30px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
}

.sub_heading {
  font-size: 30px;
  font-weight: 600;
  color: #404040;
  line-height: 40px;
}

.third_heading {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  line-height: 22px;
}

.border_heading {
  font-size: 60px;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px #006230;
  text-transform: uppercase;
  line-height: 54px;
}

.gray_bg {
  background-color: #F1F1F1;
  padding: 8px;
  border-radius: 10px;
}

.white_bg {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 10px;
}

.border_bo_left {
  border-bottom-left-radius: 30px !important;
}

/*******common css*************/

/******************************/
/******************************/

/* menu */

.top_left_col {
  padding-left: 60px;
  padding-right: 30px;
}

.top_right_col {
  padding-left: 34px;
}

.nav-link {
  font-size: 13px;
}

.logo_section {
  display: flex;
  flex-wrap: wrap;
  height: 70vh;
  align-content: flex-end;
  align-items: flex-end;
  max-width: 650px;
  padding-bottom: 20px;
}

.logo_section img {
  width: 350px;
}

/* menu */

/* slider */

.main_slider_sec {
  height: 100vh;
}

.main_slider .carousel-item {
  margin-top: 15px;
  height: 98.5vh;
  min-height: 450px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  position: relative;
}

.carousel-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: scaler 15s ease-out infinite;
}

@keyframes scaler {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0px;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 0rem;
  color: #272727;
  z-index: 10;
}

.caption_text {
  width: 390px;
  position: relative !important;
  text-align: left;
  height: 100vh;
}

.slider_bottom_social_links {
  position: relative;
  z-index: 999;
  width: 300px;
  top: -40px;
}

.fiexd_carousel_caption {
  padding: 40px 70px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  border-bottom-right-radius: 10px;
}

.home_main_slider_indicators {
  z-index: 9999;
  right: inherit;
  margin-left: 0%;
  left: -415px;
  bottom: 22px;
}

.home_main_slider_indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 140px;
  height: 98px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
  border: 1px solid #ffffff;
  border-radius: 12px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home_main_slider_indicators .active {
  opacity: 1;
  border: 1px solid #006230;
  border-radius: 12px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slider_image_caption_item {
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: 0px;
  right: 0px;
}

/* slider */

.why_choose_section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.trust_box {
  margin-top: 60px;
  left: -50px;
}

.years_box {
  margin-top: 100px;
  right: 40px;
}

.house_vec_img {
  animation: linear infinite;
  animation-name: run;
  animation-duration: 20s;
}

@keyframes run {
  0% {
    left: 0;
  }

  50% {
    left: 30%;
  }

  100% {
    left: 0;
  }
}

.flower_img {
  width: 450px;
}

.testimonial_section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: -25px;
  background-size: contain !important;
  background-position: right !important;
}

.carousel-control-next,
.carousel-control-prev {
  position: relative;
  z-index: 999;
  margin-top: -70px;
  right: 90px;
  bottom: 40px;
  display: flex;
  float: right;
  align-items: center;
  justify-content: end;
  width: 40px;
  padding: 10px;
  color: #000000;
  background-color: #ffffff !important;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  border-radius: 5px;
  transition: opacity .15s ease;
}

.carousel-control-prev {
  background-color: transparent !important;
  font-size: 40px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #F3C623;
  left: -65px;
}

.carousel-control-next {
  background-color: transparent !important;
  font-size: 40px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #F3C623;
  right: 20px;
}

.carousel-control-prev:hover {
  color: #006230;
}

.carousel-control-next:hover {
  color: #006230;
}

.carousel-control-prev:focus {
  color: #006230;
}

.carousel-control-next:focus {
  color: #006230;
}

.ass_comp_section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: contain;
  background-position: right;
}

.gradient_bg {
  height: 100%;
  /* background: linear-gradient(-45deg, #00BD0D, #009383, #F3C623); */
  background: linear-gradient(-45deg, #006230, #648A75, #3c5346);
  background-size: 300% 300%;
  animation: gradient 5s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.gradient_bg .border_heading {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}


/******************************/
/******************************/

/* footer */

.footer_links {
  padding-left: 0px !important;
}

.footer_links li {
  list-style-type: none;
  /* display: inline-block; */
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 8px;
}

.footer_links li a {
  color: #6A6A6A;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer_links li a:hover {
  color: #006230;
}

.footer_logo {
  width: 180px;
}

/* footer */

/******************************/
/******************************/

/* arrow btn */
.arrow_button {
  cursor: pointer;
  border: none;
  background: #F3C623;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  transition:
    background 300ms,
    transform 200ms;
  font-weight: 600;
}

.button__circle {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #F3C623;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.button__circle:hover {
  background: #006230;
}

.button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.arrow_button:hover {
  background: #000;
  transform: scale(1.05);
}

.arrow_button:hover .button__icon {
  color: #ffffff;
}

.arrow_button:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.arrow_button:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}

a:hover .button__icon {
  color: #ffffff;
}

a:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

a:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

a:hover .button__circle {
  background: #006230;
}

/* ============= */

.slider-card:hover .button__icon {
  color: #ffffff;
}

.slider-card:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.slider-card:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.slider-card:hover .button__circle {
  background: #006230;
}

/* ============= */

.pro_box_col:hover .button__icon {
  color: #ffffff;
}

.pro_box_col:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.pro_box_col:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.pro_box_col:hover .button__circle {
  background: #006230;
}

/* ============= */
/* arrow btn */

/* anuradha css */


.right_line {
  position: relative;
  padding: 0 25px;
}

.right_line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #CCCCCC;
  right: 0;
  top: 0;
}

.stats_col .heading {
  font-size: 50px;
  color: #006230;
  font-weight: 900;
}

.stats_col .third_heading {
  margin-bottom: 0;
  line-height: 27.24px;
}

.testi_next,
.testi_prev {
  margin-top: -61px;
  right: 90px;
  width: 45px;
  height: 45px;
  background-color: #ffffff !important;
  border: 1px solid #000000;
  border-radius: 100%;
}

.testi_next {
  font-size: 25px;
  right: 20px;
  color: #000000;

}

.testi_prev {
  font-size: 25px;
  left: -70px;
  color: #000000;
}

.testi_next:hover,
.testi_prev:hover {
  background-color: #006230 !important;
  color: #ffffff;
}

/* Raveesha CSS Start  */

.th_line_3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}

.p_line_3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

.p_line_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 46px;
}

.heading_tree {
  width: 100px;
  margin-bottom: 48px !important;
}

.mobile_logo {
  z-index: 999;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  top: 30px;
  left: 25px;
  width: auto;
}

.mobile_logo img {
  width: 150px;
}

#mobile_main_slider .border_heading {
  -webkit-text-stroke: 1px #ffffff;
}

.testi_icon_img {
  width: 200px;
}

/* Inner pages css start  */

/* Header  */
.nav_links_ul {
  background-color: #f1f1f1;
  padding: 3px;
  border-radius: 10px;
  position: relative;
  top: 10px;
  right: -10px;
}

.top_logo {
  width: 180px;
  /* padding: 30px; */
  background-color: #ffffff;
  /* border-radius: 10px; */
  margin-left: 20px;
  margin-top: -24px;
  position: absolute;
}

.inner_banner_sec {
  height: 300px;
}

/* Breadcrumb css start  */
.breadcrumb {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 0px;
}

.breadcrumb .breadcrumb-item a {
  color: #6a6a6a;
}

.breadcrumb .breadcrumb-item.active {
  color: #006230;
  font-weight: 600;
}

.breadcrumb-item.active {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}

/* Breadcrumb css end  */

.inner_gradient_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 20%,
      rgba(114, 114, 114, 1) 40%,
      rgba(39, 39, 39, 1) 65%,
      rgba(0, 98, 48, 1) 100%);
  opacity: 0.42;
  pointer-events: none;
}

.inner_hero_content .heading {
  font-size: 30px;
}

/* Header  */

.half_gradient {
  /* background: linear-gradient(90deg, rgba(0, 157, 137, 1) 27%, rgba(0, 161, 115, 1) 47%, rgba(0, 171, 77, 1) 63%, rgba(0, 182, 48, 1) 82%, rgba(255, 255, 255, 1) 82%); */
  /* background: linear-gradient(90deg, rgba(0, 157, 137, 1) 27%, rgba(0, 161, 115, 1) 47%, rgba(0, 171, 77, 1) 63%, rgba(0, 182, 48, 1) 82%, rgba(255, 255, 255, 0) 82%); */
  background: linear-gradient(90deg, rgba(10, 102, 55, 1) 0%, rgba(100, 138, 117, 1) 82%, rgba(255, 255, 255, 0) 82%);
}

.featured_section {
  background-size: 500px;
  /* background-size: contain; */
  background-position: right top;
  background-repeat: no-repeat;
}

.featured_slider .slider-card {
  transition: 0.5s ease;
}

.featured_slider .slider-card:hover {
  background-color: #ffffff;
  border-radius: 10px;
}

/* Pagination CSS start  */

.site_pagination .page-link {
  border: 1px solid #D3D3D3;
  background-color: #ffffff;
  color: #616161;
  font-size: 13px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.site_pagination .page-link:hover {
  background-color: #f8f8f8;
}

.site_pagination .disabled .page-link {
  border: 1px solid #006230;
  background-color: #006230;
  color: #ffffff;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 2px;
}

.page-link:focus {
  box-shadow: none;
}

/* Pagination CSS end  */

/* Price range component css start  */
.price_range_div ::selection {
  color: #fff;
  background: #F3C623;
}

.price_range_div .price-input {
  width: 100%;
  display: flex;
  margin: 12px 0 0px;
}

.price_range_div .field input:focus-visible {
  border: none !important;
  box-shadow: none !important;
  outline: transparent;
}

.price_range_div .price-input .field {
  display: flex;
  width: 100%;
  /* height: 45px; */
  align-items: center;
}

.price_range_div input[type="number"]::-webkit-outer-spin-button,
.price_range_div input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price_range_div .price-input span {
  font-size: 13px;
  font-weight: 600;
  color: #474747;
  white-space: nowrap;
}

.price_range_div .price-input input {
  border: none;
  background-color: transparent;
  text-align: start;
  font-size: 13px;
  width: fit-content;
  font-weight: 600;
  color: #474747;
  margin-left: 6px;
}

.price_range_div .price-input input:focus {
  border: none;
}

.price_range_div .range_slider {
  height: 5px;
  position: relative;
  background: #b7b7b7;
  border-radius: 5px;
}

.price_range_div .range_slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #F3C623;
}

.price_range_div .range-input {
  position: relative;
}

.price_range_div .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.price_range_div input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #F3C623;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price_range_div input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #F3C623;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Price range component css end  */

.light_gradient_bg {
  background: linear-gradient(90deg,
      rgba(0, 157, 137, 0.075) 27%,
      rgba(0, 161, 115, 0.075) 47%,
      rgba(0, 171, 77, 0.075) 63%,
      rgba(0, 182, 48, 0.075) 82%);
  border-radius: 10px;
  padding: 15px 10px;
}

.call_btn.light_gradient_bg .icon_light{
  display: none;
}

.call_btn.light_gradient_bg:hover .icon_light{
  display: block;
}

.call_btn.light_gradient_bg:hover .icon_dark{
  display: none;
}

.call_btn.light_gradient_bg .bg_yellow{
  transition: 0.4s ease;
}

.call_btn.light_gradient_bg:hover .bg_yellow{
  background-color: #006230;
}

.bg_yellow {
  background-color: #F3C623;
}

.bg_green{
  background-color: #006230;
}

.bg_red{
  background-color: #F50000;
}

.form_div {
  padding: 38px;
  background-color: #E5EAE7;
  border-radius: 20px;
}

.contact_form {
  border-radius: 20px 0px 0px 20px;
}

.map_div {
  border-radius: 0px 20px 20px 0px;
}

.medium_icon {
  width: 30px;
  height: 30px;
}

.small_icon{
  width: 20px;
  height: 20px;
}

/* Checkbox css  */
.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 2px solid #6FA88B;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #006230;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Checkbox css  */

.sell_land_left .flower_vec {
  top: 18%;
  left: -25%;
  width: 140%;
  z-index: -1;
}

.carousel-indicators .active {
  background-color: #006230;
}

.carousel-indicators [data-bs-target] {
  opacity: 1;
}

/* Accordion section css start */

.accordion-button:after {
  font-family: "FontAwesome";
  font-weight: 300;
  content: "\f067";
  color: #333333;
  float: right;
  transform: rotate(180deg) !important;
  background-image: none !important;
  font-size: 20px;
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  font-family: "FontAwesome";
  font-weight: 300;
  content: "\f068";
}

.accordion-button:not(.collapsed) {
  color: #333333 !important;
}

.accordion-body p {
  margin-bottom: 0px !important;
}

.accordion-body {
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  margin-top: 10px;
  padding: 20px;
}

.accordion-item {
  border: none !important;
  margin-bottom: 22px;
  background-color: transparent;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: #E8E8E8;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px !important;
  padding: 24px;
  border: none !important;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

/* Accordion section css end */

.flower_group {
  bottom: -39px;
  z-index: -1;
  width: 710px;
}

.chairman_msg {
  padding-top: 100px;
  /* padding-bottom: 100px; */
  margin-top: -25px;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

.chairman_msg .gradient_bg {
  height: 600px;
}

.chairman_img {
  right: -100px;
}

.chairman_img img {
  width: 400px;
}

.ch_sign img {
  width: 50%;
}

.about_text_sec {
  background-image: linear-gradient(to right, #ffffff 80%, rgba(0, 0, 0, 0) 80%), url('../images/about_bg.jpg');
}

.building_img {
  width: 540px;
  right: 80px;
}

/* swiper css  */
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  width: 100%;
  height: 500px;
}

.mySwiper2 .swiper-slide {
  border-radius: 12px;
}

.mySwiper {
  margin-top: 10px;
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border-radius: 6px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* swiper css  */

.proj_logo {
  top: 15px;
  left: 15px;
  background-color: #ffffff;
  border-radius: 10px;

}

.proj_logo img {
  border-radius: 6px;
  margin: 5px;
  height: 100px;
  width: 100px;
  object-fit: contain;
}

.swiper-button-prev,
.swiper-button-next {
  width: 45px !important;
  height: 45px !important;
  background-color: #ffffff !important;
  border: 1px solid #000000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
  color: #000000 !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #006230 !important;
  color: #ffffff !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700 !important;
  content: "\f061" !important;
  font-size: 20px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  transform: rotate(180deg);
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Tabs CSS  */
.detail_tabs .nav-link{
  font-weight: 700;
  color: #231F20;
  font-size: 13px;
  transition: 0.4s ease;
  border-bottom: 4px solid transparent !important;
}

.detail_tabs .nav-link:hover{
  color: #006230;
}

.detail_tabs .nav-tabs{
  gap: 30px;
}

.detail_tabs .nav-link.active {
  border-bottom: 4px solid #006230 !important;
}

.detail_tabs .tab-pane img{
  height: 400px;
  object-fit: contain;
}

.dark_green_bg{
 background-color: #527A65 !important;
}

/* Tabs CSS  */

.square_prod_img {
  height: 380px;
}

.featured_slider .square_prod_img{
  overflow: hidden;
}

.featured_background {
  position: absolute;
  inset: 0;
  background-image: url('..//images/prop-1.jpg');
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease-in-out;
}

.featured_slider .slider-card:hover .featured_background {
  transform: scale(1.2);
}

.text_link{
  color: #474747;
  transition: 0.4s ease-in-out;
}

.text_link:hover{
  color: #006230 !important;
}

.payment_plans .white_bg{
  min-height: 230px;
}

/* Fancybox css  */
.fancybox-container{
  z-index: 99999999 !important;
}
/* Fancybox css  */

/* Inner pages css end  */

/* Fixed button CSS  */
.fixed_btn {
  background-color: #F3C623;
  z-index: 9999;
  position: fixed;
  right: -7px;
  top: 230px;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 46px;
  width: 142px;
  overflow: hidden;
  transition: 0.3s ease;
  margin-right: -90px;
  padding: 0px 13px;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
}

.fixed_btn .light_icon{
  display: none;
}

.fixed_btn:hover {
  margin-right: 0px;
  background-color: #006230;
}

.fixed_btn img {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

.fixed_btn .button-text {
  color: #333333;
  font-weight: 600;
}

.fixed_btn:hover .button-text {
  display: inline;
  color: #ffffff;
}

.fixed_btn:hover .dark_icon{
  display: none;
}

.fixed_btn:hover .light_icon{
  display: block;
}
/* Fixed button CSS  */


/* =================================================  */

/* Custom modal CSS start  */

.modal-backdrop {
  z-index: 9999999; /* Higher than the header and button */
}

.custom_modal{
  z-index: 999999;
}

.custom_modal .modal-body{
  padding: 40px;
}

.custom_modal .modal_close {
  right: -17px;
  top: -13px;
  z-index: 9999;
  background-color: #F3C623;
  border-radius: 100%;
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.custom_modal .modal_close:hover {
  background-color: #006230;
}

.custom_modal .btn-close{
  background: transparent url("../images/close_icon_dark.png") center/1em auto no-repeat;
  opacity: 1;
}

.custom_modal .modal_close:hover .btn-close{
  background: transparent url("../images/close_icon.png") center/1em auto no-repeat;
}
/* Custom modal CSS end  */

/* =================================================  */



/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-element{
  background-color: #006230 !important;
  /* right: 15px !important; */
  left: 15px !important;
  z-index: 999999999 !important;
  color: #ffffff !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.scroll-top-element:hover{
  color: #000000 !important;
  background-color: #F3C623 !important;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/


/* House Floor Plans  */
.custom_side_nav {
  background-color: #ffffff !important;
  border-bottom: transparent !important;
  margin-bottom: 10px !important;
  width: 250px;
  text-align: left;
  padding: 13px;
  transition: 0.5s;
  font-size: 13px;
  color: #2E2E2E !important;
  border-radius: 0px !important;
}

.custom_side_nav.active {
  background-color: #527A65 !important;
  color: #ffffff !important;
  position: relative;
  transition: 0.5s;
}

.tab_pill_content{
  background-color: #ffffff;
  padding: 30px;
  border-bottom-right-radius: 80px;
  border-left: 1px solid #CCCCCC;
}

.mobile_tab_accor_btn{
  padding: 18px !important;
  margin-bottom: 10px;
}

.tab_pill_content .small_icon{
  margin-right: 5px;
}

/* House Floor Plans  */

.h3_line2{
  min-height: 44px;
}

.testi_slider_col p{
  min-height: 178px;
}

/* New CSS  */
.testi_img{
  height: 76px !important;
  width: 76px !important;
}

.old_price {
  color: #FF1414;
  font-size: 14px;
  font-weight: 700;
  text-decoration-line: line-through;
  margin-bottom: 0px !important;
}

.final_price{
  font-size: 20px;
}

.small_text{
  font-size: 12px;
}

.bagde-flag-wrap {
  position: absolute;
  bottom: 25px;
  right: -10px;
  z-index: 99999;
}

.bagde-flag {
  text-transform: capitalize;
  color: #ffffff;
  background: #f33232;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  padding: 6px 18px 6px 12px;
  display: block;
  text-decoration: none;
  border-radius: 5px 0px 0px 5px;
}

.bagde-flag-wrap::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 10px 0px;
  border-color: transparent #b32626 transparent transparent;
  rotate: -90deg;
}

.price_section{
  min-height: 41px;
}

.sec_padding{
  padding-top: 70px;
  padding-bottom: 70px;
}
/* New CSS  */

/* Toggle button css  */
.btn--menu {
  margin: auto;
  width: 2em;
  display: inline-block;
  transition: all, 1s;
  padding: 0.675em 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
.btn--menu span {
  display: block;
  position: relative;
  height: 2px;
  width: 1.5em;
  background-color: #000;
}
.btn--menu span::before, .btn--menu span::after {
  content: "";
  display: block;
  background-color: #000;
  width: 1.5em;
  height: 2px;
  position: absolute;
  bottom: 0;
  transform-origin: 50% 50%;
  transition: all, 0.2s;
}
.btn--menu span::before {
  transform: translateY(-0.5em);
}
.btn--menu span::after {
  transform: translateY(0.5em);
}
.btn--menu:hover:not(.actived) span::before {
  transform: translateY(-0.625em);
}
.btn--menu:hover:not(.actived) span::after {
  transform: translateY(0.625em);
}
.btn--menu.actived {
  overflow: visible;
}
.btn--menu.actived span {
  background-color: transparent;
}
.btn--menu.actived span::before {
  -webkit-animation: top-bar 1s;
  animation: top-bar 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.btn--menu.actived span::after {
  -webkit-animation: bottom-bar 1s;
  animation: bottom-bar 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes top-bar {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(45deg) translateY(0);
  }
}
@keyframes top-bar {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(45deg) translateY(0);
  }
}
@-webkit-keyframes bottom-bar {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(-45deg) translateY(0);
  }
}
@keyframes bottom-bar {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(-45deg) translateY(0);
  }
}
/* Toggle button css  */

.footer_contact{
  width: fit-content;
}

.footer_contact span{
  transition: 0.4s ease-in-out;
}

.footer_contact:hover span{
  background-color: #F3C623 !important;
}

.light_line{
  color: rgb(0 0 0 / 10%);
  opacity: 1;
}

