@import url("https://fonts.googleapis.com/css2?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;
}
.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,
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-404 {
  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;
  min-height: 500px;
  text-align: center;
}
.page-404 .inner_wrap .wrap_title {
  margin-bottom: 20px;
}
.page-404 .inner_wrap .wrap_title h2 {
  color: #000;
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}
.page-404 .inner_wrap .wrap_desc {
  margin-bottom: 30px;
}
.page-404 .inner_wrap .wrap_desc p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.page-404 .inner_wrap .wrap_link a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.search_wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  width: 550px;
  background: #242424;
  padding: 80px 50px;
  z-index: 99;
  padding-bottom: 50px;
  display: none;
}
.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_wrapper .wrap_inputs {
  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;
}
.search_wrapper .wrap_inputs .search-input {
  margin: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  color: #fff;
  box-shadow: 0 0 0;
  color: #fff;
}
.search_wrapper .wrap_inputs .wrap_input {
  width: 80%;
}
.search_wrapper .wrap_inputs .search-submit {
  width: 15%;
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  border-radius: 0;
}

.search_page_sec {
  padding-top: 70px;
  padding-bottom: 150px;
}
.search_page_sec .search_results_title {
  margin-bottom: 15px;
}

.results_group {
  margin-bottom: 70px;
}
.results_group .wrap_search_results .page_title {
  text-align: center;
  margin-bottom: 30px;
}
.results_group .wrap_search_results .page_title h2 {
  font-size: 40px;
}
.results_group .wrap_search_results .post_item,
.results_group .wrap_search_results .product_box {
  margin-bottom: 70px;
}

.large-up-3 > .column,
.large-up-3 > .columns,
.large-up-4 > .column,
.large-up-4 > .columns,
.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
  float: left;
}

.btn_ham {
  display: none;
}

.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 {
  direction: ltr;
  font-family: "Open Sans", sans-serif;
  background: #184b3c;
}

body.overflow {
  overflow: hidden;
}

.site-wrapper {
  position: relative;
}

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

.page_text p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  font-style: normal;
  line-height: 36px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

.row {
  max-width: 1470px;
}

.mobile_only {
  display: none;
}

.site-wrapper {
  overflow: hidden;
  padding-top: 90px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  transition: all 200ms ease;
  background: #184b3c;
}
.header .row {
  max-width: 1920px;
}
.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;
  min-height: 90px;
}
.header .flex_wrap .logo_nav {
  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 .logo {
  margin-right: 30px;
}
.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-right: 50px;
}
.header .flex_wrap .nav ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: all 100ms ease;
}
.header .flex_wrap .nav ul li:last-child {
  margin: 0;
}
.header .flex_wrap .nav ul li.current-menu-parent a, .header .flex_wrap .nav ul li.current-menu-item a {
  font-weight: 700;
}
.header .flex_wrap .main_header {
  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 .wrap_phone a {
  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;
}
.header .flex_wrap .wrap_phone a span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 10px;
}

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

.page_banner {
  position: relative;
  text-align: center;
  min-height: auto;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.page_banner .inner_wrap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
}
.page_banner .banner_title {
  margin-bottom: 15px;
}
.page_banner .banner_title h1 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 2.25px;
}

