/* Add styles */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

:root {
  --color_gray: #F5F5F5;
  --color_yellow: #ddbb79;
}

.hide {
  display: none;
}

.text_center {
  text-align: center;
}

.flex_col {
  display: flex;
  flex-direction: column;
}

.flex_row {
  display: flex;
  flex-direction: row;
}

body .l-canvas {
  overflow-x: hidden;
}

.pointer-events_none {
  pointer-events: none;
}

.project_tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project_tabs .w-tabs-list {
  background: none !important;
}
.project_tabs .w-tabs-list .w-tabs-list-h {
  width: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--color-content-primary);
  border-radius: 30px;
}
.project_tabs .w-tabs-list .w-tabs-list-h .w-tabs-item {
  border: none !important;
  background: none;
  padding: 16px 27px !important;
  margin: 0 -2px;
}
.project_tabs .w-tabs-list .w-tabs-list-h .w-tabs-item.active {
  background: #fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
}
.project_tabs .w-tabs-list .w-tabs-list-h .w-tabs-item.active .w-tabs-item-title {
  color: #000000;
}
.project_tabs .w-tabs-list .w-tabs-list-h .w-tabs-item .w-tabs-item-title {
  font-family: "Assistant";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
}
.project_tabs .w-tabs-sections {
  width: 100%;
}
.project_tabs .w-tabs-sections .w-tabs-section-content {
  padding-top: 60px;
}
.project_tabs .w-tabs-sections .w-tabs-section-content .wpb_text_column {
  margin-bottom: 20px;
}
.project_tabs .w-tabs-sections .w-tabs-section-content .wpb_row {
  background: #F1F3F5;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .project_tabs .w-tabs-sections .w-tabs-section-content .wpb_row .wpb_column:not(:has(.vc_column-inner *)) {
    display: none;
  }
}
.project_tabs .w-tabs-sections .w-tabs-section-content .wpb_row .w-iconbox {
  background: #E6E9ED;
  padding: 10px !important;
  border-radius: 10px;
  transition: 0.3s ease;
}
.project_tabs .w-tabs-sections .w-tabs-section-content .wpb_row .w-iconbox:hover {
  background: var(--color-content-primary);
}
.project_tabs .w-tabs-sections .w-tabs-section-content .wpb_row .w-iconbox:hover * {
  color: #fff !important;
}
.project_tabs .w-tabs-sections .w-tabs-section-content .wpb_row .w-iconbox .w-iconbox-meta {
  flex-grow: 1;
}
.project_tabs .w-tabs-sections .w-tabs-section-content .wpb_row .w-iconbox .w-iconbox-meta a {
  display: inline-block;
  width: 100%;
}

html.w-nav-open header .at_middle {
  border-radius: 10px 10px 0 10px;
}

header {
  padding: 22px;
  transition: 0.3s;
}
header.sticky {
  padding-top: 12px;
}
@media (max-width: 600px) {
  header {
    padding: 12px;
  }
}

.l-header.sticky .l-subheader.at_middle {
  background: rgba(255, 255, 255, 0.75) !important;
}
@media (max-width: 1024px) {
  .l-header.sticky .l-subheader.at_middle {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}

header .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
  top: 89px;
  transition: 0.3s;
  backdrop-filter: blur(32px);
}
@media (max-width: 1440px) {
  header .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
    top: 80px;
  }
}
@media (max-width: 1024px) {
  header .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
    top: 80px;
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (max-width: 600px) {
  header .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
    top: 60px;
  }
}
header.sticky .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
  top: 79px;
  background: rgb(255, 255, 255) !important;
}
@media (max-width: 1440px) {
  header.sticky .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
    top: 60px;
  }
}
@media (max-width: 1024px) {
  header.sticky .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
    top: 60px;
    background: rgb(255, 255, 255) !important;
  }
}
@media (max-width: 600px) {
  header.sticky .w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
    top: 46px;
  }
}

html[style*=hidden] .header_hor .l-header.pos_fixed, html.usoverlay_fixed .header_hor .l-header.pos_fixed {
  overflow-y: initial !important;
}

header .at_middle {
  border-radius: 10px;
  backdrop-filter: blur(32px);
}

header .w-nav.type_mobile .w-nav-icon {
  font-size: 27px;
}

header .w-nav.type_mobile .w-nav-icon div:before {
  border-radius: 6px;
}

header .w-nav.type_mobile .w-nav-icon div {
  border-radius: 6px;
}

header .w-nav.type_mobile .w-nav-icon div:after {
  width: 66%;
  border-radius: 6px;
  transition: 0.3s;
}

header .w-nav.type_mobile .w-nav-control.active .w-nav-icon div:after {
  width: 100%;
}

#page-footer {
  margin-top: -60px;
  z-index: 1;
}

