body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
}
.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
  color: #000;
}
.accordion-button:focus {
  border: 0;
  box-shadow: unset;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #cfcccc;
}
::-webkit-scrollbar {
  width: 4px;
  border-radius: 20px;
}
::-webkit-scrollbar-corner {
  background: #f1f1f1;
}
.container {
  max-width: 1438px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 991.5px) {
  .container {
    padding: 0 16px;
    max-width: 100%;
  }
}
h1 {
  font-family: Cairo;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.79px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 39px;
    line-height: 55px;
  }
}
@media screen and (max-width: 991.5px) {
  h1 {
    font-size: 28px;
    line-height: 45px;
  }
}
h2 {
  font-family: Cairo;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.16px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991.5px) {
  h2 br {
    display: none;
  }
}
h3 {
  font-family: Cairo;
  font-size: 28px;
  font-weight: 600;
  line-height: 20.43px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  h3 {
    font-size: 24px;
  }
}
p {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.toggle-arrows button {
  background: 0 0;
  border: none;
  outline: 0;
}
.box_transition {
  transform: translateX(300%);
}
.in_box {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #eaeaea;
  border-radius: 10px;
  top: 0;
  left: 0;
  transform: translateX(0);
  transition: transform 2s ease;
}
.in_box1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: #000;
  z-index: 4;
  top: 0;
  left: 0;
  transform: translateX(0);
  transition: transform 2s ease-in-out;
}
.hero_banner_reveal {
  scale: 1.1;
  transition: 1.5s;
}
.logistic_bnnr {
  scale: 1.3;
  transition: 1.5s;
}
.banner_img,
img {
  transition: scale 1.5s ease-in-out;
}
.banner_img2,
img {
  transition: scale 1.5s ease-in-out;
}
.header-hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
header {
  padding: 33px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width: 767.5px) {
  header nav .indospace_logo {
    width: 218px;
  }
}
header nav .nav_list {
  list-style: none;
  margin-bottom: 0;
  gap: 24px;
  padding-left: 0;
}
@media screen and (max-width: 1440px) {
  header nav .nav_list {
    gap: 20px;
  }
}
@media screen and (max-width: 1400px) {
  header nav .nav_list {
    gap: 12px;
  }
}
header nav .nav_list li a {
  text-decoration: none;
  font-family: Cairo;
  font-size: 18px;
  font-weight: 500;
  line-height: 33.73px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #8f8f8f;
}
header nav .nav_list li a:hover {
  color: #0c4d8c;
}
@media screen and (max-width: 1400px) {
  header nav .nav_list li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199.5px) {
  header nav .nav_list li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 991.5px) {
  header nav .nav_list li a {
    font-size: 18px;
  }
}
header nav .nav_list .active {
  color: #00579c;
}
@media screen and (max-width: 991.5px) {
  header nav .nav_list .active {
    color: #80b927;
  }
}
header nav .nav_list_mob {
  padding: 80px 0 80px 40px;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  right: 0;
  height: 100vh;
  background: linear-gradient(89.99deg, #004c9b -2.36%, #80b927 183.38%);
  width: 300px;
  transform: translateX(400px);
  box-shadow: 2px 4px 20px #000;
}
header nav .nav_list_mob.visible {
  transform: translateX(0);
  opacity: 1;
}
header nav .nav_list_mob li {
  padding-bottom: 10px;
}
header nav .nav_list_mob li a {
  color: #fff;
}
header nav #hamburger {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 4px transparent;
  transition: all 0.2s ease;
  z-index: 9999;
}
header nav #hamburger:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
  transition: all 0.2s ease;
}
header nav #hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 28px;
  left: 50%;
  background: #000;
  transform: translateX(-50%);
  border-radius: 10px;
  transition: all 0.15s ease;
}
header nav #hamburger span:first-child {
  top: 12px;
}
header nav #hamburger span:nth-child(2) {
  top: 20px;
}
header nav #hamburger span:last-child {
  top: 28px;
}
header nav #hamburger.close {
  top: 10px;
  right: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