.breadcrumbs-wrap {
  text-align: left;
}
.breadcrumbs-wrap a,
.breadcrumbs-wrap span {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.contact_sec {
  position: relative;
  padding-top: 100px;
}
.contact_sec .contact_row {
  padding-top: 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.contact_sec .contact_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;
}
.contact_sec .contact_row .wrap_title {
  display: -moz-flex;
  display: flex;
  margin-bottom: 70px;
}
.contact_sec .contact_row .wrap_title h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 2.8px;
  margin-right: 30px;
}
.contact_sec .contact_row .wrap_title .wrap_logo .wrap_logo_title {
  color: #fddc5b;
  text-align: right;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 17px;
  font-weight: 700;
  line-height: 1; /* 205.882% */
  letter-spacing: -0.51px;
  margin-top: 5px;
}
.contact_sec .contact_row .info_col {
  width: 72%;
  padding-bottom: 25px;
}
.contact_sec .contact_row .info_col .wrap_form {
  max-width: 680px;
  margin-bottom: 140px;
}
.contact_sec .contact_row .info_col .wrap_form .wrap_input input {
  height: 60px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 0;
  border-radius: 0;
  padding-right: 0;
  box-shadow: inset 0 0 0 rgba(10, 10, 10, 0.1);
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.contact_sec .contact_row .info_col .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact_sec .contact_row .info_col .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #fff;
}
.contact_sec .contact_row .info_col .wrap_form .wrap_inputs {
  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;
}
.contact_sec .contact_row .info_col .wrap_form .wrap_inputs .wrap_input {
  width: 47.5%;
  margin-bottom: 35px;
}
.contact_sec .contact_row .info_col .wrap_form .wrap_submit {
  text-align: right;
  margin-top: 50px;
  position: relative;
  padding-right: 80px;
}
.contact_sec .contact_row .info_col .wrap_form .wrap_submit:after {
  content: "";
  position: absolute;
  width: 84px;
  right: 0;
  top: 23px;
  border-bottom: 2px solid #fff;
}
.contact_sec .contact_row .info_col .wrap_form .wrap_submit input {
  height: 48px;
  width: 100px;
  border: 0;
  background: transparent;
  margin: 0;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.contact_sec .contact_row .info_col .wrap_form .wrap_submit .wpcf7-spinner {
  position: absolute;
}
.contact_sec .contact_row .info_col .wrap_form form .wpcf7-response-output {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  color: #000;
  border: 0;
}
.contact_sec .contact_row .info_col .wrap_form_info {
  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;
  padding-right: 60px;
}
.contact_sec .contact_row .info_col .wrap_form_info .contact_items {
  padding-top: 15px;
}
.contact_sec .contact_row .info_col .wrap_form_info .wrap_item {
  display: block;
  margin-bottom: 40px;
}
.contact_sec .contact_row .info_col .wrap_form_info .wrap_item:last-child {
  margin: 0;
}
.contact_sec .contact_row .info_col .wrap_form_info .wrap_item a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.contact_sec .contact_row .info_col .wrap_form_info .wrap_item span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.contact_sec .contact_row .info_col .wrap_menu_socials {
  display: -moz-flex;
  display: flex;
}
.contact_sec .contact_row .info_col .wrap_footer_menu .nav 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;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact_sec .contact_row .info_col .wrap_footer_menu .nav ul li {
  margin-right: 30px;
}
.contact_sec .contact_row .info_col .wrap_footer_menu .nav ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: all 100ms ease;
}
.contact_sec .contact_row .info_col .wrap_footer_menu .nav ul li:last-child {
  margin: 0;
}
.contact_sec .contact_row .info_col .wrap_footer_menu .nav ul li.current-menu-parent a, .contact_sec .contact_row .info_col .wrap_footer_menu .nav ul li.current-menu-item a {
  font-weight: 700;
}
.contact_sec .contact_row .info_col .wrap_info_socials {
  margin-left: 50px;
  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 .contact_row .info_col .wrap_info_socials a {
  margin-right: 20px;
  transition: all 300ms ease;
  position: relative;
}
.contact_sec .contact_row .info_col .wrap_info_socials a:last-child {
  margin: 0;
}
.contact_sec .contact_row .img_col {
  position: absolute;
  right: 0;
  bottom: 0;
}

body.page-template-tpl-contact .contact_sec .contact_row {
  border: 0;
  padding-top: 0;
}
body.page-template-tpl-contact .contact_sec .contact_row .info_col .wrap_form {
  max-width: 600px;
}

.footer {
  position: relative;
  z-index: 2;
  background: #fff;
}
.footer .row {
  max-width: 1470px;
}
.footer .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;
  min-height: 80px;
}
.footer .flex_wrap .wrap_copy p {
  line-height: 1;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.footer .flex_wrap .wrap_copy img {
  margin: 0 2px;
  margin-bottom: 2px;
}

.post_item a {
  display: block;
}
.post_item .wrap_img {
  overflow: hidden;
  margin-bottom: 30px;
}
.post_item .wrap_img img {
  width: 100%;
  height: 267px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 450ms ease;
}
.post_item .wrap_post_content .post_title {
  margin-bottom: 10px;
}
.post_item .wrap_post_content .post_title h3 {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}
.post_item .wrap_post_content .read_more {
  margin-top: 20px;
}
.post_item .wrap_post_content .read_more span {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.post_item .wrap_post_content .read_more span:after {
  content: "";
  position: absolute;
  left: 135px;
  width: 82px;
  top: 24px;
  border-bottom: 2px solid #000;
}
.post_item a:hover .wrap_img img, .post_item a:focus .wrap_img img {
  transform: scale(1.05);
}

.blog_sec {
  padding-top: 125px;
  padding-bottom: 70px;
  background: #fff;
  position: relative;
}
.blog_sec .post_item {
  margin-bottom: 85px;
}

.wrap_single_banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single_wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff;
}
.single_wrapper .wrap_title {
  margin-bottom: 35px;
}
.single_wrapper .wrap_title h2 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.25px;
}
.single_wrapper .wrap_img {
  margin-bottom: 30px;
}

.wrap_single_top .wrap_post_title {
  margin-bottom: 30px;
}
.wrap_single_top .wrap_post_title h2 {
  color: #fff;
  font-size: 58px;
  font-weight: 300;
  line-height: normal;
}
.wrap_single_top .wrap_content {
  padding-left: 12%;
}
.wrap_single_top .wrap_img img {
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.post_content {
  padding-top: 80px;
  margin-bottom: 100px;
}
.post_content .wrap_row {
  margin-bottom: 40px;
}
.post_content .wrap_title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 86px;
}

.flexible_layout .page_text {
  margin-bottom: 60px;
}
.flexible_layout .page_title {
  margin-bottom: 30px;
}
.flexible_layout .page_title h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1;
}
.flexible_layout .wrap_img {
  margin-bottom: 60px;
}

.contact_strip_sec .wrap_content {
  position: relative;
  min-height: 284px;
  text-align: center;
  padding-top: 30px;
}
.contact_strip_sec .wrap_content .abs_img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}
.contact_strip_sec .wrap_content .wrap_title {
  margin-bottom: 20px;
}
.contact_strip_sec .wrap_content .wrap_title h2 {
  color: #000;
  text-align: center;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0.29px;
}
.contact_strip_sec .wrap_content .wrap_subtitle {
  margin-bottom: 40px;
}
.contact_strip_sec .wrap_content .wrap_subtitle h3 {
  color: #000;
  text-align: center;
  font-size: 36px;
  line-height: 1;
}
.contact_strip_sec .wrap_form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}
.contact_strip_sec .wrap_form .wrap_inputs {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.contact_strip_sec .wrap_form .wrap_inputs .wrap_input {
  max-width: 205px;
  margin-left: 25px;
}
.contact_strip_sec .wrap_form .wrap_inputs .wrap_input input {
  background: transparent;
  border: 1px solid #000;
  height: 43px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding-right: 10px;
}
.contact_strip_sec .wrap_form .wrap_inputs .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.contact_strip_sec .wrap_form .wrap_inputs .wrap_input input::placeholder {
  opacity: 1;
  color: #000;
}
.contact_strip_sec .wrap_form .wrap_inputs .wrap_submit {
  max-width: 110px;
}
.contact_strip_sec .wrap_form .wrap_inputs .wrap_submit input {
  background: #1b1b1b;
  border: 0;
  height: 43px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
  background-image: url(../../images/link_icon.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 19px 16px;
  padding-left: 15px;
  font-family: "Assistant";
  font-weight: 600;
  cursor: pointer;
}

body.home .site-wrapper {
  padding-top: 0;
}
body.home .header {
  background: transparent;
}
body.home .header.scrolled {
  background: #184b3c;
}

.home_hero .flex_wrap {
  display: -moz-flex;
  display: flex;
}
.home_hero .flex_wrap .wrap_img {
  width: 65%;
}
.home_hero .flex_wrap .wrap_img .img_banner {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.home_hero .flex_wrap .logo_wrap {
  width: 45%;
  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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.link_line a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 15px 0;
  position: relative;
  padding-right: 115px;
}
.link_line a:after {
  content: "";
  position: absolute;
  width: 83px;
  border-bottom: 2px solid #000;
  display: block;
  top: 51%;
  transform: translateY(-50%);
  right: 0;
}

.home_intro_wrap {
  background: #fff;
}
.home_intro_wrap .flex_wrap {
  display: -moz-flex;
  display: flex;
  padding: 150px 0;
}
.home_intro_wrap .flex_wrap .home_intro_title {
  width: 50%;
  color: #184b3c;
  font-size: 45px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2.25px;
}
.home_intro_wrap .flex_wrap .home_intro_text {
  width: 50%;
}
.home_intro_wrap .flex_wrap .home_intro_text .wrap_text {
  margin-bottom: 50px;
}
.home_intro_wrap .flex_wrap .home_intro_text .wrap_text p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.home_projects_sec {
  padding-top: 40px;
  background: #fff;
}
.home_projects_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: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  margin-bottom: 40px;
}
.home_projects_sec .flex_wrap .projects_title {
  margin-bottom: 50px;
  text-align: center;
  margin-bottom: 80px;
}
.home_projects_sec .flex_wrap .projects_title h2 {
  color: rgba(24, 75, 60, 0.06);
  text-align: center;
  font-size: 272px;
  font-style: normal;
  font-weight: 800;
}
.home_projects_sec .flex_wrap .link_line a {
  color: #000;
}
.home_projects_sec .wrap_projects .project_item .wrap_img img {
  height: 690px;
  width: 100%;
}

.home_moreco_wrap {
  background: #fff;
}
.home_moreco_wrap .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;
  padding: 150px 0;
}
.home_moreco_wrap .flex_wrap .home_intro_title {
  width: 50%;
  position: relative;
}
.home_moreco_wrap .flex_wrap .home_intro_title span {
  color: #184b3c;
  font-size: 45px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2.25px;
  position: relative;
  z-index: 1;
}
.home_moreco_wrap .flex_wrap .home_intro_title .vision_logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.home_moreco_wrap .flex_wrap .home_intro_text {
  width: 46%;
}
.home_moreco_wrap .flex_wrap .home_intro_text .wrap_text {
  margin-bottom: 50px;
}
.home_moreco_wrap .flex_wrap .home_intro_text .wrap_text p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.wrap_video_sec {
  background: #fff;
}
.wrap_video_sec .wrap_img {
  position: relative;
  overflow: hidden;
}
.wrap_video_sec .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.wrap_video_sec .wrap_img .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 76px;
  transform: translateY(-50%);
}

.home_customers_sec {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 127px;
}
.home_customers_sec .customers_title {
  margin-bottom: 50px;
  text-align: center;
  margin-bottom: 80px;
}
.home_customers_sec .customers_title h2 {
  color: rgba(24, 75, 60, 0.06);
  text-align: center;
  font-size: 272px;
  font-style: normal;
  font-weight: 800;
}
.home_customers_sec .customers_slider_wrap {
  position: relative;
  margin-top: -120px;
}
.home_customers_sec .customers_slider_wrap .customers_slider .swiper-button-next,
.home_customers_sec .customers_slider_wrap .customers_slider .swiper-button-prev {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
.home_customers_sec .customers_slider_wrap .custom_next {
  position: absolute;
  right: -120px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.home_customers_sec .customers_slider_wrap .custom_prev {
  position: absolute;
  left: -120px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.home_customers_sec .wrap_logo_box {
  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;
  min-height: 320px;
}
.home_customers_sec .wrap_logo_box .logo_bg {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 200ms ease;
}
.home_customers_sec .wrap_logo_box .logo_img {
  transition: all 200ms ease;
}
.home_customers_sec .wrap_logo_box:hover .logo_bg {
  opacity: 1;
}
.home_customers_sec .wrap_logo_box:hover .logo_img {
  filter: brightness(0) invert(1);
}

.home_testimonials_sec {
  padding-top: 113px;
  padding-bottom: 80px;
}
.home_testimonials_sec .flex_wrap {
  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: 70px;
}
.home_testimonials_sec .flex_wrap .wrap_title {
  position: relative;
  display: inline-block;
  max-width: 630px;
}
.home_testimonials_sec .flex_wrap .wrap_title h2 {
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 155.556% */
  letter-spacing: 2.25px;
}
.home_testimonials_sec .flex_wrap .wrap_title .qoute_icon {
  position: absolute;
  right: -140px;
  top: 0;
}
.home_testimonials_sec .flex_wrap .wrap_btns {
  display: -moz-flex;
  display: flex;
}
.home_testimonials_sec .flex_wrap .wrap_btns a:first-child {
  margin-right: 40px;
}
.home_testimonials_sec .testimonials_slider .swiper-button-next,
.home_testimonials_sec .testimonials_slider .swiper-button-prev {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
.home_testimonials_sec .testimonials_slider .wrap_testi_box {
  position: relative;
  padding-left: 50px;
}
.home_testimonials_sec .testimonials_slider .wrap_testi_box .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_testimonials_sec .testimonials_slider .wrap_testi_box .abs_con {
  position: absolute;
  left: 0;
  top: 70px;
  max-width: 325px;
}
.home_testimonials_sec .testimonials_slider .wrap_testi_box .abs_con .wrap_title {
  margin-bottom: 25px;
}
.home_testimonials_sec .testimonials_slider .wrap_testi_box .abs_con .wrap_title span {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
}
.home_testimonials_sec .testimonials_slider .wrap_testi_box .abs_con .wrap_con p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.about_intro_sec {
  background: #fff;
}
.about_intro_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  padding: 80px 0;
}
.about_intro_sec .flex_wrap .about_main_title {
  width: 50%;
  color: #184b3c;
  font-size: 45px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2.25px;
}
.about_intro_sec .flex_wrap .wrap_con_values {
  width: 50%;
}
.about_intro_sec .flex_wrap .wrap_con_values .about_content_wrap {
  margin-bottom: 50px;
}
.about_intro_sec .flex_wrap .wrap_con_values .about_content_wrap p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.about_intro_sec .flex_wrap .wrap_con_values .wrap_values {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.about_intro_sec .flex_wrap .wrap_con_values .wrap_values .wrap_label {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 30px;
}
.about_intro_sec .flex_wrap .wrap_con_values .wrap_values .nums_wrap {
  display: -moz-flex;
  display: flex;
}
.about_intro_sec .flex_wrap .wrap_con_values .wrap_values .nums_wrap .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;
  margin-right: 40px;
}
.about_intro_sec .flex_wrap .wrap_con_values .wrap_values .nums_wrap .wrap_item:last-child {
  margin: 0;
}
.about_intro_sec .flex_wrap .wrap_con_values .wrap_values .nums_wrap .wrap_item .wrap_icon {
  margin-right: 10px;
}
.about_intro_sec .flex_wrap .wrap_con_values .wrap_values .nums_wrap .wrap_item .wrap_title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 180% */
}

.about_team_sec {
  padding-top: 30px;
  padding-bottom: 98px;
}
.about_team_sec .about_team_title {
  margin-bottom: 50px;
  text-align: center;
  margin-bottom: 40px;
}
.about_team_sec .about_team_title h2 {
  color: rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 294px;
  font-style: normal;
  font-weight: 800;
}
.about_team_sec .team_row {
  position: relative;
}
.about_team_sec .team_row .qoute_icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.about_team_sec .team_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;
  position: relative;
}
.about_team_sec .team_row .flex_wrap .about_team_img {
  width: 24%;
}
.about_team_sec .team_row .flex_wrap .wrap_content {
  width: 76%;
}
.about_team_sec .team_row .flex_wrap .wrap_content .team_title {
  margin-bottom: 20px;
}
.about_team_sec .team_row .flex_wrap .wrap_content .team_title h3 {
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2.25px;
}
.about_team_sec .team_row .flex_wrap .wrap_content .about_team_text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1px;
}
.about_team_sec .team_row:first-child .flex_wrap .wrap_content {
  padding-left: 210px;
}
.about_team_sec .team_row:first-child .flex_wrap .about_team_img .mask_team_1 {
  position: absolute;
  left: -244px;
  bottom: 0;
}
.about_team_sec .team_row:last-child .flex_wrap {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
.about_team_sec .team_row:last-child .flex_wrap .wrap_content {
  padding-right: 210px;
  text-align: right;
}
.about_team_sec .team_row:last-child .flex_wrap .about_team_img .mask_team_2 {
  position: absolute;
  right: -239px;
  bottom: 0;
}

.about_vision_sec {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 100px;
}
.about_vision_sec .about_vision_title {
  margin-bottom: 50px;
  text-align: center;
  margin-bottom: 80px;
}
.about_vision_sec .about_vision_title h2 {
  color: rgba(24, 75, 60, 0.06);
  text-align: center;
  font-size: 272px;
  font-style: normal;
  font-weight: 800;
}
.about_vision_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
}
.about_vision_sec .flex_wrap .vision_title {
  width: 50%;
  position: relative;
}
.about_vision_sec .flex_wrap .vision_title span {
  color: #184b3c;
  font-size: 45px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2.25px;
  position: relative;
  z-index: 1;
}
.about_vision_sec .flex_wrap .vision_title .vision_logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about_vision_sec .flex_wrap .vision_desc {
  width: 50%;
  padding-left: 30px;
}
.about_vision_sec .flex_wrap .vision_desc p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.wrap_calc_banner {
  position: relative;
  min-height: 555px;
}
.wrap_calc_banner .calculator_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wrap_calc_banner .flex_wrap {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 555px;
}
.wrap_calc_banner .flex_wrap .calc_intro_title {
  width: 50%;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 2.25px;
}
.wrap_calc_banner .flex_wrap .calc_intro_text {
  width: 50%;
  padding-bottom: 30px;
}
.wrap_calc_banner .flex_wrap .calc_intro_text p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.calc_main_sec {
  padding-top: 105px;
  padding-bottom: 95px;
  background: #fff;
}
.calc_main_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.calc_main_sec .flex_wrap .calc_links {
  margin-bottom: 50px;
}
.calc_main_sec .flex_wrap .calc_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.calc_main_sec .flex_wrap .calc_links ul li a {
  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;
  min-height: 75px;
  color: #184b3c;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  border: 1px solid #184b3c;
  width: 360px;
}
.calc_main_sec .flex_wrap .calc_links ul li.current-menu-item a {
  background: #184b3c;
  color: #fff;
}
.calc_main_sec .calc_content {
  margin-bottom: 90px;
}
.calc_main_sec .calc_content p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.calc_main_sec .wrap_calc_links {
  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;
}
.calc_main_sec .wrap_calc_links .left_con {
  width: 50%;
}
.calc_main_sec .wrap_calc_links .left_con .calc_title {
  position: relative;
  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: 15px;
}
.calc_main_sec .wrap_calc_links .left_con .calc_title .calculator_icon {
  margin-right: 10px;
}
.calc_main_sec .wrap_calc_links .left_con .calc_title h2 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.25px;
}
.calc_main_sec .wrap_calc_links .left_con .calcs_links {
  max-width: 450px;
}
.calc_main_sec .wrap_calc_links .left_con .calcs_links .calc_link_row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.calc_main_sec .wrap_calc_links .left_con .calcs_links .calc_link_row:last-child {
  border-bottom: 0;
}
.calc_main_sec .wrap_calc_links .left_con .calcs_links .calc_link_row a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  padding: 28px 0;
  position: relative;
}
.calc_main_sec .wrap_calc_links .left_con .calcs_links .calc_link_row a:after {
  content: "";
  position: absolute;
  width: 75px;
  border-bottom: 2px solid #000;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.calc_main_sec .wrap_calc_links .right_logo {
  width: 50%;
  text-align: right;
}