@media (max-width: 600px) {
  nav.footer_menu ul.menu > li {
    margin: 0 0 15px 0 !important;
  }
}

.about_slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .about_slider .owl-dots {
    padding-top: 1rem;
    gap: 8px;
  }
}

.about_slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0;
  background: transparent;
  border: 1px solid #C2CBD2;
  opacity: 1;
}

.about_slider .owl-dots .owl-dot.active span {
  border-color: #000;
  box-shadow: none;
}

.about_slider .owl-stage-outer .owl-stage {
  padding: 72px 0;
}
@media (max-width: 768px) {
  .about_slider .owl-stage-outer .owl-stage {
    padding: 45px 0;
  }
}

.about_slider .owl-stage-outer .owl-stage .owl-item {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.about_slider .owl-stage-outer .owl-stage .owl-item.center {
  transform: scale(1.6);
  /* 	aspect-ratio: 1.3; */
  z-index: 1;
}

.about_slider .owl-stage-outer .owl-stage .owl-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #D9D9D9;
  opacity: 0.5;
  transition: 0.3s;
}

.about_slider .owl-stage-outer .owl-stage .owl-item.center:before {
  opacity: 0;
  pointer-events: none;
}

.about_slider .owl-stage-outer .owl-stage .owl-item.center .w-grid-item-h {
  height: 100% !important;
}

.grid_city .w-grid-list .w-grid-item {
  max-height: 290px;
}
@media (max-width: 1380px) {
  .grid_city .w-grid-list .w-grid-item {
    max-height: 166px;
  }
}
@media (max-width: 768px) {
  .grid_city .w-grid-list .w-grid-item {
    max-height: 145px;
  }
}

.grid_city .w-grid-list .w-grid-item .w-grid-item-h {
  max-height: 100%;
}

.grid_city .w-grid-list .w-grid-item:nth-child(3n) {
  grid-column: 1/3;
}

.gallery_slider .owl-stage-outer .owl-stage .owl-item {
  transition: all 0.3s ease;
  transform: scale(0.75);
  opacity: 0.5;
}

.gallery_slider .owl-stage-outer .owl-stage .owl-item article .w-grid-item-h {
  border-radius: 10px;
  overflow: hidden;
}

.gallery_slider .owl-stage-outer .owl-stage .owl-item.center {
  transform: scale(1);
  z-index: 2;
}

.gallery_slider .owl-stage-outer .owl-stage .owl-item.center {
  opacity: 1;
}

.gallery_slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .gallery_slider .owl-dots {
    padding-top: 1.5rem;
    gap: 8px;
  }
}

.gallery_slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0;
  background: transparent;
  border: 1px solid #C2CBD2;
  opacity: 1;
}

.gallery_slider .owl-dots .owl-dot.active span {
  border-color: #000;
  box-shadow: none;
}

.home_form_row_img_bg img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50%;
     object-position: 50%;
}

.cf7_form {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media (max-width: 600px) {
  .cf7_form {
    gap: 14px;
  }
}

.cf7_form .cf7_form_row {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 600px) {
  .cf7_form .cf7_form_row {
    flex-direction: column;
  }
}

.cf7_form .cf7_form_row label {
  width: 100%;
  position: relative;
}

.cf7_form .cf7_form_row label span.label {
  position: absolute;
  top: 16px;
  right: 16px;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease;
  pointer-events: none;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #B9BEC0;
}

.cf7_form .cf7_form_row label input {
  min-height: 50px;
  padding: 10px 10px 0px 10px;
  line-height: 1;
}

.cf7_form .cf7_form_row label.cf7-field-focused span.label,
.cf7_form .cf7_form_row label.cf7-field-filled span.label {
  top: 0px;
  bottom: auto;
  font-size: 14px;
  transform: translateY(0);
  color: #000;
}

.cf7_form .cf7_form_row label .wpcf7-form-control-wrap {
  margin: 0;
}

.cf7_form .cf7_form_row .wpcf7-acceptance input {
  display: none;
}

.cf7_form .cf7_form_row .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
  background: center center no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><polyline points="4,9 7,12 12,5" fill="none" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.cf7_form .cf7_form_row .wpcf7-acceptance .wpcf7-list-item-label {
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

.cf7_form .cf7_form_row .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: 1px solid #000;
  margin-left: 10px;
  margin-top: 2px;
}

.cf7_form .cf7_form_row .wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}

.cf7_form .cf7_form_row .wpcf7-acceptance .wpcf7-list-item-label a:hover {
  color: var(--color-content-link-hover);
}

.cf7_form .cf7_form_submit input[type=submit] {
  border-width: 1px !important;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.wpcf7-response-output {
  border: none !important;
  padding: 20px 0 0 0 !important;
}/*# sourceMappingURL=app.css.map */