header nav #hamburger.close span:first-child {
  top: 10px;
  transform: translate(-14px, 10px) rotate(135deg);
}
header nav #hamburger.close span:nth-child(2) {
  left: -20px;
  opacity: 0;
}
header nav #hamburger.close span:last-child {
  top: 10px;
  transform: translate(-14px, 10px) rotate(-135deg);
}
@media screen and (max-width: 767.5px) {
  .parks_banner_wrapper {
    margin-top: 18rem;
  }
}
.parks_banner_wrapper .overlay {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  position: absolute;
  top: 0;
  height: 400px;
  width: 100%;
}
/* .parks_banner_wrapper .park_img img { */
/* max-height: 100vh; */
/* max-width: 100%; */
/* object-fit: cover; */
/* width: auto; */
/* height: auto; */
/* display: block; */
/* margin: 0 auto; */
/* } */
.parks_banner_wrapper .parks_banner_content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
@media screen and (max-width: 991.5px) {
  .parks_banner_wrapper .parks_banner_content {
    width: 100%;
    transform: unset;
    left: unset;
  }
}
@media screen and (max-width: 767.5px) {
  .parks_banner_wrapper .parks_banner_content {
    top: -50%;
  }
}
.parks_banner_wrapper .parks_banner_content h1 {
  color: #00579c;
}
.parks_banner_wrapper .parks_banner_content p {
  color: #231f20;
  padding: 16px 0 32px;
  text-align: center;
}
.parks_banner_wrapper .parks_banner_content .dwld_brochure {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.18px;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}
.parks_banner_wrapper .parks_banner_content .details_wrapper {
  margin-top: 64px;
  box-shadow: 0 4px 60px -30px rgba(0, 0, 0, 0.1490196078);
  border-radius: 11px;
  background: #fff;
  padding: 40px 45px;
}
@media screen and (max-width: 991.5px) {
  .parks_banner_wrapper .parks_banner_content .details_wrapper {
    margin-top: 40px;
    padding: 26px 34px;
  }
}
@media screen and (max-width: 767.5px) {
  .parks_banner_wrapper .parks_banner_content .details_wrapper {
    margin-top: 40px;
    padding: 24px 20px;
  }
}
.parks_banner_wrapper .parks_banner_content .details_wrapper h3 {
  color: #7ac143;
  font-size: 17px;
}
@media screen and (max-width: 991.5px) {
  .parks_banner_wrapper .parks_banner_content .details_wrapper h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.5px) {
  .parks_banner_wrapper .parks_banner_content .details_wrapper h3 {
    font-size: 10px;
    line-height: normal;
  }
}
.parks_banner_wrapper .parks_banner_content .details_wrapper p {
  padding: 15px 0 0 0;
}
@media screen and (max-width: 991.5px) {
  .parks_banner_wrapper .parks_banner_content .details_wrapper p {
    font-size: 10px;
    line-height: normal;
  }
}
.parks_description_wrapper {
  margin: 32px 0 48px;
}
.parks_description_wrapper h2 {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.parks_description_wrapper p {
  color: #07294a;
  text-align: start;
}
.about_parks_wrapper h2 {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.key_highlights {
  margin: 48px 0 10px;
}
.key_highlights h2 {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.key_highlights .accordion .accordion-item {
  border-radius: 6px;
  margin-bottom: 16px;
}
.key_highlights .accordion .accordion-item .accordion-header {
  border-radius: 6px;
  font-family: Cairo;
  font-size: 20px;
  font-weight: 500;
  line-height: 37.48px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #07294a;
}
.key_highlights .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 6px;
  padding: 0 16px;
  background-color: transparent;
  color: inherit;
  font-weight: 600;
  font-size: 18px;
  border: 1.5px solid #00579c;
  position: relative;
}
.key_highlights
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button::after {
  display: none;
}
.key_highlights
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  background-color: #00579c;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.key_highlights
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.key_highlights .accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #00579c;
  color: #fff;
  border-radius: 0 0 6px 6px;
}
.accessibility_wrapper {
  padding: 64px 0 30px;
}
.accessibility_wrapper h2 {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.accessibility_wrapper .headings {
  padding: 24px 20px 8px;
}
.accessibility_wrapper .accessibility_map {
  position: relative;
}
.accessibility_wrapper .accessibility_map iframe {
  width: 100%;
  border-radius: 12px;
}
.accessibility_wrapper .accessibility_map .accessibility_card {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34%;
  border-radius: 12px;
}
@media screen and (max-width: 991.5px) {
  .accessibility_wrapper .accessibility_map .accessibility_card {
    position: unset;
    width: 100%;
  }
}
.accessibility_wrapper .accessibility_map .accessibility_card h4 {
  font-family: Cairo;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.67px;
  text-align: left;
  cursor: pointer;
}
.accessibility_wrapper .accessibility_map .accessibility_card .active {
  color: #00579c;
}
.accessibility_wrapper .accessibility_map .accessibility_card .blur_brdr {
  position: relative;
}
.accessibility_wrapper .accessibility_map .accessibility_card .blur_brdr span {
  height: 3px;
  width: 50%;
}
.accessibility_wrapper
  .accessibility_map
  .accessibility_card
  .blur_brdr
  .active {
  color: #00579c;
  background: #00579c;
}
.accessibility_wrapper .accessibility_map .accessibility_card .blur_brdr:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgba(131, 148, 165, 0.25);
}
.accessibility_wrapper .accessibility_map .accessibility_card #location {
  display: none;
  max-height: 500px;
  overflow-y: auto;
}
@media screen and (max-width: 991.5px) {
  .accessibility_wrapper .accessibility_map .accessibility_card #location {
    max-height: unset;
  }
}
.accessibility_wrapper
  .accessibility_map
  .accessibility_card
  .accessibility_transport_content_wrap {
  padding: 16px;
}
.accessibility_wrapper
  .accessibility_map
  .accessibility_card
  .accessibility_transport_content_wrap
  .accessibility_content {
  margin-bottom: 12px;
  border-radius: 6px;
  gap: 12px;
  padding: 12px;
  background: #eef6ff;
}
.accessibility_wrapper
  .accessibility_map
  .accessibility_card
  .accessibility_transport_content_wrap
  .accessibility_content
  .accessibility_content_img {
  text-align: center;
  height: 57px;
  width: 57px;
  padding: 12px;
  border-radius: 6px;
  background-color: #fff;
}
.accessibility_wrapper
  .accessibility_map
  .accessibility_card
  .accessibility_transport_content_wrap
  .accessibility_content
  p {
  font-weight: 600;
  text-align: start;
  cursor: pointer;
}
.superior_building_structure {
  margin: 32px 0 71px;
}
.superior_building_structure h2 {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  width: fit-content;
  margin: 0 auto 40px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.superior_building_structure .img_wrap img {
  max-width: 100%;
  border-radius: 12px;
}
.superior_building_structure .content h3 {
  font-family: Cairo;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.53px;
  text-align: left;
  color: #07294a;
}
@media screen and (max-width: 1440px) {
  .superior_building_structure .content h3 {
    font-size: 28px;
  }
}
.superior_building_structure .content p {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #07294a;
  opacity: 80%;
}
@media screen and (max-width: 1440px) {
  .superior_building_structure .content p {
    font-size: 18px;
  }
}
.superior_building_structure .slider_menu_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 991.5px) {
  .superior_building_structure .slider_menu_wrapper {
    position: relative;
  }
}
@media screen and (max-width: 767.5px) {
  .superior_building_structure .slider_menu_wrapper {
    position: relative;
  }
}
.superior_building_structure .slider_menu_wrapper .slider_menu {
  z-index: 90;
  display: flex;
  justify-content: space-between;
  overflow-x: hidden;
}
.superior_building_structure .slider_menu_wrapper .slider_menu a {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 8px;
  font-family: Cairo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #07294a;
  opacity: 0.8;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 120px;
  text-decoration: none;
}
@media screen and (max-width: 1199.5px) {
  .superior_building_structure .slider_menu_wrapper .slider_menu a {
    width: 140px;
    height: 110px;
  }
}
@media screen and (max-width: 991.5px) {
  .superior_building_structure .slider_menu_wrapper .slider_menu a {
    width: 100%;
  }
}
@media screen and (max-width: 767.5px) {
  .superior_building_structure .slider_menu_wrapper .slider_menu a {
    width: 100%;
  }
}
.superior_building_structure .slider_menu_wrapper .slider_menu a.active {
  background-color: #00579c;
  color: #fff;
  opacity: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.superior_building_structure
  .slider_menu_wrapper
  .slider_menu
  a.active
  svg
  path {
  fill: #fff !important;
}
.superior_building_structure .slider_menu_wrapper .slider_menu .svg-icon {
  margin-bottom: 8px;
}
.superior_building_structure .slider_menu_wrapper .toggle-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  right: 10px;
}
@media screen and (max-width: 991.5px) {
  .superior_building_structure .slider_menu_wrapper .toggle-arrows {
    position: absolute;
    width: unset;
    display: unset;
    top: -50%;
  }
}
@media screen and (max-width: 767.5px) {
  .superior_building_structure .slider_menu_wrapper .toggle-arrows {
    transform: unset;
    top: -80px;
  }
}
.superior_building_structure .slider_menu_wrapper .toggle-arrows button {
  background: 0 0;
  border: none;
  outline: 0;
  border-radius: 50%;
  padding: 18px;
}
.superior_building_structure
  .slider_menu_wrapper
  .toggle-arrows
  .next1
  svg
  path,
