.logo img {
  /*display: inline-block;*/
  vertical-align: middle;
}
.logo a {
  display: block;
}
.blue-logo {
  display: none;
}
header.sticky .white-logo {
  display: none;
}
header.sticky .blue-logo {
  display: inline-block;
}
header.inner-header .blue-logo {
  display: inline-block;
}
header.inner-header .white-logo {
  display: none;
}
header.inner-header.sticky .white-logo {
  display: none;
}
header.inner-header.sticky .blue-logo {
  display: inline-block;
}
.search-li svg path {
  stroke: #fff;
}
header.sticky .search-li svg path {
  stroke: #000;
}
header.inner-header .search-li svg path {
  stroke: #000;
}
header.inner-header.sticky .search-li svg path {
  stroke: #000;
}
.header-search svg path {
  stroke: #fff;
}
header.sticky .header-search svg path {
  stroke: #000;
}
header.inner-header .header-search svg path {
  stroke: #000;
}
header.inner-header.sticky .header-search svg path {
  stroke: #000;
}
header.sticky .hamburger div {
  background: #000;
}
header.home-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 30px 0px 0px;
}
header.home-header.inner-header {
  padding: 30px 0px 30px;
}
header.home-header.inner-header.sticky {
  padding: 15px 0px 15px;
}
.header-inner-div {
  padding: 0px 0px;
  background: none;
  border-radius: 6px;
  position: relative;
}
.header-col-right {
  text-align: right;
}
.header-search-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.header-search button {
  margin: 0px;
  padding: 0px;
  border: 0px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease 0s;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: none;
}
header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 1);
  padding: 15px 0px;
  border-bottom: solid 1px #D9D9D9;
}
header.sticky .logo img {
  max-width: 149px;
}
.banner.home-banner {
  position: relative;
}
.banner-for-mobile {
  display: none;
}
.banner-img-wrapper {
  position: relative;
}
.banner-img-wrapper:before {
  content: "";
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 5;
  background-repeat: repeat-x;
}
.banner-img-wrapper img, .banner-img-wrapper video {
  width: 100%;
}
video {
  display: block;
}
.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 5;
  padding-top: 75px;
}
.banner-overlay, .inner-banner .overlay {
  padding-top: 75px;
}
.overlay-ctn {
  text-align: center
}
.home-banner h1 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.home-banner p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 4.55px;
}
.home-banner p:last-child {
  margin-bottom: 0px;
}
section h2 {
  font-weight: 500;
  color: #E4562F;
}
section h2 span {
  color: #000000;
}
.icon-label-dis-block-img {
  margin-bottom: 20px;
}
.icon-label-dis-block-img img {
  max-height: 47px;
}
.icon-label-dis-block label {
  display: block;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  color: #505050;
}
.icon-label-list-sec .row {
  margin-bottom: -48px;
}
.icon-label-list-sec [class*="col-"] {
  margin-bottom: 48px;
}
.main-btn {
  font-size: 15px;
  line-height: 18px;
  padding: 7px 25px 7px 10px;
  color: #fff !important;
  background: #E4562F;
  border-radius: 26px;
  font-weight: 400;
  overflow: hidden;
  display: inline-flex;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  border: solid 1px #E4562F
}
.main-btn span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  margin-right: 15px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main-btn span img {
  position: relative;
  display: block;
  transition: all 0.5s ease 0s;
}
.main-btn span img:first-child {
  top: 0px;
  max-height: none;
}
.main-btn:hover span img:first-child {
  top: -36px;
  max-height: 0;
}
.main-btn span img:last-child {
  bottom: -36px;
  max-height: 0;
}
.main-btn:hover span img:last-child {
  bottom: 0px;
  max-height: none;
}
.counter-list-box {
  border: solid 1px #D9D9D9;
  border-radius: 17px;
  padding: 42px 50px;
  background: #fff;
}
.counter-list-box h2 {
  font-family: 'Nohemi';
  font-size: 70px;
  line-height: 70px;
  color: #0B1E4B;
  font-weight: 300;
  margin: 0px;
}
.counter-list-box h2 span {
  color: #0B1E4B;
  margin-right: -15px;
}
.counter-list-box label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #E4562F;
  font-weight: 300;
  margin: 0px;
}
.our-property-categories-wrap {
  position: relative;
}
.our-property-categories-bg-img {
  position: relative;
}
.our-property-categories-bg-img:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+75&0.8+0,0.65+38,0.02+73,0+75 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65) 38%, rgba(0, 0, 0, 0.02) 73%, rgba(0, 0, 0, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hm-tenants-section .our-property-categories-bg-img:before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#121212+0,111111+33,131313+33,111111+33,131313+33,111111+33,131313+33,111111+33,121212+35,101010+35,121212+35,101010+35,121212+35,101010+35,111111+37,0f0f0f+37,111111+37,0f0f0f+37,111111+37,0f0f0f+37,101010+39,0e0e0e+39,101010+39,0e0e0e+39,101010+39,0e0e0e+39,0f0f0f+41,0d0d0d+41,0f0f0f+41,0d0d0d+41,0f0f0f+42,0d0d0d+42,0e0e0e+44,0c0c0c+44,0e0e0e+44,0c0c0c+44,0e0e0e+44,0c0c0c+44,0e0e0e+44,0c0c0c+44,0d0d0d+46,0a0a0a+46,0d0d0d+47,0a0a0a+47,0d0d0d+47,0a0a0a+47,0d0d0d+47,0b0b0b+47,0b0b0b+49,090909+49,0c0c0c+49,090909+49,0c0c0c+49,090909+50,0c0c0c+50,090909+50,0c0c0c+50,090909+50,0c0c0c+50,090909+50,0a0a0a+53,070707+53,0a0a0a+53,0a0a0a+53,070707+53,0a0a0a+53,070707+53,0a0a0a+53,070707+53,0a0a0a+53,070707+54,070707+54,0b0b0b+54,070707+54,080808+57,040404+57,080808+57,090909+57,090909+57,040404+57,090909+57,040404+57,090909+57,040404+58,090909+58,040404+58,090909+58,050505+58,090909+58,050505+58,050505+58,090909+58,050505+58,070707+63,000000+63,070707+63,070707+63,000000+63,070707+64,000000+64,080808+64,000000+64,080808+64,000000+64,080808+64,000000+64,080808+64,000000+64,080808+64,000000+64,080808+65,000000+65,080808+65,000000+65,090909+65,000000+65,000000+65,090909+65,000000+65,000000+100&0.6+0,0.6+33,0+72,0+100 */
  background: linear-gradient(to right, rgba(18, 18, 18, 0.6) 0%, rgba(17, 17, 17, 0.6) 33%, rgba(16, 16, 16, 0.57) 35%, rgba(15, 15, 15, 0.54) 37%, rgba(14, 14, 14, 0.51) 39%, rgba(13, 13, 13, 0.48) 41%, rgba(13, 13, 13, 0.46) 42%, rgba(12, 12, 12, 0.43) 44%, rgba(10, 10, 10, 0.4) 46%, rgba(11, 11, 11, 0.38) 47%, rgba(12, 12, 12, 0.35) 49%, rgba(9, 9, 9, 0.33) 50%, rgba(10, 10, 10, 0.29) 53%, rgba(7, 7, 7, 0.27) 54%, rgba(9, 9, 9, 0.23) 57%, rgba(5, 5, 5, 0.21) 58%, rgba(0, 0, 0, 0.13) 63%, rgba(0, 0, 0, 0.12) 64%, rgba(0, 0, 0, 0.11) 65%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.3;
}
.our-property-categories-bg-img img {
  width: 100%;
}
.our-property-categories-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.our-property-categories-dis {
  max-width: 600px;
}
.our-property-categories-dis h2 {
  color: #fff;
  margin-bottom: 27px;
}
.our-property-categories-dis p {
  color: #fff;
  font-size: 14px;
  line-height: 29.5px;
  margin-bottom: 23px;
  letter-spacing: 0.28px;
}
.faliclity-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  margin-bottom: 25px;
}
.faliclity-block-icon {
  min-width: 42px;
}
.faliclity-block-icon img {
  margin-right: 10px;
  max-height: 31px;
}
.faliclity-block-body {
  -ms-flex: 1;
  flex: 1;
}
.faliclity-block-body label {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  display: block;
  font-weight: 300;
  margin: 0px;
}
.our-property-categories-faliclity-slider .swiper-button-prev, .our-property-categories-faliclity-slider .swiper-button-next {
  display: none;
}
.our-property-categories-faliclity-slider .swiper-pagination {
  display: none;
}
.button-list {
  margin-top: 22px;
}
.button-list a {
  vertical-align: top;
  margin-right: 10px;
}
.button-list a:last-child {
  margin-right: 0px;
}
.main-border-btn {
  color: #E4562F !important;
  background: none;
}
.explore-property-section h2 {
  text-align: center
}
.explore-property-block {
  position: relative;
}
.explore-property-block-img img {
  width: 100%;
}
.explore-property-block-overlay {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 28px 30px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.58+97,0.58+98,0.54+98,0.43+98,0.18+99,0+99,0+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 97%, rgba(0, 0, 0, 0.43) 98%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 92px;
  transition: all 0.3s ease 0s;
}
.explore-property-block:hover .explore-property-block-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.7+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100%;
  padding: 28px 30px 50px;
}
.explore-property-block h4 {
  color: #fff;
  margin-bottom: 0;
  transition: all 0.3s ease 0s;
}
.explore-property-block:hover h4 {
  margin-bottom: 24px;
}
.explore-property-block p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.explore-property-block:hover p {
  margin-bottom: 30px;
  visibility: visible;
  height: auto;
  opacity: 1;
}
.faliclity-block-body label span {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 19px;
  font-weight: 400;
  display: block;
}
.our-property-categories-faliclity-slider-outer {
  max-width: 330px;
}
.explore-property-block .our-property-categories-faliclity-slider-outer {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.explore-property-block:hover .our-property-categories-faliclity-slider-outer {
  visibility: visible;
  height: auto;
  opacity: 1;
  /*width: 100%;*/
}
.explore-property-block .main-btn {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  display: none;
}
.explore-property-block:hover .main-btn {
  visibility: visible;
  height: auto;
  opacity: 1;
  margin-top: 29px;
  display: inline-flex;
}
.explore-property-slider .swiper-pagination {
  display: none;
}
.explore-property-slider-outer {
  position: relative;
}
.explore-property-slider-arrows {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.explore-property-slider-arrows .swiper-button-prev {
  margin-left: -23px;
}
.explore-property-slider-arrows .swiper-button-next {
  margin-right: -23px;
}
.hm-tenants-section p {
  margin-bottom: 45px;
  font-weight: 200;
}
.latest-news-section h2 {
  text-align: center;
}
.latest-news-section h2 span {
  display: block;
}
.latest-news-list-block-img {
  display: block;
}
.latest-news-list-block-img img {
  width: 100%;
}
.latest-news-list-block {
  position: relative;
  display: block;
}
.latest-news-list-block-overlay {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}
.latest-news-list-block-overlay-inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 100%;
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 30px 38px 40px;
}
.latest-news-list-block label {
  position: absolute;
  left: 40px;
  top: 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #000000;
  border-radius: 15px;
  padding: 5px 19px 3px;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.latest-news-list-block:hover label {
  left: 18px;
  top: 18px;
  background: #E4562F;
  color: #fff;
}
.latest-news-list-block p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 28px;
  transition: all 0.3s ease 0s;
  max-width: 258px;
}
.latest-news-list-block .read-morebtn {
  width: 100%;
}
.read-morebtn {
  color: #E4562F;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 19px;
  transition: all 0.3s ease 0s;
}
.latest-news-list-block:hover .read-morebtn {
  display: none;
}
.latest-news-list-block:hover .latest-news-list-block-overlay-inner {
  border: solid 3px #E4562F;
  border-bottom-right-radius: 50px;
  padding: 28px;
}
.latest-news-list-block:hover p {
  margin-bottom: 0px;
}
.latest-news-list-block:hover .latest-news-list-block-overlay {
  padding: 20px;
}
.latest-news-list-block-img {
  position: relative;
}
.latest-news-list-block-img:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 209px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: all 0.3s ease 0s;
}
.latest-news-list-block:hover .latest-news-list-block-img:before {
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.6+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.testimonial-tilte-box {
  border-radius: 20px;
  border: solid 3px #E4562F;
  padding: 15px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.testimonial-tilte-box h2 {
  margin-bottom: 0px;
}
.testimonial-tilte-box h2 span {
  display: block;
}
.testimonial-slider-list-block {
  border-radius: 20px;
  background: #F9F9F9;
  padding: 60px 15px 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.testimonial-slider-list-block p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 55px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  height: 124px;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 6px;
}
.testimonial-slider-list-block p::-webkit-scrollbar {
  width: 3px;
}
.testimonial-slider-list-block p::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #d6d6d6;
}
.testimonial-slider-list-block p::-webkit-scrollbar-thumb {
  background: #E4562F;
  border-radius: 10px;
}
.testimonial-slider-list-block label {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
  display: block;
  margin: 0px 0px -10px;
  width: 100%;
}
.testimonial-slider-list-block span {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: #949494;
  display: block;
  margin: 0px 0px 0px;
  width: 100%;
}
.quote-icon {
  position: absolute;
  left: 24px;
  top: -34px;
}
.testimonial-slider-sec {
  position: relative;
  height: 100%;
}
.testimonial-slider {
  height: 100%;
}
.testimonial-slider .swiper-wrapper {
  padding-top: 34px;
  height: calc(100% - 34px);
}
.testimonial-slider-arrows .swiper-pagination {
  display: none;
}
.testimonial-slider-sec {
  position: relative;
}
.testimonial-slider-arrows {
  width: 100%;
  padding-top: 44px;
  text-align: center
}
.testimonial-slider-arrows .swiper-button-prev {
  margin-right: 10px;
}
.testimonial-hm-section [class*="col-"]:first-child {
  padding-top: 34px;
}
.btm-form-section {
  background: url("../images/btm-form-desktop-bg.jpg") no-repeat left bottom;
  background-size: cover;
}
.btm-form-section h2 {
  color: #fff;
}
.btm-form-section h2 span {
  color: #fff;
  display: block;
}
.input-sec {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 0px;
  margin-bottom: 25px;
}
.input-sec input {
  width: 100%;
  background: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  color: #fff;
  border: 0px;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: solid 1px #627298;
  padding: 0px 0px 22px;
  margin: 0px 0px 25px;
  height: 40px;
}
.input-sec .js-form-item {
  width: 100%;
}
.input-sec .focus-label input {
  border-bottom: solid 1px #fff;
}
.input-sec .focus-label + span {
  align-items: flex-start;
  top: -22px;
  color: #8FA2CE;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.input-sec span {
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  color: #fff;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.input-sec input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.input-sec input::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}
.input-sec input:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.input-sec input:-moz-placeholder {
  color: #fff;
  font-weight: 300;
}
.input-sec select {
  background: url("../images/select-dwn-arw.svg") no-repeat center right;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  border: 0px;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: solid 1px #627298;
  padding: 0px 0px 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  margin-bottom: 25px;
  height: 42px;
}
.input-sec select option {
  color: #000000;
}
.input-sec .focus-label select {
  border-bottom: solid 1px #fff;
}
.input-sec textarea {
  resize: none;
  width: 100%;
  height: 100px;
  background: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  border: 0px;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: solid 1px #627298;
  padding: 0px 0px 22px;
}
.input-sec .focus-label textarea {
  border-bottom: solid 1px #fff;
}
.input-submit {
  position: relative;
  margin-top: 13px;
}
.input-submit input {
  opacity: 0;
  font-size: 0px;
  border: 0px;
  background: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.swiper-button-prev, .swiper-button-next {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: solid 1px #C7C7C7;
  display: inline-block;
  overflow: hidden;
  right: 0px;
  left: 0px;
  top: 0px;
  margin: 0px 0px;
  transition: all 0.3s ease 0s;
}
.swiper-button-prev {
  background: url("../images/slider-left-arw-h.svg") 13px center #fff no-repeat;
}
.swiper-button-prev:hover {
  background: url("../images/slider-left-arw-h.svg") -33px center #fff no-repeat;
}
.swiper-button-next {
  background: url("../images/slider-right-arw-h.svg") -33px center #fff no-repeat;
}
.swiper-button-next:hover {
  background: url("../images/slider-right-arw-h.svg") 13px center #fff no-repeat;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.main-footer {
  padding: 100px 0px 0px;
  background: #0B1E4B;
  position: relative;
  overflow: hidden;
}
.footer-logo-seacrh-sec {
  margin-bottom: 60px;
}
.subscribe-form {
  border-bottom: solid 1px #426D9C;
  padding-bottom: 13px;
}
.subscribe-form input {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #6D82B1 !important;
  padding: 9px 0px;
  background: none !important;
  border: 0px !important;
  outline: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.subscribe-form input::-webkit-input-placeholder {
  color: #6D82B1
}
.subscribe-form input::-moz-placeholder {
  color: #6D82B1
}
.subscribe-form input:-ms-input-placeholder {
  color: #6D82B1
}
.subscribe-form input:-moz-placeholder {
  color: #6D82B1
}
.subscribe-form input.btn {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff !important;
  padding: 9px 20px 7px;
  border: solid 1px #FFFFFF !important;
  background: none !important;
  border-radius: 17px !important;
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  height: auto;
  transition: all 0.3s ease 0s;
}
.subscribe-form input.btn:hover {
  background: #E4562F !important;
  border: solid 1px #E4562F !important;
}
.subscribe-form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.subscribe-form form .js-form-item {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.main-footer h6 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #6D82B1;
  text-transform: uppercase;
  font-family: 'Nohemi';
}
.main-footer h6 a {
  color: #6D82B1;
  font-weight: 400;
}
.footer-menu-sec p {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  max-width: 327px;
  font-family: 'Wulkan Display';
  font-weight: 400;
}
.footer-brand-log-list a {
  display: inline-block;
}
.footer-brand-log-list a:first-child {
  margin-right: 34px;
}
.main-footer .card {
  padding: 0px;
  background: none;
  border: 0px;
}
.footer-menu {
  margin: 0px;
  padding: 0px;
}
.footer-menu li {
  list-style: none;
  padding: 0px 0px 25px;
  margin: 0px;
  line-height: normal;
}
.footer-menu li a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}
.footer-menu li a:hover {
  color: #E4562F;
}
.call-to a {
  padding-left: 45px;
  background: url("../images/phone-call-icon.svg") no-repeat center left;
  text-transform: none !important;
  padding-top: 4px;
  padding-bottom: 3px;
  font-size: 18px !important;
}
.email-to a {
  padding-left: 45px;
  background: url("../images/mail-icon.svg") no-repeat center left;
  text-transform: none !important;
  padding-top: 4px;
  padding-bottom: 3px;
  font-size: 18px !important;
}
.footer-social-media-mob-logo-listed .footer-brand-log-list {
  display: none;
}
.footer-social-media {
  margin: 0px;
  padding: 15px 0px 0px;
}
.footer-social-media li {
  margin: 0px 15px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.footer-social-media li:last-child {
  margin-right: 0px;
}
.footer-social-media li:first-child {
  margin-left: 0px;
}
.footer-social-media li a {
  display: block;
  line-height: normal;
}
.footer-social-media li a:hover {
  opacity: 0.7;
}
.copiright-sec {
  margin-top: 80px;
  padding-top: 28px;
  padding-bottom: 38px;
  border-top: solid 0.5px #426D9C;
}
.copiright-sec p {
  margin: 0px;
  color: #6D82B1;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.copiright-sec a {
  margin: 0px;
  color: #6D82B1;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  display: inline-block;
}
.copiright-sec a:hover {
  color: #E4562F;
}
.copiright-sec [class*="col-"]:last-child {
  text-align: right;
}
.home-about-section {
  position: relative;
}
.home-about-section .container {
  position: relative;
}
.pattern-img {
  position: absolute;
}
.hm-about-section-top-right-pattern {
  top: -105px;
  right: 6%;
}
.home-latest-news-section-testimonial-section-wrap {
  position: relative;
}
.hm-latest-testimonial-top-left-pattern {
  bottom: 350px;
  left: -95px;
}
.latest-news-section, .testimonial-hm-section {
  position: relative;
}
.footer-top-right-pattern {
  top: 205px;
  right: 50px;
}
.main-footer .container {
  position: relative
}
.for-mobile-btn {
  display: none;
}
.center {
  text-align: center;
}
.resp-menu-btm {
  display: none;
}
.property-categories-moile-bg-img {
  display: none;
}
.header-col-right [class*="col-"]:last-child {
  display: none;
}
.search-popup .modal-body {
  padding: 70px 20px 70px;
  background: #fff;
  border-radius: 0px;
}
.search-popup .modal-content {
  background: none;
}
.search-popup input {
  padding: 12px 0px;
  margin: 0px 0px 6px;
  background: #fff;
  box-shadow: none !important;
  border: 0px !important;
  border-bottom: solid 1px #CCCCCC !important;
  color: #949494 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  outline: none;
  width: 100%;
  border-radius: 0px;
}
.search-popup .btn-close {
  margin-left: auto;
  box-shadow: none !important;
  border: 0px !important;
  outline: none !important;
  margin-bottom: 80px;
  display: table;
  padding: 0px;
  opacity: 1;
  font-size: 0px;
  width: auto;
  height: auto;
}
.search-popup .btn-close:hover {
  opacity: 0.6;
}
.search-popup .cnt-send-btn {
  width: 55px;
  height: 48px;
  background: url("../images/search-icon.svg") no-repeat center center #071631;
  font-size: 0px;
  border: 0px !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-popup .cnt-send-btn:hover {
  background: url("../images/search-icon.svg") no-repeat center center #DB3030;
}
.search-popup .error {
  /*position: absolute;
  bottom: -13px;*/
  font-size: 13px;
  color: red;
}
.modal-open, .modal {
  padding-right: 0px !important;
}
.tenants-banner .inner-banner-ctn-sec {
  max-width: 548px;
  text-align: left;
}
.tenants-banner h1 {
  margin-bottom: 10px;
  text-align: left !important;
}
.tenants-banner p {
  color: #FFFFFF
}
.home-about-ctn-sec p {
  font-size: 20px;
  line-height: 36px;
  padding: 0px;
  margin: 0px 0px 45px;
  font-weight: 300;
}
.left-right-image-ctn-sec p {
  margin-bottom: 35px;
  letter-spacing: 0.28px;
}
.left-right-image-ctn-sec h5 {
  font-family: 'Nohemi';
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 36px;
  font-size: 20px;
}
.facility-listing-sec .faliclity-block {
  padding: 30px 30px;
  -webkit-box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.05);
  border-radius: 13px;
  margin-bottom: 0px;
  height: 100%;
  background: #fff;
}
.facility-listing-sec .faliclity-block-icon img {
  margin-right: 18px;
  max-height: 48px;
}
.facility-listing-sec .faliclity-block-body label {
  color: #505050;
  word-break: break-word;
}
.line {
  background: #D9D9D9;
  width: 100%;
  height: 1px;
}
.left-right-image img {
  width: 100%
}
.left-right-image-ctn-sec .button-list {
  margin-top: 110px;
}
.emergeny-conatct-section {
  background: #0B1E4B;
  display: none;
}
section.emergeny-conatct-section h2 {
  margin-bottom: 0px;
}
section.emergeny-conatct-section h2 span {
  color: #fff;
}
.title-table-button-sec {
  margin-bottom: 45px;
}
.atr-nav-tabs {
  border: 0px;
}
.title-table-button-sec .atr-nav-tabs {
  justify-content: flex-end;
}
.atr-nav-tabs li {
  margin-bottom: 0px;
  background: #1F3975 !important;
  overflow: hidden;
}
.atr-nav-tabs li:first-child {
  border-top-left-radius: 45px !important;
  border-bottom-left-radius: 45px !important;
}
.atr-nav-tabs li:last-child {
  border-top-right-radius: 45px !important;
  border-bottom-right-radius: 45px !important;
}
.atr-nav-tabs li button {
  color: #8FA2CE !important;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  padding: 15px 50px;
  border-radius: 45px !important;
  background: #1F3975 !important;
  border: 0px !important;
}
.atr-nav-tabs li button img {
  max-height: 27px;
  margin-right: 15px;
}
.atr-nav-tabs li button.active {
  color: #fff !important;
  font-weight: 500;
  background: #E4562F !important;
  position: relative;
  z-index: 1;
}
.atr-nav-tabs li button.active img {
  filter: brightness(0) invert(1);
}
.faq-nav-tabs .atr-nav-tabs li button {
  background: #FCEDE9 !important;
  color: #000000 !important;
}
.faq-nav-tabs .atr-nav-tabs li button.active {
  color: #fff !important;
  background: #E4562F !important;
}
.faq-nav-tabs .atr-nav-tabs li {
  margin-bottom: 0px;
  background: #FCEDE9 !important;
}
.emergeny-conatct-box {
  border-radius: 8px;
  background: #FFFFFF;
  padding: 28px 30px 23px;
}
.emergency-tab-ctn-sec [class*="col-"] {
  margin-bottom: 24px;
}
.emergeny-conatct-box label {
  font-size: 14px;
  color: #E4562F;
  margin: 0px 0px 35px;
  padding: 0px;
}
.emergency-tab-ctn-sec h4 {
  font-weight: 500;
  margin-bottom: 8px;
}
.mergency-tell {
  background: url("../images/round-orange-call-icon.svg")no-repeat left top;
  font-size: 14px;
  color: #000000 !important;
  font-weight: 500;
  margin: 0px;
  padding: 9px 0px 9px 50px;
  display: inline-block;
}
.mergency-tell:hover {
  opacity: 0.7;
}
.faq-section {
  overflow: hidden;
}
.faq-section .container {
  position: relative;
}
.faq-section-pattern {
  top: -385px;
  left: -20px;
}
.faq-accordion {
  margin: 0px;
}
.faq-accordion .acc_section {
  border: 0px;
  border-radius: 0px;
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: solid 1px #D9D9D9;
}
.faq-accordion .acc_section:last-child {
  margin-bottom: 0px;
}
.faq-accordion .acc_head {
  padding: 0px !important;
  border: 0px !important;
  background: url("../images/plus-icon.svg") no-repeat right 6px !important;
  padding-right: 20px !important;
}
.faq-accordion .acc_active .acc_head {
  background: url("../images/minus-icon.svg") no-repeat right 6px !important;
}
.faq-accordion h5 {
  margin-bottom: 0px;
  font-weight: 400;
  font-family: 'Nohemi';
  color: #000000;
  line-height: 34px;
}
.faq-accordion .acc_content {
  padding: 20px 0px 0px !important;
}
.faq-accordion p {
  margin-bottom: 20px;
  letter-spacing: 0.28px;
  line-height: 30px;
}
.faq-accordion p:last-child {
  margin-bottom: 0px;
}
.tenants-testimonial-section .our-property-categories-bg-img:before {
  background: linear-gradient(135deg, rgba(11, 30, 75, 1) 0%, rgba(11, 30, 75, 0.8) 38%, rgba(11, 30, 75, 0.02) 73%, rgba(11, 30, 75, 0) 75%);
  opacity: 0.2;
}
.tenants-testimonial-section .our-property-categories-dis {
  max-width: 550px;
  text-align: center;
  z-index: 9;
  position: relative;
}
.tenants-testimonial-section .our-property-categories-dis img {
  margin-bottom: 35px;
}
.tenants-testimonial-section h4 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 400;
}
.tenants-testimonial-section label {
  font-size: 14px;
  color: #Fff;
  font-weight: 500;
  line-height: 28px;
  margin: 0px 0px -7px;
  display: block;
  padding: 0px;
}
.tenants-testimonial-section .our-property-categories-dis p:last-child {
  margin-bottom: 0px;
}
.facility-listing-sec [class*="row"] {
  margin-bottom: -25px
}
.facility-listing-sec [class*="col-"] {
  margin-bottom: 25px;
}
.view-ubora-section h2 {
  text-align: center;
}
.view-ubora-slider-outer {
  padding: 0px 20px;
  position: relative;
}
.view-ubora-img {
  position: relative;
}
.view-ubora-img img {
  width: 100%;
}
.view-ubora-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  top: 0px;
  left: 0px;
  align-items: center;
}
.view-ubora-img-overlay h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 0px;
}
.view-ubora-arrow-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  top: 0px;
  left: 0px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 60px;
}
.view-ubora-arrow-buttons .swiper-button-prev {
  margin-right: 12px
}
.view-ubora-pagination {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 42px;
  padding: 0px 20px;
}
.view-ubora-pagination .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: 0px;
  top: 0px;
  font-size: 0px;
}
.view-ubora-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.33;
  margin: 0px 5px !important;
}
.view-ubora-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.view-ubora-img:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: calc(100% - 130px);
  left: 0px;
  bottom: 0px;
}
.with-blue-bg {
  background: #0B1E4B;
}
.units-plan-wrap.with-blue-bg h2 span {
  color: #fff;
}
.with-blue-bg .units-structure .tb-head {
  color: #8FA2CE;
}
.with-blue-bg .units-structure .tb-line {
  border-color: #5B74AC;
}
.with-blue-bg .units-structure .tb-content label {
  color: #fff;
}
.reputed-slider-section h2 {
  text-align: center;
}
.reputed-slider-lg-img img {
  width: 100%;
}
.thumb-arw-sec {
  display: none;
}
.reputed-slider-outer {
  position: relative;
}
.reputed-thumb-slider-outer {
  max-width: 690px;
  margin: auto;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
}
.reputed-thumb-slider .swiper-slide {
  opacity: 0.4;
}
.reputed-thumb-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.reputed-thumb-img img {
  border-radius: 50%;
  max-height: 77px;
  margin: auto;
}
.swiper-slide-thumb-active .reputed-thumb-img img {
  border: solid 3px #E4562F;
  -webkit-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.3);
}
.reputed-thumb-slider {
  padding: 25px 0px;
}
.with-grey-bg {
  background: #F9F9F9;
}
.latest-news-section.community-engage h2 span {
  display: inline
}
.ubora-insta-section h2 {
  margin-bottom: 8px;
  text-align: center;
}
.ubora-insta-section p {
  margin-bottom: 35px;
  color: #E4562F;
  text-align: center;
  text-decoration: underline;
}
.insta-img-sec img {
  width: 100%;
}
.executive-section {
  background: #F3F3F3;
  position: relative;
  padding: 62px 0px;
}
.executive-section:before {
  content: "";
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: #E9E9E9;
  position: absolute;
}
.executive-section .container {
  position: relative;
}
.profile-round-img {
  margin-bottom: 30px;
}
.profile-round-img img {
  max-height: 136px;
  border-radius: 50%;
}
.executive-block p {
  max-width: 450px;
}
.executive-block h3 {
  margin-bottom: 0px;
}
.executive-block label {
  font-size: 14px;
  line-height: 19px;
  color: #949494;
  font-weight: 400;
  display: block;
  margin: 0px 0px 28px;
  padding: 0px;
}
.executive-block .div-seperate span:first-child a {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
}
.executive-section .executive-block .div-seperate span a {
  margin-right: 28px;
}
.executive-section .executive-block .div-seperate span:last-child a {
  margin-right: 0px;
}
.executive-section .executive-block p:last-child {
  margin-bottom: 0px;
}
.award-winning-arrows {
  display: none;
}
.award-winning-section h3 {
  position: relative;
  margin-bottom: 0px;
}
.award-winning-section h3:after {
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0px;
  top: 0px;
  background: #E9E9E9;
  content: "";
}
.reputed-thumb-img {
  text-align: center;
}
.only-reputed-slider-outer {
  position: relative;
}
.reputed-slider-lg-arw-sec {
  position: absolute;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  top: 0px;
  left: 0px;
  right: 0px;
  align-items: center;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}
.reputed-slider-lg-arw-sec .swiper-pagination {
  display: none;
}
.detail-office-view-slider .swiper-slide {
  width: 72%;
}
.detail-office-view-img img {
  width: 100%;
}
.detail-office-view-img {
  position: relative;
}
.detail-office-view-img:before {
  content: "";
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.7+0,0.7+100 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.detail-office-view-slider .swiper-slide-active .detail-office-view-img:before {
  display: none;
}
.detail-office-view-arrows {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  height: calc(100% - 31px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.detail-office-view-arrows .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-office-view-section-title h1 {
  max-width: 630px;
  margin: auto;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.detail-office-view-section-title {
  position: relative;
  margin-bottom: 15px;
}
.detail-office-view-section-title:before {
  position: absolute;
  width: 100%;
  height: 0.5px;
  background: #777777;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.detail-office-view-section-title h1 span {
  position: relative;
  display: block;
}
.detail-office-view-section-title h1 span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 82px;
  background: url("../images/tag-2-line-left.svg") no-repeat center center;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.detail-office-view-section-title h1 span:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 82px;
  background: url("../images/tag-2-line-right.svg") no-repeat center center;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.detail-office-view-section-title h1 {
  position: relative;
}
.detail-office-view-section-title h1:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.detail-office-view-section p {
  color: #E4562F;
  font-weight: 500;
  text-align: center;
}
.detail-office-view-pagination-wrap {
  position: relative;
  padding-top: 22px;
}
.detail-office-view-pagination-wrap .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #E4562F;
  opacity: 0.3;
  margin: 0px 5px !important;
}
.detail-office-view-pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.detail-office-view-pagination-wrap .swiper-pagination {
  position: relative;
  text-align: center;
  bottom: 0px;
  top: 0px;
  font-size: 0px;
}
.incredible-section {
  position: relative;
}
.incredible-section .container {
  position: relative;
}
.incredible-section h2 {
  max-width: 793px;
  margin: auto;
  text-align: center;
}
.incredible-section-pattern {
  right: 0px;
  top: 0px;
}
.ubora-detail-facility-listing-sec .faliclity-block-icon img {
  margin-right: 35px;
}
.ubora-detail-facility-listing-sec .faliclity-block-body label {
  color: #000000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  max-width: 130px;
}
.ubora-detail-facility-listing-sec .faliclity-block-body label span {
  font-size: 20px;
  text-transform: none;
  line-height: 25px;
  font-weight: 400;
  display: block;
  color: #E4562F;
}
.incredible-section p {
  max-width: 385px;
  margin: auto;
}
.ubora-detail-facility-listing-sec [class*="row"] {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.ubora-detail-facility-listing-sec [class*="col-"] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.inner-header .header-search img {
  filter: invert(1);
}
.inner-header.sticky .header-search img {
  filter: none;
}
label.error {
  font-size: 13px;
  font-weight: 400;
  color: red;
  letter-spacing: 0.5px;
}
.confirm-msg div div div {
  font-size: 13px;
  background: white;
  font-weight: 600;
  color: red;
  text-align: center;
  padding: 5px 5px;
  border-radius: 2px;
  margin-top: 20px;
}
.confirm-msg .msg.success {
  background: green;
  color: white;
}
.confirm-msg .msg.success p {
  margin-bottom: 0;
}
.confirm-msg div div ul li {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 21px;
}
.search-popup .input-group {
  display: block;
}
.search-popup .input-submit.main-btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.img-gal-popup {
  background-color: rgba(0, 0, 0, 0.7);
}
.img-gal-popup .modal-content {
  background-color: transparent;
}
.img-gal-popup .modal-body {
  padding: 0px;
  background: none;
}
.img-gal-popup-slider-arrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 18px;
  align-items: center;
}
.img-gal-popup-slider-arrows .swiper-button-prev, .img-gal-popup-slider-arrows .swiper-button-next {
  width: 28px;
  height: 13px;
  background-color: transparent;
  border: 0px;
  filter: brightness(0) invert(1);
  display: block;
}
.img-gal-popup-slider-arrows .swiper-button-prev {
  background-position: left top;
}
.img-gal-popup-slider-arrows .swiper-button-next {
  background-position: right top;
}
.img-gal-popup-slider-arrows .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  display: block;
  width: auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 21px;
}
.img-gal-popup-slider .swiper-slide img {
  width: 100%;
}
.img-gal-popup .btn-close {
  margin-left: auto;
  box-shadow: none !important;
  border: 0px !important;
  outline: none !important;
  margin-bottom: 80px;
  display: inline;
  padding: 0px;
  opacity: 1;
  font-size: 0px;
  width: auto;
  height: auto;
  position: absolute;
  right: -28px;
  top: 0px;
  z-index: 9;
  filter: brightness(0) invert(1)
}
.property-img-gal-popup {
  background-color: rgba(0, 0, 0, 0.8);
}
.property-img-gal-popup .modal-content {
  background-color: transparent;
}
.property-img-gal-popup .modal-body {
  padding: 0px;
  background: none;
}
.property-img-gal-popup-slider-arrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.property-img-gal-popup-slider-arrows .swiper-pagination {
  display: none;
}
.property-img-gal-popup-cnt-box img {
  width: 100%;
}
.property-img-gal-popup .btn-close {
  margin-left: auto;
  box-shadow: none !important;
  border: 0px !important;
  outline: none !important;
  margin-bottom: 80px;
  display: inline;
  padding: 0px;
  opacity: 1;
  font-size: 0px;
  width: auto;
  height: auto;
  position: absolute;
  right: 0px;
  top: -35px;
  z-index: 9;
  filter: brightness(0) invert(1);
  transition: transform .2s ease;
}
.property-img-gal-popup .btn-close:hover {
  transform: scale(1.2);
}
.property-img-gal-popup .btn-close img {
  width: 14px;
  height: 15px;
  object-fit: cover;
}
.property-img-gal-popup .modal-dialog {
  max-width: 1176px;
}
.property-img-gal-popup-slider-outer {
  position: relative;
  padding: 0px 90px;
}
.property-img-gal-popup-cnt-box-dis {
  max-width: 410px;
  margin-left: auto;
}
.property-img-gal-popup-cnt-box-dis h2 {
  color: #fff;
}
.property-img-gal-popup-cnt-box-dis p {
  color: #fff;
}
.property-img-gal-popup-cnt-box-dis p:last-child {
  margin-bottom: 0px;
}
.toolbar-tray-horizontal ul li.menu-item--expanded {
  margin-bottom: 0px;
}
.toolbar-menu li {
  margin-bottom: 0px;
}
.toolbar-horizontal header {
  position: relative !important;
  background: #5e5955;
}
.available-units-gal .swiper-slide img {
  width: 100%;
}
.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 9999;
}
.search-li {
  transition: all 0.3s ease 0s;
}
.search-li:hover img {
  opacity: 0.6
}
.send-us-message-right .input-sec textarea {
  height: 142px;
}
.testimonial-slider .swiper-slide {
  height: 100% !important;
}
.latest-news-hm-block-listing .main-btn {
  margin: 34px auto;
}
.latest-news-hm-block-listing {
  text-align: center;
}
.latest-news-hm-block-listing .row {
  text-align: left;
}
.subscribe-form label.error {
  position: absolute;
  top: 100%;
  padding-top: 20px;
  left: 0px;
}
.subscribe-form .confirm-msg div div {
  background: none;
  color: #00ff79cc;
  padding: 20px 0px 0px;
  left: 0px;
  top: 100%;
}
.commercial-salahiddin .div-seperate span a:hover {
  color: #fff;
}
.commercial-salahiddin h3 {
  margin-bottom: 0px;
}
.facility-listing-sec [class*="row"] {
  margin-left: -14px;
  margin-right: -14px;
}
.facility-listing-sec [class*="col-"] {
  padding-left: 14px;
  padding-right: 14px;
}
.send-us-message-right .input-submit {
  margin-top: 0px;
}
.about-first-fold h3 {
  max-width: 576px;
  margin-bottom: 45px;
}
.about-first-fold .counter-list-box h2 span {
  margin-right: -7px;
}
.mission-and-values .row {
  margin-left: 0px;
  margin-right: 0px;
}
.mission-and-values [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
.our-mission-box h2 {
  margin-bottom: 30px;
}
.our-values-box .faliclity-block-icon img {
  margin-right: 22px;
  width: auto;
}
.explore-pages .container {
  position: relative;
}
.explore-pages-pattern {
  top: -100px;
  right: 20px;
}
.our-values-wrap .faliclity-block-body label {
  font-weight: 500;
}
.our-values-box .col-lg-6:nth-child(even) .faliclity-block {
  padding-right: 0px;
}
.update-lisiting-sec h1 {
  color: #E4562F;
}
.update-lisiting-sec h1 span {
  color: #000000;
}
.award-winning-slider-outer .swiper-wrapper {
  align-items: center;
}
.container-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.login-form {
  text-align: center;
}
.login-form .js-form-item label.error {
  display: block;
}
.login-form .js-form-item {
  margin-bottom: 15px;
}
.search-result-block h5 a {
  color: #000000;
}
.search-result-block h5 a:hover {
  color: #E4562F;
}
.view-search-page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.search-result-block {
  padding: 30px 15px 1px;
}
.view-search-page .views-row:nth-child(odd) .search-result-block {
  background: #f1f1f1;
}
.view-search-page .pager__item {
  display: inline-block;
  margin: 0px 10px
}
.view-search-page .pager__item a {
  color: #000000;
}
.view-search-page .pager__item a:hover {
  color: #E4562F;
}
.view-search-page .pager__item.is-active a {
  color: #E4562F;
}
.view-search-page .pager__items {
  text-align: center;
  margin-top: 30px;
}
.about-counter-sec .counter-list-box label {
  max-width: 106px;
}
.update-tab-section li.pager__item {
  margin-bottom: 0px;
}
.update-tab-section .load-more-button-main {
  padding-top: 114px;
}
.properites-wrapper .main-btn {
  margin-top: 103px;
}
.properites-wrapper li.pager__item {
  margin-bottom: 0px;
}
.properites-wrapper li.pager__item .mt-5 {
  margin-top: 0px !important;
}
.community-engage .container {
  position: relative;
}
.detail-office-view-section {
  margin-bottom: -31px;
}
.property-fecilities-wrap .faliclity-block-icon img {
  margin-right: 17px;
}
.property-fecilities-wrap .faliclity-block-body label {
  max-width: 101px
}
.property-fecilities-wrap .col-xl-6 .row {
  margin-bottom: -30px;
}
.ubora-detail-facility-listing-sec .faliclity-block {
  padding: 47px 35px;
  background: #fff;
}
.image-gal2-outer-slider-arrows .swiper-button-disabled {
  opacity: 0;
}
.property-image-gal-slider-arrows .swiper-button-disabled {
  opacity: 0;
}
.name-type-wrap {
  width: 100%;
}
.cookiesjsr-banner {
  background-color: #0b1e4b !important;
  border-top: solid 1px #D9D9D9 !important;
}
.cookiesjsr-btn {
  background-color: #E4562F !important;
  border: solid 1px #E4562F !important;
  border-radius: 26px !important;
}
.cookiesjsr-btn.important {
  border: solid 1px #E4562F !important;
  color: #E4562F !important;
  background: none !important;
}
.cookiesjsr-banner--info {
  margin-bottom: 0px !important;
  max-height: none !important;
}
.cookiesjsr-banner--links {
  margin-top: 0 !important;
}
.ghaya-residence-feature[class*="row"] {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.ghaya-residence-feature [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.over-lay-residence-inner {
  max-width: 525px;
}
.ghaya-residence-wrap .over-lay-residence-inner .faliclity-block {
  margin-bottom: 44px;
}
.white-bg {
  background: #fff !important;
}
.scrollTop {
  position: fixed;
  right: 50px;
  bottom: 88px;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
}
.resi-map-sec::after {
  pointer-events: none;
}
.resi-map-sec iframe {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.social-links-list span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #6D82B1;
  text-transform: uppercase;
  font-family: 'Nohemi';
  display: block;
  padding: 0px;
}
.social-links-list .footer-social-media {
  padding: 0px 0px 20px;
}
.social-links-list {
  padding-top: 10px;
}
.social-links-list .footer-social-media:last-child {
  margin-bottom: 0px;
}
.confirm-msg {
  color: green;
  text-align: center;
  font-size: 15px;
}
.footer-search-sec .confirm-msg {
  text-align: left;
}
/*...media-strats-here...*/
@media(min-width:576px) {
  .btm-form-section {
    padding-bottom: 210px;
  }
  .home-about-ctn-sec h2 br {
    display: none
  }
}
@media(min-width:768px) {
  .view-ubora-img-overlay h2 {
    padding-right: 118px;
  }
  .search-popup .modal-fullscreen {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .search-popup .modal-body {
    padding: 25px 10px 35px;
    border-radius: 6px;
  }
  .search-popup .btn-close {
    margin-bottom: 40px;
  }
  .search-popup form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .search-popup .search-form {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
  .search-popup .input-submit.main-btn {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
  .search-popup input {
    padding: 16px 0px;
    margin: 0px 0px 0;
  }
}
@media(min-width:800px) {}
@media(min-width:992px) {
  .main-footer .collapse {
    display: block;
  }
  .main-footer h6 a {
    pointer-events: none;
  }
  .img-gal-popup .modal-dialog {
    max-width: 900px;
  }
  .view-ubora-img-overlay h2 {
    padding-right: 175px;
  }
  .view-ubora-arrow-buttons .swiper-button-prev, .view-ubora-arrow-buttons .swiper-button-next {
    width: 76px;
    height: 76px
  }
  .view-ubora-arrow-buttons .swiper-button-prev {
    background: url(../images/slider-left-arw-h.svg) 29px center #fff no-repeat;
  }
  .view-ubora-arrow-buttons .swiper-button-prev:hover {
    background: url(../images/slider-left-arw-h.svg) -19px center #fff no-repeat;
  }
  .view-ubora-arrow-buttons .swiper-button-next {
    background: url(../images/slider-right-arw-h.svg) -19px center #fff no-repeat;
  }
  .view-ubora-arrow-buttons .swiper-button-next:hover {
    background: url(../images/slider-right-arw-h.svg) 29px center #fff no-repeat;
  }
  .reputed-slider-lg-arw-sec .swiper-button-prev, .reputed-slider-lg-arw-sec .swiper-button-next {
    width: 76px;
    height: 76px
  }
  .reputed-slider-lg-arw-sec .swiper-button-prev {
    background: url(../images/slider-left-arw-h.svg) 29px center #fff no-repeat;
  }
  .reputed-slider-lg-arw-sec .swiper-button-prev:hover {
    background: url(../images/slider-left-arw-h.svg) -19px center #fff no-repeat;
  }
  .reputed-slider-lg-arw-sec .swiper-button-next {
    background: url(../images/slider-right-arw-h.svg) -19px center #fff no-repeat;
  }
  .reputed-slider-lg-arw-sec .swiper-button-next:hover {
    background: url(../images/slider-right-arw-h.svg) 29px center #fff no-repeat;
  }
  .detail-office-view-arrows .swiper-button-prev, .detail-office-view-arrows .swiper-button-next {
    width: 76px;
    height: 76px
  }
  .detail-office-view-arrows .swiper-button-prev {
    background: url(../images/slider-left-arw-h.svg) 29px center #fff no-repeat;
  }
  .detail-office-view-arrows .swiper-button-prev:hover {
    background: url(../images/slider-left-arw-h.svg) -19px center #fff no-repeat;
  }
  .detail-office-view-arrows .swiper-button-next {
    background: url(../images/slider-right-arw-h.svg) -19px center #fff no-repeat;
  }
  .detail-office-view-arrows .swiper-button-next:hover {
    background: url(../images/slider-right-arw-h.svg) 29px center #fff no-repeat;
  }
  .ghaya-first-fold .home-about-ctn-sec2 h2 {
    max-width: 545px;
  }
  .ghaya-first-fold .home-about-ctn-sec2 p {
    max-width: 545px;
    letter-spacing: 0.28px;
  }
  .price-content .col-lg-6:last-child {
    text-align: right;
  }
}
@media(min-width:1025px) {
  .home-about-ctn-sec [class*="row"] {
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-about-ctn-sec [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-about-ctn-sec p {
    max-width: 545px;
  }
  .home-about-ctn-sec .icon-label-list-sec {
    padding-left: 25px;
  }
  .about-first-fold .home-about-ctn-sec .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .about-first-fold .home-about-ctn-sec [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-first-fold .home-about-ctn-sec .icon-label-list-sec {
    padding-left: 0px;
  }
  .about-first-fold .home-about-ctn-sec p {
    max-width: 494px;
  }
  .icon-label-list-sec [class*="row"] {
    margin-left: -23px;
    margin-right: -23px;
  }
  .icon-label-list-sec [class*="col-"] {
    padding-left: 23px;
    padding-right: 23px;
  }
  .main-footer [class*="row"] {
    margin-left: -30px;
    margin-right: -30px;
  }
  .main-footer [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonial-slider .swiper-slide {
    width: 43%;
  }
  .tenant-top-exp-block [class*="row"] {
    margin-left: -30px;
    margin-right: -30px;
  }
  .tenant-top-exp-block [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gutter-58-each [class*="row"] {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gutter-58-each [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .faq-section [class*="row"] {
    margin-left: -30px;
    margin-right: -30px;
  }
  .faq-section [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .executive-section [class*="row"] {
    margin-left: -35px;
    margin-right: -35px;
  }
  .executive-section [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .award-winning-section [class*="row"] {
    margin-left: -35px;
    margin-right: -35px;
  }
  .award-winning-section [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .img-gal-popup .modal-dialog {
    max-width: 960px;
  }
  .property-fecilities-wrap h2 {
    max-width: 480px;
  }
  .property-fecilities-wrap p {
    max-width: 510px;
  }
  .reputed-slider-lg-arw-sec {
    margin-left: -35px;
    margin-right: -35px;
  }
  .home-about-ctn-sec2 [class*="row"] {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-about-ctn-sec2 [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(min-width:1300px) {
  .testimonial-slider-sec {
    margin-right: -6vw;
  }
  .gutter-58-each [class*="row"] {
    margin-left: -58px;
    margin-right: -58px;
  }
  .gutter-58-each [class*="col-"] {
    padding-left: 58px;
    padding-right: 58px;
  }
  .executive-section [class*="row"] {
    margin-left: -55px;
    margin-right: -55px;
  }
  .executive-section [class*="col-"] {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media(min-width:1400px) {
  .testimonial-slider-sec {
    margin-right: -9vw;
  }
  .main-footer [class*="row"] {
    margin-left: -48px;
    margin-right: -48px;
  }
  .main-footer [class*="col-"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media(min-width:1500px) {
  .testimonial-slider-sec {
    margin-right: -11.5vw;
  }
  .property-fecilities-wrap h2 {
    max-width: 540px;
  }
  .property-fecilities-wrap p {
    max-width: 595px;
  }
  .ghaya-first-fold .home-about-ctn-sec2 h2 {
    max-width: 625px;
  }
  .ghaya-first-fold .home-about-ctn-sec2 p {
    max-width: 625px;
  }
}
@media(min-width:1600px) {
  .testimonial-slider-sec {
    margin-right: -3.5vw;
  }
  .home-about-ctn-sec p {
    max-width: 700px;
  }
  .about-first-fold .home-about-ctn-sec p {
    max-width: 494px;
  }
}
@media(min-width:1601px) {
  .testimonial-slider-sec {
    margin-right: -13vw;
  }
}
@media(min-width:1200px) and (max-width : 1299px) {
  .faq-section .col-xl-4 {
    width: 45%;
  }
  .faq-section .col-xl-8 {
    width: 55%;
  }
  .footer-menu-sec [class*="col-"]:nth-child(3) {
    width: 18%;
  }
  .footer-menu-sec [class*="col-"]:last-child {
    width: 32%;
  }
  .btm-form-section .col-xl-3 {
    width: 28%
  }
  .btm-form-section .col-xl-9 {
    width: 72%
  }
  .award-winning-section .col-xl-3 {
    width: 30%;
  }
  .award-winning-section .col-xl-9 {
    width: 70%;
  }
  .offset-md-4.resi-map-sec {
    margin-left: 43%;
  }
}
@media(min-width:1300px) and (max-width : 1599px) {
  .faq-section .col-xl-4 {
    width: 42%;
  }
  .faq-section .col-xl-8 {
    width: 58%;
  }
  .footer-menu-sec [class*="col-"]:nth-child(3) {
    width: 20%;
  }
  .footer-menu-sec [class*="col-"]:last-child {
    width: 30%;
  }
  .btm-form-section .col-xl-3 {
    width: 27%
  }
  .btm-form-section .col-xl-9 {
    width: 73%
  }
  .award-winning-section .col-xl-3 {
    width: 29%;
  }
  .award-winning-section .col-xl-9 {
    width: 71%;
  }
  .offset-md-4.resi-map-sec {
    margin-left: 43%;
  }
}
@media(max-width:1200px) {}
@media(max-width:1599px) {}
@media(max-width:1440px) {
  .detail-office-view-slider .swiper-slide {
    width: 59%;
  }
}
@media(max-width:1366px) {}
@media(max-width:1024px) {
  .menu-subs .resp-tabs-container .resp-arrow {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/black-down-arw.png) no-repeat center right !important;
    position: absolute;
    right: 0;
    top: 2px;
    border: 0px !important;
  }
  .menu-subs .resp-tabs-container .resp-tab-active .resp-arrow {
    background: url(../images/black-up-arw.png) no-repeat center right !important;
  }
  .our-property-categories-bg-img img {
    width: 100%;
    min-height: 550px;
    object-fit: cover;
    object-position: center;
  }
  .our-property-categories-faliclity-slider-outer {
    max-width: 100%;
  }
  .explore-property-block-img img {
    height: 500px;
    object-fit: cover;
    object-position: center;
  }
  .explore-property-block-overlay {
    padding: 30px 20px !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
    height: 100%;
  }
  .explore-property-block h4 {
    margin-bottom: 20px;
  }
  .explore-property-block p {
    margin-bottom: 30px;
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .explore-property-block .our-property-categories-faliclity-slider-outer {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .explore-property-block .main-btn {
    visibility: visible;
    height: auto;
    opacity: 1;
    margin-top: 29px;
    display: inline-flex;
  }
  .explore-property-slider-arrows .swiper-button-disabled {
    opacity: 0;
  }
  .faliclity-block-body label span {
    font-size: 14px;
    line-height: 17px;
  }
  .testimonial-slider-list-block p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 45px;
  }
  .main-footer {
    padding: 80px 0px 0px
  }
  .input-sec input {
    font-size: 16px;
    line-height: 19px;
  }
  .input-sec label {
    font-size: 16px;
    line-height: 19px;
  }
  .input-sec select {
    font-size: 16px;
    line-height: 19px;
  }
  .resp-menu-btm {
    display: block;
    margin-top: 84px;
    padding-top: 30px;
    border-top: solid 1px #505050;
  }
  .search-li {
    display: none !important;
  }
  .header-col-right [class*="col-"]:last-child {
    display: block;
  }
  .resp-menu-btm .footer-menu li a {
    color: #000;
  }
  .resp-menu-btm .footer-menu li {
    padding: 0px 0px 30px;
  }
  .resp-menu-btm .footer-social-media {
    padding-top: 30px;
    border-top: solid 1px #505050;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .resp-menu-btm .footer-menu {
    padding: 0px 12px;
  }
  .main-menu > ul {
    list-style: none;
    /*counter-reset: my-awesome-counter;*/
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .main-menu > ul > li {
    /*counter-increment: my-awesome-counter;*/
    padding-left: 27px
  }
  .main-menu > ul > li::before {
    width: 9px;
    height: 100%;
    background: #cb391f;
    position: absolute;
    left: 0px;
    top: -2px;
    content: "";
  }
  .logo img {
    max-width: 164px;
  }
  .home-about-ctn-sec p {
    font-size: 16px;
    line-height: 28px;
  }
  .left-right-image-ctn-sec .button-list {
    margin-top: 30px;
  }
  .executive-section [class*="col-"]:last-child .executive-block {
    padding-left: 15px;
  }
  .executive-section .div-seperate span a {
    margin-right: 20px;
  }
  .property-img-gal-popup .modal-dialog {
    max-width: 100%;
    padding: 0px 30px;
  }
  .property-img-gal-popup-slider-outer {
    padding: 0px 55px;
  }
  .banner-overlay, .inner-banner .overlay {
    padding-top: 65px;
  }
  .about-first-fold .counter-list-box h2 span {
    margin-right: -5px;
  }
  .update-tab-section .load-more-button-main {
    padding-top: 80px;
  }
  .properites-wrapper .main-btn {
    margin-top: 70px;
  }
  .property-fecilities-wrap .col-xl-6 .row {
    margin-bottom: 20px;
  }
  .detail-office-view-slider .swiper-slide {
    width: 62%;
  }
  header.sticky {
    border-bottom: 0px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .inner-header {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  header.home-header.inner-header {
    padding: 18px 0px 18px;
  }
  header.home-header.inner-header.sticky {
    padding: 15px 0px 15px;
  }
  .offset-md-4.resi-map-sec {
    margin-left: 40.333333%;
  }
}
@media(min-width:992px) and (max-width : 1199px) {}
@media(max-width:991px) {
  .main-footer h6 {
    padding-bottom: 22px;
    margin-bottom: 25px;
    border-bottom: solid 1px #426D9C;
  }
  .main-footer h6:before {
    display: none;
  }
  .main-footer h6 a {
    background: url("../images/footer-menu-up-arw.svg") no-repeat right center;
    display: block;
    padding: 5px 0px;
  }
  .main-footer h6 a.collapsed {
    background: url("../images/footer-menu-dwn-arw.svg") no-repeat right center;
  }
  .for-mobile-btn {
    display: inline-flex;
  }
  .for-desktop-btn {
    display: none;
  }
  .home-counter-sec {
    margin-bottom: 20px;
  }
  .home-counter-sec [class*="col-"] {
    margin-bottom: 20px;
  }
  .explore-property-block-overlay {
    padding: 30px 30px !important;
  }
  .hm-about-section-top-right-pattern {
    top: 130px;
    right: -180px;
  }
  .footer-brand-log-list {
    display: none;
  }
  .hm-latest-testimonial-top-left-pattern {
    display: none;
  }
  .latest-news-hm-block-listing [class*="col-"] {
    margin-bottom: 24px;
  }
  .latest-news-hm-block-listing [class*="col-"]:last-child {
    margin-bottom: 0px;
  }
  .footer-top-right-pattern {
    top: auto;
    right: auto;
    bottom: -40px;
    left: -85px;
  }
  .footer-top-right-pattern img {
    max-height: 475px;
  }
  .footer-social-media-mob-logo-listed .footer-brand-log-list {
    display: block;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .footer-social-media {
    text-align: center;
  }
  .copiright-sec {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 50px;
    border-top: 0px;
    text-align: center;
  }
  .copiright-sec [class*="col-"]:last-child {
    text-align: center;
  }
  .copiright-sec p {
    margin-bottom: 18px;
  }
  .home-banner p {
    font-size: 14px;
    line-height: 17px;
  }
  .testimonial-slider-list-block p {
    margin-bottom: 27px;
    font-size: 20px;
    line-height: 25px;
  }
  .home-about-ctn-sec p {
    font-size: 14px;
    line-height: 22px;
    padding: 0px;
    margin: 0px 0px 49px
  }
  .tenants-banner .inner-banner-ctn-sec {
    text-align: center;
    margin: auto;
  }
  .tenants-banner h1 {
    text-align: center !important;
  }
  .online-portal-sec .left-right-image {
    margin-bottom: 60px;
  }
  .left-right-image img {
    max-height: 330px;
    object-fit: cover;
    object-position: center;
  }
  .left-right-image-ctn-sec .button-list {
    margin-top: 60px;
  }
  section.emergeny-conatct-section h2 {
    margin-bottom: 35px;
  }
  .title-table-button-sec .atr-nav-tabs {
    justify-content: flex-start;
  }
  .faq-nav-tabs {
    margin-bottom: 45px;
  }
  .reputed-thumb-img img {
    max-height: 51px;
  }
  .reputed-thumb-slider-outer {
    bottom: 0px;
    max-width: 600px;
  }
  .reputed-thumb-slider {
    padding: 25px 0px;
  }
  .ubora-insta-section [class*="col-"] {
    margin-bottom: 24px;
  }
  .detail-office-view-section-title h1 {
    max-width: 480px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .detail-office-view-section-title h1 span:before {
    left: -60px;
  }
  .detail-office-view-section-title h1 span:after {
    right: -60px;
  }
  .incredible-section h2 {
    padding-bottom: 30px;
  }
  .incredible-section p {
    max-width: 100%;
    margin-bottom: 45px;
    text-align: center;
    line-height: 22px;
  }
  .faq-section-pattern {
    top: -179px;
    left: 40px;
    max-width: 290px;
  }
  .call-to a {
    font-size: 16px !important;
  }
  .email-to a {
    font-size: 16px !important;
  }
  .icon-label-list-sec .row {
    margin-bottom: -30px;
  }
  .counter-list-box {
    padding: 42px 15px;
  }
  .about-first-fold h3 {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .about-first-fold .home-about-ctn-sec p {
    max-width: 100%;
  }
  .explore-pages-pattern {
    top: -50px;
    right: 20px;
    max-width: 277px;
  }
  .certifications-section .col-md-6:last-child {
    margin-top: 55px;
  }
  .our-values-box .col-lg-6:nth-child(odd) .faliclity-block {
    padding-right: 0px;
  }
  .ghaya-floor-plan-wrap {
    padding-top: 50px;
  }
  .update-tab-section .load-more-button-main {
    padding-top: 16px;
  }
  .properites-wrapper .main-btn {
    margin-top: 16px;
  }
  .incredible-section-pattern {
    max-width: 379px;
  }
  .detail-office-view-slider .swiper-slide {
    width: 70%;
  }
  .ghaya-residence-wrap .over-lay-residence-inner .faliclity-block {
    margin-bottom: 28px;
  }
  .offset-md-4.resi-map-sec {
    margin-left: 46.333333%;
  }
  .col-md-5.over-lay-residence {
    width: 50.666667%;
  }
  .social-links-list span {
    text-align: center;
  }
}
@media(min-width:992px) and (max-width : 1024px) {
  .our-mission-box {
    padding: 55px 20px
  }
  .certification-box {
    padding: 20px 12px !important;
  }
  .ubora-detail-facility-listing-sec .faliclity-block-icon img {
    margin-right: 15px;
  }
  .ubora-detail-facility-listing-sec .faliclity-block {
    padding: 38px 18px
  }
  .ghaya-residence-feature .col-lg-3 {
    width: 33.33%;
    margin-bottom: 10px;
  }
  .ghaya-residence-feature .col-lg-3:last-child {
    margin-bottom: 0px;
  }
  .floorplan-tabs .resp-tabs-list-d-none + .col-lg-8 {
    width: 100%;
  }
}
@media(min-width:768px) and (max-width : 991px) {}
@media(min-width:641px) and (max-width : 768px) {}
@media (min-width : 320px) and (max-width : 480px) {}
@media (min-width : 480px) and (max-width : 640px) {}
@media(max-width:767px) {
  .executive-section h2 {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 0;
  }
  .property-categories-moile-bg-img {
    display: block;
  }
  .property-categories-desktop-bg-img {
    display: none;
  }
  .our-property-categories-overlay {
    position: relative;
    background: #0B1E4B;
    padding: 0px 0px 60px;
  }
  .explore-property-slider-arrows .swiper-button-next {
    margin-right: -20px;
  }
  .explore-property-slider-arrows .swiper-button-prev {
    margin-left: -20px;
  }
  .our-property-categories-bg-img:before {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 390px;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000055+1,000033+1,002449+2,001c39+2,001746+3,001540+3,122449+4,001040+4,0e1c47+5,001a40+5,0c2346+6,0b1643+6,0a1f47+7,091c4c+8,09234f+8,08194a+9,081f4d+9,071d49+10,0e1c4e+10,071b4a+11,0d204d+11,061e49+12,0c1d4b+12,061c48+13,0b204a+14,0a1a49+14,0a1e4b+15,091b48+16,0d1e49+17,081e48+17,0c1d4a+18,081c4c+18,0c1f4d+19,081e47+19,0b1d4d+20,0b1c4a+21,0a1f4d+21,0a1b4b+22,0a1d4a+23,0d1f4c+23,091c4a+24,0c1e4c+24,091e4a+25,0c204b+25,091c4a+26,0b1e4b+26,0a1d49+30,0c1f4a+31,091c4b+31,0c1e4d+32,091e4b+32,0c1f4b+36,0a1c4a+37,0c1f4b+38,0a1d4a+39,0a1e49+42,0c1f4c+43,0a1d4a+43,0b1f4c+46,0a1d4a+51,0b1f4c+56,0b1d4a+56,0c1f4c+58,0a1d4b+58,0b1e4b+100&0+0,0.82+61,1+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 51, 0.01) 1%, rgba(0, 28, 57, 0.02) 2%, rgba(0, 21, 64, 0.03) 3%, rgba(0, 16, 64, 0.04) 4%, rgba(0, 26, 64, 0.05) 5%, rgba(11, 22, 67, 0.06) 6%, rgba(10, 31, 71, 0.07) 7%, rgba(9, 35, 79, 0.08) 8%, rgba(8, 31, 77, 0.09) 9%, rgba(14, 28, 78, 0.1) 10%, rgba(13, 32, 77, 0.11) 11%, rgba(12, 29, 75, 0.12) 12%, rgba(6, 28, 72, 0.13) 13%, rgba(10, 26, 73, 0.14) 14%, rgba(10, 30, 75, 0.15) 15%, rgba(9, 27, 72, 0.16) 16%, rgba(8, 30, 72, 0.17) 17%, rgba(8, 28, 76, 0.18) 18%, rgba(8, 30, 71, 0.19) 19%, rgba(11, 29, 77, 0.21) 20%, rgba(10, 31, 77, 0.22) 21%, rgba(10, 27, 75, 0.24) 22%, rgba(13, 31, 76, 0.25) 23%, rgba(12, 30, 76, 0.27) 24%, rgba(12, 32, 75, 0.28) 25%, rgba(11, 30, 75, 0.3) 26%, rgba(10, 29, 73, 0.36) 30%, rgba(9, 28, 75, 0.37) 31%, rgba(9, 30, 75, 0.39) 32%, rgba(12, 31, 75, 0.45) 36%, rgba(10, 28, 74, 0.46) 37%, rgba(12, 31, 75, 0.48) 38%, rgba(10, 29, 74, 0.49) 39%, rgba(10, 30, 73, 0.53) 42%, rgba(10, 29, 74, 0.55) 43%, rgba(11, 31, 76, 0.6) 46%, rgba(10, 29, 74, 0.67) 51%, rgba(11, 29, 74, 0.75) 56%, rgba(10, 29, 75, 0.78) 58%, rgba(10, 29, 75, 0.82) 61%, rgba(11, 30, 75, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .hm-tenants-section .our-property-categories-bg-img:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000055+1,000033+1,002449+2,001c39+2,001746+3,001540+3,122449+4,001040+4,0e1c47+5,001a40+5,0c2346+6,0b1643+6,0a1f47+7,091c4c+8,09234f+8,08194a+9,081f4d+9,071d49+10,0e1c4e+10,071b4a+11,0d204d+11,061e49+12,0c1d4b+12,061c48+13,0b204a+14,0a1a49+14,0a1e4b+15,091b48+16,0d1e49+17,081e48+17,0c1d4a+18,081c4c+18,0c1f4d+19,081e47+19,0b1d4d+20,0b1c4a+21,0a1f4d+21,0a1b4b+22,0a1d4a+23,0d1f4c+23,091c4a+24,0c1e4c+24,091e4a+25,0c204b+25,091c4a+26,0b1e4b+26,0a1d49+30,0c1f4a+31,091c4b+31,0c1e4d+32,091e4b+32,0c1f4b+36,0a1c4a+37,0c1f4b+38,0a1d4a+39,0a1e49+42,0c1f4c+43,0a1d4a+43,0b1f4c+46,0a1d4a+51,0b1f4c+56,0b1d4a+56,0c1f4c+58,0a1d4b+58,0b1e4b+100&0+0,0.82+61,1+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 51, 0.01) 1%, rgba(0, 28, 57, 0.02) 2%, rgba(0, 21, 64, 0.03) 3%, rgba(0, 16, 64, 0.04) 4%, rgba(0, 26, 64, 0.05) 5%, rgba(11, 22, 67, 0.06) 6%, rgba(10, 31, 71, 0.07) 7%, rgba(9, 35, 79, 0.08) 8%, rgba(8, 31, 77, 0.09) 9%, rgba(14, 28, 78, 0.1) 10%, rgba(13, 32, 77, 0.11) 11%, rgba(12, 29, 75, 0.12) 12%, rgba(6, 28, 72, 0.13) 13%, rgba(10, 26, 73, 0.14) 14%, rgba(10, 30, 75, 0.15) 15%, rgba(9, 27, 72, 0.16) 16%, rgba(8, 30, 72, 0.17) 17%, rgba(8, 28, 76, 0.18) 18%, rgba(8, 30, 71, 0.19) 19%, rgba(11, 29, 77, 0.21) 20%, rgba(10, 31, 77, 0.22) 21%, rgba(10, 27, 75, 0.24) 22%, rgba(13, 31, 76, 0.25) 23%, rgba(12, 30, 76, 0.27) 24%, rgba(12, 32, 75, 0.28) 25%, rgba(11, 30, 75, 0.3) 26%, rgba(10, 29, 73, 0.36) 30%, rgba(9, 28, 75, 0.37) 31%, rgba(9, 30, 75, 0.39) 32%, rgba(12, 31, 75, 0.45) 36%, rgba(10, 28, 74, 0.46) 37%, rgba(12, 31, 75, 0.48) 38%, rgba(10, 29, 74, 0.49) 39%, rgba(10, 30, 73, 0.53) 42%, rgba(10, 29, 74, 0.55) 43%, rgba(11, 31, 76, 0.6) 46%, rgba(10, 29, 74, 0.67) 51%, rgba(11, 29, 74, 0.75) 56%, rgba(10, 29, 75, 0.78) 58%, rgba(10, 29, 75, 0.82) 61%, rgba(11, 30, 75, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 1;
  }
  .our-property-categories-bg-img img {
    min-height: 1px;
    max-height: 550px;
  }
  .latest-news-section h2 {
    text-align: left;
  }
  .latest-news-list-block-overlay-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .latest-news-list-block label {
    left: 30px;
  }
  .latest-news-list-block:hover .latest-news-list-block-overlay-inner {
    padding: 21px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo-seacrh-sec {
    margin-bottom: 40px;
  }
  .facility-listing-sec .faliclity-block {
    padding: 30px 16px 18px;
    display: block;
    text-align: center;
  }
  .facility-listing-sec [class*="col-"] {
    margin-bottom: 19px;
  }
  .facility-listing-sec [class*="row"] {
    margin-bottom: -19px
  }
  .facility-listing-sec [class*="col-"] {
    padding-left: 9px;
    padding-right: 9px;
  }
  .facility-listing-sec [class*="row"] {
    margin-left: -9px;
    margin-right: -9px;
  }
  .facility-listing-sec .faliclity-block-icon img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .tenants-testimonial-section .our-property-categories-bg-img:before {
    display: none;
  }
  .tenants-testimonial-section .our-property-categories-overlay {
    background: none;
    padding-bottom: 0px;
    margin-bottom: -20px;
    z-index: 1;
  }
  .tenants-testimonial-section h4 {
    color: #000;
    margin-bottom: 15px;
  }
  .tenants-testimonial-section label {
    color: #000;
  }
  .tenants-testimonial-section p {
    color: #000;
  }
  .title-table-button-sec .atr-nav-tabs {
    justify-content: center;
  }
  .faq-nav-tabs .atr-nav-tabs {
    justify-content: center;
  }
  .faq-section h2 {
    text-align: center
  }
  .emergeny-conatct-section h2 {
    text-align: center
  }
  .view-ubora-img img {
    min-height: 245px;
    object-fit: cover;
    object-position: center;
  }
  .view-ubora-pagination {
    bottom: 15px;
  }
  .view-ubora-pagination .swiper-pagination {
    text-align: center;
  }
  .view-ubora-img-overlay h2 {
    text-align: center;
  }
  .view-ubora-img-overlay {
    height: auto;
    top: auto;
    bottom: 42px;
  }
  .view-ubora-arrow-buttons {
    padding-right: 10px;
    padding-left: 10px;
    justify-content: space-between;
  }
  .view-ubora-slider-outer {
    padding: 0px 20px;
  }
  .view-ubora-pagination {
    padding: 0px 20px;
  }
  .latest-news-section.community-engage h2 {
    text-align: center;
  }
  .executive-section:before {
    display: none;
  }
  .executive-section [class*="col-"]:last-child .executive-block {
    padding-left: 20px;
  }
  .executive-section [class*="col-"] {
    padding: 0px;
  }
  .executive-section [class*="row"] {
    margin: 0px;
  }
  .executive-section .container {
    padding: 0px;
  }
  .executive-block {
    padding: 80px 20px 80px;
    text-align: center;
  }
  .executive-section [class*="col-"]:last-child {
    background: #E9E9E9;
  }
  .executive-section {
    padding: 0px !important;
  }
  .award-winning-section h3 {
    margin-bottom: 35px;
    max-width: 245px;
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 41px;
  }
  .award-winning-section h3:after {
    width: 108px;
    height: 1px;
    right: auto;
    top: auto;
    left: 0px;
    bottom: 0px;
    background: #43557E;
    content: "";
  }
  .reputed-slider-lg-arw-sec {
    margin-left: -10px;
    margin-right: -10px;
  }
  .detail-office-view-section-title h1 {
    max-width: 305px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 42px;
    line-height: 42px;
  }
  .detail-office-view-section-title h1 span:before {
    left: -25px;
  }
  .detail-office-view-section-title h1 span:after {
    right: -25px;
  }
  .detail-office-view-arrows {
    display: none;
  }
  .ubora-detail-facility-listing-sec .faliclity-block {
    text-align: left;
    display: flex
  }
  .ubora-detail-facility-listing-sec .faliclity-block-icon img {
    margin-right: 35px;
    max-height: 60px;
  }
  .ubora-detail-facility-listing-sec .faliclity-block-body label span {
    display: inline;
  }
  .property-img-gal-popup-cnt-box-dis {
    max-width: 100%;
  }
  .property-img-gal-popup-cnt-box img {
    margin-bottom: 40px;
  }
  .our-property-categories-dis p {
    margin-bottom: 45px;
    font-weight: 300;
  }
  .explore-property-block p {
    margin-bottom: 49px
  }
  .btm-form-section #property-details + .col-sm-12 {
    text-align: center
  }
  .counter-list-box {
    padding: 42px 50px;
  }
  .tenants-banner p {
    font-size: 12px;
    line-height: 20px;
  }
  .title-table-button-sec {
    margin-bottom: 35px;
  }
  .faq-accordion .acc_section {
    padding-bottom: 30px;
  }
  .foundation-wrap [class*="col-"] {
    margin-top: 62px;
  }
  .send-us-message-right .input-sec textarea {
    height: 126px;
  }
  .send-us-message-right .btm-form .col-sm-12:last-child {
    text-align: left;
  }
  .certification-box {
    padding: 23px !important;
  }
  .update-lisiting-sec h1 {
    margin-bottom: 50px;
  }
  .executive-block h3 {
    margin-bottom: 5px;
  }
  .executive-section .div-seperate span a {
    font-size: 20px;
  }
  .executive-section .div-seperate {
    margin-bottom: 27px;
  }
  .executive-block p {
    line-height: 22px;
  }
  .detail-office-view-slider .swiper-slide {
    width: 71%;
  }
  .ubora-detail-facility-listing-sec .faliclity-block-body label {
    max-width: 150px;
  }
  .send-us-message-right {
    margin-top: 72px;
  }
  .ghaya-residence-feature[class*="row"] {
    margin-left: -9px !important;
    margin-right: -9px !important;
  }
  .ghaya-residence-feature [class*="col-"] {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .offset-md-4.resi-map-sec {
    margin-left: 0;
  }
  .col-md-5.over-lay-residence {
    width: 100%;
  }
  .scrollTop {
    right: 20px;
  }
}
@media(min-width:475px) and (max-width : 767px) {}
@media(max-width:599px) {
  .foundation-wrap .col-md-7 img {
    width: 83%;
  }
  .reputed-thumb-slider .swiper-slide {
    width: 13%;
  }
  .reputed-thumb-slider-outer {
    max-width: 100%;
  }
  .reputed-thumb-slider {
    padding: 25px 0px;
  }
  .reputed-slider-section .reputed-slider-outer .reputed-thumb-slider .swiper-wrapper {
    padding-left: 37px;
  }
}
@media(max-width:575px) {
  .banner-for-desktop {
    display: none;
  }
  .banner-for-mobile {
    display: block;
  }
  .button-list a:first-child {
    margin-bottom: 20px;
  }
  .our-property-categories-bg-img img {
    max-height: none;
    object-fit: unset;
  }
  .testimonial-hm-section [class*="col-"]:first-child {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .testimonial-tilte-box {
    min-height: 298px;
  }
  .btm-form-section {
    background: url("../images/btm-form-mobile-bg.svg") no-repeat left bottom #0B1E4B;
    background-size: cover;
  }
  .btm-form {
    margin-bottom: 250px;
  }
  .atr-nav-tabs li {
    width: 50%;
  }
  .atr-nav-tabs li button {
    padding: 15px 20px;
    width: 100%;
  }
  .atr-nav-tabs li button img {
    margin-right: 10px;
  }
  .img-gal-popup .btn-close {
    right: 0px;
    top: -28px;
  }
  .property-img-gal-popup .modal-dialog {
    padding: 0px 0px;
  }
  .property-img-gal-popup-slider-outer {
    padding: 0px 10px;
  }
  .left-right-image-ctn-sec .col-lg-4 .button-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .left-right-image-ctn-sec .col-lg-4 .button-list a {
    flex: 1 0 0%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
  }
  .left-right-image-ctn-sec .col-lg-4 .button-list a img {
    width: 100%;
  }
  .about-first-fold .counter-list-box h2 span {
    margin-right: -3px;
  }
  .login-form .js-form-item input {
    width: 100%;
  }
  .property-fecilities-wrap .faliclity-block-body label {
    font-size: 13px;
  }
  .send-us-message-right .btm-form {
    margin-bottom: 0px;
  }
  .home-about-ctn-sec h2 span {
    display: block;
  }
}
@media(max-width:475px) {}
@media (min-width : 476px) and (max-width : 767px) {}
@media(max-width:475px) and (max-height : 600px) {}
@media(min-width:800px) and (max-height : 600px) {}
@media(max-width:360px) {
  .atr-nav-tabs li button {
    padding: 13px 18px;
  }
  .certification-box {
    padding: 23px 15px !important;
  }
}
@media only screen and (width :568px) {}