.wrap_project_banner {
  position: relative;
}
.wrap_project_banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wrap_project_banner .project_info_wrap {
  position: absolute;
  width: 100%;
  bottom: -52px;
  z-index: 2;
}
.wrap_project_banner .project_info_wrap .flex_wrap {
  background: #fff;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  min-height: 105px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}
.wrap_project_banner .project_info_wrap .flex_wrap .wrap_item {
  width: 25%;
  border-right: 1px solid #184b3c;
  padding-left: 30px;
}
.wrap_project_banner .project_info_wrap .flex_wrap .wrap_item .wrap_label {
  margin-bottom: 15px;
}
.wrap_project_banner .project_info_wrap .flex_wrap .wrap_item .wrap_label span {
  color: #184b3c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.wrap_project_banner .project_info_wrap .flex_wrap .wrap_item .wrap_val {
  color: #184b3c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  opacity: 0.5;
}

.calc_links_menu .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.calc_links_menu .flex_wrap .calc_links {
  margin-bottom: 50px;
}
.calc_links_menu .flex_wrap .calc_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.calc_links_menu .flex_wrap .calc_links ul li a {
  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;
  min-height: 75px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  border: 1px solid #fff;
  width: 360px;
}
.calc_links_menu .flex_wrap .calc_links ul li a:hover, .calc_links_menu .flex_wrap .calc_links ul li a:focus {
  background: #fff;
  color: #184b3c;
}

.project_cust_main {
  padding-top: 150px;
}
.project_cust_main .wrap_title {
  margin-bottom: 40px;
}
.project_cust_main .wrap_title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.25px;
}
.project_cust_main .wrap_desc {
  margin-bottom: 100px;
}
.project_cust_main .wrap_desc p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.project_cust_main .wrap_img {
  margin-bottom: 100px;
}

.single_project_main {
  padding-top: 60px;
}
.single_project_main .wrap_title {
  margin-bottom: 40px;
}
.single_project_main .wrap_title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.25px;
}
.single_project_main .wrap_desc {
  margin-bottom: 100px;
}
.single_project_main .wrap_desc p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.single_project_main .gallery_title {
  margin-bottom: 50px;
  text-align: center;
  margin-bottom: 80px;
}
.single_project_main .gallery_title h2 {
  color: rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 285px;
  font-style: normal;
  font-weight: 800;
}

.project_item {
  position: relative;
}
.project_item .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 515px;
}
.project_item .hover_states {
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.project_item .hover_states:before {
  content: "";
  background: linear-gradient(0deg, rgba(24, 75, 60, 0.6) 0%, rgba(24, 75, 60, 0.6) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.6;
}
.project_item .hover_states .post_title {
  position: relative;
  z-index: 2;
  padding: 15px 20px;
}
.project_item .hover_states .post_title h3 {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-right: 100px;
}
.project_item .hover_states .post_title h3:after {
  content: "";
  position: absolute;
  width: 83px;
  border-bottom: 2px solid #fff;
  display: block;
  top: 51%;
  transform: translateY(-50%);
  right: 0;
}
.project_item a:hover .hover_states {
  opacity: 1;
  visibility: visible;
}

.related_projects_sec {
  padding-top: 130px;
}
.related_projects_sec .wrap_title {
  margin-bottom: 45px;
}
.related_projects_sec .wrap_title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.25px;
}
.related_projects_sec .project_item {
  position: relative;
}
.related_projects_sec .project_item .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 690px;
}

