:root {
  --primary-color: #f57a20;
  --text-color: #303030;
  --text-color-p: #707070;
  --banner-color: #f2f4f5;
  --white-color: #ffffff;
  --black-color: #000000;
  --cream-color: #f7f8d4;
  --section-bg-gray: #f2f4f5;
  --halant-font: "Halant", serif;
  --oregano-font: "Oregano", cursive;
}
.breadcrumb_area {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cream_color {
  background-color: var(--cream-color);
}
.halant_font > *,
.halant_font p,
.halant_font thead,
.halant_font tbody,
.halant_font tr,
.halant_font th,
.halant_font td,
.halant_font table b,
.halant_font a,
.halant_font h2,
.halant_font h3,
.halant_font h4,
.halant_font h5,
.halant_font h6,
.halant_font span,
.halant_font label,
.halant_font input,
.halant_font ._btn,
.halant_font strong,
.halant_font button,
.halant_font textarea {
  font-family: var(--halant-font);
}
.breadcrumb_area .top_breadcrumb_area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb_area .breadcrumb_contnt {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.breadcrumb_area .top_breadcrumb_area .banner_img_zoom {
  height: 350px;
  z-index: -1;
  position: relative;
  width: 100%;
  object-position: bottom center;
  object-fit: cover;
}
.breadcrumb_area .top_breadcrumb_area .breadcrumb_heading {
  margin-top: 132px;
  font-size: 36px;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.breadcrumb_area .top_breadcrumb_area::after {
  /* background-color: rgba(17, 17, 17, 0.5); */
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.breadcrumb_area .breadcrumb {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  align-items: center;
}
.breadcrumb_area .breadcrumb .breadcrumb-item {
  font-size: 16px;
  color: #b7b7b7;
  text-transform: capitalize;
}
.breadcrumb_area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #303030;
  content: ">";
}
.perfect_grid .card_shadow {
  position: relative;
  overflow: hidden;
}
.perfect_grid .card_shadow::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 27%,
    rgba(0, 0, 0, 0.8) 90%
  );
  transition: transform 0.4s;
}
.perfect_grid .inner_cont:hover {
  transform: scale(1.1);
}

.perfect_grid .card_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.perfect_grid .card-header-b {
  bottom: 20px;
  padding: 1rem;
  color: var(--white-color);
  z-index: 2;
  position: absolute;
}
.perfect_grid .card-header-b ._btn {
  font-size: 0.8rem;
  padding: 0.2rem 0.7rem;
  border-radius: 50px;
}
.perfect_grid .card-header-b .title-2 {
  color: var(--white-color);
  text-decoration: none;
  font-size: 1.6rem;
}
.perfect_grid .a_flex {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 7px;
  overflow: hidden;
}
.card_description p,
.perfect_grid .card-header-b .text-b {
  font-size: 1rem;
  color: var(--white-color);
}
.perfect_grid {
  margin: 0 -15px;
}
.perfect_grid .item {
  width: 33.333333%;
}
.perfect_grid .inner_cont {
  margin: 15px;
}
.perfect_grid .card_description {
  margin: 10px 0;
}
.perfect_grid .img_box img {
  height: 350px;
  object-fit: cover;
}
.heading__container .p_col p:not(:last-child) {
  margin-bottom: 15px;
}
.perfect__bg__img {
  background: url("../images/Melissani-cave-natural.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.perfect__bg__img::after {
  background-color: rgba(17, 17, 17, 0.7);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.perfect__bg__img .heading__container {
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.perfect__bg__img p,
.perfect__bg__img a,
.perfect__bg__img h1,
.perfect__bg__img h2,
.perfect__bg__img h3,
.perfect__bg__img h4,
.perfect__bg__img h5,
.perfect__bg__img h6,
.perfect__bg__img span,
.perfect__bg__img strong {
  color: var(--white-color) !important;
}
.perfect_location_single .perfect_location_section .section_heading {
  background-color: var(--primary-color);
  padding: 2px 10px;
  width: max-content;
  color: var(--white-color);
}
.perfect_location_single .perfect_location_section {
  /* background-color: var(--section-bg-gray); */
}
.perfect_location_single .perfect__bg__img p,
.perfect_location_single .perfect__bg__img a,
.perfect_location_single .perfect__bg__img h1,
.perfect_location_single .perfect__bg__img h2,
.perfect_location_single .perfect__bg__img h3,
.perfect_location_single .perfect__bg__img h4,
.perfect_location_single .perfect__bg__img h5,
.perfect_location_single .perfect__bg__img h6,
.perfect_location_single .perfect__bg__img span,
.perfect_location_single .perfect__bg__img strong {
  color: var(--black-color);
}
.perfect_location_single .heading__container {
  padding: 0;
}
.perfect_location_single .perfect_location_section .perfect__bg__img {
  background: none;
}
.perfect_location_single .perfect_location_section .perfect__bg__img::after {
  display: none;
}
/*=========== Contact-page contact-section css end ===========*/
.contact-section {
  padding: 100px 0;
}

.contact-section .img-column {
  position: relative;
  width: 40%;
}

.contact-section .img-column img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.contact-section .form-column {
  width: 40%;
  margin-right: 20%;
}

.contact-section .text-column {
  position: absolute;
  left: 0;
  text-align: left;
  top: 50%;
  transform: translate(-35%, -50%);
  background-color: var(--primary-color);
  padding: 30px;
  min-width: 385px;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-section .form-column form {
  box-sizing: border-box;
}

.contact-section .form-column form .form-control {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
  height: 50px;
  font-size: 14px;
  border-radius: 0 !important;
}

.contact-section .form-column form .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--primary-color);
}

.contact-section .form-column form .textarea {
  height: 150px;
  margin-bottom: 40px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}

.contact-section .form-column form ._btn {
  width: 100%;
  height: 45px;
  max-width: 180px;
  color: var(--white-color);
  background-color: var(--primary-color);
  transition: all 0.4s;
}

.contact-section .text-column .section-heading .heading {
  font-size: 24px;
  line-height: 31px;
  color: var(--white-color);
  text-align: left;
}

.contact-section .text-column a {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  text-align: left;
  margin: 0;
  text-decoration: none;
}
.contact-section .text-column a:hover {
  color: var(--white-color) !important;
  opacity: 0.7;
}

.contact-section .text-column p {
  font-size: 14px;
  line-height: 21px;
  color: var(--white-color);
  text-align: left;
  margin: 0;
  margin-top: 15px;
}
.wpcf7-form-control {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
  height: 50px;
  font-size: 14px;
  border-radius: 0 !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpcf7-textarea {
  height: 150px;
  margin-bottom: 40px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}
.wpcf7-submit {
  border: 2px solid var(--primary-color);
  outline: none;
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 45px;
  max-width: 180px;
  color: var(--white-color);
  background-color: var(--primary-color);
  transition: all 0.4s;
}
label {
  width: 100%;
  font-weight: 700;
}
.google-map-section {
  padding-bottom: 90px;
}
/*=========== Contact-page contact-section css end ===========*/
/*=========== estate css start ===========*/
.estate_grid {
  margin: 0 -15px;
}
.estate_grid .item {
  width: 50%;
}
.estate_grid .inner_cont {
  margin: 15px;
}
.estate_grid .a_flex {
  display: flex;
  flex-direction: column;
  padding: 15px;
  text-align: justify;
  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 7px;
  overflow: hidden;
}
.estate_grid .a_flex:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px;
}
.estate_grid .icon_box i {
  color: var(--white-color);
  height: 70px;
  width: 70px;
  min-width: 70px;
  font-size: 30px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.estate_grid .icon_box {
  margin-bottom: 15px;
}
.estate_grid .card_text .p_descriptions {
  height: 150px;
  overflow: auto;
}

/* scrollbar */
.estate_grid .p_descriptions::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.estate_grid .p_descriptions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.estate_grid .p_descriptions::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--primary-color);
  -webkit-box-shadow: inset 0 0 6px var(--primary-color);
}
.estate_grid .p_descriptions::-webkit-scrollbar-thumb:window-inactive {
  background: var(--primary-color);
}
/* scrollbar */

.estate_grid .card_text .p_descriptions p:not(:last-child) {
  margin-bottom: 15px;
}
.estate_grid .card_text p,
.estate_grid .card_text li {
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
  font-family: var(--halant-font);
}
.estate_grid .card_text h3,
.estate_grid .card_text .box_heading {
  text-align: center;
  padding: 10px 0;
}
/*=========== estate css end ===========*/
.all_content_container strong,
.all_content_container b,
.all_content_container h2,
.all_content_container h3,
.all_content_container h4,
.all_content_container h5,
.all_content_container h6 {
  color: #333333;
  margin: 70px 0;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  font-family: var(--oregano-font);
}

.all_content_container > *,
.all_content_container p {
  margin-bottom: 20px;
}
.process_for_the_implementation li strong,
.all_content_container .details_content_meeting b,
.all_content_container .details_content_meeting strong,
.meeting_content em,
.all_content_container.meeting_content table b,
.all_content_container .item li strong,
.all_content_container p strong,
.all_content_container .item p .halant_font,
.all_content_container > *,
.all_content_container li,
.all_content_container p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-align: justify;
  font-family: var(--halant-font);
}
.process_for_the_implementation li strong,
.all_content_container .details_content_meeting b,
.all_content_container .details_content_meeting strong,
.meeting_content em,
.all_content_container.meeting_content table b,
.all_content_container table b,
.all_content_container .item li strong,
.all_content_container p strong {
  font-weight: 700;
  margin: 0;
}
.all_content_container .icon_box {
  margin: 50px 0;
}
.all_content_container .text-start > * {
  text-align: left;
}
.all_content_container .text-start h3 {
  margin-bottom: 10px;
}
.meeting_content em {
  width: 100%;
  display: inline-block;
  text-align: right;
  /* margin-bottom: 20px; */
}
.all_content_container .icon_box i {
  color: var(--white-color);
  height: 70px;
  width: 70px;
  min-width: 70px;
  font-size: 30px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.all_content_container .row_d {
  margin-right: 0 -10px;
}
.all_content_container .row_d .item {
  /*  padding: 10px;
  background-color: var(--section-bg-gray); */
  width: calc(33.333333% - 20px);
  margin: 10px;
}
.all_content_container .item .halant_font {
  font-family: var(--halant-font) !important;
  font-weight: 300;
}
.all_content_container .item ul,
.all_content_container .item ol {
  padding-left: 1rem;
}
.all_content_container ._btn {
  width: 100%;
  text-align: center;
}
.all_content_container .perfect__bg__img .heading__container {
  padding: 90px 0;
}
.details_content_meeting table thead,
.table_div thead {
  background-color: #d9edf7;
}
table {
  margin-bottom: 15px;
}
.table_div caption {
  display: none !important;
}
.details_content_meeting table,
.meeting_content .table_div {
  max-width: 675px;
  margin: 0 auto;
}
.pdf__button__col ._btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pdf__button__col ._btn {
  display: inline-block !important;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px;
  width: max-content;
  color: #333333;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.pdf__button__col {
  display: flex;
  flex-wrap: wrap;
}
.practical_building_Ul {
  padding-left: 0;
}
.practical_building_Ul li {
  list-style-type: none;
  display: flex;
  line-height: 27px;
  align-items: start;
}
.practical_building_Ul li:not(:last-child) {
  margin-bottom: 15px;
}
.practical_building_Ul .arrow_icon {
  margin-right: 15px;
}
.practical_building_Ul .arrow_icon i {
  color: var(--primary-color);
  font-size: 20px;
}
.fusion-fullwidth {
  border: none !important;
}
.garden_option_page ._text p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.garden_option_page ._text {
  width: calc(35% - 50px);
}
.garden_option_page .img_col {
  width: 30%;
  margin: 0 50px;
}
.last__f {
  margin-top: 50px;
}
.last__f .heading__container {
  margin-bottom: 20px !important;
}
.last__f ._btn {
  width: 100%;
  background-color: var(--primary-color);
  color: var(--white-color);
}
table > :where(thead, tfoot) > * > th {
  background-color: var(--head-bg-color);
  color: var(--head-text-color);
  font-weight: 700;
  vertical-align: middle;
  word-break: normal;
}
/*
============================================================
======================== Responsive ========================
============================================================
*/
@media only screen and (max-width: 1024px) {
  .perfect_grid .item {
    width: 50%;
  }
  .contact-section .row-d {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }

  .contact-section .img-column {
    width: 100%;
  }

  .contact-section .form-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .contact-section .form-column .section-heading {
    margin-bottom: 25px;
  }

  .contact-section .img-column img {
    display: none;
  }

  .contact-section .text-column {
    position: unset;
    transform: unset;
    min-width: unset;
    min-height: 300px;
    width: 100%;
    padding: 20px;
  }
  .all_content_container .row_d .item {
    width: calc(50% - 20px);
  }
  .garden_option_page ._text {
    width: calc(35% - 25px);
  }
  .garden_option_page .img_col {
    margin: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section {
    padding: 70px 0;
  }

  .contact-section .form-column form .form-control {
    margin-bottom: 20px;
    height: 45px;
  }

  .contact-section .form-column form .textarea {
    height: 150px;
  }

  .contact-section .row-d {
    max-width: 450px;
  }

  .google-map-section {
    padding-bottom: 70px;
  }
  .estate_grid .item {
    width: 100%;
  }
  .garden_option_page .row_d {
    flex-direction: column;
  }
  .garden_option_page ._text p,
  .garden_option_page ._text {
    width: 100%;
    text-align: left;
  }
  .garden_option_page .img_col {
    width: 100%;
    margin: 30px 0;
  }
  .breadcrumb_area .breadcrumb {
    padding-bottom: 0;
  }
  .section__padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .all_content_container .row_d .item {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 520px) {
  .perfect_grid .item {
    width: 100%;
  }
}
.dropdown-toggle::after {
    color:#fff;
        position: relative;
    top: 5px;
    font-size: 18px;
}