@charset "UTF-8";
/** Social colors **/
/** Theme colors **/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
/** Social colors **/
/** Theme colors **/
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
input,
textarea,
select,
span,
a {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
}

.page_pad {
  padding-left: 20px;
  padding-right: 20px;
}

.sr,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

body {
  background: #fff;
  direction: ltr;
  font-family: "Open Sans";
}

body.overflow {
  overflow: hidden;
}

.page_pad {
  padding-left: 15px;
  padding-right: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  line-height: 1;
  font-family: "Times New Roman";
}

.otgs-development-site-front-end,
.wpml-ls-statics-footer {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0;
}

.select2-container--open .select2-dropdown {
  background: #e6e6e6;
  border: 0;
}

.select2-search__field:focus {
  background: #e6e6e6;
  box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
}

.select2-results__option {
  color: #838181;
  font-size: 17px;
}

.select2-container--default .select2-selection--single {
  border-radius: 4px;
  border: 0;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #e6e6e6;
  text-align: left;
  border: 0;
  padding: 0;
  color: #838181;
  font-size: 17px;
}

.irs--big .irs-line {
  height: 1px;
}

.irs--big .irs-bar {
  height: 1px;
  background: #002349;
  box-shadow: 0 0 0;
  border: 0;
}

.irs--big .irs-handle {
  width: 11px;
  height: 11px;
  background: #e6e6e6;
  border: 1px solid #002349;
  top: 28px;
  box-shadow: 0 0 0;
}

.irs-from,
.irs-to {
  color: rgb(131, 129, 129) !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  background: rgb(230, 230, 230) !important;
  padding: 4px !important;
  top: 45px;
}

.irs-from {
  left: 0 !important;
}

.irs-to {
  right: 0 !important;
  left: auto !important;
}

.irs--big .irs-single {
  background: #002349;
}

.row {
  max-width: 1650px;
}

.mobile_only {
  display: none;
}

.site-wrapper {
  overflow: hidden;
}

h1 {
  color: #fff;
  text-align: center;
  font-size: 81px;
  font-weight: 400;
  line-height: 1;
}

.breadcrumbs-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: right;
  bottom: 0;
  padding-right: 40px;
  padding-bottom: 25px;
}
.breadcrumbs-wrap a,
.breadcrumbs-wrap span {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.page_banner {
  position: relative;
}
.page_banner img {
  height: 468px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}
.page_banner .banner_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 57%;
  transform: translateY(-50%);
}
.page_banner .banner_title h1 {
  color: #fff;
  text-align: center;
  font-size: 81px;
  line-height: 1;
  margin: 0;
  max-width: 1300px;
  margin: 0 auto;
}

.page_title {
  position: relative;
  margin-bottom: 25px;
}
.page_title:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  border-left: 3px solid #c29b40;
  height: 100%;
  display: block;
}
.page_title h2 {
  color: #002349;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.page_text h3 {
  color: #343434;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-family: "Open Sans";
}
.page_text p {
  color: #343434;
  font-size: 17px;
  font-weight: 400;
  line-height: 177.778%;
  margin-bottom: 30px;
}
.page_text p:last-child {
  margin-bottom: 0;
}
.page_text ul,
.page_text li,
.page_text ol {
  color: #343434;
  font-size: 17px;
  font-weight: 400;
  line-height: 177.778%;
  padding-left: 12px;
  position: relative;
}
.page_text ul {
  list-style-type: none;
}
.page_text ul li::before {
  content: "•";
  font-size: 17px;
  display: inline-block;
  margin-left: 0px;
  position: absolute;
  left: 0;
}

.search_wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 550px;
  background: rgba(0, 35, 73, 0.9);
  padding: 80px 50px;
  z-index: 99;
  padding-bottom: 50px;
  display: none;
}
.search_wrapper .wrap_form .wrap_inputs {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}
.search_wrapper .wrap_form .wrap_inputs .wrap_input {
  width: 100%;
}
.search_wrapper .wrap_form .wrap_inputs .wrap_input input {
  padding-right: 70px;
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  color: #fff;
  box-shadow: 0 0 0;
}
.search_wrapper .wrap_form .wrap_inputs .search-submit {
  position: absolute;
  right: -4px;
  top: 4px;
  cursor: pointer;
}
.search_wrapper .wrap_form .wrap_inputs .search-submit svg {
  width: 28px;
  height: 28px;
}
.search_wrapper .search-close {
  position: absolute;
  right: 45px;
  top: 10px;
  max-width: 40px;
  cursor: pointer;
}
.search_wrapper .search-close svg {
  width: 28px;
  height: 28px;
}

.search_page_sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.search_page_sec .wrap_results_title {
  margin-bottom: 40px;
}
.search_page_sec .wrap_results_title .page_text p {
  font-size: 20px;
}
.search_page_sec .wrap_results_title .page_text p .span_label {
  font-weight: 500;
}
.search_page_sec .search_results_groups .results_group {
  margin-bottom: 80px;
}
.search_page_sec .search_results_groups .results_group .wrap_search_results .wrap_page_title {
  text-align: center;
}
.search_page_sec .search_results_groups .results_group .wrap_search_results .page_title {
  display: inline-block;
  margin-bottom: 60px;
  padding-top: 20px;
}
.search_page_sec .search_results_groups .results_group .wrap_search_results .page_title:before {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-top: 3px solid #c29b40;
  display: block;
  width: 83px;
  height: auto;
}
.search_page_sec .search_results_groups .results_group .wrap_search_results .large-up-3 .column {
  margin-bottom: 60px;
}

/** Social colors **/
/** Theme colors **/
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 30px;
  transition: all 200ms ease;
}
.header .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header .flex_wrap .logo a {
  display: block;
}
.header .flex_wrap .logo a svg {
  width: 100%;
}
.header .flex_wrap .nav ul {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .flex_wrap .nav ul li {
  margin: 0 30px;
}
.header .flex_wrap .nav ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 10px;
  transition: all 200ms ease;
}
.header .flex_wrap .nav ul li a:hover {
  border-bottom: 1px solid #c29b40;
}
.header .flex_wrap .header_controls {
  display: -moz-flex;
  display: flex;
}
.header .flex_wrap .header_controls .lang_wrap {
  margin: 0;
}
.header .flex_wrap .header_controls .control_item {
  margin-left: 30px;
}
.header .flex_wrap .header_controls .wrap_search .search-opener {
  cursor: pointer;
}
.header .flex_wrap .header_controls .wrap_phone a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.header.scrolled {
  background: rgba(0, 35, 73, 0.97);
  padding-top: 18px;
  padding-bottom: 18px;
}

body.admin-bar .header {
  top: 32px;
}

/** Social colors **/
/** Theme colors **/
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
.footer {
  position: relative;
  min-height: 1140px;
}
.footer .footer_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer .top_footer {
  padding-top: 100px;
}
.footer .top_footer .row {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.footer .top_footer .row:after, .footer .top_footer .row:before {
  display: none;
}
.footer .logo {
  margin-bottom: 54px;
  text-align: center;
}
.footer .wrap_form_title {
  margin-bottom: 60px;
}
.footer .wrap_form_title h3 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}
.footer .wrap_form {
  margin-bottom: 30px;
  max-width: 365px;
  margin: 0 auto;
  margin-bottom: 118px;
}
.footer .wrap_form form .wrap_inputs {
  position: relative;
}
.footer .wrap_form form .wrap_inputs input[type=email] {
  border: 0;
  color: #fff;
  font-style: normal;
  line-height: 1;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 5px;
}
.footer .wrap_form form .wrap_inputs input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.footer .wrap_form form .wrap_inputs input[type=email]::placeholder {
  opacity: 1;
  color: #fff;
}
.footer .wrap_form form .wrap_inputs button {
  position: absolute;
  right: 0;
  top: -8px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}