.projects_sec {
  padding-top: 125px;
  padding-bottom: 70px;
}
.projects_sec .calc_links_menu .flex_wrap .calc_links {
  margin-bottom: 0;
}

.projects_sort_wrap {
  margin-bottom: 65px;
}
.projects_sort_wrap .form_elems_wrap {
  background: #fff;
  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;
  padding: 20px 23px;
}
.projects_sort_wrap .form_elems_wrap .form_elem {
  border-right: 1px solid #184b3c;
  padding-left: 15px;
  padding-right: 20px;
}
.projects_sort_wrap .form_elems_wrap .form_elem .wrap_label {
  margin-bottom: 15px;
  padding-left: 10px;
}
.projects_sort_wrap .form_elems_wrap .form_elem .wrap_label label {
  color: #184b3c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.projects_sort_wrap .form_elems_wrap .form_elem select {
  border: 0;
  background: 0;
  background-image: url(../../images/caret_select.png);
  background-repeat: no-repeat;
  color: #184b3c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  opacity: 0.5;
  background-position: 100%;
  padding: 0;
  height: 40px;
  cursor: pointer;
  padding-left: 10px;
}
.projects_sort_wrap .form_elems_wrap .prop_type_elem {
  padding-left: 0;
  width: 25%;
}
.projects_sort_wrap .form_elems_wrap .prop_city_elem {
  width: 17%;
}
.projects_sort_wrap .form_elems_wrap .prop_bedrooms_elem {
  width: 17%;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem {
  width: 17%;
}
.projects_sort_wrap .form_elems_wrap .wrap_submit {
  width: 24%;
  padding-left: 22px;
  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;
}
.projects_sort_wrap .form_elems_wrap .wrap_submit button {
  height: 51px;
  background: #184b3c;
  color: #fff;
  width: 179px;
  height: 51px;
  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;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  border-radius: 0;
  cursor: pointer;
}
.projects_sort_wrap .form_elems_wrap .wrap_submit a {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 350% */
  padding: 30px;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem {
  position: relative;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem .price_btn {
  color: #184b3c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  opacity: 0.5;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 40px;
  padding-left: 10px;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem .wrap_price_pop {
  position: absolute;
  padding: 10px 20px;
  right: 0;
  top: 110px;
  background: #fff;
  width: 360px;
  z-index: 8;
  display: none;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem .wrap_price_pop.open {
  display: block;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem .wrap_price_pop .wrap_inputs {
  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-bottom: 11px;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem .wrap_price_pop .wrap_inputs .wrap_input {
  width: 48%;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem .wrap_price_pop .wrap_inputs .wrap_input .label_wrap {
  margin-bottom: 7px;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem .wrap_price_pop .wrap_inputs .wrap_input .label_wrap span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.5;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem .wrap_price_pop .wrap_inputs .wrap_input input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 35px;
  box-shadow: 0 0 0;
  border-radius: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.projects_sort_wrap .form_elems_wrap .prop_price_elem .wrap_price_pop .wrap_done .close_price_pop {
  width: 100%;
  height: 35px;
  background: #184b3c;
  color: #fff;
  text-align: center;
  font-size: 20px;
  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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
}

.wrap_projects_list .project_item {
  margin-bottom: 55px;
}
.wrap_projects_list .project_item .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 515px;
}
.wrap_projects_list .project_item .hover_states .post_title {
  padding: 10px;
  width: 100%;
}
.wrap_projects_list .project_item .hover_states .post_title h3 {
  font-size: 20px;
  padding-right: 50px;
}
.wrap_projects_list .project_item .hover_states .post_title h3:after {
  width: 47px;
}

.wrap_no_results .inner {
  min-height: 500px;
  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;
}
.wrap_no_results .inner span {
  color: #fff;
  font-size: 30px;
}

.load_more_wrap {
  text-align: center;
  margin-bottom: 65px;
}
.load_more_wrap .load_anchor span {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-right: 100px;
}
.load_more_wrap .load_anchor span:after {
  content: "";
  position: absolute;
  width: 83px;
  border-bottom: 2px solid #fff;
  display: block;
  top: 51%;
  transform: translateY(-50%);
  right: 0;
}/*# sourceMappingURL=style.css.map */