@font-face {
  font-family: 'Dubai W23';
  src: url('fonts/dubai/DubaiW23-Bold.eot');
  src: url('fonts/dubai/DubaiW23-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/dubai/DubaiW23-Bold.woff2') format('woff2'), url('fonts/dubai/DubaiW23-Bold.woff') format('woff'), url('fonts/dubai/DubaiW23-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Dubai W23';
  src: url('fonts/dubai/DubaiW23-Light.eot');
  src: url('fonts/dubai/DubaiW23-Light.eot?#iefix') format('embedded-opentype'), url('fonts/dubai/DubaiW23-Light.woff2') format('woff2'), url('fonts/dubai/DubaiW23-Light.woff') format('woff'), url('fonts/dubai/DubaiW23-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Dubai W23';
  src: url('fonts/dubai/DubaiW23-Medium.eot');
  src: url('fonts/dubai/DubaiW23-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/dubai/DubaiW23-Medium.woff2') format('woff2'), url('fonts/dubai/DubaiW23-Medium.woff') format('woff'), url('fonts/dubai/DubaiW23-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Dubai W23';
  src: url('fonts/dubai/DubaiW23-Regular.eot');
  src: url('fonts/dubai/DubaiW23-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/dubai/DubaiW23-Regular.woff2') format('woff2'), url('fonts/dubai/DubaiW23-Regular.woff') format('woff'), url('fonts/dubai/DubaiW23-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.select2-container--hamra,
.select2-container--default {
  width: 100% !important;
  float: left;
  /* Textbox */
  /**
     * Dropdown
     */
  /**
     * Options
     */
  /**
     * Focused textbox
     */
  /**
     * Disabled textbox
     */
}
.select2-container--hamra ::placeholder,
.select2-container--default ::placeholder {
  color: inherit;
}
.select2-container--hamra .select2-selection,
.select2-container--default .select2-selection {
  background: none;
  outline: 0;
  touch-action: manipulation;
  box-shadow: none;
  border: none;
  width: 100%;
  transition: all .3s;
  font-size: 11px;
  line-height: 1.2em;
  height: auto;
  font-family: 'Dubai W23';
  font-weight: bold;
}
.select2-container--hamra.select2-container--open .select2-selection__arrow:before,
.select2-container--default.select2-container--open .select2-selection__arrow:before {
  content: "\f077" !important;
}
.select2-container--hamra .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  float: left;
  padding: 0 0 0 13px;
  width: 100%;
  text-align: left;
  height: 40px;
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: normal;
  color: #000000;
  line-height: 40px;
  background: white;
}
.select2-container--hamra .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  float: right;
  top: 14px !important;
  right: 12px !important;
  width: 13px !important;
  height: 10px !important;
  position: absolute;
}
.select2-container--hamra .select2-selection--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f078";
  font-size: 12px;
  color: #000000;
}
.select2-container--hamra .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  /**
         * Multiple selected options
         */
  /**
         * Multiple selected option clear button
         */
}
.select2-container--hamra .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container--hamra .select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--hamra .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
.select2-container--hamra .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}
.select2-container--hamra .select2-selection--multiple .select2-selection__choice__remove::before,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.select2-container--hamra .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--hamra .select2-search--inline .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}
.select2-container--hamra .select2-dropdown,
.select2-container--default .select2-dropdown {
  margin: 0px 0 0 0;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  /*width: auto !important;*/
  /*&.season_filter_select{
            width: 180px !important;
        }
        &.year_filter_select{
            width: 100px !important;
        }*/
}
.select2-container--hamra .select2-dropdown .select2-search__field,
.select2-container--default .select2-dropdown .select2-search__field {
  min-height: 2.1rem;
  margin-bottom: 0;
  border: 0;
  transition: all .3s;
}
.select2-container--hamra .select2-results__options,
.select2-container--default .select2-results__options {
  /* @extend .zf-shadow-depth* */
  width: 100%;
  max-height: 225px;
  overflow-y: auto;
}
.select2-container--hamra .select2-results__options--above,
.select2-container--default .select2-results__options--above {
  /*top: 50px;*/
}
.select2-container--hamra .select2-results__options--below,
.select2-container--default .select2-results__options--below {
  /*top: -50px;*/
}
.select2-container--hamra .select2-results__option,
.select2-container--default .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  width: 100%;
  text-align: left;
  padding: 8px 35px 8px 15px;
  font-family: 'Dubai W23';
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #4D4D4F;
  /**
         * Disabled options
         */
  /**
         * Selected option
         */
  /**
         * Active/hovered option
         */
}
.select2-container--hamra .select2-results__option[aria-disabled=true],
.select2-container--default .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}
.select2-container--hamra .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  background-color: #c1c1c1;
}
.select2-container--hamra .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
  color: white;
}
.select2-container--hamra.select2-container--disabled .select2-selection,
.select2-container--default.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  user-select: none;
}
.select2-container--hamra.select2-container--disabled.select2-container--focus .select2-selection,
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}
.body-page-contact .select2-dropdown {
  width: 392px !important;
}
.why_here .select2-selection--single .select2-selection__rendered {
  font-size: 11px;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000;
}
@media only screen and (max-width:767px) {
  #desktop,
  #ipad {
    display: none;
  }
  #mobile {
    display: block;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #desktop,
  #mobile {
    display: none;
  }
  #ipad {
    display: block;
  }
}
@media only screen and (min-width: 1100px) {
  #mobile,
  #ipad {
    display: none;
  }
  #desktop {
    display: block;
  }
}
*,
:before,
:after {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clr,
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: inherit;
  text-align: left;
  outline: none;
}
table,
tr,
td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
p,
h1,
h2,
h3,
h4,
ul,
li,
img,
input {
  text-align: left;
  float: left;
  font-weight: normal;
}
svg {
  max-width: 100%;
  float: left;
}
b,
strong {
  font-family: 'Dubai W23';
  font-weight: bold;
}
input,
textarea {
  font-family: 'Dubai W23';
  font-weight: normal;
  padding: 9px 0;
  font-size: 13px;
}
button {
  cursor: pointer;
  font-family: 'Dubai W23';
  font-weight: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
a::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}
ul,
li {
  list-style: none;
}
header,
footer {
  float: left;
  width: 100%;
}
html.stop_scroll,
body.stop_scroll {
  overflow: hidden !important;
  height: 100%;
}
body {
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: normal;
  color: black;
  overflow-x: hidden;
}
body.stop_scroll {
  overflow: hidden !important;
}
#main {
  width: 100%;
  text-align: center;
  position: relative;
  float: left;
  /*overflow-x: hidden;*/
}
.container {
  display: inline-block;
  position: relative;
  vertical-align: top;
  max-width: 100%;
  width: 1100px;
}
@media only screen and (max-width:767px) {
  .container {
    width: 100%;
    max-width: 300px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .container {
    width: 700px;
  }
}
.front_hide {
  visibility: hidden;
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  left: -500px;
  top: -500px;
}
.full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.title_meta {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Dubai W23';
  font-weight: 500;
  color: #6f7273;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 18px;
}
.section_title {
  font-size: 44px;
  line-height: 44px;
  font-family: 'Dubai W23';
  font-weight: normal;
  color: #000000;
}
.page_header {
  float: left;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  padding-bottom: 10px;
}
.page_header:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 128, 128, 0) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 128, 128, 0)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 128, 128, 0) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 128, 128, 0) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 128, 128, 0) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 128, 128, 0) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#008080', GradientType=0);
  /* ie6-9 */
  z-index: 1;
  height: 200%;
}
.page_header .container {
  width: 1260px;
  z-index: 2;
}
.page_header.sticky {
  background: white;
  position: fixed;
  top: -150px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.page_header.sticky:before {
  display: none;
}
.page_header.sticky.show {
  top: 0;
}
.page_header.sticky .top_bar {
  background: #F1F1F1;
}
.page_header.sticky .top_bar .top_left_menu a,
.page_header.sticky .top_bar .top_right_menu a {
  color: #6f7273;
}
.page_header.sticky .top_bar .top_left_menu a:hover,
.page_header.sticky .top_bar .top_right_menu a:hover {
  color: #b2282f;
}
.page_header.sticky .main_menu_bar .logo {
  background: white;
}
.page_header.sticky .main_menu_bar .logo svg path {
  fill: #b2282f;
}
.page_header.sticky .main_menu_bar .main_menu ul li a {
  color: #000000;
  opacity: 1;
}
.page_header.sticky .main_menu_bar .main_menu ul li a:hover,
.page_header.sticky .main_menu_bar .main_menu ul li a.active {
  color: #b2282f;
  opacity: 1;
}
.page_header .top_bar {
  position: relative;
  width: 100%;
  height: 40px;
}
.page_header .top_bar .top_left_menu {
  margin: 0 0 0 140px;
  float: left;
}
.page_header .top_bar .top_left_menu a {
  float: left;
  margin: 15px 0 0 20px;
  font-family: 'Dubai W23';
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page_header .top_bar .top_left_menu a:hover {
  color: #999;
}
.page_header .top_bar .top_right_menu {
  float: right;
}
.page_header .top_bar .top_right_menu a {
  float: left;
  margin: 13px 0 0 20px;
  font-family: 'Dubai W23';
  font-weight: 500;
  font-size: 12px;
  line-height: 8px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page_header .top_bar .top_right_menu a i {
  float: left;
}
.page_header .top_bar .top_right_menu a .text {
  float: left;
  margin: 3px 0 0 7px;
}
.page_header .top_bar .top_right_menu a:hover {
  color: #999;
}
.page_header .main_menu_bar {
  float: left;
  width: 100%;
}
.page_header .main_menu_bar .logo {
  float: left;
  width: 75px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
.page_header .main_menu_bar .logo svg {
  width: 100%;
}
.page_header .main_menu_bar .main_menu {
  float: left;
  top: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.page_header .main_menu_bar .main_menu.home ul li a {
  opacity: 1;
}
.page_header .main_menu_bar .main_menu ul {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.page_header .main_menu_bar .main_menu ul li {
  margin: 0 32px;
}
.page_header .main_menu_bar .main_menu ul li a {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Dubai W23';
  font-weight: 500;
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}
.page_header .main_menu_bar .main_menu ul li a.active {
  opacity: 1;
  opacity: 0.6;
}
.page_header .main_menu_bar .main_menu ul li a:hover {
  opacity: 0.6;
}
.menu_btn {
  float: right;
  margin: 20px 0 0 0;
  display: none;
}
.mobile_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: black;
  display: none;
}
.mobile_menu .menu_close {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 2;
}
.mobile_menu .menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mobile_menu .menu .menu_content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  float: left;
  width: 100%;
}
.mobile_menu .menu .menu_content .top_mobile_links {
  float: left;
  width: 100%;
}
.mobile_menu .menu .menu_content .top_mobile_links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  font-size: 14px;
  line-height: 15px;
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile_menu .menu .menu_content .top_mobile_links a.text {
  font-family: 'Dubai W23';
  font-weight: 500;
  line-height: 12px;
}
.mobile_menu .menu .menu_content .main {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.mobile_menu .menu .menu_content .main li {
  width: 100%;
}
.mobile_menu .menu .menu_content .main li a {
  float: left;
  width: 100%;
  text-align: center;
  color: #A9ADB1;
  font-size: 20px;
  font-family: 'Dubai W23';
  font-weight: 500;
  margin: 25px 0 0;
  line-height: 20px;
}
.mobile_menu .menu .menu_content .bottom_mobile_links {
  float: left;
  margin-top: 35px;
  width: 100%;
}
.mobile_menu .menu .menu_content .bottom_mobile_links a {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'Dubai W23';
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.home {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 1;
}
.home #home_slider {
  float: left;
  width: 100%;
  height: calc(100vh - 80px);
}
.home #home_slider .swiper-slide {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home #home_slider .swiper-slide:before {
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
  z-index: 1;
}
.home #home_slider .slide_content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
.home #home_slider .slide_content h2 {
  font-size: 55px;
  color: white;
  font-family: 'Dubai W23';
  font-weight: bold;
  width: 100%;
  line-height: 60px;
}
.home #home_slider .slide_content h3 {
  font-size: 40px;
  color: white;
  font-family: 'Dubai W23';
  font-weight: 500;
  width: 100%;
  line-height: 45px;
  margin-top: 10px;
}
.home #home_slider .hs-pagination {
  position: absolute;
  bottom: 30px;
  z-index: 2;
}
.home #home_slider .hs-pagination .swiper-pagination-bullet {
  background: white;
  margin: 0 8px;
}
.home #home_slider #hs-next {
  right: 50px;
}
.home #home_slider #hs-prev {
  left: 50px;
}
.home #home_slider #hs-next,
.home #home_slider #hs-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  opacity: 0.7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.home #home_slider #hs-next:hover,
.home #home_slider #hs-prev:hover {
  opacity: 1;
}
.hamra_row {
  float: left;
  width: 100%;
  margin-top: 85px;
}
.hamra_row .row_content {
  width: 100%;
  margin-top: 20px;
  float: left;
}
.hamra_row_slider .row_slider .row_pagination_wrap {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
}
.hamra_row_slider .row_slider .row_pagination_wrap .row-pagination {
  position: relative;
  bottom: auto;
  float: left;
  padding-left: 50px;
}
.hamra_row_slider .row_slider .row_pagination_wrap .row-pagination .swiper-pagination-bullet {
  float: left;
}
.hamra_row_slider:nth-child(2n+1) .row_slider .container .slide_content {
  float: right;
}
.hamra_row_slider:nth-child(2n+1) .row_slider .row_pagination_wrap .row-pagination {
  float: right;
  width: 50%;
}
.realstate_row {
  float: left;
  width: 100%;
}
.realstate_row .realstate {
  background: #BF0E2B;
  padding: 100px 0;
  position: relative;
}
.realstate_row .realstate .logo {
  float: left;
  width: 148px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.realstate_row .realstate .logo img {
  width: 100%;
}
.realstate_row .realstate .text {
  position: relative;
  width: 100%;
  padding-left: 220px;
  z-index: 2;
}
.realstate_row .realstate .text p {
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Dubai W23';
  font-weight: normal;
  width: 100%;
  margin-bottom: 20px;
}
.realstate_row .realstate .text .btn {
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  min-width: 135px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  cursor: pointer;
  background: #000000;
  float: left;
  margin-top: 14px;
}
.realstate_row .realstate .text .btn:hover {
  background: #000000;
}
.realstate_row .realstate .text .btn:hover {
  background: #6f7273;
}
.realstate_row .realstate .text .btn:last-child {
  margin-left: 20px;
}
.follow_us .social_media {
  float: right;
  margin: 19px 0 0 0;
}
.follow_us .social_media a {
  float: left;
  font-size: 18px;
  margin-left: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000000;
}
.follow_us .social_media a:hover {
  color: #b2282f;
}
.contact_row {
  float: left;
  width: 100%;
  padding: 100px 0 0;
}
.contact_row .contact_form_intro {
  clear: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-top: 17px;
  margin-bottom: 20px;
  font-family: 'Dubai W23';
  font-weight: 300;
}
.logos_slider {
  width: 100%;
  float: left;
  margin-top: 80px;
}
.logos_slider .swiper-slide {
  height: 100px;
}
.logos_slider .swiper-slide img {
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-height: 80%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mission_vision_values {
  float: left;
  width: 100%;
  background: #e3e3e3;
  padding: 100px 0 70px;
}
.mission_vision_values .blocks {
  display: flex;
  float: left;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mission_vision_values .block {
  float: left;
  border: 1px solid white;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  position: relative;
  padding: 100px 40px 40px 40px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: none;
  background: none;
}
.mission_vision_values .block:hover {
  background: white;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.mission_vision_values .block:hover .icon {
  border: 1px solid transparent;
}
.mission_vision_values .block:hover .icon path,
.mission_vision_values .block:hover .icon rect {
  fill: #b2282f;
}
.mission_vision_values .block:hover .text h3,
.mission_vision_values .block:hover .text p {
  color: #000000;
}
.mission_vision_values .block .icon {
  width: 100px;
  height: 100px;
  border: 1px solid white;
  position: absolute;
  right: -1px;
  top: -1px;
  background: #e3e3e3;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mission_vision_values .block .icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mission_vision_values .block .icon svg path,
.mission_vision_values .block .icon svg rect {
  fill: #6f7273;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mission_vision_values .block .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mission_vision_values .block .text h3 {
  font-size: 24px;
  font-family: 'Dubai W23';
  font-weight: 500;
  width: 100%;
  color: #6f7273;
  line-height: 28px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mission_vision_values .block .text p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Dubai W23';
  font-weight: 300;
  width: 100%;
  margin-top: 20px;
  color: #6f7273;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mission_vision_values .block .text p strong {
  font-family: 'Dubai W23';
  font-weight: 500;
}
.mission_vision_values .block .text .col {
  width: 47%;
}
.mission_vision_values .block.full {
  width: 100%;
}
.leadership_wrap {
  float: left;
  width: 100%;
}
.leadership_wrap .leader {
  float: left;
  width: 100%;
  border-bottom: 1px solid #6f7273;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
.leadership_wrap .leader:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.leadership_wrap .leader .left {
  width: 25%;
  float: left;
  margin-top: 34px;
}
.leadership_wrap .leader .left img {
  width: 100%;
  margin-bottom: 20px;
}
.leadership_wrap .leader .left a {
  float: left;
  width: 35px;
  height: 35px;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000000;
  line-height: 34px;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000000;
}
.leadership_wrap .leader .left a:hover {
  background: #000000;
  color: white;
}
.leadership_wrap .leader .right {
  width: 72%;
  float: right;
}
.leadership_wrap .leader .right h3 span {
  float: left;
  clear: left;
  font-size: 16px;
  color: #6f7273;
}
.intro {
  background: #e3e3e3;
  width: 100%;
  float: left;
  padding: 100px 0;
}
.intro.intro-with-space {
  margin-top: 100px;
}
.intro.intro-with-links .text {
  float: left;
  width: 65%;
}
.intro.intro-with-links .links {
  float: right;
  max-width: 35%;
  padding: 15px 0 35px 45px;
  border-left: 1px solid #6f7273;
}
.intro.intro-with-links .links a {
  float: left;
  clear: left;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.intro.intro-with-links .links a:hover {
  color: #b2282f;
}
.intro p {
  font-family: 'Dubai W23';
  font-weight: 300;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-top: 30px;
}
.intro h3 {
  font-family: 'Dubai W23';
  font-weight: 500;
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  margin-top: 30px;
}
.intro h4 {
  font-family: 'Dubai W23';
  font-weight: 500;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 30px;
}
.intro ul,
.intro ol {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}
.intro ul li,
.intro ol li {
  clear: left;
  font-family: 'Dubai W23';
  font-weight: 300;
  color: #000000;
  line-height: 22px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.intro ul li:before,
.intro ol li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #6f7273;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.intro ul li ul,
.intro ol li ul {
  margin-top: 0;
}
.intro .btn {
  float: left;
  margin: 50px 0 0 0;
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  min-width: 135px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  cursor: pointer;
}
.intro .btn:hover {
  background: #000000;
}
.intro .btn.center {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.intro .btn.white {
  background: white;
  color: #000000;
}
.intro .btn.white:hover {
  background: #000000;
  color: white;
}
.intro.text {
  background: white;
}
.intro .media_wrap {
  padding-top: 50px;
}
.intro .media_wrap .media_posts .post .text_wrapper h4 {
  margin-top: 0;
}
.intro .media_wrap.pd-t-0 {
  padding-top: 0;
}
.intro .hamra_blocks_slider .hamra_blocks .text_wrapper h4 {
  margin-top: 0;
}
.intro_text p {
  font-family: 'Dubai W23';
  font-weight: 300;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-top: 30px;
}
.search_bar {
  position: relative;
  width: 100%;
  float: left;
  z-index: 2;
  background: #e3e3e3;
}
.search_bar.bg_white {
  background: white;
}
.search_bar .container {
  width: 1260px;
}
.search_bar .main_search_bar {
  background: black;
  float: left;
  width: 100%;
}
.search_bar .main_search {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.search_bar .main_search .search_block {
  width: 200px;
  position: relative;
}
.search_bar .main_search .search_block.keywords input {
  position: relative;
  z-index: 2;
}
.search_bar .main_search .search_block.keywords i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  left: 10px;
  top: 13px;
  color: #6f7273;
  opacity: 0.9;
  font-size: 12px;
}
.search_bar .main_search .search_block.search_slider {
  width: 220px;
}
.search_bar .main_search .search_block.search_slider label {
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: normal;
  float: left;
  color: white;
  line-height: 12px;
  text-transform: uppercase;
  width: 36px;
  text-align: left;
  margin: 9px 0 0 0;
}
.search_bar .main_search .search_block.search_slider label.size {
  padding-left: 8px;
}
.search_bar .main_search .search_block.search_slider label span {
  float: left;
  margin: 2px 0 0 0;
  font-size: 12px;
}
.search_bar .main_search .search_block.search_slider .slider_wrap {
  float: right;
  width: 75%;
  margin: 3px 0 0 0;
}
.search_bar .main_search .search_block.search_slider .irs--square {
  height: 34px;
}
.search_bar .main_search .search_block.search_slider .irs--square .irs-bar {
  background: #6f7273;
}
.search_bar .main_search .search_block.search_slider .irs--square .irs-handle {
  width: 13px;
  height: 13px;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
}
.search_bar .main_search .search_block.search_slider .irs--square .irs-line,
.search_bar .main_search .search_block.search_slider .irs--square .irs-bar {
  top: 26px;
  height: 2px;
}
.search_bar .main_search .search_block.search_slider .irs--square .irs-from,
.search_bar .main_search .search_block.search_slider .irs--square .irs-to,
.search_bar .main_search .search_block.search_slider .irs--square .irs-single {
  font-family: 'Dubai W23';
  font-weight: normal;
  color: white;
  padding: 0;
  font-size: 12px;
}
.search_bar .main_search .search_block.submit {
  width: 120px;
}
.search_bar .main_search .search_block.submit button {
  width: 90%;
  height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  float: right;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: white;
  color: #000000;
  font-family: 'Dubai W23';
  font-weight: bold;
}
.search_bar .main_search .search_block.submit button:hover {
  background: #6f7273;
  color: white;
}
.search_bar .main_search .search_block input {
  padding: 10px 13px;
  width: 100%;
  height: 40px;
  font-family: 'Dubai W23';
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}
.search_bar #advance_search_trigger {
  width: 200px;
  background: #000000;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 39px;
  cursor: pointer;
}
.search_bar #advance_search_trigger:before {
  width: 95px;
  height: 40px;
  content: "";
  position: absolute;
  left: -94px;
  top: -1px;
  background: url("../images/curve_left.svg") 95px 40px;
}
.search_bar #advance_search_trigger:after {
  width: 95px;
  height: 40px;
  content: "";
  position: absolute;
  right: -94px;
  top: -1px;
  background: url("../images/curve_right.svg") 95px 40px;
}
.search_bar #advance_search_trigger .text {
  color: white;
  font-size: 14px;
  line-height: 12px;
  width: 100%;
  margin: 8px 0 0 0;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
.search_bar #advance_search_trigger .icon {
  width: 22px;
  height: 22px;
  line-height: 21px;
  bottom: 0;
  background: #6f7273;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  font-size: 12px;
  color: white;
  -webkit-text-stroke: 1px #6f7273;
}
.image_gallery {
  float: left;
  width: 100%;
}
.image_gallery .swiper-slide {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.image_gallery .swiper-slide img {
  width: 100%;
  opacity: 0;
}
.image_gallery .gallery-pagination {
  position: absolute;
  bottom: 0px;
  z-index: 2;
}
.image_gallery .gallery-pagination .swiper-pagination-bullet {
  background: white;
  margin: 0 5px;
  opacity: 0.3;
}
.image_gallery .gallery-next {
  right: 50px;
}
.image_gallery .gallery-prev {
  left: 50px;
}
.image_gallery .gallery-next,
.image_gallery .gallery-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  opacity: 0.7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.image_gallery .gallery-next:hover,
.image_gallery .gallery-prev:hover {
  opacity: 1;
}
.hamra_blocks_slider a.view_all {
  float: right;
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  color: #6f7273;
  text-transform: uppercase;
  line-height: 10px;
  margin: 26px 0 0 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hamra_blocks_slider a.view_all:hover {
  color: #000000;
}
.hamra_blocks_slider a.view_all:hover:after {
  background: #000000;
}
.hamra_blocks_slider a.view_all:after {
  width: 30px;
  height: 1px;
  background: #6f7273;
  content: "";
  float: right;
  margin: 4px 0 0 15px;
}
.hamra_blocks_slider .hamra_blocks {
  width: 100%;
  overflow: visible;
  float: left;
  margin: 30px 0 0 0;
}
.hamra_blocks_slider .hamra_blocks .swiper-slide {
  opacity: 0.3;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hamra_blocks_slider .hamra_blocks .swiper-slide.swiper-slide-active,
.hamra_blocks_slider .hamra_blocks .swiper-slide.swiper-slide-next,
.hamra_blocks_slider .hamra_blocks .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
.hamra_blocks_slider .hamra_blocks .image {
  width: 100%;
  float: left;
  background: #6f7273;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hamra_blocks_slider .hamra_blocks .image img {
  width: 100%;
  float: left;
}
.hamra_blocks_slider .hamra_blocks .image_gallery .gallery-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.hamra_blocks_slider .hamra_blocks .image_gallery .gallery-next {
  right: 10px;
}
.hamra_blocks_slider .hamra_blocks .image_gallery .gallery-prev {
  left: 10px;
}
.hamra_blocks_slider .hamra_blocks .swiper-slide:hover .text_wrapper h4 {
  color: #b2282f;
}
.hamra_blocks_slider .hamra_blocks .text_wrapper {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.hamra_blocks_slider .hamra_blocks .text_wrapper .info,
.hamra_blocks_slider .hamra_blocks .text_wrapper .date {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 10px;
  color: #6f7273;
  text-align: left;
  margin: 0 0 10px 0;
}
.hamra_blocks_slider .hamra_blocks .text_wrapper .info.info,
.hamra_blocks_slider .hamra_blocks .text_wrapper .date.info {
  color: #b2282f;
}
.hamra_blocks_slider .hamra_blocks .text_wrapper h4 {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Dubai W23';
  font-weight: 500;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hamra_blocks_slider .hamra_blocks .text_wrapper h4 a {
  color: inherit;
}
.hamra_blocks_slider .hamra_blocks .text_wrapper p {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Dubai W23';
  font-weight: 300;
  width: 100%;
  margin-top: 7px;
}
.hamra_blocks_slider .hamra_blocks .text_wrapper p.readmore {
  margin-top: 10px;
}
.hamra_blocks_slider .hamra_blocks .text_wrapper p.readmore a {
  font-family: 'Dubai W23';
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hamra_blocks_slider .hamra_blocks .text_wrapper p.readmore a:hover {
  color: #b2282f;
}
.property_meta {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.property_meta .meta {
  float: left;
  margin: 0 0 0 20px;
}
.property_meta .meta:first-child {
  margin-left: 0;
}
.property_meta .meta .icon {
  float: left;
}
.property_meta .meta .icon.washrooms {
  margin-top: -2px;
}
.property_meta .meta .icon.parkings {
  margin-top: 1px;
}
.property_meta .meta .number {
  float: left;
  font-family: 'Dubai W23';
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin-left: 8px;
}
.hamra_row_slider .row_slider {
  height: 500px;
  overflow: visible;
}
.hamra_row_slider .row_slider .swiper-slide {
  background: #e3e3e3;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hamra_row_slider .row_slider .container {
  height: 100%;
}
.hamra_row_slider .row_slider .container .slide_content {
  width: 50%;
  float: left;
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.hamra_row_slider .row_slider .container .slide_content .text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 50px;
}
.hamra_row_slider .row_slider .container .slide_content .text h3 {
  color: white;
  font-size: 34px;
  line-height: 36px;
  font-family: 'Dubai W23';
  font-weight: bold;
  width: 100%;
}
.hamra_row_slider .row_slider .container .slide_content .text h4 {
  color: white;
  font-size: 24px;
  line-height: 26px;
  font-family: 'Dubai W23';
  font-weight: 500;
  width: 100%;
  margin: 15px 0 20px;
}
.hamra_row_slider .row_slider .container .slide_content .text p {
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Dubai W23';
  font-weight: normal;
  width: 70%;
}
.hamra_row_slider .row_slider .container .slide_content .text .btn {
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  min-width: 135px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #6f7273;
  color: white;
  cursor: pointer;
  background: #000000;
  float: left;
  clear: left;
  margin-top: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hamra_row_slider .row_slider .container .slide_content .text .btn:hover {
  background: #000000;
}
.hamra_row_slider .row_slider .container .slide_content .text .btn:hover {
  background: #b2282f;
}
.hamra_row_slider .row_slider .row-pagination {
  position: absolute;
  bottom: 10px;
  z-index: 3;
}
.hamra_row_slider .row_slider .row-pagination .swiper-pagination-bullet {
  background: white;
  margin: 0 5px;
  opacity: 0.3;
}
.hamra_row_slider .row_slider .row-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.hamra_row_slider .row_slider .row-next {
  right: 20px;
}
.hamra_row_slider .row_slider .row-prev {
  left: 20px;
}
.hamra_row_slider .row_slider .row-next,
.hamra_row_slider .row_slider .row-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  opacity: 0.7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.hamra_row_slider .row_slider .row-next:hover,
.hamra_row_slider .row_slider .row-prev:hover {
  opacity: 1;
}
.page_banner_slider.hamra_row_slider {
  float: left;
  width: 100%;
}
.page_banner_slider.hamra_row_slider.short {
  height: 60vh;
}
.page_banner_slider.hamra_row_slider.short .row_slider {
  height: 60vh;
}
.page_banner_slider.hamra_row_slider.full .row_slider {
  height: 100vh;
}
.page_banner_slider.hamra_row_slider .row_slider {
  height: calc(100vh - 70px);
}
.page_banner_slider.hamra_row_slider .row_slider:before {
  background: #000000;
  content: "";
  opacity: 0.15;
  z-index: 2;
}
.page_banner_slider.hamra_row_slider .row_slider:before .row_slider {
  height: 100vh;
}
.page_banner_slider.hamra_row_slider .row_slider .row-next {
  right: 50px;
}
.page_banner_slider.hamra_row_slider .row_slider .row-prev {
  left: 50px;
}
.page_banner_slider.hamra_row_slider .row_slider .row-pagination {
  z-index: 3;
}
.page_banner_slider.hamra_row_slider .row_slider .row-next,
.page_banner_slider.hamra_row_slider .row_slider .row-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  opacity: 0.7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.page_banner_slider.hamra_row_slider .row_slider .row-next:hover,
.page_banner_slider.hamra_row_slider .row_slider .row-prev:hover {
  opacity: 1;
}
.page_banner_slider.hamra_row_slider .row_slider .property_logo {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sub_nav {
  float: left;
  width: 100%;
  height: 70px;
  background: #000000;
}
.sub_nav a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  color: #6f7273;
  position: relative;
  font-family: 'Dubai W23';
  font-weight: 500;
  margin-top: 30px;
  letter-spacing: 0.08em;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sub_nav a:hover,
.sub_nav a.active {
  color: white;
}
.sub_nav a:first-child:after {
  display: none;
}
.sub_nav a:after {
  content: "";
  height: 10px;
  width: 1px;
  background: #6f7273;
  margin: 0 25px;
  float: left;
  position: relative;
}
.parallax_row {
  float: left;
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.parallax_row:before {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  background: -moz-linear-gradient(270deg, #e3e3e3 0%, rgba(227, 227, 227, 0) 99%, rgba(227, 227, 227, 0) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(99%, rgba(227, 227, 227, 0)), color-stop(100%, rgba(227, 227, 227, 0)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #e3e3e3 0%, rgba(227, 227, 227, 0) 99%, rgba(227, 227, 227, 0) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #e3e3e3 0%, rgba(227, 227, 227, 0) 99%, rgba(227, 227, 227, 0) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #e3e3e3 0%, rgba(227, 227, 227, 0) 99%, rgba(227, 227, 227, 0) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, #e3e3e3 0%, rgba(227, 227, 227, 0) 99%, rgba(227, 227, 227, 0) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E3E3E3', endColorstr='#E3E3E3', GradientType=0);
  /* ie6-9 */
}
.parallax_row .dzsparallaxer {
  float: left;
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 1;
}
.hamra_form {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hamra_form .form_success {
  font-family: 'Dubai W23';
  font-weight: bold;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  margin-top: 30px;
  color: #000000;
  display: none;
}
.hamra_form.three_col .field {
  width: 33.33333333%;
}
.hamra_form .field {
  float: left;
  width: 49%;
  height: 40px;
  border: 1px solid #000000;
  margin: 25px 0 0 0;
  position: relative;
}
.hamra_form .field.textarea {
  height: auto;
}
.hamra_form .field.textarea textarea {
  float: left;
  width: 100%;
  padding: 15px 12px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Dubai W23';
  font-weight: normal;
  color: #000000;
  height: 164px;
  resize: none;
}
.hamra_form .field.double {
  width: calc(66.66666667%);
}
.hamra_form .field.full {
  width: 100%;
}
.hamra_form .field.full .iti {
  float: left;
  margin-left: 15px;
}
.hamra_form .field.dropdown {
  position: relative;
}
.hamra_form .field.dropdown .select_label {
  position: absolute;
  left: 0;
  top: -25px;
  font-size: 13px;
  color: #000000;
  width: 100%;
}
.hamra_form .field.dropdown_left {
  /*.select2-container--aiqu .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow{
                right:15px !important;
            }*/
}
.hamra_form .field.upload_field {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.hamra_form .field.upload_field:hover label svg path {
  fill: #000000;
}
.hamra_form .field.upload_field label {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.hamra_form .field.upload_field label svg {
  position: absolute;
  right: 0;
  top: 2px;
}
.hamra_form .field.upload_field input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 0;
}
.hamra_form .field.upload_field .remove {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  background: white;
  color: #000000;
  font-size: 12px;
}
.hamra_form .field.upload_left label svg {
  right: 20px;
}
.hamra_form .field.date_field {
  position: relative;
}
.hamra_form .field.date_field input {
  z-index: 3;
  font-family: 'Dubai W23';
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  position: relative;
}
.hamra_form .field.date_field .icon {
  position: absolute;
  left: 200px;
  top: 0;
  z-index: 2;
}
.hamra_form .field.radio_field label {
  position: relative;
  top: 0;
  opacity: 1;
  left: 0;
  padding: 0;
  margin: 9px 0 0 15px;
}
.hamra_form .field.radio_field .options {
  float: right;
  margin: 3px 20px 0 0;
}
.hamra_form .field.radio_field .options .option {
  float: left;
  margin-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-top: 4px;
}
.hamra_form .field.radio_field .options .option span {
  z-index: 1;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Dubai W23';
  font-weight: normal;
}
.hamra_form .field.radio_field .options .option span:before {
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  content: "";
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 4px;
}
.hamra_form .field.radio_field .options .option span:after {
  content: "";
  background: white;
  z-index: 2;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -22px;
  top: 7px;
  position: absolute;
  display: none;
}
.hamra_form .field.radio_field .options .option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  margin-left: 0;
  margin-top: 0;
}
.hamra_form .field.radio_field .options .option input:checked ~ span:after {
  display: block;
  background: #6f7273;
}
.hamra_form .field.radio_field .options .option input:checked ~ span:before {
  background: white;
  border: 1px solid #6f7273;
}
.hamra_form .field label {
  float: left;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Dubai W23';
  font-weight: normal;
  color: #000000;
  text-align: left;
  position: absolute;
  opacity: 0;
  left: 5px;
  top: -11px;
  background: white;
  padding: 0 10px;
}
.hamra_form .field label .small {
  font-size: 12px;
  color: #6f7273;
}
.hamra_form .field input {
  width: 100%;
  font-size: 14px;
  line-height: 10px;
  font-family: 'Dubai W23';
  font-weight: normal;
  color: #000000;
  padding: 0 15px;
  height: 14px;
  margin-top: 12px;
  background: none;
}
.hamra_form .field input:required {
  color: #000000;
  outline: none;
  box-shadow: none;
  background: none;
  border: none;
}
.hamra_form .field input:invalid {
  outline: none;
  box-shadow: none;
  background: none;
  border: none;
}
.hamra_form .field input::-webkit-input-placeholder {
  opacity: 0.7;
}
.hamra_form .field input::-moz-placeholder {
  opacity: 0.7;
}
.hamra_form .field input:-ms-input-placeholder {
  opacity: 0.7;
}
.hamra_form .field input:-moz-placeholder {
  opacity: 0.7;
}
.hamra_form .field .iti {
  float: left;
}
.hamra_form .field .iti > input {
  width: 100%;
  margin-left: 0;
  padding-left: 110px !important;
  margin-top: 12px !important;
}
.hamra_form .field .iti .iti__flag-container {
  height: 38px;
  border-right: 1px solid #000000;
  padding-right: 10px;
  padding-left: 10px;
}
.hamra_form .field .iti .iti__flag-container .iti__selected-flag {
  padding: 0;
  background: none !important;
}
.hamra_form .field .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  color: #000000;
}
.hamra_form .field .iti .iti__flag-container .iti__selected-flag .iti__arrow {
  left: 22px;
  position: absolute;
  top: 6px;
  border: none;
}
.hamra_form .field .iti .iti__flag-container .iti__selected-flag .iti__arrow.iti__arrow--up:before {
  content: "\f077";
}
.hamra_form .field .iti .iti__flag-container .iti__selected-flag .iti__arrow:before {
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f078";
  font-size: 11px;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
.hamra_form .field .iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  margin-left: 25px;
}
.hamra_form .field .iti .iti__flag-container .iti__country-list {
  width: 200px;
  margin: 5px 0 0 -1px;
}
.hamra_form .field .iti .iti__flag-container .iti__country-list li {
  width: 100%;
}
.hamra_form .checkboxes {
  float: left;
}
.hamra_form .checkboxes .option {
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-top: 4px;
}
.hamra_form .checkboxes .option span {
  z-index: 1;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Dubai W23';
  font-weight: normal;
}
.hamra_form .checkboxes .option span:before {
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  float: left;
  content: "";
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 4px;
  z-index: 1;
}
.hamra_form .checkboxes .option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  margin-left: 0;
  margin-top: 0;
}
.hamra_form .checkboxes .option input:checked ~ span:before {
  background: #000000;
  border: 1px solid #000000;
}
.hamra_form .captcha {
  float: left;
  margin-top: 30px;
}
.hamra_form .form_footer {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.hamra_form .form_footer .btn {
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  min-width: 135px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  cursor: pointer;
  float: right;
}
.hamra_form .form_footer .btn:hover {
  background: #000000;
}
.support_row {
  float: left;
  width: 100%;
  padding: 100px 0;
}
.support_row .support_wrap {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.support_row .support {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.support_row .support .header {
  border: 1px solid #000000;
  float: left;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.support_row .support .header.active {
  background: #000000;
}
.support_row .support .header.active h2,
.support_row .support .header.active i {
  color: white;
}
.support_row .support .header h2 {
  float: left;
  font-size: 24px;
  font-family: 'Dubai W23';
  font-weight: 500;
  line-height: 28px;
  width: 100%;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.support_row .support .header i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.support_row .support .content {
  float: left;
  width: 100%;
  display: none;
  padding-bottom: 25px;
  padding-left: 21px;
  padding-right: 21px;
}
.support_row .support .content p {
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Dubai W23';
  font-weight: 300;
  color: #000000;
  margin: 25px 0 0 0;
}
.support_row .support .content h3 {
  font-family: 'Dubai W23';
  font-weight: 500;
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  margin-top: 30px;
}
.support_row .support .content h4 {
  font-family: 'Dubai W23';
  font-weight: 500;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-top: 30px;
}
.support_row .support .content ul,
.support_row .support .content ol {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}
.support_row .support .content ul li,
.support_row .support .content ol li {
  clear: left;
  font-family: 'Dubai W23';
  font-weight: 300;
  color: #000000;
  line-height: 22px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.support_row .support .content ul li:before,
.support_row .support .content ol li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #6f7273;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.support_row .support .content ul li ul,
.support_row .support .content ol li ul {
  margin-top: 0;
}
.support_row .support .content .btn {
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  min-width: 135px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  cursor: pointer;
  float: left;
  margin-top: 30px;
}
.support_row .support .content .btn:hover {
  background: #000000;
}
.properties {
  float: left;
  width: 100%;
}
.properties .property {
  float: left;
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.properties .property.reverse .text {
  right: 0;
  left: auto;
  float: right;
}
.properties .property.reverse .gallery {
  float: left;
}
.properties .property .text {
  left: 0;
  float: left;
  width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.properties .property .text.text_top {
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.properties .property .text h3 {
  font-size: 24px;
  font-family: 'Dubai W23';
  font-weight: 500;
  line-height: 28px;
  width: 100%;
  color: #000000;
}
.properties .property .text .property_meta {
  margin-top: 13px;
}
.properties .property .text p {
  width: 100%;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Dubai W23';
  font-weight: 300;
  color: #000000;
  margin: 25px 0 0 0;
}
.properties .property .text ul {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}
.properties .property .text ul li {
  clear: left;
  font-family: 'Dubai W23';
  font-weight: 300;
  color: #000000;
  line-height: 22px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.properties .property .text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #6f7273;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.properties .property .text .btn {
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  min-width: 135px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  cursor: pointer;
  float: left;
  margin-top: 30px;
}
.properties .property .text .btn:hover {
  background: #000000;
}
.properties .property .gallery {
  float: right;
  width: 55%;
}
.properties .property .gallery .gallery-prev {
  left: 10px;
}
.properties .property .gallery .gallery-next {
  right: 10px;
}
.featured_list {
  float: left;
  width: 100%;
  background: #F0F1F1;
  padding: 100px 0 70px;
}
.featured_list .blocks {
  display: flex;
  float: left;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featured_list .block {
  float: left;
  border: 1px solid white;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  position: relative;
  padding: 20px 40px 40px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: none;
  background: none;
}
.featured_list .block:hover {
  background: white;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.featured_list .block:hover ul li {
  color: #000000;
}
.featured_list .block:hover ul li:before {
  background: #b2282f;
}
.featured_list .block ul {
  width: 100%;
}
.featured_list .block ul li {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Dubai W23';
  font-weight: 300;
  width: 100%;
  margin-top: 20px;
  color: #6f7273;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  padding-left: 20px;
}
.featured_list .block ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #6f7273;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.featured_list .block ul li strong {
  font-family: 'Dubai W23';
  font-weight: 500;
}
.featured_list .block.full {
  width: 100%;
}
.property_location {
  float: left;
  width: 100%;
  height: 430px;
}
.property_location #map_canvas {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
  background: #e3e3e3;
}
.featured_images {
  float: left;
  width: 100%;
  padding: 100px 0;
  background: #e3e3e3;
}
.featured_images .image_gallery .gallery-pagination {
  bottom: 10px;
}
.featured_images .image_gallery .gallery-prev {
  left: 10px;
}
.featured_images .image_gallery .gallery-next {
  right: 10px;
}
.properties_listings {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.properties_listings .property {
  float: left;
  width: 100%;
  padding: 25px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.properties_listings .property .property_wrap {
  float: left;
  width: 100%;
  box-shadow: none;
}
.properties_listings .property:hover {
  background: #F0F1F1;
}
.properties_listings .property:hover .property_wrap {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.properties_listings .property:hover .text {
  background: white;
}
.properties_listings .property .image {
  width: 445px;
  float: left;
  height: 260px;
  background: #6f7273;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.properties_listings .property .text {
  float: right;
  width: 655px;
  height: 260px;
  background: #e3e3e3;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 30px 40px;
  position: relative;
}
.properties_listings .property .text h3 {
  float: left;
  width: 400px;
  font-size: 21px;
  font-family: 'Dubai W23';
  font-weight: 500;
  line-height: 24px;
}
.properties_listings .property .text .location {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #6f7273;
  line-height: 20px;
  position: relative;
  margin: 15px 0 20px 0;
  padding-left: 20px;
}
.properties_listings .property .text .location i {
  position: absolute;
  left: 0;
  top: 2px;
}
.properties_listings .property .text h2 {
  width: 100%;
  font-size: 30px;
  font-family: 'Dubai W23';
  font-weight: normal;
  line-height: 30px;
}
.properties_listings .property .text .share {
  float: right;
}
.properties_listings .property .text .share p {
  float: left;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #6f7273;
  font-family: 'Dubai W23';
  font-weight: bold;
}
.properties_listings .property .text .share a {
  float: left;
  margin-left: 15px;
  font-size: 14px;
  color: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.properties_listings .property .text .share a:hover {
  color: #b2282f;
}
.properties_listings .property .text .property_footer {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.properties_listings .property .text .property_footer .property_meta {
  width: auto;
  margin: 0;
}
.properties_listings .property .text .property_footer .links {
  float: right;
}
.properties_listings .property .text .property_footer .links a {
  margin-left: 20px;
  float: left;
  font-size: 14px;
  line-height: 14px;
  color: #6f7273;
  font-family: 'Dubai W23';
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.properties_listings .property .text .property_footer .links a i {
  float: left;
  margin: -1px 8px 0 0;
}
.properties_listings .property .text .property_footer .links a i.fa-phone {
  font-size: 13px;
  margin: 0 5px 0 0;
}
.properties_listings .property .text .property_footer .links a:hover {
  color: #b2282f;
}
.properties_listings .pagination {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.properties_listings .pagination ul {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.properties_listings .pagination ul li {
  margin: 0 7px;
}
.properties_listings .pagination ul a {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Dubai W23';
  font-weight: 500;
  color: #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  padding: 0 15px 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.properties_listings .pagination ul a:hover {
  color: #6f7273;
  border-bottom: 2px solid #6f7273;
}
.properties_listings .pagination ul a.active {
  color: #000000;
  border-bottom: 2px solid #000000;
}
.property_detail {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.property_detail.active {
  opacity: 1;
  visibility: visible;
}
.property_detail .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 1;
}
.property_detail .content_wrap {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.property_detail .content_wrap .content {
  float: left;
  width: 100%;
  background: white;
  padding: 30px;
  position: relative;
}
.property_detail .content_wrap .content .close {
  position: absolute;
  right: -25px;
  top: 0px;
  cursor: pointer;
}
.property_detail .content_wrap .content .left {
  width: 680px;
  float: left;
}
.property_detail .content_wrap .content .right {
  width: 320px;
  float: right;
}
.property_detail .content_wrap .content .image_gallery .gallery-prev {
  left: 10px;
}
.property_detail .content_wrap .content .image_gallery .gallery-next {
  right: 10px;
}
.property_detail .content_wrap .content .calculate_mortgage {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: 'Dubai W23';
  font-weight: bold;
  font-size: 14px;
  padding: 14px 20px;
  border: 1px solid white;
  z-index: 5;
  text-transform: uppercase;
  line-height: 14px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.property_detail .content_wrap .content .calculate_mortgage:hover {
  background: #000000;
}
.property_detail .content_wrap .content .property_specs {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.property_detail .content_wrap .content .property_specs ul {
  width: 48%;
  margin-top: 15px;
}
.property_detail .content_wrap .content .property_specs ul li {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 0 10px;
  color: #6f7273;
}
.property_detail .content_wrap .content .property_specs ul li:last-child {
  border-bottom: none;
}
.property_detail .content_wrap .content .property_specs ul li strong {
  font-family: 'Dubai W23';
  font-weight: 500;
  color: #000000;
}
.property_detail .content_wrap .content .text h3 {
  font-size: 21px;
  font-family: 'Dubai W23';
  font-weight: 500;
  width: 100%;
  line-height: 24px;
}
.property_detail .content_wrap .content .text .location {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #6f7273;
  line-height: 20px;
  position: relative;
  margin: 15px 0 20px 0;
  padding-left: 20px;
  text-align: left;
}
.property_detail .content_wrap .content .text .location i {
  position: absolute;
  left: 0;
  top: 2px;
}
.property_detail .content_wrap .content .text p {
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  font-family: 'Dubai W23';
  font-weight: 300;
  color: #6f7273;
}
.property_detail .content_wrap .content .text h2 {
  width: 100%;
  font-size: 30px;
  font-family: 'Dubai W23';
  font-weight: normal;
  line-height: 30px;
  margin-top: 30px;
}
.property_detail .content_wrap .content .text .share {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.property_detail .content_wrap .content .text .share .text {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Dubai W23';
  font-weight: bold;
}
.property_detail .content_wrap .content .text .share .icons {
  display: inline-block;
  vertical-align: top;
}
.property_detail .content_wrap .content .text .share a {
  float: left;
  margin-left: 15px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.property_detail .content_wrap .content .text .share a:hover {
  color: #b2282f;
}
.property_detail .content_wrap .content .text .btns {
  float: left;
  width: 100%;
}
.property_detail .content_wrap .content .text .btns a {
  float: left;
  width: 100%;
  height: 40px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 14px;
  line-height: 8px;
  padding: 15px 0;
  text-align: center;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Dubai W23';
  font-weight: bold;
}
.property_detail .content_wrap .content .text .btns a:hover {
  background: #000000;
  color: white;
}
.drop_cv_trigger {
  float: left;
  width: 100%;
  background: #6f7273;
  padding: 30px 0;
}
.drop_cv_trigger .drop_cv_blocks {
  float: left;
  width: 100%;
  display: table;
}
.drop_cv_trigger .drop_cv_blocks h3 {
  color: white;
  font-size: 21px;
  font-family: 'Dubai W23';
  font-weight: 500;
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.drop_cv_trigger .drop_cv_blocks .btn {
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  min-width: 135px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  cursor: pointer;
  background: #000000;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.drop_cv_trigger .drop_cv_blocks .btn:hover {
  background: #000000;
}
.drop_cv_trigger .drop_cv_blocks .btn:hover {
  background: #6f7273;
}
.drop_cv_trigger .drop_cv_blocks .btn:hover {
  background: #e3e3e3;
  color: #000000;
}
.no_job_message {
  width: 100%;
  float: left;
  display: none;
  padding: 100px 0;
}
.no_job_message h2 {
  width: 100%;
  font-size: 44px;
  line-height: 45px;
  font-family: 'Dubai W23';
  font-weight: normal;
  color: #000000;
}
.jobs_wrap {
  float: left;
  width: 100%;
}
.jobs_wrap .jobs_filter_wrap {
  float: left;
  width: 100%;
}
.jobs_wrap .jobs_filter_wrap .search {
  float: left;
  width: 100%;
  margin-top: 100px;
}
.jobs_wrap .jobs_filter_wrap .search input {
  width: 100%;
  border-bottom: 1px solid #000000;
  font-size: 44px;
  line-height: 45px;
}
.jobs_wrap .jobs_filter_wrap .search input::placeholder {
  opacity: 1;
}
.jobs_wrap .jobs_filter_wrap .filters {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.jobs_wrap .jobs_filter_wrap .filters .categories {
  float: left;
}
.jobs_wrap .jobs_filter_wrap .filters .categories .category_wrap {
  float: left;
  width: 225px;
  margin-right: 20px;
}
.jobs_wrap .jobs_filter_wrap .filters .categories .category_wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  border-bottom: 1px solid #000000;
}
.jobs_wrap .jobs_filter_wrap .filters .categories .category_wrap .select2-container--hamra .select2-selection--single .select2-selection__rendered,
.jobs_wrap .jobs_filter_wrap .filters .categories .category_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
}
.jobs_wrap .jobs_filter_wrap .filters .type {
  float: right;
  margin-top: 14px;
}
.jobs_wrap .jobs_filter_wrap .filters .type a {
  font-size: 18px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 30px;
  float: left;
  line-height: 25px;
}
.jobs_wrap .jobs_filter_wrap .filters .type a.active {
  color: #b2282f;
  border-bottom: 1px solid #b2282f;
}
.jobs_wrap .jobs_filter_wrap .filters .type a.active:hover {
  color: #b2282f;
}
.jobs_wrap .jobs_filter_wrap .filters .type a:hover {
  color: #6f7273;
}
.jobs_wrap .jobs {
  float: left;
  width: 100%;
  margin-top: 55px;
}
.jobs_wrap .jobs .jobs_search_results {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.jobs_wrap .jobs .jobs_search_results p {
  font-size: 16px;
  font-family: 'Dubai W23';
  font-weight: 300;
  color: #6f7273;
}
.jobs_wrap .jobs .job {
  float: left;
  width: 100%;
  padding: 40px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jobs_wrap .jobs .job.hide {
  display: none;
}
.jobs_wrap .jobs .job.show {
  display: block;
}
.jobs_wrap .jobs .job .job_content {
  position: relative;
  width: 100%;
  float: left;
  padding-right: 30%;
}
.jobs_wrap .jobs .job .job_content .job_title {
  font-size: 24px;
  font-family: 'Dubai W23';
  font-weight: 500;
  color: #000000;
  width: 100%;
  line-height: 28px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jobs_wrap .jobs .job .job_content .job_meta {
  float: left;
  width: 100%;
  margin: 10px 0 15px;
}
.jobs_wrap .jobs .job .job_content .job_meta span {
  font-size: 14px;
  float: left;
}
.jobs_wrap .jobs .job .job_content .job_meta .category,
.jobs_wrap .jobs .job .job_content .job_meta .type {
  color: #000000;
  font-family: 'Dubai W23';
  font-weight: 500;
  text-transform: uppercase;
}
.jobs_wrap .jobs .job .job_content .job_meta .date {
  font-family: 'Dubai W23';
  font-weight: 300;
  color: #6f7273;
  margin-left: 30px;
}
.jobs_wrap .jobs .job .job_content .job_meta .sep {
  margin: 0 7px;
}
.jobs_wrap .jobs .job .job_content .description {
  float: left;
  width: 100%;
}
.jobs_wrap .jobs .job .job_content .description p {
  font-size: 16px;
  font-family: 'Dubai W23';
  font-weight: 300;
  line-height: 22px;
  width: 100%;
}
.jobs_wrap .jobs .job .job_content .job_right {
  position: absolute;
  right: 0;
  top: 0px;
  width: 160px;
}
.jobs_wrap .jobs .job .job_content .job_id {
  float: right;
  margin-bottom: 20px;
  border: 1px solid #6f7273;
  color: #6f7273;
  font-size: 14px;
  padding: 10px 17px;
  line-height: 14px;
}
.jobs_wrap .jobs .job .job_content .share {
  float: right;
  width: 100%;
}
.jobs_wrap .jobs .job .job_content .share p {
  float: left;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #6f7273;
  font-family: 'Dubai W23';
  font-weight: bold;
}
.jobs_wrap .jobs .job .job_content .share .icons {
  float: right;
}
.jobs_wrap .jobs .job .job_content .share .icons a {
  float: left;
  margin-left: 15px;
  font-size: 14px;
  color: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.jobs_wrap .jobs .job .job_content .share .icons a:hover {
  color: #b2282f;
}
.jobs_wrap .jobs .job:hover {
  background: #F0F1F1;
}
.jobs_wrap .jobs .job:hover .job_content .job_title {
  color: #b2282f;
}
.cv_submit_form {
  float: left;
  width: 100%;
  padding: 100px 0;
  display: none;
}
.cv_submit_form .header {
  float: left;
  width: 100%;
}
.cv_submit_form .header h2 {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Dubai W23';
  font-weight: 500;
  width: 70%;
  float: left;
}
.cv_submit_form .header .required_info {
  float: right;
  color: #6f7273;
  font-size: 16px;
  width: 30%;
  text-align: right;
}
.cv_submit_form .header .required_info span {
  color: #b2282f;
}
.cv_submit_form .fields_wrap {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.cv_submit_form .fields_wrap .fields_title {
  float: left;
  width: 100%;
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cv_submit_form .fields_wrap .sticky_label {
  position: relative;
  opacity: 1;
  top: 0;
  left: 0;
  line-height: 14px;
  margin-top: 7px;
  padding: 0;
}
.cv_submit_form .fields_wrap .col {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cv_submit_form .fields_wrap .col.three_fields .field {
  width: 32%;
}
.cv_submit_form .fields_wrap .col.full {
  width: 100%;
}
.cv_submit_form .fields_wrap .col .field {
  margin-top: 10px;
  width: 49%;
}
.cv_submit_form .fields_wrap .col .field.full {
  width: 100%;
}
.cv_submit_form .fields_wrap .col .field.full .iti {
  margin-left: 4px;
}
.cv_submit_form .fields_wrap .col .field.select_field {
  border: none;
}
.cv_submit_form .fields_wrap .col .field.select_field .select2-container--hamra .select2-selection--single .select2-selection__rendered,
.cv_submit_form .fields_wrap .col .field.select_field .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #000000;
  height: 38px;
  line-height: 38px;
}
.cv_submit_form .fields_wrap .col .field.experience_field {
  width: 63%;
  float: left;
}
.cv_submit_form .fields_wrap .col .field.experience_field label {
  width: 37%;
  margin-top: 13px;
}
.cv_submit_form .fields_wrap .col .field.experience_field .select2-container {
  width: 63% !important;
}
.cv_submit_form .fields_wrap .col .field.skills_field {
  width: 35%;
}
.cv_submit_form .fields_wrap .col .cv_wrap {
  float: left;
  width: 100%;
}
.cv_submit_form .fields_wrap .col .cv_wrap .sticky_label {
  width: 13%;
  float: left;
  text-align: left;
}
.cv_submit_form .fields_wrap .col .cv_wrap .upload_section {
  float: right;
  width: 87%;
}
.cv_submit_form .fields_wrap .col .cv_wrap .upload_section .upload_wrap {
  float: left;
  width: 100%;
  position: relative;
}
.cv_submit_form .fields_wrap .col .cv_wrap .upload_section .upload_wrap .upload_btn {
  float: left;
  width: 82px;
  height: 26px;
  border: 1px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  background: #e3e3e3;
  cursor: pointer;
}
.cv_submit_form .fields_wrap .col .cv_wrap .upload_section .upload_wrap .selected {
  float: left;
  font-size: 14px;
  margin: 7px 0 0 15px;
  line-height: 14px;
}
.cv_submit_form .fields_wrap .col .cv_wrap .upload_section .upload_info {
  float: left;
  line-height: 16px;
  font-size: 12px;
  color: #6f7273;
  width: 100%;
  margin: 13px 0 0 0;
}
.cv_submit_form .fields_wrap .col .cv_wrap .upload_section textarea {
  float: left;
  width: 100%;
  border: 1px solid #000000;
  padding: 7px 12px;
  font-size: 14px;
  margin: 20px 0 0 0;
  height: 125px;
}
.cv_submit_form .fields_wrap .col .cv_wrap .upload_section textarea::placeholder {
  opacity: 1;
}
.cv_submit_form .cv_submit_footer {
  float: left;
  width: 100%;
  display: table;
  margin-top: 50px;
}
.cv_submit_form .cv_submit_footer .text {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.cv_submit_form .cv_submit_footer .text .checkbox_label {
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-top: 4px;
}
.cv_submit_form .cv_submit_footer .text .checkbox_label span {
  z-index: 1;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Dubai W23';
  font-weight: normal;
}
.cv_submit_form .cv_submit_footer .text .checkbox_label span:before {
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  float: left;
  content: "";
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 4px;
}
.cv_submit_form .cv_submit_footer .text .checkbox_label span:after {
  content: "";
  background: white;
  z-index: 2;
  width: 9px;
  height: 9px;
  left: -22px;
  top: 7px;
  position: absolute;
  display: none;
}
.cv_submit_form .cv_submit_footer .text .checkbox_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  margin-left: 0;
  margin-top: 0;
}
.cv_submit_form .cv_submit_footer .text .checkbox_label input:checked ~ span:after {
  display: block;
  background: #6f7273;
}
.cv_submit_form .cv_submit_footer .text .checkbox_label input:checked ~ span:before {
  background: white;
  border: 1px solid #6f7273;
}
.cv_submit_form .cv_submit_footer .btn {
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  min-width: 135px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  cursor: pointer;
  background: #000000;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.cv_submit_form .cv_submit_footer .btn:hover {
  background: #000000;
}
.cv_submit_form .cv_submit_footer .btn:hover {
  background: #6f7273;
}
.contact_wrap {
  background: #e3e3e3;
  width: 100%;
  float: left;
  padding: 0 0 100px;
}
.contact_wrap .address_row {
  float: left;
  width: 100%;
  margin-top: 100px;
}
.contact_wrap .address_row .address {
  float: left;
  width: 100%;
  display: table;
  margin-top: 20px;
}
.contact_wrap .address_row .address .map {
  display: table-cell;
  width: 60%;
  height: 435px;
}
.contact_wrap .address_row .address .text {
  display: table-cell;
  width: 40%;
  background: white;
  padding: 40px;
}
.contact_wrap .address_row .address .text p {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 27px;
}
.contact_wrap .address_row .address .text p:first-child {
  margin-top: 0;
}
.blog_wrap {
  float: left;
  width: 100%;
  padding-top: 100px;
}
.blog_wrap .blog_posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.blog_wrap .blog_posts .post {
  width: 49%;
  float: left;
  margin-top: 30px;
}
.blog_wrap .blog_posts .post .image_gallery .gallery-next {
  right: 20px;
}
.blog_wrap .blog_posts .post .image_gallery .gallery-prev {
  left: 20px;
}
.blog_wrap .blog_posts .post:hover .text_wrapper h4 a {
  color: #b2282f;
}
.blog_wrap .blog_posts .post .text_wrapper {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.blog_wrap .blog_posts .post .text_wrapper .info,
.blog_wrap .blog_posts .post .text_wrapper .date {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 10px;
  color: #6f7273;
  text-align: left;
  margin: 0 0 10px 0;
}
.blog_wrap .blog_posts .post .text_wrapper .info.info,
.blog_wrap .blog_posts .post .text_wrapper .date.info {
  color: #b2282f;
}
.blog_wrap .blog_posts .post .text_wrapper h4 {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Dubai W23';
  font-weight: 500;
  color: #000000;
}
.blog_wrap .blog_posts .post .text_wrapper h4 a {
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog_wrap .blog_posts .post .text_wrapper p {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Dubai W23';
  font-weight: 300;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}
.blog_wrap .blog_posts .post .text_wrapper p:last-child {
  margin-bottom: 0;
}
.blog_wrap .blog_posts .post .text_wrapper p a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog_wrap .blog_posts .post .text_wrapper p a:hover {
  color: #b2282f;
}
.blog_post {
  width: 780px;
  max-width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.blog_post .post_header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
}
.blog_post .post_header .date {
  float: left;
  font-family: 'Dubai W23';
  font-weight: bold;
  color: #6f7273;
  font-size: 16px;
  line-height: 20px;
}
.blog_post .post_header .post_nav {
  float: right;
}
.blog_post .post_header .post_nav a {
  float: left;
  margin: 0 0 0 35px;
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 20px;
  font-family: 'Dubai W23';
  font-weight: normal;
  text-transform: uppercase;
}
.blog_post .post_header .post_nav a:hover {
  color: #b2282f;
}
.blog_post .post_content {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}
.blog_post .post_content .post_title {
  font-family: 'Dubai W23';
  font-weight: bold;
  font-size: 35px;
  color: #000000;
  width: 100%;
  line-height: 42px;
}
.blog_post .post_content p {
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Dubai W23';
  font-weight: normal;
  margin: 25px 0 0 0;
}
.blog_post .post_content ul {
  width: 100%;
  margin: 25px 0 0 0;
  padding-left: 15px;
}
.blog_post .post_content ul li {
  font-size: 16px;
  line-height: 21px;
  font-family: 'Dubai W23';
  font-weight: normal;
  clear: left;
  list-style: disc;
  margin: 5px 0;
}
.blog_post .post_content img {
  max-width: 100%;
  height: auto !important;
  width: 100% !important;
}
.blog_post .post_footer {
  float: left;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  padding: 25px 0 0 0;
  margin: 20px 0 0 0;
}
.blog_post .post_footer h4 {
  float: left;
  color: #6f7273;
  font-size: 18px;
  font-family: 'Dubai W23';
  font-weight: bold;
  line-height: 18px;
}
.blog_post .post_footer .social_share {
  float: left;
  margin: 0 0 0 10px;
}
.blog_post .post_footer .social_share a {
  font-size: 18px;
  float: left;
  color: #6f7273;
  margin: 0 0 0 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog_post .post_footer .social_share a:hover {
  color: #b2282f;
}
.media_wrap {
  float: left;
  width: 100%;
  padding-top: 100px;
}
.media_wrap .media_nav {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.media_wrap .media_nav a {
  float: left;
  font-size: 18px;
  font-family: 'Dubai W23';
  font-weight: 500;
  margin: 0 35px 0 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.media_wrap .media_nav a:hover {
  color: #b2282f;
}
.media_wrap .media_nav a.active {
  color: #b2282f;
  border-bottom: 1px solid #b2282f;
}
.media_wrap .media_posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.media_wrap .media_posts.gallery_posts .slideshow {
  display: none;
}
.media_wrap .media_posts.gallery_posts .post {
  cursor: pointer;
}
.media_wrap .media_posts .post {
  width: 32%;
  float: left;
  margin-top: 30px;
}
.media_wrap .media_posts .post .image_gallery .gallery-next {
  right: 20px;
}
.media_wrap .media_posts .post .image_gallery .gallery-prev {
  left: 20px;
}
.media_wrap .media_posts .post .text_wrapper {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.media_wrap .media_posts .post .text_wrapper .info,
.media_wrap .media_posts .post .text_wrapper .date {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 10px;
  color: #6f7273;
  text-align: left;
  margin: 0 0 10px 0;
}
.media_wrap .media_posts .post .text_wrapper .info.info,
.media_wrap .media_posts .post .text_wrapper .date.info {
  color: #b2282f;
}
.media_wrap .media_posts .post .text_wrapper h4 {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Dubai W23';
  font-weight: 500;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.media_wrap .media_posts .post .text_wrapper h4 a {
  color: inherit;
}
.media_wrap .media_posts .post .text_wrapper p {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Dubai W23';
  font-weight: 300;
  width: 100%;
  margin-top: 7px;
}
.media_wrap .media_posts .post .text_wrapper p.readmore {
  margin-top: 10px;
}
.media_wrap .media_posts .post .text_wrapper p.readmore a {
  font-family: 'Dubai W23';
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.media_wrap .media_posts .post .text_wrapper p.readmore a:hover {
  color: #b2282f;
}
.blog_post {
  width: 780px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.blog_post .post_header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
}
.blog_post .post_header .date {
  float: left;
  font-family: 'Dubai W23';
  font-weight: bold;
  color: #6f7273;
  font-size: 16px;
  line-height: 20px;
}
.blog_post .post_header .post_nav {
  float: right;
}
.blog_post .post_header .post_nav a {
  float: left;
  margin: 0 0 0 35px;
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 20px;
  font-family: 'Dubai W23';
  font-weight: normal;
  text-transform: uppercase;
}
.blog_post .post_header .post_nav a:hover {
  color: #b2282f;
}
.blog_post .post_content {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
}
.blog_post .post_content .post_title {
  font-family: 'Dubai W23';
  font-weight: bold;
  font-size: 35px;
  color: #000000;
  width: 100%;
  line-height: 42px;
}
.blog_post .post_content p {
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Dubai W23';
  font-weight: normal;
  margin: 25px 0 0 0;
}
.blog_post .post_content ul {
  width: 100%;
  margin: 25px 0 0 0;
  padding-left: 15px;
}
.blog_post .post_content ul li {
  font-size: 16px;
  line-height: 21px;
  font-family: 'Dubai W23';
  font-weight: normal;
  clear: left;
  list-style: disc;
  margin: 5px 0;
}
.blog_post .post_content img {
  max-width: 100%;
  height: auto !important;
  width: 100% !important;
}
.blog_post .post_footer {
  float: left;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  padding: 25px 0 0 0;
  margin: 20px 0 0 0;
}
.blog_post .post_footer h4 {
  float: left;
  color: #6f7273;
  font-size: 18px;
  font-family: 'Dubai W23';
  font-weight: bold;
  line-height: 18px;
}
.blog_post .post_footer .social_share {
  float: left;
  margin: 0 0 0 10px;
}
.blog_post .post_footer .social_share a {
  font-size: 18px;
  float: left;
  color: #6f7273;
  margin: 0 0 0 25px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog_post .post_footer .social_share a:hover {
  color: #b2282f;
}
.space_above_footer {
  float: left;
  width: 100%;
  height: 100px;
}
.page_footer {
  float: left;
  width: 100%;
  background: #000000;
  padding: 60px 0 30px;
}
.page_footer .property_links {
  float: left;
  width: 100%;
}
.page_footer .property_links a {
  float: left;
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  min-width: 135px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  cursor: pointer;
  background: white;
  color: #000000;
}
.page_footer .property_links a:hover {
  background: #000000;
}
.page_footer .property_links a:hover {
  background: #6f7273;
}
.page_footer .property_links a:last-child {
  margin-left: 20px;
}
.page_footer .links {
  width: 55%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.page_footer .links ul {
  float: left;
}
.page_footer .links ul:nth-child(1),
.page_footer .links ul:nth-child(2) {
  width: 27%;
}
.page_footer .links ul:nth-child(3) {
  width: 45%;
}
.page_footer .links ul li {
  margin-top: 25px;
  width: 100%;
}
.page_footer .links ul li a {
  float: left;
  font-family: 'Dubai W23';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page_footer .links ul li a:hover {
  color: #b2282f;
}
.page_footer .links .social_media {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.page_footer .links .social_media h3 {
  text-transform: capitalize;
  font-family: 'Dubai W23';
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: white;
  width: 100%;
  margin-bottom: 30px;
}
.page_footer .links .social_media a {
  float: left;
  margin-right: 40px;
  color: #6f7273;
  font-size: 22px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page_footer .links .social_media a:last-child {
  margin-right: 0;
}
.page_footer .links .social_media a:hover {
  color: white;
}
.page_footer .contact {
  float: right;
  width: 40%;
}
.page_footer .contact .map {
  float: left;
  width: 100%;
}
.page_footer .contact .map p {
  float: left;
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px;
  margin: 11px 0 25px 0;
}
.page_footer .contact .map p i {
  float: left;
  margin-right: 10px;
}
.page_footer .contact .map #footer_map {
  float: left;
  width: 100%;
  height: 250px;
}
.page_footer .signup {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}
.page_footer .signup h3 {
  text-transform: capitalize;
  font-family: 'Dubai W23';
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: white;
  width: 100%;
  margin-bottom: 20px;
}
.page_footer .signup .signup_container {
  float: left;
  width: 100%;
  position: relative;
}
.page_footer .signup .signup_container input {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #6f7273;
  z-index: 1;
  background: none;
  color: #6f7273;
  font-family: 'Dubai W23';
  font-weight: normal;
  font-size: 16px;
  padding: 0 170px 3px 0;
}
.page_footer .signup .signup_container input::placeholder {
  opacity: 1;
}
.page_footer .signup .signup_container button {
  font-size: 14px;
  font-family: 'Dubai W23';
  font-weight: bold;
  min-width: 135px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background: #6f7273;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  cursor: pointer;
  float: right;
  border: 1px solid #6f7273;
  background: none;
  color: #6f7273;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.page_footer .signup .signup_container button:hover {
  background: #000000;
}
.page_footer .signup .signup_container button:hover {
  background: #6f7273;
  color: white;
}
.page_footer .copyrights {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.page_footer .copyrights p {
  color: #6f7273;
  font-size: 13px;
  line-height: 15px;
}
.page_footer .copyrights p:first-child {
  float: left;
}
.page_footer .copyrights p:last-child {
  float: right;
}
.page_footer .copyrights p a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page_footer .copyrights p a:hover {
  color: white;
}
.page_footer .chat {
  position: fixed;
  right: 50px;
  bottom: 15px;
  z-index: 15;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .only_desktop {
    display: none;
  }
  .only_tablet {
    display: none;
  }
  .desktop_and_tablet {
    display: none;
  }
  .not_in_mobile {
    display: none;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .only_desktop {
    display: none;
  }
  .only_mobile {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .only_tablet {
    display: none;
  }
  .only_mobile {
    display: none;
  }
  .mobile_and_tablet {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .page_header .top_bar {
    display: none;
  }
  .page_header .main_menu_bar .logo {
    margin-top: 20px;
    width: 55px;
  }
  .page_header .main_menu_bar .main_menu {
    display: none;
  }
  .home #home_slider .slide_content h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .home #home_slider .slide_content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }
  .home #home_slider #hs-next,
  .home #home_slider #hs-prev {
    display: none;
  }
  .intro {
    padding: 60px 0;
  }
  .section_title {
    font-size: 24px;
    line-height: 28px;
  }
  .intro p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 18px;
  }
  .intro .btn {
    margin: 35px 0 0 0;
    height: 40px;
    line-height: 40px;
  }
  .hamra_row {
    margin-top: 60px;
  }
  .hamra_blocks_slider a.view_all {
    margin: 12px 0 0 0;
  }
  .hamra_blocks_slider a.view_all:after {
    display: none;
  }
  .search_bar .main_search .search_block {
    width: 100%;
    margin: 6px 0;
  }
  .search_bar .main_search .search_block.search_slider {
    width: 100%;
  }
  .search_bar .main_search .search_block.search_slider label.size {
    padding-left: 0;
  }
  .search_bar .main_search .search_block.search_slider .slider_wrap {
    width: 82%;
  }
  .search_bar .main_search .search_block.submit {
    width: 100%;
    margin-top: 20px;
  }
  .search_bar .main_search .search_block.submit button {
    width: 100%;
  }
  .hamra_row {
    margin-top: 40px;
  }
  .hamra_row_slider .row_slider {
    height: auto;
    background: #666;
  }
  .hamra_row_slider .row_slider .swiper-slide {
    padding-top: 300px;
    background-position: center top;
    background-size: auto 300px;
    -webkit-background-size: auto 300px;
    -moz-background-size: auto 300px;
    -ms-background-size: auto 300px;
    -o-background-size: auto 300px;
  }
  .hamra_row_slider .row_slider .container {
    max-width: 100%;
  }
  .hamra_row_slider .row_slider .container .slide_content {
    width: 100%;
    padding: 30px 0 65px;
    background: #666;
  }
  .hamra_row_slider .row_slider .container .slide_content .text {
    position: relative;
    float: left;
    top: 0;
    padding: 0 30px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .hamra_row_slider .row_slider .container .slide_content .text h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .hamra_row_slider .row_slider .container .slide_content .text h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .hamra_row_slider .row_slider .container .slide_content .text p {
    font-size: 16px;
    line-height: 20px;
  }
  .page_banner_slider.hamra_row_slider .row_slider .swiper-slide {
    padding-top: 0;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
  }
  .hamra_row_slider .row_slider .row_pagination_wrap .row-pagination {
    padding-left: 30px;
  }
  .hamra_row_slider:nth-child(2n+1) .row_slider .row_pagination_wrap .row-pagination {
    float: left;
  }
  .hamra_row_slider .row_slider .row-next,
  .hamra_row_slider .row_slider .row-prev {
    display: none;
  }
  .realstate_row .realstate {
    padding: 40px 0;
  }
  .realstate_row .realstate .logo {
    width: 70px;
    position: relative;
  }
  .realstate_row .realstate .text {
    float: left;
    padding-left: 0;
    margin-top: 20px;
  }
  .realstate_row .realstate .text p {
    font-size: 16px;
    line-height: 21px;
  }
  .contact_row {
    padding: 40px 0 0;
  }
  .hamra_form {
    margin-top: 5px;
  }
  .hamra_form .field {
    width: 100%;
    margin-top: 15px;
  }
  .hamra_form .field.radio_field .options {
    margin: 3px 10px 0 0;
  }
  .hamra_form .field.radio_field .options .option {
    margin-left: 15px;
  }
  .hamra_form .field.radio_field .options .option span::before {
    margin-right: 7px;
  }
  .hamra_form .field.radio_field .options .option span::after {
    left: -19px;
  }
  .hamra_form .field label {
    font-size: 13px;
  }
  .hamra_form .field.textarea textarea {
    height: 120px;
  }
  .page_footer .links {
    width: 100%;
  }
  .page_footer .links ul:nth-child(1),
  .page_footer .links ul:nth-child(2) {
    width: 50%;
  }
  .page_footer .links ul:nth-child(3) {
    width: 100%;
  }
  .page_footer .contact {
    width: 100%;
    margin-top: 20px;
  }
  .page_footer .signup .signup_container {
    margin-top: 20px;
  }
  .sub_nav a {
    position: fixed;
    left: -10px;
    top: -10px;
    font-size: 0px;
    opacity: 0;
  }
  .sub_nav_dropdown {
    float: left;
    width: 100%;
    margin-top: 15px;
  }
  .sub_nav_dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
  }
  .logos_slider {
    margin-top: 50px;
  }
  .mission_vision_values .block {
    width: 100%;
    padding: 100px 20px 20px 20px;
  }
  .mission_vision_values .block .text .col {
    width: 100%;
  }
  .leadership_wrap .leader .left,
  .leadership_wrap .leader .right {
    width: 100%;
  }
  .media_wrap .media_posts.gallery_posts .post {
    width: 100%;
  }
  .properties .property {
    margin-top: 50px;
  }
  .properties .property .text {
    width: 100%;
  }
  .properties .property .gallery {
    width: 100%;
    margin-top: 30px;
  }
  .intro.intro-with-links .text {
    width: 100%;
  }
  .intro.intro-with-links .links {
    max-width: 100%;
    width: 100%;
    padding: 20px 0 0;
    margin-top: 35px;
    border-left: none;
    border-top: 1px solid #6f7273;
  }
  .drop_cv_trigger .drop_cv_blocks h3 {
    float: left;
    width: 100%;
  }
  .drop_cv_trigger .drop_cv_blocks .btn {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .cv_submit_form {
    padding: 50px 0;
  }
  .cv_submit_form .header h2 {
    width: 100%;
  }
  .cv_submit_form .header .required_info {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .cv_submit_form .fields_wrap {
    margin-top: 25px;
  }
  .cv_submit_form .fields_wrap .col {
    width: 100%;
  }
  .cv_submit_form .fields_wrap .col .field {
    width: 100%;
  }
  .cv_submit_form .fields_wrap .col .field.experience_field {
    width: 100%;
  }
  .cv_submit_form .fields_wrap .col .field.skills_field {
    width: 100%;
  }
  .cv_submit_form .fields_wrap .col .cv_wrap .sticky_label {
    width: 100%;
  }
  .cv_submit_form .fields_wrap .col .cv_wrap .upload_section {
    width: 100%;
    margin-top: 20px;
  }
  .cv_submit_form .cv_submit_footer .text {
    float: left;
    width: 100%;
  }
  .cv_submit_form .cv_submit_footer .btn {
    width: 100%;
    margin-top: 20px;
  }
  .media_wrap .media_posts .post {
    width: 100%;
  }
  .media_wrap .media_nav a {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .blog_wrap .blog_posts .post {
    width: 100%;
  }
  .support_row .support .header {
    padding: 10px 20px;
  }
  .support_row .support .header h2 {
    font-size: 18px;
  }
  .support_row {
    padding: 50px 0;
  }
  .jobs_wrap .jobs_filter_wrap .search {
    margin-top: 50px;
  }
  .jobs_wrap .jobs_filter_wrap .search input {
    font-size: 18px;
    line-height: 24px;
  }
  .jobs_wrap .jobs_filter_wrap .filters {
    margin-top: 10px;
  }
  .jobs_wrap .jobs_filter_wrap .filters .categories {
    width: 100%;
  }
  .jobs_wrap .jobs_filter_wrap .filters .categories .category_wrap {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .jobs_wrap .jobs_filter_wrap .filters .type {
    width: 100%;
  }
  .jobs_wrap .jobs_filter_wrap .filters .type a {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .jobs_wrap .jobs .job .job_content {
    padding-right: 0;
  }
  .jobs_wrap .jobs .job .job_content .job_right {
    position: relative;
    clear: left;
    float: left;
    margin-top: 30px;
  }
  .jobs_wrap .jobs .job .job_content .job_id {
    float: left;
  }
  .jobs_wrap .jobs .job .job_content .job_meta .date {
    clear: left;
    margin-left: 0;
  }
  .featured_list {
    padding: 50px 0 30px;
  }
  .featured_list .block {
    width: 100%;
    padding: 20px;
  }
  .property_location {
    height: 200px;
  }
  .featured_images {
    padding: 30px 0;
  }
  .featured_images .image_gallery {
    /*width: 100vw !important;
			margin-left: -50vw !important;
			left: 50% !important;
			position: relative !important;
			right: auto !important;
			margin-right: auto !important;*/
  }
  .properties_listings .property {
    padding: 15px 0;
  }
  .properties_listings .property .image {
    width: 100%;
    height: 200px;
  }
  .properties_listings .property .text {
    width: 100%;
    height: auto;
    padding: 25px 20px 60px;
  }
  .properties_listings .property .text .property_footer {
    padding: 30px 0 0 0;
    position: relative;
    bottom: 0;
    float: left;
  }
  .properties_listings .property .text .property_footer .links {
    float: left;
    margin-top: 25px;
  }
  .properties_listings .property .text .property_footer .links a {
    margin: 0 25px 0 0;
  }
  .properties_listings .property .text .share {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .properties_listings .property .text h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .properties_listings .property .text h3 {
    width: 100%;
  }
  .properties_listings {
    margin: 30px 0 0 0;
  }
  .property_detail {
    overflow: auto;
  }
  .property_detail .container {
    max-width: 100%;
  }
  .property_detail .content_wrap .content .close {
    right: 15px;
    top: -25px;
  }
  .property_detail .bg {
    position: fixed;
  }
  .property_detail .content_wrap {
    top: 40px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .property_detail .content_wrap .content {
    padding: 0;
  }
  .property_detail .content_wrap .content .left {
    width: 100%;
  }
  .property_detail .content_wrap .content .property_specs {
    padding: 15px 20px;
  }
  .property_detail .content_wrap .content .property_specs ul {
    width: 100%;
    margin: 0;
  }
  .property_detail .content_wrap .content .property_specs ul li {
    margin: 3px 0;
  }
  .property_detail .content_wrap .content .property_specs ul li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .property_detail .content_wrap .content .right {
    width: 100%;
    padding: 0 20px 30px;
  }
  .property_detail .content_wrap .content .text .share {
    margin: 30px 0 10px;
  }
  .property_detail .content_wrap .content .text .share .text {
    float: left;
  }
  .property_detail .content_wrap .content .text .share .icons {
    float: left;
  }
  .contact_wrap .address_row {
    margin-top: 50px;
  }
  .contact_wrap .address_row .address {
    display: block;
  }
  .contact_wrap .address_row .address .map {
    float: left;
    width: 100%;
    height: 200px;
  }
  .contact_wrap .address_row .address .text {
    float: left;
    width: 100%;
    padding: 30px;
  }
  .menu_btn {
    display: block;
  }
}