.superior_building_structure
  .slider_menu_wrapper
  .toggle-arrows
  .prev1
  svg
  path {
  stroke: #e6e6e6;
}
.superior_building_structure
  .slider_menu_wrapper
  .toggle-arrows
  .next1.active
  svg
  path,
.superior_building_structure
  .slider_menu_wrapper
  .toggle-arrows
  .prev1.active
  svg
  path {
  stroke: #00579c;
}
.superior_building_structure .slider_menu_wrapper .toggle-arrows .prev {
  left: -50px;
}
.superior_building_structure .slider_menu_wrapper .toggle-arrows .next {
  right: -50px;
}
.gallary_park_wrapper {
  padding-bottom: 30px;
}
.gallary_park_wrapper h2 {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.gallary_park_wrapper .gallary_slider .slick-list {
  padding: 10px 9% 10px 0 !important;
}
.gallary_park_wrapper .scroller {
  overflow: hidden;
}
.gallary_park_wrapper .scroller .scroller__inner {
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallary_park_wrapper .scroller[data-animated="true"] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 25s)
    var(--_animation-direction, forwards) linear infinite;
  animation: scroll var(--_animation-duration, 25s)
    var(--_animation-direction, forwards) linear infinite;
}
.gallary_park_wrapper .scroller[data-animated="true"] .scroller__inner2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
}
.gallary_park_wrapper .scroller[data-direction="right"] {
  --_animation-direction: forwards;
}
@keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
    transform: translate(calc(-50% - 0.5rem));
  }
}
.gallary_park_wrapper #threeD_view,
.gallary_park_wrapper #videos_farukhnagar,
.gallary_park_wrapper #virtual_tour,
.gallary_park_wrapper #master_plan,
#progress_images {
  display: none;
}
.gallary_park_wrapper .video_slider {
  position: relative;
  width: 86%;
  margin: 0 0 0 auto;
}
.gallary_park_wrapper .video_slider::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
@media screen and (max-width: 1600px) {
  .gallary_park_wrapper .video_slider {
    width: 94%;
  }
}
.gallary_park_wrapper .video_slider .slick-list {
  padding: 10px 9% 10px 0 !important;
}
.gallary_park_wrapper .video_slider .thmbnail_video_img {
  cursor: pointer;
  position: relative;
  margin: 0 12px;
}
.gallary_park_wrapper .video_slider .thmbnail_video_img .pausebtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallary_park_wrapper .threeD_view_Slider,
.master_sites_images_slider,
.progress_images_slider {
  width: 86%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1600px) {
  .gallary_park_wrapper .threeD_view_Slider,
  .master_sites_images_slider,
  .progress_images_slider {
    width: 94%;
  }
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper .threeD_view_Slider,
  .master_sites_images_slider,
  .progress_images_slider {
    width: 100%;
  }
}
.gallary_park_wrapper .threeD_view_Slider .threeD_view_img {
  margin: 0 12px;
}
.gallary_park_wrapper .progress_images_slider .marquee_img {
  margin: 0 12px;
}
.gallary_park_wrapper .master_sites_images_slider .marquee_img {
  margin: 0 12px;
}
.gallary_park_wrapper .threeD_view_Slider .custom_wdth {
  width: 246px !important;
  margin: 0 auto;
}
.gallary_park_wrapper .threeD_view_Slider img {
  border-radius: 12px;
}
.gallary_park_wrapper .gallary_btns {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .gallary_park_wrapper .gallary_btns {
    margin-bottom: 30px;
  }
}
.gallary_park_wrapper .gallary_btns button {
  border: none;
  outline: 0;
  border-radius: 6px;
  padding: 4px 40px;
  font-family: Cairo;
  font-size: 20px;
  font-weight: 500;
  line-height: 37.48px;
  letter-spacing: -0.015em;
  text-align: center;
  background-color: #fff;
  color: #07294a;
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper .gallary_btns button {
    margin: 0 10px;
    padding: 4px 20px;
    font-size: 16px;
  }
}
.gallary_park_wrapper .gallary_btns .gallary_btn {
  position: relative;
}
.gallary_park_wrapper .gallary_btns .gallary_btn:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  bottom: 0;
  left: -2px;
  z-index: -1;
  width: 103%;
  height: 50px;
  border-radius: 6px;
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
}
.gallary_park_wrapper .gallary_btns .active {
  background-color: #00579c;
  color: #fff;
}
.gallary_park_wrapper #videos {
  position: relative;
}
.gallary_park_wrapper #videos_farukhnagar .toggle-arrows .prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 50;
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper #videos_farukhnagar .toggle-arrows .prev {
    left: 0;
  }
}
.gallary_park_wrapper #videos_farukhnagar .toggle-arrows .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50;
}
.gallary_park_wrapper .progress_images .toggle-arrows .prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 50;
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper .progress_images .toggle-arrows .prev {
    left: 0;
  }
}
.gallary_park_wrapper .progress_images .toggle-arrows .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50;
}

.gallary_park_wrapper .master_sites_images .toggle-arrows .prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 50;
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper .master_sites_images .toggle-arrows .prev {
    left: 0;
  }
}
.gallary_park_wrapper .master_sites_images .toggle-arrows .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50;
}
.gallary_park_wrapper .chembur_park .toggle-arrows .prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 50;
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper .chembur_park .toggle-arrows .prev {
    left: 0;
  }
}
.gallary_park_wrapper .chembur_park .toggle-arrows .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50;
}
.gallary_park_wrapper .bhiwandi_park .toggle-arrows .prev {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 50;
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper .bhiwandi_park .toggle-arrows .prev {
    left: 0;
  }
}
.gallary_park_wrapper .bhiwandi_park .toggle-arrows .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50;
}
.gallary_park_wrapper #videos_chembur iframe {
  border-radius: 12px;
}
.gallary_park_wrapper #videos_bhiwandi iframe {
  border-radius: 12px;
}
.gallary_park_wrapper #video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.gallary_park_wrapper #video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  padding: 5px 5px 0;
  border-radius: 12px;
}
.gallary_park_wrapper #video-container video {
  width: 800px;
  height: 500px;
  background-color: #000;
  border-radius: 12px;
}
@media screen and (max-width: 1440px) {
  .gallary_park_wrapper #video-container video {
    width: 650px;
    height: 400px;
  }
}
@media screen and (max-width: 991.5px) {
  .gallary_park_wrapper #video-container video {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper #video-container {
    width: 90%;
  }
}
.gallary_park_wrapper #close-video {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  font-weight: 700;
}
.gallary_park_wrapper #close-video .fa-circle-xmark {
  color: #fff;
  font-size: 26px;
  z-index: 1;
}
.gallary_park_wrapper #panorama {
  width: 70%;
  height: 400px;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper #panorama {
    width: 90%;
    height: 350px;
  }
}
.gallary_park_wrapper .rotate_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallary_park_wrapper .pnlm-controls {
  display: none !important;
}
.gallary_park_wrapper #imageModaltdview #modal-content {
  width: fit-content;
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper #imageModaltdview #modal-content {
    width: 90%;
  }
}
.gallary_park_wrapper .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.gallary_park_wrapper .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px;
  border-radius: 12px;
  width: 50%;
  position: relative;
  background-color: #00579c;
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
}
@media screen and (max-width: 767.5px) {
  .gallary_park_wrapper .modal-content {
    width: 90%;
  }
}
.gallary_park_wrapper .close,
.gallary_park_wrapper .close1 {
  position: absolute;
  top: -25px;
  right: -16px;
  color: #f9fafb;
  font-size: 35px;
  cursor: pointer;
  z-index: 999;
}
.gallary_park_wrapper .slider-container {
  max-width: 100%;
  position: relative;
}
.gallary_park_wrapper .slider-container .toggle-arrows button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  outline: 0;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.0588235294);
  border-radius: 50%;
  padding: 10px 15px;
}
.gallary_park_wrapper .slider-container .toggle-arrows button svg {
  width: 12px;
}
.gallary_park_wrapper .slider-container .toggle-arrows .prev {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  z-index: 999;
}
.gallary_park_wrapper .slider-container .toggle-arrows .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  right: -30px;
}
.gallary_park_wrapper .slick-arrow {
  position: absolute;
  right: -5%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 50%;
  height: 40px !important;
  width: 40px !important;
  z-index: 99;
}
.gallary_park_wrapper .slick-next.slick-arrow {
  height: 40px !important;
  width: 40px !important;
}
.gallary_park_wrapper .slick-prev {
  left: -5% !important;
}
.gallary_park_wrapper .gall_img {
  margin: 0 2px;
}
.gallary_park_wrapper .gall_img img {
  border-radius: 12px;
}
.gallary_park_wrapper .marquee_img img {
  border-radius: 12px;
}
.clients {
  margin: 32px 0 48px;
}
.clients h2 {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.clients .container2 {
  display: flex;
  justify-content: center;
}
.clients .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.clients .col-6.col-md-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.clients .success_stories_btn a {
  background: linear-gradient(90.68deg, #00579c 15.04%, #7ac143 122.98%);
  font-family: Cairo;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.18px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: 6px 12px;
}
footer .footer_wrapper {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(89.99deg, #004c9b -2.36%, #80b927 183.38%);
  padding: 33px;
  border-radius: 12px;
  color: #fff;
}
@media screen and (max-width: 767.5px) {
  footer .footer_wrapper {
    padding: 33px 24px;
  }
}
footer .footer_wrapper .footer_headings {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 600;
  line-height: 29.98px;
  letter-spacing: -0.015em;
  text-align: left;
}
footer .footer_wrapper .contact_wrap {
  width: 40%;
}
@media screen and (max-width: 767.5px) {
  footer .footer_wrapper .contact_wrap {
    width: 100%;
  }
}
footer .footer_wrapper .contact_wrap a,
footer .footer_wrapper .contact_wrap span {
  display: flex;
  align-items: center;
  font-family: Cairo;
  font-size: 20px;
  font-weight: 600;
  line-height: 33.24px;
  letter-spacing: -0.015em;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767.5px) {
  footer .footer_wrapper .contact_wrap a,
  footer .footer_wrapper .contact_wrap span {
    font-size: 14px;
    line-height: 25px;
  }
}
footer .footer_wrapper p {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 600;
  line-height: 44.98px;
  letter-spacing: -0.015em;
  text-align: left;
}
@media screen and (max-width: 767.5px) {
  footer .footer_wrapper p {
    font-size: 16px;
    line-height: normal;
  }
}
.common_footer {
  padding-bottom: 0;
}
.common_footer .footer_islogo {
  margin: 5% 0;
}
@media screen and (max-width: 767.5px) {
  .common_footer .footer_islogo {
    width: 40%;
  }
}
.common_footer .footer_sec .socialmedia {
  margin: 10% 0;
}
@media screen and (max-width: 767.5px) {
  .common_footer .footer_sec .socialmedia {
    width: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .common_footer .footer_sec .socialmedia .imgwrap {
    width: 13%;
  }
}
@media screen and (max-width: 1199.5px) {
  .common_footer .footer_sec .socialmedia .imgwrap {
    width: 10%;
  }
}
@media screen and (max-width: 991.5px) {
  .common_footer .footer_sec .socialmedia .imgwrap {
    width: 8%;
  }
}
@media screen and (max-width: 767.5px) {
  .common_footer .footer_sec .socialmedia .imgwrap {
    width: 16%;
  }
}
.common_footer .footer_sec h5 {
  font-family: Cairo;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140.9%;
  text-align: left;
  color: #00579c;
  margin-bottom: 3%;
}
@media screen and (max-width: 1440px) {
  .common_footer .footer_sec h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199.5px) {
  .common_footer .footer_sec h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.5px) {
  .common_footer .footer_sec h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.5px) {
  .common_footer .footer_sec h5 {
    margin-bottom: 5%;
    font-size: 14px;
    line-height: 140.9%;
  }
}
.common_footer .footer_sec p {
  font-family: Cairo;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 37px;
  text-align: left;
  color: #868686;
  margin-bottom: 3%;
}
@media screen and (max-width: 1440px) {
  .common_footer .footer_sec p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1199.5px) {
  .common_footer .footer_sec p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.5px) {
  .common_footer .footer_sec p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767.5px) {
  .common_footer .footer_sec p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10%;
  }
}
.common_footer .footer_sec p a {
  color: #868686;
  text-decoration: none;
}
.common_footer .signup h3 {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.18px;
  text-align: center;
  color: #00579c;
}
.common_footer .signup .email-input-wrapper {
  display: flex;
  width: 30%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.5px) {
  .common_footer .signup .email-input-wrapper {
    width: auto;
  }
}
.common_footer .signup .email-input-wrapper .email-input {
  flex: 1;
  padding: 8px 16px;
  border: 1px solid #878787;
  font-family: Cairo;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.54px;
  color: #878787;
}
.common_footer .signup .email-input-wrapper .signup-button {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: #00579c;
  color: #fff;
  font-family: Cairo;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.54px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767.5px) {
  .common_footer .signup .email-input-wrapper .signup-button {
    padding: 8px;
  }
}
.common_footer .privacy_wrap {
  padding-top: 10px;
}
@media screen and (max-width: 767.5px) {
  .common_footer .privacy_wrap {
    align-items: center;
  }
}
.common_footer .privacy_wrap h6 {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.98px;
  text-align: left;
  color: #878787;
}
@media screen and (max-width: 1440px) {
  .common_footer .privacy_wrap h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.5px) {
  .common_footer .privacy_wrap h6 {
    font-size: 12px;
  }
}
.common_footer .privacy_wrap h6 a {
  text-decoration: none;
  color: #878787;
}
.common_footer .privacy_wrap h6 .disclaimer {
  position: relative;
}
.common_footer .privacy_wrap h6 .disclaimer::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 1.25px;
  height: 18px;
  background-color: #ababab;
}
@media screen and (max-width: 767.5px) {
  .common_footer .privacy_wrap h6 .disclaimer::before {
    height: 14px;
  }
}
.common_footer .privacy_wrap h6 .sitemap {
  position: relative;
}
.common_footer .privacy_wrap h6 .sitemap::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 1.25px;
  height: 18px;
  background-color: #ababab;
}
@media screen and (max-width: 767.5px) {
  .common_footer .privacy_wrap h6 .sitemap::before {
    height: 14px;
  }
}
