@import "bootstrap.min.css";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  webkit-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img, html, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  display: block;
}

blockquote, q {
  quotes: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 400;
}
ul li {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 35px;
  font-family: "Roboto";
}

h2 {
  font-size: 45px;
  line-height: 1;
  color: #313243;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "Roboto";
}
h2 span {
  color: #232823;
}
h2 strong {
  color: #232823;
}

.common_heading {
  font-size: calc(20px + 2vh);
  color: #232823;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #232823;
  font-family: "Roboto";
}

h1, h2, h3 {
  font-family: "Roboto";
}

p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #313243;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

figure {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

a {
  font-family: "Roboto";
  color: #0b7966;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #0a5157;
}

.a_btn {
  background-color: #00a3f4;
  color: white;
  display: inline-block;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-top: 25px;
  transition: 0.3s;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  text-transform: capitalize;
  z-index: 0;
  border-color: #00a3f4;
}
.a_btn:hover {
  background-color: #daac00;
  color: white;
  border-color: #daac00;
}

.span_text {
  color: #000000;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 1;
}

.body_margin {
  padding: 80px 0;
}

.reveal {
  transform: translateY(150px);
  opacity: 0;
  transition: 0.6s;
}
.reveal.active {
  transform: none;
  opacity: 1;
}

.no-resize {
  resize: none;
}

.main_body_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8784313725);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.loader {
  color: white;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container {
  max-width: 1160px;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 15;
  transition: all 0.3s ease-in-out;
}
.header .logo {
  text-align: center;
}
.header .logo img {
  height: 45px;
  transition: 0.3s;
  display: inline-block;
  object-fit: contain;
  object-position: center;
}
.header .container-fluid {
  padding: 0;
}
.header .row_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.fixed {
  padding: 5px 30px;
  background-color: white;
}
.header.fixed .logo img {
  height: 30px;
}
.header.fixed .nav-menu ul li a {
  font-size: 14px;
}
.header.fixed .contact-info a {
  font-size: 14px;
}
.header.inner_page {
  position: relative;
  background-color: rgba(190, 190, 190, 0.431372549);
}
.header .menu_opn {
  display: none;
}

.nav-menu ul:not(.dropdown-content,.sub-menu) {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav-menu ul li {
  position: relative;
}
.nav-menu ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 25px 10px;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: color 0.3s ease;
}
.nav-menu ul li a:hover {
  color: #00a3f4;
  color-background-color: rgba(255, 255, 255, 0.56);
}
.nav-menu ul li.active a {
  color: #00a3f4;
}
.nav-menu ul li ul li a {
  padding: 10px;
}
.nav-menu .display_option {
  display: none;
}

.have_dropdown {
  position: relative;
  padding-right: 18px;
}
.have_dropdown::after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.header_nav_wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}

.dropdown-content,.sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  flex-direction: column;
}
.dropdown-content,.sub-menu a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.sub-menu a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-info a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.contact-info a i {
  margin-right: 8px;
  font-size: 18px;
}
.contact-info a:hover {
  color: #00a3f4;
}

.menu_opn_overlay {
  display: none;
}

.banner_section video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.properties_section {
  padding-top: 60px;
  padding-bottom: 50px;
}

.properties_heading {
  padding-bottom: 30px;
}
.properties_heading p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 16px;
  text-align: center;
}
.properties_heading .common_heading {
  margin-bottom: 0;
}

.properties_card_wrapper .row {
  row-gap: 25px;
}

.properties_card {
  position: relative;
}
.properties_card .properties_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 10px;
}
.properties_card .properties_top span:nth-child(1) {
  font-size: 10px;
  color: white;
  background-color: #f2a115;
  padding: 1px 5px;
  border-radius: 2px;
  text-transform: uppercase;
}
.properties_card .properties_top span:nth-child(2) {
  font-size: 10px;
  color: white;
  background-color: #db5525;
  padding: 1px 5px;
  border-radius: 2px;
  text-transform: uppercase;
}
.properties_card .properties_top span:nth-child(3) {
  font-size: 10px;
  color: white;
  background-color: #33c435;
  padding: 1px 5px;
  border-radius: 2px;
  text-transform: uppercase;
}
.properties_card .properties_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  position: absolute;
  bottom: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 18px;
}
.properties_card .properties_bottom span {
  font-size: 18px;
  font-weight: 600;
  color: white;
}
.properties_card .properties_bottom .properties_icon i {
  font-size: 16px;
  color: white;
}
.properties_card .properties_figure_slider {
  width: 100%;
  overflow: hidden;
}

.properties_figure {
  width: 100%;
  height: 200px;
  position: relative;
}
.properties_figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.properties_figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
}

.properties_content {
  padding: 15px;
}
.properties_content .item-address {
  font-size: 13px;
  color: #636363;
  font-weight: 300;
  padding-bottom: 15px;
}
.properties_content .item-amenities {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 5px;
}
.properties_content .item-amenities li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.properties_content .item-amenities li:last-child {
  flex-grow: 1;
  flex-basis: 100%;
}
.properties_content .item-amenities li span {
  font-size: 12px;
  font-weight: 500;
  color: #232823;
  text-transform: uppercase;
  padding-top: 5px;
}
.properties_content .property_heding {
  color: #232823;
}

.properties_load_more {
  text-align: center;
  padding-top: 50px;
}
.properties_load_more a {
  font-size: 15px;
  font-weight: 500;
  color: #00a3f4;
  background-color: white;
  border: 1px solid #00a3f4;
  padding: 12px 50px;
  border-radius: 3px;
}

.newsarticle_section {
  padding: 50px 0;
}
.newsarticle_section .newsarticle_heading {
  font-size: 30px;
  font-weight: 400;
  color: #232823;
  text-align: center;
  padding-bottom: 25px;
}
.newsarticle_section .newsarticle_wrapper .row {
  margin-top: 50px;
}
.newsarticle_section .newsarticle_wrapper .col-lg-3:last-child .newsarticle_card {
  margin-bottom: 0;
}

.newsarticle_card {
  position: relative;
  margin-bottom: 25px;
}
.newsarticle_card .newsarticle_figure {
  width: 100%;
  height: 250px;
  position: relative;
}
.newsarticle_card .newsarticle_figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
  transition: all 1s ease;
}
.newsarticle_card .newsarticle_figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsarticle_card .newsarticle_post {
  position: absolute;
  bottom: 65px;
  z-index: 1;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.newsarticle_card .newsarticle_post span, .newsarticle_card .newsarticle_post a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}
.newsarticle_card .newsarticle_title {
  position: absolute;
  bottom: 15px;
  padding: 0 20px;
}
.newsarticle_card .newsarticle_title h3 {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: normal;
  transition: all 0.3s ease;
}
.newsarticle_card:hover .newsarticle_figure::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.newsarticle_card:hover .newsarticle_post span {
  color: #00a3f4;
}
.newsarticle_card:hover .newsarticle_title h3 {
  color: #00a3f4;
}

.video_section {
  padding: 50px 0;
}
.video_section .video_heading {
  font-size: 30px;
  font-weight: 500;
  color: #232823;
  text-align: center;
  padding-bottom: 25px;
}
.video_section .video_wrapper .row {
  row-gap: 25px;
}
.video_section .video_button {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 25px;
}
.video_section .video_button a {
  transition: all 0.3s ease;
}
.video_section .video_button a:first-child {
  font-size: 12px;
  font-weight: 300;
  color: white;
  background-color: #232823;
  padding: 8px 20px;
  border-radius: 3px;
}
.video_section .video_button a:first-child:hover {
  background-color: #408bd1;
}
.video_section .video_button a:last-child {
  font-size: 12px;
  font-weight: 300;
  color: white;
  background-color: #408bd1;
  padding: 8px 20px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.video_section .video_button a:last-child:hover {
  background-color: #232823;
}

.video_card {
  height: 200px;
  position: relative;
}
.video_card img {
  max-height: 240px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.video_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232823;
  opacity: 30%;
  visibility: hidden;
  transition: 0.3s;
}
.video_card .open_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  visibility: hidden;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_card .open_modal i {
  color: #232823;
  font-size: 50px;
}
.video_card:hover .open_modal {
  visibility: visible;
}
.video_card:hover::after {
  visibility: visible;
}

.review_section {
  padding: 50px 0;
}
.review_section .review_heading {
  font-size: 30px;
  font-weight: 500;
  color: #232823;
  text-align: center;
  padding-bottom: 25px;
}
.others_review_card {
  background-color: #fbfbfb;
  padding: 15px;
  padding-right: 30px;
  height: 100%;
  width: 96%;
  margin: auto;
}
.others_review_card .review_name {
  position: relative;
  width: 100%;
}
.others_review_card .review_name .main_name {
  font-size: 16px;
  font-weight: 500;
  color: #0a6cff;
  white-space: nowrap;
  overflow: hidden;
  width: 148px;
  text-overflow: ellipsis;
  display: inline-block;
}
.others_review_card .review_name p {
  font-size: 14px;
  font-weight: 400;
  color: #232823;
  margin-bottom: 0;
}
.others_review_card .card_google_figure {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  right: -25px;
}
.others_review_card .card_google_figure img {
  width: 100%;
  height: 100%;
}
.others_review_card .rating i {
  color: #f2a115;
}
.others_review_card .review_top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.others_review_card .main_others_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.others_review_card .main_content p {
  max-height: 100px;
  overflow: hidden;
  margin-top: 10px;
  overflow-y: scroll;
  padding-right: 10px;
}
.others_review_card .main_content p::-webkit-scrollbar {
  width: 3px;
}
.others_review_card .main_content p::-webkit-scrollbar-thumb {
  background-color: #313243;
}
.others_review_card .main_content p::-webkit-scrollbar-track {
  background-color: #bebebe;
}

.review_on_main_company_card .review_top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.review_on_main_company_card .review_top .review_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.review_on_main_company_card .review_top .review_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review_on_main_company_card .review_rating {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.review_on_main_company_card .review_rating h3 {
  font-size: 14px;
  font-weight: 600;
  color: #232823;
  line-height: normal;
}
.review_on_main_company_card .review_rating span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #f2a115;
  line-height: normal;
}
.review_on_main_company_card .review_rating h4 {
  font-size: 14px;
  font-weight: 500;
  color: #232823;
  line-height: normal;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.review_on_main_company_card .review_rating h4 img {
  width: 100%;
  height: 20px;
}
.review_on_main_company_card .review_button {
  padding-top: 15px;
}
.review_on_main_company_card .review_button a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #0a6cff;
  padding: 5px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 140px;
}
.review_on_main_company_card .review_button a .review_img {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 50%;
}
.review_on_main_company_card .review_button a .review_img img {
  width: 100%;
  height: 100%;
  padding: 2px;
}
.review_on_main_company_card .google_review {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.footer_top {
  background-color: #f2f4f7;
  padding: 50px 0;
  padding-bottom: 0;
}
.footer_top .footer_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}
.footer_top .footer_wrapper .footer_list li {
  padding: 5px 0;
}
.footer_top .footer_wrapper .footer_list li a {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #232823;
  transition: all 0.3s ease;
}
.footer_top .footer_wrapper .footer_list li a:hover {
  color: #00a3f4;
}
.footer_top .footer_wrapper .footer_list li ul {
  padding-left: 25px;
  padding-top: 10px;
}
.footer_top .footer_wrapper .footer_div h3 {
  font-size: 20px;
  font-weight: 500;
  color: #232823;
  padding-bottom: 15px;
}
.footer_top .footer_wrapper .footer_div .footer_address ul li {
  padding-bottom: 10px;
}
.footer_top .footer_wrapper .footer_div .footer_address ul li a {
  display: flex;
  align-items: baseline;
  gap: 5px;
  width: 100%;
  max-width: 265px;
  font-size: 14px;
  font-weight: 300;
  color: #232823;
  transition: all 0.3s ease;
}
.footer_top .footer_wrapper .footer_div .footer_address ul li a i {
  font-size: 14px;
}
.footer_top .footer_wrapper .footer_div .footer_address ul li a:hover {
  color: #00a3f4;
}
.footer_top .footer_wrapper .footer_div .footer_service_list li {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #232823;
}
.footer_top .footer_wrapper .footer_div .footer_quick_link li {
  padding-bottom: 10px;
}
.footer_top .footer_wrapper .footer_div .footer_quick_link li a {
  font-size: 14px;
  font-weight: 300;
  color: #232823;
  transition: all 0.3s ease;
}
.footer_top .footer_wrapper .footer_div .footer_quick_link li a:hover {
  color: #00a3f4;
}
.footer_top .footer_wrapper .footer_div .footer_quick_link li:last-child a {
  font-weight: 500;
}

.footer_bottom {
  background-color: #e5e5e5;
  padding: 50px 0;
  margin-top: 50px;
}
.footer_bottom .footer_bottom_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.footer_bottom .footer_bottom_wrapper .footer_logo {
  width: 250px;
  height: auto;
}
.footer_bottom .footer_bottom_wrapper .footer_logo img {
  width: 100%;
  height: 100%;
}

.address-section {
  margin-bottom: 30px;
}
.address-section h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.detials_page_form_main {
  margin: 40px 0;
  position: sticky;
  top: 0;
}

.address-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.address-table tr {
  border-bottom: 1px solid #bebebe;
}
.address-table td {
  padding: 10px;
  vertical-align: top;
}
.address-table th {
  padding: 10px;
  vertical-align: top;
  font-weight: 600;
  color: #666;
}

.map {
  margin-top: 20px;
}
.map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

.google-map-button {
  text-align: right;
  margin-bottom: 10px;
}
.google-map-button a {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}
.google-map-button a:hover {
  background-color: #0056b3;
}

.details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.details-header span {
  font-size: 12px;
  color: #888;
}

.details-section {
  background-color: #e6f7ff;
  padding: 20px;
  border: 1px solid #b3e0ff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.details-section table {
  width: 100%;
  border-collapse: collapse;
}
.details-section td {
  padding: 10px;
  vertical-align: top;
}
.details-section th {
  font-weight: bold;
  padding-right: 20px;
  color: #333;
  font-size: 14px;
}
.details-section td {
  font-size: 14px;
  background-color: #e6f7ff;
  padding: 20px;
  border: 1px solid #b3e0ff;
  border-radius: 5px;
}
.details-section table {
  width: 100%;
}

.features-grid .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-item i {
  color: #007bff;
}

.last-updated {
  font-size: 0.9rem;
  color: #777;
}

.details-section {
  background-color: #e6f7ff;
  padding: 20px;
  border: 1px solid #b3e0ff;
  border-radius: 5px;
}
.details-section table {
  width: 100%;
}
.details-section .col-md-6 {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.details-section .col-md-6:nth-last-child(-n+2) {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
}

.features-grid .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-item i {
  color: #007bff;
}

.last-updated {
  font-size: 0.9rem;
  color: #777;
}

.contact-form {
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  margin: 0 auto;
}

.logo-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.logo-container img {
  width: 40px;
  margin-right: 10px;
}

.form-control {
  margin-bottom: 15px;
}

.btn-custom {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 50px;
}

.terms-text {
  font-size: 12px;
}

.whatsapp-btn {
  background-color: #25d366;
  color: white;
  width: 100%;
  border-radius: 50px;
}
.whatsapp-btn i {
  margin-right: 5px;
}

.emi_calculetor_section {
  margin-top: 40px;
}

.emi-calculator {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto;
}

.circle-chart {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(#ff6666 75%, #f1f1f1 75%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.circle-chart h3 {
  font-size: 18px;
  text-align: center;
  margin: 0;
  color: #333;
  font-weight: 600;
}

.calculator-form .form-control {
  margin-bottom: 0px;
}
.calculator-form .input-group-text {
  height: 100%;
}

.calculate-button {
  width: 100%;
  border-radius: 50px;
}

.interest-rate {
  font-size: 14px;
  margin-top: 5px;
}

.property-details {
  padding: 60px 0;
}

.page_trasnfer ul {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #bebebe;
  margin-bottom: 30px;
}
.page_trasnfer ul a {
  font-weight: 400;
  color: #00a3f4;
}
.page_trasnfer ul li {
  position: relative;
}
.page_trasnfer ul li::after {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  right: -12px;
  top: 3px;
  font-size: 11px;
}
.page_trasnfer ul li:last-child::after {
  display: none;
}

.heading_wrapper_list .main_hading {
  font-size: calc(24px + 2vh);
  font-weight: 700;
  color: #232823;
}
.heading_wrapper_list ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.heading_wrapper_list ul li {
  background-color: #f2a115;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 6px;
  border-radius: 2px;
}
.heading_wrapper_list ul li.green {
  background-color: #0a5157;
}
.heading_wrapper_list ul li.black {
  background-color: #000000;
}
.heading_wrapper_list p {
  font-size: 14px;
  font-weight: 400;
  color: #313243;
}

.main_page_detials_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.detilas_reach ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.detilas_reach ul li {
  border: 1px solid #bebebe;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00a3f4;
  transition: 0.3s;
}
.detilas_reach ul li:hover {
  background-color: #00a3f4;
  color: white;
}
.detilas_reach .price_detials p {
  margin-top: 20px;
  -moz-text-align-last: right;
       text-align-last: right;
}
.detilas_reach .price_detials p strong {
  font-size: calc(22px + 2vh);
  font-weight: 700;
  color: #000000;
  display: block;
  line-height: 1;
  text-decoration: none;
}

.room_detials_main ul {
  margin-top: 40px;
}
.room_detials_main ul li {
  border-right: 1px solid #bebebe;
  text-align: center;
  flex-shrink: 0;
  width: 13.8888888889%;
  display: inline-block;
}
.room_detials_main ul li:first-child {
  border-left: 1px solid #bebebe;
}
.room_detials_main ul p {
  font-size: 14px;
  color: #bebebe;
}
.room_detials_main ul p strong {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #000000;
  line-height: 1;
}

.description_main_heading {
  margin-bottom: 40px;
}
.description_main_heading h3 {
  font-size: calc(16px + 2vh);
  font-weight: 600;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #bebebe;
  line-height: 1;
  margin-bottom: 20px;
}
.description_main_heading p {
  font-size: 14px;
  font-weight: 400;
  color: #313243;
  line-height: 26px;
}
.description_main_heading .icon_wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.description_main_heading .download_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.description_main_heading .type_paragraph img {
  -o-object-fit: contain;
     object-fit: contain;
}

.size_ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.size_ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main_clickto_open_image {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.details_updated {
  margin-top: 40px;
}
.details_updated .details_updated_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.details_updated .description_main_heading.extra {
  margin-bottom: 0;
}
.details_updated .description_main_heading.extra h3 {
  border: 0;
  padding: 0;
  margin: 0;
}

.main_property_list_sec {
  margin: 50px 0;
}
.main_property_list_sec ul li {
  margin-bottom: 30px;
}
.main_property_list_sec ul li:last-child {
  margin-bottom: 0;
}

.property_card_list_main_box .row {
  align-items: center;
}
.property_card_list_main_box .badge_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.property_card_list_main_box h5 {
  font-size: 16px;
  font-weight: 500;
}
.property_card_list_main_box p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #313243;
}
.property_card_list_main_box .property-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.property_card_list_main_box .property-icons span {
  font-size: 14px;
  font-weight: 400;
  color: #313243;
}
.property_card_list_main_box .main_batch_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: calc(100% - 20px);
}
.property_card_list_main_box .featured-badge {
  background-color: #daac00;
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.property_card_list_main_box .property_box_img_wrapper {
  position: relative;
}
.property_card_list_main_box .page_detilas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.property_card_list_main_box .price {
  font-size: 20px;
  font-weight: 600;
}
.property_card_list_main_box .btn-primary {
  background-color: #00a3f4;
  border-color: #00a3f4;
}
.property_card_list_main_box .btn-primary:hover {
  background-color: #0a6cff;
}
.property_card_list_main_box .big_wish_list {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.property_card_list_main_box .big_wish_list i {
  width: 25px;
  height: 25px;
  background-color: rgba(35, 40, 35, 0.6705882353);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.img_wrapper_main_list {
  position: relative;
}
.img_wrapper_main_list img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.img_wrapper_main_list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}

.property_img_slider_list {
  position: relative;
}
.property_img_slider_list .slick-arrow {
  opacity: 0;
  transition: 0.3s;
}
.property_img_slider_list:hover .slick-arrow {
  opacity: 1;
}
.property_img_slider_list .slider_text_paragraph {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  z-index: 1;
}
.property_img_slider_list .slider_text_paragraph strong {
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.property_img_slider_list .elements {
  position: relative;
}

.slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.slick-next::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 30px;
  color: white;
}

.slick-prev {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.slick-prev::after {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 30px;
  color: white;
}

.property_filter_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.property_filter_main p {
  margin: 0;
}
.property_filter_main select {
  height: 35px;
  border: 0;
  padding-right: 20px;
}
.property_filter_main select:focus {
  border: 0;
  outline: 0;
}

.fancybox-content {
  max-width: 650px;
  width: 100%;
}

.my-class-for-width .fancybox-content {
  max-width: 85%;
}

.video_modal_main {
  max-width: 650px;
  width: 100%;
}
.video_modal_main iframe {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_modal_main .main_wrapper {
  height: 400px;
}

.property_slider_index {
  position: relative;
}
.property_slider_index .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.property_slider_index .slick-next::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 30px;
  color: white;
}
.property_slider_index .slick-prev {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.property_slider_index .slick-prev::after {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 30px;
  color: white;
}
.property_slider_index .slick-arrow {
  opacity: 0;
  transition: 0.3s;
}
.property_slider_index:hover .slick-arrow {
  opacity: 1;
}

.our_business_slider_index .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.our_business_slider_index .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #bebebe;
  padding: 0;
  border: 0;
  transition: 0.3s;
}
.our_business_slider_index .slick-dots li.slick-active button {
  background-color: #00a3f4;
}

.our_business_slider_main img {
  width: 70%;
  aspect-ratio: 2/3;
  -o-object-fit: contain;
     object-fit: contain;
}

.review_slider {
  padding: 0 20px;
}

.review_slider_main .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.review_slider_main .slick-next::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #bebebe;
}
.review_slider_main .slick-prev {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.review_slider_main .slick-prev::after {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #bebebe;
}

.search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-control, .btn {
  margin-right: 10px;
}

.form-control:last-child, .btn:last-child {
  margin-right: 0;
}

.dropdown-toggle::after {
  margin-left: 10px;
}

.input-group-text {
  background-color: white;
}

.form-control {
  margin-bottom: 0;
}

.main_list_right {
  position: sticky;
  top: 0;
}

.property-type {
  margin: 20px;
}
.property-type .title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.property-type .list-group {
  list-style-type: none;
  padding-left: 0;
  border: 0;
  margin-top: 30px;
}
.property-type .property-link {
  color: #00a3f4;
  text-decoration: none;
  position: relative;
  font-size: 18px;
}
.property-type .property-link::before {
  content: ">";
  color: #00a3f4;
  font-weight: 400;
  margin-right: 5px;
}
.property-type .sub-list {
  list-style-type: none;
  padding-left: 20px;
  margin-top: 20px;
}
.property-type .sub-list .sub-item {
  margin-bottom: 10px;
}
.property-type .sub-list .sub-item:last-child {
  margin-bottom: 0;
}
.property-type .sub-link {
  color: #00a3f4;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}
.property-type .sub-link::before {
  content: ">";
  color: #00a3f4;
  font-weight: bold;
  margin-right: 5px;
  font-size: 14px;
}
.property-type .sub-link:hover {
  color: #0a6cff;
}

.customInputContainer {
  width: 100%;
  border: 1px solid #bebebe;
  border-radius: 6px;
  position: relative;
  font-size: 14px;
}
.customInputContainer .customInput {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.16rem;
  justify-content: space-between;
  padding: 0.3rem 1rem 0.6rem 0.3rem;
}
.customInputContainer .customInput i {
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
  color: #bebebe;
}
.customInputContainer :is(.customInput, .options) {
  width: 100%;
  display: flex;
  color: #202020;
  background: #fff;
  align-items: center;
  border-radius: 0.3rem;
}
.customInputContainer .options {
  display: none;
  padding: 0.6rem;
  font-size: 1.1rem;
  justify-content: start;
  flex-direction: column;
  transition: background-color 0.1s ease-in-out;
  position: absolute;
  left: 0;
  z-index: 10;
  border: 1px solid #e1e1e1;
  bottom: -10px;
  transform: translateY(100%);
}
.customInputContainer.show .options {
  display: block;
}
.customInputContainer .options :is(.searchInput, ul) {
  width: 100%;
  max-height: 15rem;
  overflow-y: scroll;
  position: relative;
}
.customInputContainer .options ul::-webkit-scrollbar {
  width: 6px;
  position: relative;
}
.customInputContainer .options ul::-webkit-scrollbar-track {
  width: 2px;
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.1);
}
.customInputContainer .options ul::-webkit-scrollbar-thumb {
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.3);
}
.customInputContainer .options .searchInput {
  display: flex;
  padding: 0 0.4rem;
  overflow-y: auto;
  align-items: center;
  border-radius: 0.4rem;
  color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.customInputContainer .options .searchInput.focus {
  border: 2px solid rgba(52, 211, 153, 0.7);
}
.customInputContainer .options .searchInput input[type=text] {
  border: 0;
  width: 100%;
  outline: none;
  height: 2.5rem;
  font-size: 1rem;
  padding: 0 0.4rem;
  border-radius: 0.4rem;
}
.customInputContainer .options .searchInput input[type=text]::-moz-placeholder {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.customInputContainer .options .searchInput input[type=text]::placeholder {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.customInputContainer .options ul {
  margin: 0.5rem 0;
}
.customInputContainer .options ul li {
  cursor: pointer;
  list-style: none;
  padding: 0.4rem 0.4rem;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.customInputContainer .options ul li.selected {
  background: rgba(52, 211, 153, 0.5);
}
.customInputContainer .options ul li.selected:hover {
  background: rgba(52, 211, 153, 0.5);
}
.customInputContainer .options ul li:last-child {
  border: 0;
}
.customInputContainer .options ul li:hover {
  background: rgba(52, 211, 153, 0.2);
}

.main_bed_count {
  position: relative;
  z-index: 2;
}

.bedroom-section {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  display: none;
  position: absolute;
  width: 150px;
  background-color: white;
  z-index: 10;
  /* Initially hidden */
}
.bedroom-section p {
  font-size: 1.2rem;
}
.bedroom-section .btn {
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 1.2rem;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}
.bedroom-section .btn-clear, .bedroom-section .btn-apply {
  font-size: 1rem;
  margin-top: 15px;
  text-decoration: underline;
  cursor: pointer;
}
.bedroom-section .clear_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bedroom-section.hidden {
  display: block;
}

.about_section_main {
  margin-top: 10px;
  position: relative;
}
.about_section_main .common_heading {
  color: #daac00;
}
.about_section_main p {
  color: #f2f2f2;
}

.about_main_profile_wrapper .about_profile_img {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 6px;
}
.about_main_profile_wrapper .about_profile_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_main_profile_wrapper p strong {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: #daac00;
  letter-spacing: 4px;
}

.for_team_img_wrapper {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.for_team_img_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232823;
  opacity: 80%;
}

.team_section_main {
  position: relative;
  z-index: 2;
}
.team_section_main .common_heading {
  color: #daac00;
}
.team_section_main p {
  color: #f2f2f2;
}

.team_slider_main {
  position: relative;
}
.team_slider_main .slick-prev {
  left: -20px;
}
.team_slider_main .slick-next {
  right: -20px;
}

.team_box_main {
  width: 92%;
  margin: auto;
}
.team_box_main h5 {
  color: white;
  font-weight: 400;
}
.team_box_main p {
  color: white;
}
.team_box_main .team_img_main {
  height: 350px;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}
.team_box_main .team_img_main img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.facts_section_main {
  position: relative;
  z-index: 2;
  background-color: white;
}
.facts_section_main h3 {
  color: #0a6cff;
  font-weight: 500;
}
.facts_section_main.body_margin {
  padding-bottom: 15px;
}
.facts_section_main .fact-box {
  background-color: #f9f9f9;
  border-radius: 8px;
}
.facts_section_main .fact-box i {
  color: rgba(49, 50, 67, 0.6);
}
.facts_section_main .fact-box h4 {
  font-size: 20px;
  color: rgba(49, 50, 67, 0.7);
}
.facts_section_main .count {
  font-size: calc(2.5rem + 2vh);
  color: #33c435;
  font-weight: bold;
}

.overview_section_main {
  position: relative;
  z-index: 2;
}

.main_overview_container-wrapper {
  background-color: rgba(30, 115, 190, 0.69);
  padding: 15vh;
}
.main_overview_container-wrapper h2 {
  color: white;
}
.main_overview_container-wrapper p {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
.main_overview_container-wrapper .common_heading {
  letter-spacing: 4px;
}

.contact_section_main .section-title {
  font-size: 30px;
  font-weight: bold;
  color: #00a3f4;
  margin-bottom: 15px;
}
.contact_section_main .section-text {
  font-size: 16px;
  color: #333;
}
.contact_section_main .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}
.contact_section_main .contact-info i {
  color: rgba(49, 50, 67, 0.9);
  margin-right: 10px;
}
.contact_section_main .contact-info a {
  text-decoration: none;
  color: rgba(49, 50, 67, 0.9);
  font-weight: 400;
}
.contact_section_main .contact-info a:hover {
  color: #00a3f4;
}
.contact_section_main .contact-info li {
  font-size: 14px;
  font-weight: 400;
  color: rgba(49, 50, 67, 0.9);
}
.contact_section_main .map-container iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
.contact_section_main .row {
  margin-bottom: 50px;
  align-items: center;
}
.contact_section_main .row:nth-child(even) {
  flex-direction: row-reverse;
}
.contact_section_main .row:last-child {
  margin-bottom: 0;
}

.inner_banner_main {
  height: 80vh;
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.inner_banner_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232823;
  opacity: 60%;
}
.inner_banner_main .banner_text {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.inner_banner_main h2 {
  color: white;
}

.contact-section {
  padding: 100px 0;
}
.contact-section h2 {
  font-weight: bold;
}
.contact-section i {
  color: rgba(49, 50, 67, 0.7);
}
.contact-section h5 {
  font-size: 25px;
  margin: 20px 0;
  font-weight: bold;
  color: #00a3f4;
}
.contact-section a {
  font-size: 18px;
  line-height: 30px;
  color: #313243;
}
.contact-section a:hover {
  color: #00a3f4;
}
.contact-section .map-section iframe {
  border: none;
}
.contact-section .col-md-4 {
  border-right: 1px solid #bebebe;
  padding-right: 25px;
}
.contact-section .col-md-4:last-child {
  border-right: 0;
  padding-right: 0;
}
.contact-section p {
  font-size: 18px;
  line-height: 30px;
}

.social_media ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_media i {
  font-size: 1.5rem;
  transition: 0.3s;
}
.social_media i:hover {
  color: #00a3f4;
}

.area_select_container_filter select {
  display: none !important;
}

.dropdown-select {
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #bcbcbc;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.dropdown-select:focus, .dropdown-select:hover {
  background-color: #fff;
}
.dropdown-select:active, .dropdown-select.open {
  background-color: #fff !important;
  border-color: #bbb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}
.dropdown-select:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}
.dropdown-select.open:after {
  transform: rotate(-180deg);
}
.dropdown-select.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.dropdown-select.open .option {
  cursor: pointer;
}
.dropdown-select.wide {
  width: 100%;
}
.dropdown-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.dropdown-select .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ddd;
  width: 240px;
}
.dropdown-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown-select .list::-webkit-scrollbar {
  width: 5px;
}
.dropdown-select .list::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
.dropdown-select .dd-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}
.dropdown-select .dd-searchbox {
  width: 90%;
  padding: 0.5rem;
  border: 1px solid #999;
  border-color: #999;
  border-radius: 4px;
  outline: none;
  height: 40px;
}
.dropdown-select:focus {
  border-color: #00a3f4;
}
.dropdown-select .list ul {
  padding: 0;
}
.dropdown-select .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
}
.dropdown-select .option:hover, .dropdown-select .option:focus {
  background-color: #f6f6f6 !important;
}
.dropdown-select .option.selected {
  font-weight: 600;
  color: #00a3f4;
}
.dropdown-select .option:focus {
  background: #f6f6f6;
}
.dropdown-select a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.dropdown-select a:hover {
  color: #666;
}

.type_main_dropdown_wrapper {
  position: relative;
  z-index: 10;
}
.type_main_dropdown_wrapper.status {
  z-index: 8;
}

.type_dropedown {
  position: absolute;
  bottom: auto;
  width: 250px;
  border: 1px solid rgba(190, 190, 190, 0.6);
  padding: 10px;
  margin-top: 10px;
  border-radius: 6px;
  z-index: 5;
  background-color: white;
}
.type_dropedown .btn_wrapper {
  display: flex;
  justify-content: space-between;
}

.modal_open_filer {
  display: none;
  color: white;
  background-color: #00a3f4;
  padding: 10px 25px;
  border-radius: 6px;
}

.main_filter_header_wrapper.fancybox-content .row {
  flex-direction: column;
}
.main_filter_header_wrapper.fancybox-content .col-lg-12 {
  width: 100%;
}
.main_filter_header_wrapper.fancybox-content .col-xl-2 {
  width: 100%;
}
.main_filter_header_wrapper.fancybox-content .col-lg-2 {
  width: 100%;
}
.main_filter_header_wrapper.fancybox-content .dropdown-select .list {
  width: 100%;
}
.main_filter_header_wrapper.fancybox-content .type_dropedown {
  width: 100%;
}
.main_filter_header_wrapper.fancybox-content .bedroom-section {
  width: 100%;
}

.building-card .carousel-inner img{
  object-fit: cover;
  object-position: top center;
}

@media screen and (min-width: 768px) {
  .building-card .carousel-inner img {
    height: 100vh;
  }
}
.carousel-item {
  transition: transform 2s ease-in-out;
}

.article-item img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.card-text {
  color: #555;
}

.text-muted {
  font-size: 0.875rem;
  color: #777;
}

.news_sidebar_main {
  position: sticky;
  top: 0;
  font-size: 0.9rem;
}
.news_sidebar_main h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.news_sidebar_main a {
  text-decoration: none;
  color: #00a3f4;
}
.news_sidebar_main a:hover {
  color: #005792;
}
.news_sidebar_main .fa-chevron-right {
  font-size: 0.8rem;
  color: #007bff;
  margin-right: 5px;
}
.news_sidebar_main .list-unstyled li {
  margin-bottom: 15px;
}
.news_sidebar_main .list-unstyled li:last-child {
  margin-bottom: 0;
}

.recent_comments_main {
  margin: 30px 0;
}

.meta_info_news {
  font-size: 0.9rem;
  color: #555;
}
.meta_info_news i {
  color: #888;
  margin-right: 5px;
}
.meta_info_news a {
  text-decoration: none;
  color: #00a3f4;
}
.meta_info_news a:hover {
  color: #0a6cff;
}
.meta_info_news span {
  margin-right: 15px;
}

.video_gallery_main {
  text-align: center;
}
.video_gallery_main.body_margin {
  padding-bottom: 30px;
}
.video_gallery_main h1 {
  color: #408bd1;
  margin-bottom: 30px;
}
.video_gallery_main .channel-banner {
  background-color: #faf7f7;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
}
.video_gallery_main img {
  height: 80px;
}
.video_gallery_main .stats {
  display: flex;
  align-items: center;
  gap: 20px;
}
.video_gallery_main .stats i {
  margin-right: 5px;
}

.video_gallery_row {
  text-align: center;
  margin: 20px 0;
}

.video-card {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
}
.video-card:hover {
  transform: scale(1.05);
}
.video-card .text {
  padding: 12px 8px;
}
.video-card img, .video-card video {
  width: 100%;
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-card .video-title {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: #232823;
}
.video-card .video-meta {
  font-size: 14px;
  color: #777;
}
.video-card:hover .video-title {
  color: #00a3f4;
}

.inner_banner_main {
  width: 100%;
  height: 70vh;
}
.inner_banner_main .wrapper {
  width: 100%;
  height: 100%;
}
.inner_banner_main.action_area::after {
  display: none;
}/*# sourceMappingURL=style.css.map */

.menu-item-has-children a:not(.sub-menu  a){
  position: relative;
  padding-right: 22px;
}

.menu-item-has-children a:not(.sub-menu  a)::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
}