.footer .wrap_form form .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
}
.footer .footer_col {
  width: 17.5%;
}
.footer .footer_col .footer_title {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c29b40;
}
.footer .footer_col .footer_title h3 {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  color: #fff;
}
.footer .footer_col .wrap_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer_col .wrap_menu ul li {
  margin-bottom: 15px;
  line-height: 1;
}
.footer .footer_col .wrap_menu ul li a {
  color: #eaeaea;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.footer .wrap_whatsapp,
.footer .wrap_address,
.footer .wrap_phone,
.footer .wrap_email {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}
.footer .wrap_whatsapp a,
.footer .wrap_address a,
.footer .wrap_phone a,
.footer .wrap_email a {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.footer .wrap_whatsapp a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
}
.footer .wrap_whatsapp a span {
  margin-left: 10px;
}
.footer .wrap_socials {
  display: -moz-flex;
  display: flex;
  margin-top: 30px;
}
.footer .wrap_socials .wrap_social {
  margin-right: 30px;
}
.footer .wrap_socials .wrap_social:last-child {
  margin-right: 0;
}
.footer .footer_content {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 80px;
}
.footer .footer_content p {
  color: #ccc;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}
.footer .bottom_footer {
  border-top: 1px solid #585857;
  margin-top: 50px;
}
.footer .bottom_footer .flex_wrap {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bottom_footer .flex_wrap .wrap_copy span {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer .bottom_footer .flex_wrap .wrap_policy_terms {
  line-height: 1;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .bottom_footer .flex_wrap .wrap_policy_terms a {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer .bottom_footer .flex_wrap .wrap_policy_terms a:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #bfbfbf;
}

.search_banner,
.home_hero_wrapper {
  opacity: 0;
}

body.pageLoaded .search_banner,
body.pageLoaded .home_hero_wrapper {
  opacity: 1;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 0 !important;
}

.mobile_only {
  display: none;
}

.wrap_search_form form {
  border-radius: 15px;
  padding: 8px;
  background: #e6e6e6;
  padding-left: 28px;
  padding-right: 12px;
  height: 94px;
}
.wrap_search_form .wrap_inner_form {
  display: -moz-flex;
  display: flex;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap {
  display: -moz-flex;
  display: flex;
  width: calc(100% - 85px);
  padding: 17px 0;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem {
  width: 20%;
  padding-right: 23px;
  padding-left: 30px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem:first-child {
  padding-left: 0;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem::after {
  content: "";
  border-right: 1px solid #c2c2c2;
  position: absolute;
  right: 0;
  top: 0;
  height: 54px;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem .wrap_label {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
  position: relative;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem .wrap_label label {
  color: #002349;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem .wrap_label span {
  position: absolute;
  right: 0;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem .wrap_input {
  margin-top: 12px;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem .wrap_input .price_btn {
  background: #e6e6e6;
  text-align: left;
  border: 0;
  padding: 0;
  color: #838181;
  font-size: 17px;
  width: 100%;
  display: block;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem .wrap_price_slider {
  position: absolute;
  width: 143%;
  border-radius: 10px;
  background: #e6e6e6;
  left: 0;
  padding: 20px;
  top: 71px;
  height: 135px;
  display: none;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem .wrap_price_slider .price_range_holder {
  text-align: left;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem .wrap_price_slider .price_range_holder span {
  color: rgb(131, 129, 129) !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem .wrap_price_slider.active {
  display: block;
}
.wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem:last-child::after {
  display: none;
}
.wrap_search_form .wrap_inner_form .wrap_submit {
  width: 85px;
}
.wrap_search_form .wrap_inner_form .wrap_submit button {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-radius: 20px;
  background: #002349;
  height: 80px;
  width: 85px;
  cursor: pointer;
}
.wrap_search_form.wide_search_form .wrap_inner_form .form_elems_wrap .prop_cat_elem {
  width: 30%;
}
.wrap_search_form.wide_search_form .wrap_inner_form .form_elems_wrap .prop_type_elem {
  width: 24%;
}
.wrap_search_form.wide_search_form .wrap_inner_form .form_elems_wrap .prop_city_elem {
  width: 21%;
}
.wrap_search_form.wide_search_form .wrap_inner_form .form_elems_wrap .prop_price_elem {
  width: 25%;
}

.home_hero_wrapper {
  height: 100vh;
  display: -moz-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  position: relative;
}
.home_hero_wrapper:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home_hero_wrapper .abs_img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  top: 0;
}
.home_hero_wrapper .abs_vid {
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_hero_wrapper .wrap_inner {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
.home_hero_wrapper .wrap_inner .hero_title {
  margin-bottom: 45px;
}
.home_hero_wrapper .wrap_inner .wrap_search_form {
  min-height: 94px;
  max-width: 1326px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.home_hero_wrapper .wrap_inner .wrap_link {
  margin-bottom: 110px;
}
.home_hero_wrapper .wrap_inner .wrap_link a {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
  text-transform: capitalize;
}
body.admin-bar .home_hero_wrapper {
  height: calc(100vh - 32px);
}

.single_post_sec {
  padding-top: 140px;
  margin-bottom: 120px;
}
.single_post_sec .top_content {
  margin-bottom: 40px;
}
.single_post_sec .top_content .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single_post_sec .top_content .page_text {
  padding-right: 50px;
}
.single_post_sec .by_line {
  margin-bottom: 15px;
}
.single_post_sec .by_line span {
  color: #002349;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.single_post_sec .wrap_img .img_caption {
  padding-top: 22px;
  padding-left: 20px;
  padding-right: 30px;
  color: #343434;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.single_post_sec .bottom_content .con_col {
  padding-left: 50px;
}
.single_post_sec .bottom_content .con_col .share_links {
  margin-top: 70px;
  position: relative;
}
.single_post_sec .bottom_content .con_col .share_links:before {
  content: "";
  position: absolute;
  left: 0;
  top: -35px;
  margin: auto;
  border-top: 1px solid #b4b4b4;
  display: block;
  width: 350px;
  height: auto;
}
.single_post_sec .bottom_content .con_col .share_links a {
  margin-right: 44px;
}
.single_post_sec .bottom_content .con_col .share_links a:last-child {
  margin: 0;
}
.single_post_sec .bottom_content .wrap_img {
  position: relative;
}
.single_post_sec .bottom_content .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single_post_sec .bottom_content .wrap_img .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 76px;
  transform: translateY(-50%);
}

.related_posts_sec {
  margin-top: 170px;
  margin-bottom: 170px;
}
.related_posts_sec .page_title {
  margin-bottom: 47px;
}

.post_item .wrap_img {
  border-radius: 10px;
  margin-bottom: 32px;
  overflow: hidden;
}
.post_item .wrap_img img {
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: all 450ms ease;
}
.post_item .wrap_date {
  margin-bottom: 15px;
}
.post_item .wrap_date span {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1; /* 28.444px */
  letter-spacing: 1.6px;
}
.post_item .wrap_title {
  margin-bottom: 25px;
}
.post_item .wrap_title h3 {
  color: #002349;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  min-height: 80px;
}
.post_item .wrap_link_span span {
  color: #343434;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  padding: 0 15px;
  border-bottom: 1px solid #002349;
  display: inline-block;
  padding-bottom: 10px;
}
.post_item a:hover .wrap_img img, .post_item a:focus .wrap_img img {
  transform: scale(1.03);
}

.blog_sec {
  padding-top: 100px;
}
.blog_sec .row .post_item {
  margin-bottom: 80px;
}
.blog_sec .row .large-12 .post_item a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.blog_sec .row .large-12 .post_item a .wrap_img {
  width: 50%;
  margin: 0;
}
.blog_sec .row .large-12 .post_item a .wrap_img img {
  height: 329px;
}
.blog_sec .row .large-12 .post_item a .wrap_post_content {
  width: 50%;
  padding-left: 85px;
}
.blog_sec .row .large-12 .post_item a .wrap_post_content .wrap_excerpt {
  margin-bottom: 30px;
}
.blog_sec .row .large-12 .post_item a .wrap_post_content .wrap_excerpt p {
  color: #000;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 400;
  line-height: 177.778%;
}

.flexible_layout {
  padding: 50px 0;
}
.flexible_layout.no_pad_bot {
  padding-bottom: 0;
}
.flexible_layout.no_pad_top {
  padding-top: 0;
}
.flexible_layout .flexible_block {
  padding: 50px 0;
}
.flexible_layout .wrap_img_text_blk .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.flexible_layout .wrap_img_text_blk .flex_wrap .img_col {
  width: 45.5%;
}
.flexible_layout .wrap_img_text_blk .flex_wrap .img_col .wrap_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible_layout .wrap_img_text_blk .flex_wrap .text_col {
  width: 54.5%;
  padding-right: 100px;
}
.flexible_layout .wrap_img_text_blk .flex_wrap .wrap_link {
  margin-top: 40px;
  text-align: left;
}
.flexible_layout .wrap_img_text_blk .flex_wrap .wrap_link a {
  height: 62px;
  color: #002349;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  padding: 0 25px;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-radius: 10px;
  border: 1px solid #c29b40;
}
.flexible_layout .wrap_img_text_blk.img_left .flex_wrap {
  flex-direction: row-reverse;
}
.flexible_layout .wrap_img_text_blk.img_left .flex_wrap .text_col {
  padding-right: 0;
  padding-left: 100px;
}
.flexible_layout .flex_blue_strip_row .wrap_blue_strip {
  border-radius: 10px;
  background: #002349;
  max-width: 1022px;
  margin: 0 auto;
  text-align: center;
  padding: 85px;
}
.flexible_layout .flex_blue_strip_row .wrap_blue_strip .wrap_title {
  margin-bottom: 35px;
}
.flexible_layout .flex_blue_strip_row .wrap_blue_strip .wrap_title h2 {
  color: #fff;
  font-family: "Times New Roman";
  font-size: 48px;
  line-height: 125%;
}
.flexible_layout .flex_blue_strip_row .wrap_blue_strip .wrap_link a {
  color: #c29b40;
  font-size: 17px;
  font-weight: 400;
  line-height: 177.778%;
  letter-spacing: 1.7px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c29b40;
}
.flexible_layout .flex_blue_strip_row.small_mod .wrap_blue_strip {
  max-width: 1044px;
  padding: 45px;
}
.flexible_layout .flex_blue_strip_row.small_mod .wrap_blue_strip .wrap_title {
  margin-bottom: 25px;
}
.flexible_layout .flex_blue_strip_row.small_mod .wrap_blue_strip .wrap_title h2 {
  font-size: 32px;
  line-height: 125%;
}
.flexible_layout .flex_blue_strip_row.small_mod .wrap_blue_strip .wrap_link a {
  padding-bottom: 8px;
}
.flexible_layout .flex_numbers_strip_row .wrap_subtitle {
  margin-bottom: 25px;
}
.flexible_layout .flex_numbers_strip_row .wrap_subtitle h3 {
  color: #002349;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}
.flexible_layout .flex_numbers_strip_row .wrap_numbers {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 80px;
}
.flexible_layout .flex_numbers_strip_row .wrap_numbers .number_item {
  text-align: center;
  width: 25%;
  border-right: 1px solid #d8d8d8;
}
.flexible_layout .flex_numbers_strip_row .wrap_numbers .number_item:last-child {
  border: 0;
}
.flexible_layout .flex_numbers_strip_row .wrap_numbers .number_item .wrap_unm {
  margin-bottom: 20px;
}
.flexible_layout .flex_numbers_strip_row .wrap_numbers .number_item .wrap_unm .number {
  color: #002349;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4px;
}
.flexible_layout .flex_numbers_strip_row .wrap_numbers .number_item .wrap_title {
  color: #002349;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .large-7 {
  text-align: left;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .page_text {
  max-width: 645px;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .wrap_numbers {
  padding-left: 125px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .wrap_numbers .number_item {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  min-height: 170px;
  width: 50%;
  border: 0;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .wrap_numbers .number_item:last-child {
  border: 0;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .wrap_numbers .number_item .wrap_unm {
  margin-bottom: 20px;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .wrap_numbers .number_item .wrap_unm .number {
  color: #002349;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4px;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .wrap_numbers .number_item .wrap_title {
  color: #002349;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .wrap_numbers .number_item:nth-child(1) {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .wrap_numbers .number_item:nth-child(2) {
  border-bottom: 1px solid #e2e2e2;
}
.flexible_layout .flex_numbers_strip_row.lay_cols .wrap_numbers .number_item:nth-child(3) {
  border-right: 1px solid #e2e2e2;
}
.flexible_layout .flex_numbers_strip_row.lay_row {
  text-align: center;
}
.flexible_layout .flex_numbers_strip_row.lay_row .page_title {
  display: inline-block;
  margin-bottom: 20px;
  padding-top: 40px;
}
.flexible_layout .flex_numbers_strip_row.lay_row .page_title:before {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-top: 3px solid #c29b40;
  display: block;
  width: 83px;
  height: auto;
}
.flexible_layout .flex_video_row .wrap_img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.flexible_layout .flex_video_row .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.flexible_layout .flex_video_row .wrap_img .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 76px;
  transform: translateY(-50%);
}
.flexible_layout .flex_numbers_bg_row .wrap_section {
  position: relative;
  background: #002349;
  padding-top: 90px;
  padding-bottom: 270px;
}
.flexible_layout .flex_numbers_bg_row .row {
  position: relative;
}
.flexible_layout .flex_numbers_bg_row .abs_img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible_layout .flex_numbers_bg_row .large-4 {
  text-align: center;
}
.flexible_layout .flex_numbers_bg_row .page_title:before {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-top: 3px solid #c29b40;
  display: block;
  width: 83px;
  height: auto;
}
.flexible_layout .flex_numbers_bg_row .page_title {
  display: inline-block;
  padding-top: 40px;
}
.flexible_layout .flex_numbers_bg_row .page_title h2 {
  color: #fff;
}
.flexible_layout .flex_numbers_bg_row .wrap_subtitle {
  margin-bottom: 25px;
}
.flexible_layout .flex_numbers_bg_row .wrap_subtitle h3 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}
.flexible_layout .flex_numbers_bg_row .wrap_numbers {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 1%;
}
.flexible_layout .flex_numbers_bg_row .wrap_numbers .number_item {
  text-align: center;
  width: 49%;
  border-radius: 10px;
  background: #002a57;
  min-height: 215px;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 2%;
}
.flexible_layout .flex_numbers_bg_row .wrap_numbers .number_item:last-child {
  border: 0;
}
.flexible_layout .flex_numbers_bg_row .wrap_numbers .number_item .wrap_unm {
  margin-bottom: 20px;
}
.flexible_layout .flex_numbers_bg_row .wrap_numbers .number_item .wrap_unm .number {
  color: #fff;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4px;
}
.flexible_layout .flex_numbers_bg_row .wrap_numbers .number_item .wrap_title {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.flexible_layout .flex_numbers_bg_row.dir_rtl .large-4 {
  float: right;
}
.flexible_layout .flex_numbers_bg_row.dir_rtl .abs_img {
  left: 0;
  right: auto;
}
.flexible_layout .flex_blur_bg_row .wrap_section {
  position: relative;
  min-height: 1040px;
  padding-top: 170px;
  position: relative;
}
.flexible_layout .flex_blur_bg_row .wrap_section:before {
  content: "";
  background: #002349;
  background: linear-gradient(90deg, rgb(0, 35, 73) 0%, rgba(0, 35, 73, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.flexible_layout .flex_blur_bg_row .wrap_section .abs_img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  z-index: -1;
}
.flexible_layout .flex_blur_bg_row .large-6 {
  position: relative;
}
.flexible_layout .flex_blur_bg_row .wrap_video {
  min-height: 630px;
  position: relative;
}
.flexible_layout .flex_blur_bg_row .wrap_video a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  width: 226px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 16px;
  min-height: 76px;
}
.flexible_layout .flex_blur_bg_row .wrap_video a span {
  color: #002a57;
  font-family: "Times New Roman";
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.flexible_layout .flex_blur_bg_row .page_title h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 125%;
}
.flexible_layout .flex_blur_bg_row .page_text p {
  color: #fff;
}
.flexible_layout .flex_blur_bg_row .wrap_links {
  display: -moz-flex;
  display: flex;
  margin-top: 50px;
}
.flexible_layout .flex_blur_bg_row .wrap_links .wrap_link {
  margin-right: 55px;
}
.flexible_layout .flex_blur_bg_row .wrap_links .wrap_link:last-child {
  margin-right: 0;
}
.flexible_layout .flex_blur_bg_row .wrap_links a {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  padding: 0 15px;
  padding-bottom: 15px;
  display: -moz-flex;
  display: flex;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-bottom: 2px solid #fff;
  font-weight: 700;
  transition: all 150ms ease;
  min-height: 42px;
}
.flexible_layout .flex_blur_bg_row .wrap_links a:hover, .flexible_layout .flex_blur_bg_row .wrap_links a:focus {
  border-bottom: 2px solid #c29b40;
}
.flexible_layout .flex_blur_bg_row .wrap_links a svg {
  margin-left: 25px;
}
.flexible_layout .flex_gallery_row .gallery_slider .wrap_img {
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}
.flexible_layout .flex_gallery_row .swiper-button-next,
.flexible_layout .flex_gallery_row .swiper-button-prev {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
.flexible_layout .flex_gallery_row .gallery_slider_wrapper {
  position: relative;
}
.flexible_layout .flex_gallery_row .gallery_slider_wrapper .custom_next {
  position: absolute;
  top: 47%;
  right: -80px;
}
.flexible_layout .flex_gallery_row .gallery_slider_wrapper .custom_prev {
  position: absolute;
  left: -80px;
  top: 47%;
}
.flexible_layout .flex_customers_row {
  text-align: center;
  background: #f5f5f5;
  padding-top: 110px;
  padding-bottom: 140px;
}
.flexible_layout .flex_customers_row .swiper-button-next,
.flexible_layout .flex_customers_row .swiper-button-prev {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
.flexible_layout .flex_customers_row .page_title {
  margin-bottom: 70px;
}
.flexible_layout .flex_customers_row .page_title:before {
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  border-top: 3px solid #c29b40;
  display: block;
  width: 83px;
  height: auto;
}
.flexible_layout .flex_customers_row .customers_slider_wrapper {
  position: relative;
}
.flexible_layout .flex_customers_row .customers_slider_wrapper .swiper-wrapper {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.flexible_layout .flex_customers_row .customers_slider_wrapper .custom_next {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
.flexible_layout .flex_customers_row .customers_slider_wrapper .custom_prev {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}
.flexible_layout .flex_agent_contact_row .inner_agent_row {
  background: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 120px;
}
.flexible_layout .flex_agent_contact_row .page_title {
  margin-bottom: 50px;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item {
  display: -moz-flex;
  display: flex;
  margin-bottom: 36px;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item:last-child {
  margin: 0;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_img {
  border-radius: 10px;
  overflow: hidden;
  max-width: 185px;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_info {
  padding-left: 37px;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_info .post_title {
  margin-bottom: 10px;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_info .post_title h3 {
  color: #343434;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.4px;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_role {
  margin-bottom: 15px;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_role span {
  color: #343434;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_whatsapp svg path {
  fill: #c29b40;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_item {
  margin-bottom: 10px;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_item.mob_only {
  display: none;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_item a {
  color: #343434;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.flexible_layout .flex_agent_contact_row .wrap_agent_item .wrap_item a svg {
  margin-right: 10px;
}
.flexible_layout .flex_agent_contact_row .wrap_form {
  display: -moz-flex;
  display: flex;
  justify-content: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.flexible_layout .flex_agent_contact_row .wrap_form .flex_wrap {
  max-width: 735px;
  width: 100%;
}
.flexible_layout .flex_agent_contact_row .wrap_form .form_title {
  margin-bottom: 20px;
}
.flexible_layout .flex_agent_contact_row .wrap_form .form_title h3 {
  color: #343434;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.4px;
}
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_input textarea,
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_input input {
  height: 48px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #999;
  color: #343434;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  padding-right: 0;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
  padding: 0;
}
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_input textarea::-moz-placeholder, .flexible_layout .flex_agent_contact_row .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #343434;
}
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_input textarea::placeholder,
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #343434;
}
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_input textarea {
  height: 88px;
  resize: none;
}
.flexible_layout .flex_agent_contact_row .wrap_form .inputs_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.flexible_layout .flex_agent_contact_row .wrap_form .inputs_wrap .wrap_input {
  width: 47%;
  margin-bottom: 20px;
}
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_submit {
  text-align: right;
  margin-top: 30px;
}
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_submit .inner {
  display: inline-block;
  width: 90px;
  position: relative;
}
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_submit .inner .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 67px;
}
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_submit .inner input {
  height: 48px;
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #002349;
  margin: 0;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  color: #002349;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
}
.flexible_layout .flex_agent_contact_row .wrap_form .wrap_submit .inner .wpcf7-spinner {
  position: absolute;
}
.flexible_layout .flex_agent_contact_row .wrap_form form .wpcf7-response-output {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  color: #000;
  border: 0;
}
.flexible_layout .flex_features_specifications_row .wrap_top_strip {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 48px;
}
.flexible_layout .flex_features_specifications_row .wrap_top_strip .message_link a {
  border-radius: 10px;
  background: #002349;
  min-height: 83px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding: 0 40px;
}
.flexible_layout .flex_features_specifications_row .wrap_top_strip .message_link a span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  margin-right: 15px;
}
.flexible_layout .flex_features_specifications_row .wrap_features {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 10px;
}
.flexible_layout .flex_features_specifications_row .wrap_features .wrap_item {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #999;
}
.flexible_layout .flex_features_specifications_row .wrap_features .wrap_item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.flexible_layout .flex_features_specifications_row .wrap_features .wrap_item .wrap_icon {
  margin-right: 10px;
}
.flexible_layout .flex_features_specifications_row .wrap_features .wrap_item .wrap_value span {
  color: #002349;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.flexible_layout .flex_features_specifications_row .wrap_features .wrap_item .wrap_value .feature_qty {
  font-weight: 700;
}
.flexible_layout .flex_features_specifications_row .wrap_items {
  display: -moz-flex;
  display: flex;
}
.flexible_layout .flex_features_specifications_row .wrap_items .wrap_item {
  border-right: 1px solid #eaeaea;
  margin-right: 50px;
  padding-right: 50px;
}
.flexible_layout .flex_features_specifications_row .wrap_items .wrap_item:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.flexible_layout .flex_features_specifications_row .wrap_items .wrap_item ul,
.flexible_layout .flex_features_specifications_row .wrap_items .wrap_item li,
.flexible_layout .flex_features_specifications_row .wrap_items .wrap_item ol {
  color: #343434;
  font-size: 17px;
  font-weight: 400;
  line-height: 177.778%;
  position: relative;
}
.flexible_layout .flex_features_specifications_row .wrap_items .wrap_item ol,
.flexible_layout .flex_features_specifications_row .wrap_items .wrap_item ul {
  list-style-type: none;
  margin-left: 15px;
}
.flexible_layout .flex_features_specifications_row .wrap_items .wrap_item ul li::before {
  content: "•";
  font-size: 17px;
  display: inline-block;
  margin-left: 0px;
  position: absolute;
  left: -15px;
}
.flexible_layout .flex_agents_content_row .page_text {
  max-width: 820px;
}
.flexible_layout .flex_agents_content_row .info_col {
  padding-top: 30px;
}
.flexible_layout .flex_agents_content_row .info_col .page_title {
  margin-bottom: 50px;
}
.flexible_layout .flex_agents_content_row .info_col .wrap_message_link {
  text-align: center;
  margin-top: 20px;
}
.flexible_layout .flex_agents_content_row .info_col .wrap_message_link a {
  color: #343434;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  padding: 0;
  border-bottom: 1px solid #002349;
  display: inline-block;
  padding-bottom: 10px;
}
.flexible_layout .flex_agents_content_row .wrap_agent_item {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}
.flexible_layout .flex_agents_content_row .wrap_agent_item:last-child {
  margin: 0;
}
.flexible_layout .flex_agents_content_row .wrap_agent_item .wrap_img {
  border-radius: 50%;
  overflow: hidden;
  width: 128px;
  height: 128px;
}
.flexible_layout .flex_agents_content_row .wrap_agent_item .wrap_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible_layout .flex_agents_content_row .wrap_agent_item .wrap_info {
  padding-left: 37px;
  width: calc(100% - 128px);
}
.flexible_layout .flex_agents_content_row .wrap_agent_item .wrap_info .post_title {
  margin-bottom: 10px;
}
.flexible_layout .flex_agents_content_row .wrap_agent_item .wrap_info .post_title h3 {
  color: #343434;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.4px;
}
.flexible_layout .flex_agents_content_row .wrap_agent_item .wrap_info .wrap_agents_label {
  margin-bottom: 15px;
}
.flexible_layout .flex_agents_content_row .wrap_agent_item .wrap_info .wrap_agents_label span {
  color: #343434;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1;
}
.flexible_layout .flex_blog_strip_row .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  margin-bottom: 60px;
}
.flexible_layout .flex_blog_strip_row .flex_wrap .page_title {
  margin: 0;
}
.flexible_layout .flex_blog_strip_row .flex_wrap .page_title span {
  color: #002349;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 20px;
  display: block;
}
.flexible_layout .flex_blog_strip_row .flex_wrap .wrap_link a {
  color: #343434;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  padding: 0;
  border-bottom: 1px solid #002349;
  display: inline-block;
  padding-bottom: 10px;
}
.flexible_layout .flex_full_slider_row .fullwidth_slider .swiper-slide {
  position: relative;
  height: calc(100vh - 95px);
}
.flexible_layout .flex_full_slider_row .fullwidth_slider .swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.flexible_layout .flex_full_slider_row .fullwidth_slider .swiper-slide .abs_bg {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  top: 0;
}
.flexible_layout .flex_full_slider_row .fullwidth_slider .swiper-pagination {
  bottom: 0;
  padding-bottom: 30px;
}
.flexible_layout .flex_full_slider_row .fullwidth_slider .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  opacity: 0.7;
  margin: 0 12px;
}
.flexible_layout .flex_full_slider_row .fullwidth_slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.flexible_layout .flex_full_slider_row .wrap_inner {
  position: relative;
  z-index: 5;
  padding-top: 94px;
}
.flexible_layout .flex_full_slider_row .wrap_inner .page_title {
  margin-bottom: 40px;
}
.flexible_layout .flex_full_slider_row .wrap_inner .page_title h2 {
  color: #fff;
}
.flexible_layout .flex_full_slider_row .wrap_inner .wrap_subtitle {
  margin-bottom: 25px;
}
.flexible_layout .flex_full_slider_row .wrap_inner .wrap_subtitle span {
  color: #fff;
  font-family: "Times New Roman";
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1.8px;
  text-transform: capitalize;
}
.flexible_layout .flex_full_slider_row .wrap_inner .page_text {
  margin-bottom: 20px;
  max-width: 830px;
}
.flexible_layout .flex_full_slider_row .wrap_inner .page_text p {
  color: #fff;
  font-size: 20px;
}
.flexible_layout .flex_full_slider_row .wrap_inner .wrap_link a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  padding: 15px 5px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.flexible_layout .flex_full_slider_row .prop_item {
  max-width: 620px;
}
.flexible_layout .flex_full_slider_row .prop_item .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.flexible_layout .flex_full_slider_row .prop_item .flex_wrap .wrap_city span {
  color: #fff;
  font-family: "Times New Roman";
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.8px;
  text-transform: capitalize;
}
.flexible_layout .flex_full_slider_row .prop_item .flex_wrap .wrap_price span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.flexible_layout .flex_full_slider_row .prop_item .wrap_title {
  margin-bottom: 30px;
}
.flexible_layout .flex_full_slider_row .prop_item .wrap_title span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.flexible_layout .flex_projects_slider_row .page_title span {
  color: #002349;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  margin-top: 15px;
  display: block;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper {
  position: relative;
  max-width: 665px;
  margin-top: 70px;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .projects_slider .swiper-button-next,
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .projects_slider .swiper-button-prev {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .wrap_city_price {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 15px;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .wrap_city_price .wrap_city span {
  color: #002349;
  font-family: "Times New Roman";
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.32px;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .wrap_city_price .wrap_price span {
  color: #002349;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .post_title {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .post_title h3 {
  color: #343434;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  font-family: "Open Sans";
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .page_text {
  margin-bottom: 57px;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .wrap_link {
  text-align: center;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .wrap_link a {
  color: #002349;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  border-bottom: 1px solid #002349;
  display: inline-block;
  padding-bottom: 10px;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .custom_next {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  padding: 6px 0;
}
.flexible_layout .flex_projects_slider_row .projects_slider_wrapper .custom_prev {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  padding: 6px 0;
}
.flexible_layout .flex_projects_slider_row .projects_slider_images .swiper-wrapper {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.flexible_layout .flex_projects_slider_row .projects_slider_images .swiper-slide {
  transform: scale(0.6);
  transition: all 450ms ease;
}
.flexible_layout .flex_projects_slider_row .projects_slider_images .wrap_img img {
  border-radius: 20px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 50vh;
  max-width: 660px;
  height: 72vh;
  width: 100%;
}
.flexible_layout .flex_projects_slider_row .projects_slider_images .swiper-slide-active {
  transform: initial;
}
.flexible_layout .flex_projects_slider_row .projects_slider_images .swiper-slide-active .wrap_img img {
  width: 100%;
}

body.admin-bar .flex_full_slider_row .fullwidth_slider .swiper-slide {
  position: relative;
  height: calc(100vh - 127px);
}

.wrap_post_box .wrap_img {
  border-radius: 10px;
  margin-bottom: 32px;
  overflow: hidden;
}
.wrap_post_box .wrap_img img {
  height: 326px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: all 450ms ease;
}
.wrap_post_box .wrap_date {
  margin-bottom: 15px;
}
.wrap_post_box .wrap_date span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.wrap_post_box .post_title {
  margin-bottom: 20px;
}
.wrap_post_box .post_title h3 {
  color: #002349;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  min-height: 74px;
}
.wrap_post_box .page_text {
  margin-bottom: 20px;
}
.wrap_post_box .wrap_link_span span {
  color: #002349;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  padding: 0 15px;
  border-bottom: 1px solid #002349;
  display: inline-block;
  padding-bottom: 10px;
}
.wrap_post_box a:hover .wrap_img img, .wrap_post_box a:focus .wrap_img img {
  transform: scale(1.03);
}

.posts_slider_wrapper {
  position: relative;
}
.posts_slider_wrapper .swiper-button-next,
.posts_slider_wrapper .swiper-button-prev {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
.posts_slider_wrapper .custom_next {
  position: absolute;
  right: -110px;
  top: 220px;
}
.posts_slider_wrapper .custom_prev {
  position: absolute;
  left: -110px;
  top: 220px;
}

.property_box .wrap_img {
  border-radius: 10px;
  margin-bottom: 38px;
  overflow: hidden;
}
.property_box .wrap_img img {
  height: 477px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: all 450ms ease;
}
.property_box .wrap_info .wrap_city_price {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 15px;
}
.property_box .wrap_info .wrap_city_price .wrap_city span {
  color: #002349;
  font-family: "Times New Roman";
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.32px;
}
.property_box .wrap_info .wrap_city_price .wrap_price span {
  color: #002349;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.property_box .wrap_info .post_title {
  margin-bottom: 15px;
}
.property_box .wrap_info .post_title h3 {
  color: #343434;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  font-family: "Open Sans";
}
.property_box .wrap_info .wrap_features {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 10px;
}
.property_box .wrap_info .wrap_features .wrap_item {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #999;
}
.property_box .wrap_info .wrap_features .wrap_item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.property_box .wrap_info .wrap_features .wrap_item .wrap_icon {
  margin-right: 10px;
}
.property_box .wrap_info .wrap_features .wrap_item .wrap_icon img {
  height: 20px;
}
.property_box .wrap_info .wrap_features .wrap_item .wrap_value span {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.property_box .wrap_info .wrap_features .wrap_item .wrap_value .feature_qty {
  font-weight: 700;
}
.property_box a:hover .wrap_img img, .property_box a:focus .wrap_img img {
  transform: scale(1.03);
}

.search_map_sec .wrap_pagination {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-top: 60px;
}
.search_map_sec .wrap_pagination .pagination {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
}
.search_map_sec .wrap_pagination .pagination ul {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.search_map_sec .wrap_pagination .pagination ul li {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.search_map_sec .wrap_pagination .pagination ul li span,
.search_map_sec .wrap_pagination .pagination ul li a {
  padding: 5px;
  margin: 0 5px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.search_map_sec .wrap_pagination .pagination ul li span.current {
  font-weight: 700;
  background: none;
}

body.home .flex_blur_bg_row {
  padding-bottom: 0;
}
body.home .flex_numbers_bg_row {
  padding-top: 0;
}

.contact_sec {
  padding-top: 93px;
  position: relative;
  padding-bottom: 420px;
}
.contact_sec .abs_img {
  position: absolute;
  bottom: -40px;
  left: 0;
}
.contact_sec .wrap_contact_info {
  border-radius: 10px;
  background: #002349;
  padding: 36px 56px;
  padding-bottom: 43px;
  position: relative;
  max-width: 620px;
  width: 100%;
  min-height: 600px;
}
.contact_sec .wrap_contact_info .wrap_title {
  margin-bottom: 15px;
}
.contact_sec .wrap_contact_info .wrap_title span {
  color: #fff;
  font-family: "Times New Roman";
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
}
.contact_sec .wrap_contact_info .wrap_info_items {
  margin-bottom: 36px;
}
.contact_sec .wrap_contact_info .wrap_info_items .info_row {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 8px;
}
.contact_sec .wrap_contact_info .wrap_info_items .info_row span {
  color: #f5f5f5;
  font-size: 18px;
  line-height: 1;
  margin-left: 15px;
}
.contact_sec .wrap_contact_info .wrap_info_items .info_row a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
}
.contact_sec .wrap_contact_info .wrap_info_socials h3 {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.contact_sec .wrap_contact_info .wrap_info_socials .wrap_socials {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contact_sec .wrap_contact_info .wrap_info_socials .wrap_socials a {
  margin-right: 33px;
}
.contact_sec .wrap_contact_info .wrap_info_socials .wrap_socials a:last-child {
  margin: 0;
}
.contact_sec .form_col {
  padding-top: 80px;
  position: relative;
  z-index: 2;
  padding-left: 50px;
}
.contact_sec .form_col .wrap_subtitle {
  margin-bottom: 5px;
}
.contact_sec .form_col .wrap_subtitle span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}
.contact_sec .form_col .wrap_desc {
  margin-bottom: 10px;
}

.wrap_contact_form .wrap_input select,
.wrap_contact_form .wrap_input input {
  height: 48px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #999;
  color: #343434;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  padding-right: 0;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
  padding: 0;
}
.wrap_contact_form .wrap_input select::-moz-placeholder, .wrap_contact_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #343434;
}
.wrap_contact_form .wrap_input select::placeholder,
.wrap_contact_form .wrap_input input::placeholder {
  opacity: 1;
  color: #343434;
}
.wrap_contact_form .wrap_input select {
  background-image: url(../../images/select_caret.png);
  background-repeat: no-repeat;
  background-position: 100% 14px;
}
.wrap_contact_form .inputs_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.wrap_contact_form .inputs_wrap .wrap_input {
  width: 31%;
  margin-bottom: 20px;
}
.wrap_contact_form .wrap_submit {
  text-align: left;
  margin-top: 30px;
}
.wrap_contact_form .wrap_submit .inner {
  display: inline-block;
  width: 90px;
}
.wrap_contact_form .wrap_submit .inner input {
  height: 48px;
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #002349;
  margin: 0;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  color: #002349;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
}
.wrap_contact_form .wrap_submit .inner .wpcf7-spinner {
  position: absolute;
}
.wrap_contact_form form .wpcf7-response-output {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  color: #000;
  border: 0;
}
.wrap_contact_form.career_form .inputs_wrap .wrap_input {
  width: 48.5%;
}

.project_top_hero {
  position: relative;
}
.project_top_hero .project_hero_slider .wrap_img {
  position: relative;
}
.project_top_hero .project_hero_slider .wrap_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}
.project_top_hero .project_hero_slider .wrap_img img {
  height: calc(100vh - 160px);
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}
.project_top_hero .project_title_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 4;
  width: 100%;
}
.project_top_hero .project_title_logo .wrap_title {
  margin-top: 32px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.project_top_hero .project_title_logo .wrap_city span {
  color: #fff;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.2px;
}
.project_top_hero .breadcrumbs-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: right;
  bottom: 0;
  padding-right: 40px;
  padding-bottom: 25px;
  z-index: 4;
}
.project_top_hero .breadcrumbs-wrap a,
.project_top_hero .breadcrumbs-wrap span {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.project_info {
  background: #002349;
  padding: 29px 0;
}
.project_info .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  max-width: 1100px;
  margin: 0 auto;
}
.project_info .flex_wrap .project_info_item .title_wrap {
  color: #fff;
  font-family: "Times New Roman";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}
.project_info .flex_wrap .project_info_item .wrap_value span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}
.project_info .flex_wrap .project_info_item .wrap_price {
  display: -moz-flex;
  display: flex;
}
.project_info .flex_wrap .project_info_item .wrap_price:last-child {
  margin-top: 10px;
}
.project_info .flex_wrap .project_info_item .wrap_price span {
  color: #fff;
  font-family: "Times New Roman";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
  display: block;
  margin-right: 7px;
}
.project_info .flex_wrap .project_info_item .wrap_price .price_type {
  font-weight: 700;
  font-family: "Open Sans";
}

.property_top_hero {
  position: relative;
}
.property_top_hero .wrap_video {
  position: relative;
  height: 100vh;
}
.property_top_hero .wrap_video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.property_top_hero .wrap_video .abs_video {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.property_top_hero .wrap_banner_img {
  position: relative;
  height: 100vh;
}
.property_top_hero .wrap_banner_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.property_top_hero .wrap_banner_img img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  top: 0;
}
.property_top_hero .wrap_title_city {
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 4;
  width: 100%;
  max-width: 1500px;
  left: 0;
  right: 0;
  margin: auto;
}
.property_top_hero .wrap_title_city .wrap_title {
  margin-top: 32px;
  margin-bottom: 20px;
}
.property_top_hero .wrap_title_city .wrap_city span {
  color: #fff;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.2px;
}
.property_top_hero .breadcrumbs-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: right;
  bottom: 0;
  padding-right: 40px;
  padding-bottom: 25px;
  z-index: 4;
}
.property_top_hero .breadcrumbs-wrap a,
.property_top_hero .breadcrumbs-wrap span {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

body.admin-bar .property_top_hero .wrap_video {
  height: calc(100vh - 32px);
}

body.single-property .flexible_layout {
  padding-top: 0;
}

.property_info {
  padding: 29px 0;
}
.property_info .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  max-width: 1620px;
  margin: 0 auto;
}
.property_info .flex_wrap .property_info_item .title_wrap {
  color: #002349;
  font-family: "Times New Roman";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}
.property_info .flex_wrap .property_info_item .wrap_value span {
  color: #002349;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}
.property_info .flex_wrap .property_info_item .wrap_price {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.property_info .flex_wrap .property_info_item .wrap_price:last-child {
  margin-top: 10px;
}
.property_info .flex_wrap .property_info_item .wrap_price span {
  color: #002349;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: block;
  letter-spacing: 1px;
}
.property_info .flex_wrap .property_info_item .wrap_price span.symb {
  display: none;
}
.property_info .flex_wrap .property_info_item .wrap_price .price_type {
  letter-spacing: 0.32px;
  margin-right: 7px;
  font-weight: 700;
  font-family: "Open Sans";
}
.property_info .flex_wrap .property_info_item.property_type_wrap .wrap_value .wrap_item:last-child .sep {
  display: none;
}

.wrap_sort_form {
  margin-bottom: 50px;
}
.wrap_sort_form form {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.wrap_sort_form form span {
  color: #343434;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
}
.wrap_sort_form form .wrap_select {
  width: 265px;
}
.wrap_sort_form form .wrap_select select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c29b40;
  border-radius: 0;
  color: #343434;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  background-image: url(../../images/select_caret.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 100% 11px;
  padding: 0;
}

.project_box {
  margin-bottom: 57px;
}
.project_box .wrap_img {
  border-radius: 10px;
  margin-bottom: 38px;
  overflow: hidden;
}
.project_box .wrap_img img {
  height: 477px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: all 450ms ease;
}
.project_box .wrap_info .post_title {
  margin-bottom: 7px;
}
.project_box .wrap_info .post_title h3 {
  color: #002349;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.project_box .wrap_info .wrap_city {
  margin-bottom: 15px;
}
.project_box .wrap_info .wrap_city span {
  color: #002349;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
}
.project_box .wrap_info .wrap_desc_title {
  margin-bottom: 25px;
}
.project_box .wrap_info .wrap_desc_title span {
  color: #343434;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.project_box .wrap_info .wrap_link span {
  color: #343434;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  padding: 0 15px;
  border-bottom: 1px solid #002349;
  display: inline-block;
  padding-bottom: 10px;
}
.project_box a:hover .wrap_img img, .project_box a:focus .wrap_img img {
  transform: scale(1.03);
}

.properties_results_sec {
  padding-top: 123px;
}
.properties_results_sec .wrap_sort_form {
  margin-bottom: 70px;
}
.properties_results_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.properties_results_sec .flex_wrap .page_title {
  margin: 0;
}
.properties_results_sec .property_box {
  margin-bottom: 100px;
}

.page-template-tpl-search .site-wrapper {
  overflow: initial;
}

.wrap_result_filters {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 55px;
  position: sticky;
  top: 95px;
  background: #fff;
  z-index: 4;
  padding: 10px 0;
  width: 100%;
}
.wrap_result_filters .wrap_sort_form {
  margin: 0;
}
.wrap_result_filters .wrap_results span {
  color: #838181;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.property_box_map {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.property_box_map .wrap_img {
  border-radius: 10px;
  overflow: hidden;
  width: 45%;
}
.property_box_map .wrap_img img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: all 450ms ease;
}
.property_box_map .wrap_info {
  padding-left: 33px;
  width: 55%;
}
.property_box_map .wrap_info .post_title {
  margin-bottom: 10px;
}
.property_box_map .wrap_info .post_title h3 {
  color: #002349;
  font-family: "Times New Roman";
  font-size: 24px;
  font-weight: 400;
  line-height: 122.013%;
  letter-spacing: 0.24px;
}
.property_box_map .wrap_info .wrap_city {
  margin-bottom: 18px;
}
.property_box_map .wrap_info .wrap_city span {
  color: #002349;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
}
.property_box_map .wrap_info .title_loop p {
  line-height: 1;
}
.property_box_map .wrap_info .wrap_features {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 10px;
}
.property_box_map .wrap_info .wrap_features .wrap_item {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #999;
}
.property_box_map .wrap_info .wrap_features .wrap_item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.property_box_map .wrap_info .wrap_features .wrap_item .wrap_icon {
  margin-right: 10px;
}
.property_box_map .wrap_info .wrap_features .wrap_item .wrap_icon img {
  height: 20px;
}
.property_box_map .wrap_info .wrap_features .wrap_item .wrap_value span {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.property_box_map .wrap_info .wrap_features .wrap_item .wrap_value .feature_qty {
  font-weight: 700;
}
.property_box_map .wrap_info .wrap_price {
  margin-top: 50px;
}
.property_box_map .wrap_info .wrap_price span {
  color: #002349;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  display: -moz-flex;
  display: flex;
  align-items: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
.property_box_map .wrap_info .wrap_price span.symb {
  font-size: 19px;
  margin-right: 3px;
}
.property_box_map a {
  display: -moz-flex;
  display: flex;
}
.property_box_map a:hover .wrap_img img, .property_box_map a:focus .wrap_img img {
  transform: scale(1.03);
}

body.admin-bar .search_map_sec .wrap_result_filters {
  top: 127px;
}
body.admin-bar .row .sticky-content {
  top: 127px;
}

.search_banner {
  min-height: 617px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
}
.search_banner .abs_img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  top: 0;
}
.search_banner .wrap_inner {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.search_banner .wrap_inner .banner_title {
  margin-bottom: 45px;
}
.search_banner .wrap_inner .wrap_search_form {
  min-height: 94px;
  max-width: 1326px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.search_map_sec {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 35px;
  position: relative;
  height: 100%;
}
.search_map_sec .wrap_noresults {
  text-align: center;
}
.search_map_sec .wrap_props_list {
  width: 52%;
}
.search_map_sec .search_map_wrap {
  position: sticky;
  top: 0;
  width: 48%;
  background: #f5f5f5;
  height: 100%;
}
.search_map_sec .row {
  max-width: 100%;
}
.search_map_sec .row .properties_col {
  padding-right: 40px;
}
.search_map_sec .row .sticky-content {
  position: sticky;
  top: 95px;
  height: calc(100vh - 95px);
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 90px;
}
.search_map_sec .row .sticky-content .inner_map_elem {
  font-size: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.search_form_section {
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 125px;
}
.search_form_section .wrap_contact_info {
  border-radius: 10px;
  padding-bottom: 43px;
  position: relative;
  width: 100%;
}
.search_form_section .wrap_contact_info .wrap_title {
  margin-bottom: 15px;
}
.search_form_section .wrap_contact_info .wrap_title span {
  color: #002349;
  font-family: "Times New Roman";
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.32px;
}
.search_form_section .wrap_contact_info .wrap_info_items {
  margin-bottom: 36px;
}
.search_form_section .wrap_contact_info .wrap_info_items .info_row {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 8px;
}
.search_form_section .wrap_contact_info .wrap_info_items .info_row svg path {
  fill: #002349;
}
.search_form_section .wrap_contact_info .wrap_info_items .info_row span {
  color: #002349;
  font-size: 18px;
  line-height: 1;
  margin-left: 15px;
}
.search_form_section .wrap_contact_info .wrap_info_items .info_row a {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
}
.search_form_section .wrap_contact_info .wrap_info_socials h3 {
  margin-bottom: 10px;
  color: #002349;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.search_form_section .wrap_contact_info .wrap_info_socials .wrap_socials {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.search_form_section .wrap_contact_info .wrap_info_socials .wrap_socials a {
  margin-right: 33px;
}
.search_form_section .wrap_contact_info .wrap_info_socials .wrap_socials a:last-child {
  margin: 0;
}
.search_form_section .form_col .wrap_subtitle {
  margin-bottom: 5px;
}
.search_form_section .form_col .wrap_subtitle span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
}
.search_form_section .form_col .wrap_desc {
  margin-bottom: 10px;
}
.search_form_section .form_col .wrap_form_inner {
  max-width: 720px;
}

.comercial_search_banner .wrap_inner .wrap_search_form {
  max-width: 635px;
}
.comercial_search_banner .wrap_inner .wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem {
  width: 49%;
}

.commercial_top_section {
  padding-top: 77px;
  margin-bottom: 100px;
  text-align: center;
}
.commercial_top_section .wrap_page_desc {
  max-width: 1120px;
  margin: 0 auto;
}

.commercial_projects_section {
  padding-bottom: 50px;
}
.commercial_projects_section .property_box {
  margin-bottom: 57px;
}
.commercial_projects_section .wrap_no_results {
  min-height: 300px;
  text-align: center;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.commercial_projects_section .wrap_no_results p {
  color: #002349;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.8px;
}

.flexible_layout.development_page {
  padding: 0;
}

.newdev_top_sec {
  padding-top: 140px;
}

.newdev_bottom_sec {
  padding-top: 140px;
  padding-bottom: 100px;
}

.int_search_banner .wrap_inner .wrap_search_form {
  max-width: 420px;
}
.int_search_banner .wrap_inner .wrap_search_form .wrap_inner_form .form_elems_wrap .form_elem {
  width: 93%;
}

.international_results_sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.international_results_sec .property_box {
  margin-bottom: 57px;
}

/* Inner container padding/rounding */
.gm-style .gm-style-iw {
  padding: 4px !important; /* remove default padding */
  border-radius: 12px !important; /* soften corners of content area */
  overflow: hidden !important; /* clip your styled content */
  max-width: 367px !important;
  width: 100%;
}

/* Close (X) button */
.gm-style .gm-ui-hover-effect {
  display: none; /* hide the close button, if you provide your own */
}

.gm-style .gm-style-iw-tc {
  width: 55px;
}

.gm-style .gm-style-iw-tc::after {
  background: #002349;
  width: 55px;
}

.gm-style-iw-ch {
  display: none !important;
}

.gm-style-iw-chr {
  position: absolute;
  right: 0;
  top: 0;
}
.gm-style-iw-chr button {
  width: 30px !important;
  height: 30px !important;
}
.gm-style-iw-chr button span {
  background: #fff !important;
  margin: 0 !important;
}

.gm-style .gm-style-iw {
  background: #002349;
  border-radius: 10px;
}
.gm-style .gm-style-iw .gm-style-iw-d {
  overflow: auto !important;
}
.gm-style .gm-style-iw .flex_wrap {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.gm-style .gm-style-iw .flex_wrap .wrap_img {
  width: 140px;
}
.gm-style .gm-style-iw .flex_wrap .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 120px;
  border-radius: 10px;
}
.gm-style .gm-style-iw .flex_wrap .wrap_info {
  width: calc(100% - 150px);
  color: #fff;
  padding-left: 17px;
  padding-top: 15px;
}
.gm-style .gm-style-iw .flex_wrap .wrap_info .wrap_title h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Open Sans";
}
.gm-style .gm-style-iw .flex_wrap .wrap_info .wrap_features {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.gm-style .gm-style-iw .flex_wrap .wrap_info .wrap_features .wrap_item {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  line-height: 1;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid #29405a;
}
.gm-style .gm-style-iw .flex_wrap .wrap_info .wrap_features .wrap_item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.gm-style .gm-style-iw .flex_wrap .wrap_info .wrap_features .wrap_item .wrap_icon {
  margin-right: 10px;
}
.gm-style .gm-style-iw .flex_wrap .wrap_info .wrap_features .wrap_item .wrap_icon img {
  filter: brightness(0) invert(1);
  opacity: 0.4;
}
.gm-style .gm-style-iw .flex_wrap .wrap_info .wrap_features .wrap_item .wrap_value .feature_qty {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  font-weight: 400;
}
.gm-style .gm-style-iw .flex_wrap .wrap_info .wrap_price span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.header .flex_wrap .header_controls .control_item .select2-container--default .select2-selection--single {
  background: transparent;
  color: #fff;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header .flex_wrap .header_controls .control_item .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
.header .flex_wrap .header_controls .control_item .select2-container--open .select2-dropdown {
  background: transparent;
}
.header .flex_wrap .header_controls .control_item .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(../../images/caret_lang.png);
  background-repeat: no-repeat;
  background-position: center;
}
.header .flex_wrap .header_controls .control_item .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select_lang_dropdown {
  top: 40px;
  z-index: 9999;
}

.header .flex_wrap .nav ul li {
  position: relative;
}
.header .flex_wrap .nav ul li.menu-item-has-children:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-image: url(../../images/caret_down_menu.png);
  position: absolute;
  right: -26px;
  top: 5px;
}
.header .flex_wrap .nav ul li .sub-menu {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.96);
  color: #000;
  padding: 12px 15px;
  top: 40px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  min-width: 190px;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
  z-index: 999;
}
.header .flex_wrap .nav ul li .sub-menu li {
  margin: 0;
  margin-bottom: 7px;
  line-height: 1;
}
.header .flex_wrap .nav ul li .sub-menu li a {
  color: #002349;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding: 5px;
}
.header .flex_wrap .nav ul li .sub-menu li a:hover {
  border: 0;
  text-decoration: underline;
}
.header .flex_wrap .nav ul li .sub-menu li:last-child {
  margin-bottom: 0;
}
.header .flex_wrap .nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.select2-container--default .select2-selection--multiple {
  background: transparent;
  border: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  text-align: left;
  background: transparent;
  border: 0;
  padding: 0;
  min-height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: 5px;
  margin-left: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0px;
  min-height: auto;
  height: 21px;
  color: #838181;
  font-size: 17px;
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  opacity: 1;
  color: #838181;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  opacity: 1;
  color: #838181;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  top: 4px;
}

.select2-container .selection {
  text-align: left;
}

.submit_upload {
  display: -moz-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  min-height: 100px;
}
.submit_upload .custom-upload {
  position: relative;
  top: 15px;
}
.submit_upload .custom-upload .upload_resume_label {
  color: #343434;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: -23px;
}
.submit_upload .custom-upload .cf7-file-input {
  display: none;
}
.submit_upload .custom-upload .upload-btn {
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #c29b40;
  color: #002349;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  height: 62px;
}
.submit_upload .custom-upload .file-name {
  margin-left: 10px; /* RTL adjust if needed */
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */