@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("../../fonts/pragmati/stylesheet.css");
@focus () {
  outline-style: solid;
  outline-color: blue;
  outline-width: 2px;
  outline-offset: 1px;
}
/*
@mixin font-face($name, $path, $weight: null, $style: null, $exts: eot woff2 woff ttf svg) {
    $src: null;
    $extmods: (
    eot: '?',
    svg: '#' + str-replace($name, ' ', '_')
    );
    $formats: (
    otf: 'opentype',
    ttf: 'truetype'
    );
    @each $ext in $exts {
        $extmod: if(map-has-key($extmods, $ext), $ext + map-get($extmods, $ext), $ext);
        $format: if(map-has-key($formats, $ext), map-get($formats, $ext), $ext);
        $src: append($src, url(quote($path + '.' + $extmod)) format(quote($format)), comma);
    }
    @font-face {
        font-family: quote($name);
        font-weight: $weight;
        font-style: $style;

        src: $src;
    }
}
*/
/** Social colors **/
/** Theme colors **/
.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%;
  left: 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;
  font-size: 20px;
}
.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;
  font-size: 20px;
}

.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-5 > .column,
.large-up-5 > .columns,
.large-up-4 > .column,
.large-up-4 > .columns,
.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
  float: right;
}

.print_elem {
  display: none !important;
}

.mob_only {
  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: rtl;
  font-family: "Fb Pragmati";
  background: #f7f7f7;
}

body.overflow {
  overflow: hidden;
}

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

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
form {
  direction: rtl;
  text-align: right;
}

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

.f_eng {
  font-family: "Fb PragmatiEng";
}

.row {
  max-width: 1850px;
}

.mobile_only {
  display: none;
}

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

.prev_dev {
  cursor: default;
  pointer-events: none;
}

body.home .site-wrapper {
  padding-top: 0;
}

.def_page {
  padding-bottom: 60px;
}
.def_page .row {
  max-width: 1500px;
}
.def_page a {
  color: #112045;
  text-decoration: underline;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  transition: all 100ms ease;
}
.header .row {
  max-width: 100%;
  padding: 0 75px;
}
.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: 125px;
}
.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;
  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 {
  position: relative;
  min-height: 54px;
  margin-left: 40px;
  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 .nav ul li:last-child {
  margin: 0;
}
.header .flex_wrap .nav ul li a {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transition: all 200ms ease;
  display: block;
}
.header .flex_wrap .nav ul li.menu-item-has-children .sub-menu {
  position: absolute;
  display: block;
  background: #fff;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  width: 180px;
  transform: translateX(40px);
}
.header .flex_wrap .nav ul li.menu-item-has-children .sub-menu li {
  justify-content: baseline;
  min-height: auto;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
}
.header .flex_wrap .nav ul li.menu-item-has-children .sub-menu li:after {
  display: none;
}
.header .flex_wrap .nav ul li.menu-item-has-children .sub-menu li:last-child {
  border: 0;
}
.header .flex_wrap .nav ul li.menu-item-has-children .sub-menu li a {
  border: 0;
  display: block;
  padding: 7px 12px;
  color: #000;
}
.header .flex_wrap .nav ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header .flex_wrap .nav ul li.current-menu-item {
  border-bottom: 2px solid #000;
}

.header.scrolled {
  background: #fff;
}
.header.scrolled .flex_wrap .nav ul li a {
  color: #000;
}

body.home .header .flex_wrap .nav ul li a {
  color: #fff;
}
body.home .header .flex_wrap .nav ul li.current-menu-item {
  border-bottom: 2px solid #fff;
}
body.home .header.scrolled {
  background: linear-gradient(180deg, #07122f 19.14%, #112045 100%);
}
body.home .header.scrolled .flex_wrap .nav ul li a {
  color: #fff;
}
body.home .header.scrolled .flex_wrap .nav ul li.current-menu-item {
  border-bottom: 2px solid #fff;
}

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

.page_banner {
  text-align: center;
  overflow: hidden;
  background: #112045;
  position: relative;
}
.page_banner .large-12 {
  position: relative;
}
.page_banner .flex_wrap {
  position: relative;
  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-top: 30px;
  margin-bottom: 44px;
}
.page_banner .inner_wrap {
  position: relative;
}
.page_banner .banner_title h1 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.breadcrumbs-wrap {
  padding-bottom: 25px;
  text-align: right;
}
.breadcrumbs-wrap a,
.breadcrumbs-wrap span {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.page_title h2 {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  position: relative;
}

.page_sec {
  padding-top: 86px;
  position: relative;
}
.page_sec .abs_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1200px;
  width: 100%;
}

.blog_sec .abs_mask,
.single_post_sec .abs_mask {
  height: 800px;
}

.page_text ul,
.page_text ol,
.page_text p {
  color: #000;
  text-align: right;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 20px;
}
.page_text ul,
.page_text ol {
  margin-right: 20px;
  line-height: 44px;
}
.page_text ul {
  list-style: none;
  margin-right: 10px;
}
.page_text ul li {
  padding-right: 5px;
  position: relative;
}
.page_text ul li::before {
  content: "•";
  font-size: 16px;
  right: -10px;
  position: absolute;
}
.page_text h2,
.page_text h3,
.page_text h4 {
  font-weight: 600;
}

.home_hero {
  background: linear-gradient(180deg, #07122f 19.14%, #112045 100%);
  padding-top: 125px;
  position: relative;
}
.home_hero .hero_shape_1 {
  position: absolute;
  top: 0;
  transform: translateY(-1500px);
  right: 400px;
  transition: all 2000ms ease;
}
.home_hero .hero_shape_2 {
  position: absolute;
  bottom: 0;
  transition: all 2000ms ease;
  transform: translateX(1500px);
}
.home_hero .hero_shape_3 {
  position: absolute;
  transition: all 2000ms ease;
  transform: translateX(-1500px);
  left: 0;
  top: 200px;
}
.home_hero .wrap_video video {
  max-width: 100%;
  width: 100%;
  height: 673px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_hero .abs_comps {
  position: absolute;
  bottom: -250px;
  z-index: 4;
  width: 100%;
  transition: all 800ms ease;
}
.home_hero .abs_comps .wrap_flex {
  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;
  flex-wrap: wrap;
  max-width: 1134px;
  width: 100%;
  margin: 0 auto;
}
.home_hero .abs_comps .wrap_flex .wrap_item {
  width: 30%;
}
.home_hero .abs_comps .wrap_flex .wrap_item a {
  position: relative;
  display: block;
  min-height: 164px;
  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;
}
.home_hero .abs_comps .wrap_flex .wrap_item a .abs_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}

body.page_loaded .home_hero .abs_comps {
  bottom: -80px;
}
body.page_loaded .home_hero .hero_shape_1 {
  top: 0;
  transform: translateY(125px);
}
body.page_loaded .home_hero .hero_shape_2 {
  position: absolute;
  transform: translateX(0);
}
body.page_loaded .home_hero .hero_shape_3 {
  position: absolute;
  transform: translateX(0);
}

.home_about_sec {
  position: relative;
  min-height: 1040px;
  padding-top: 300px;
}
.home_about_sec .abs_mask {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_about_sec .wrap_title {
  margin-bottom: 30px;
}
.home_about_sec .wrap_title h2 {
  color: #fff;
  font-size: 50px;
}
.home_about_sec .page_text {
  margin-bottom: 30px;
}
.home_about_sec .page_text p {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}
.home_about_sec .wrap_link a {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1; /* 195.238% */
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.home_gallery_sec {
  margin-top: 100px;
}
.home_gallery_sec .wrap_title {
  margin-bottom: 30px;
}

.home_clients_sec {
  margin-top: 85px;
  position: relative;
  padding-bottom: 130px;
}
.home_clients_sec .abs_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.home_clients_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: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
.home_clients_sec .flex_wrap .wrap_img {
  width: 45%;
  position: relative;
  right: -40px;
}
.home_clients_sec .flex_wrap .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 965px;
}
.home_clients_sec .flex_wrap .wrap_con {
  width: 55%;
  padding-top: 90px;
}
.home_clients_sec .flex_wrap .wrap_con .wrap_title_link {
  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: 40px;
}
.home_clients_sec .flex_wrap .wrap_con .wrap_title_link .wrap_link a {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1; /* 195.238% */
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.home_clients_sec .flex_wrap .wrap_con .wrap_clients_list {
  background: #fff;
}
.home_clients_sec .flex_wrap .wrap_con .wrap_clients_list .clients_slider {
  width: 100%;
}
.home_clients_sec .flex_wrap .wrap_con .wrap_clients_list .clients_slider .slide-inner {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  min-height: 746px;
}
.home_clients_sec .flex_wrap .wrap_con .wrap_clients_list .clients_slider .slide-inner .wrap_logo {
  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;
  width: 25%;
  min-height: 130px;
}
.home_clients_sec .flex_wrap .wrap_con .wrap_clients_list .clients_slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home_clients_sec .flex_wrap .wrap_con .wrap_clients_list {
  /* each logo */
}
.home_clients_sec .flex_wrap .wrap_con .wrap_title_link.mobile_only {
  display: none;
}

.about_story_wrap_mob {
  display: none;
}

.outer_form {
  background: #fff;
  padding: 45px 70px;
  margin-bottom: 32px;
}

.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;
}
.wrap_form .wrap_inputs .wrap_input {
  width: 49%;
  margin-right: 2%;
}
.wrap_form .wrap_inputs .wrap_input:first-child {
  margin: 0;
}
.wrap_form .wrap_input {
  margin-bottom: 16px;
}
.wrap_form .wrap_input select,
.wrap_form .wrap_input textarea,
.wrap_form .wrap_input input {
  border: 0;
  background: #faf9f9;
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  border-radius: 0;
  padding: 0;
  height: 50px;
  box-shadow: 0 0 0;
  padding-right: 10px;
}
.wrap_form .wrap_input select::-moz-placeholder, .wrap_form .wrap_input textarea::-moz-placeholder, .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.wrap_form .wrap_input select::placeholder,
.wrap_form .wrap_input textarea::placeholder,
.wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #000;
}
.wrap_form .wrap_input textarea {
  height: 72px;
  resize: none;
  padding: 10px;
}
.wrap_form .wrap_input select {
  background-image: url(../../images/select_caret.png);
  background-repeat: no-repeat;
  background-position: 11px;
}
.wrap_form .wrap_submit {
  text-align: left;
  margin-top: 40px;
}
.wrap_form .wrap_submit input {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  background: none;
  border: 0;
  padding: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  cursor: pointer;
}
.wrap_form .wrap_submit .wpcf7-spinner {
  position: absolute;
}
.wrap_form .wpcf7-response-output {
  border: 0;
  color: #000;
  padding: 0;
}

.contact_sec {
  position: relative;
  padding-bottom: 80px;
}
.contact_sec .abs_mask1 {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  width: 36%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 866px;
}
.contact_sec .abs_mask2 {
  position: absolute;
  top: 80px;
  left: 0;
  height: auto;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact_sec .flex_cols {
  display: -moz-flex;
  display: flex;
  justify-content: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  padding-top: 130px;
  padding-left: 170px;
  position: relative;
  z-index: 2;
}
.contact_sec .flex_cols .form_col {
  max-width: 804px;
  width: 100%;
}
.contact_sec .flex_cols .form_col .wrap_title {
  margin-bottom: 20px;
}
.contact_sec .flex_cols .form_col .wrap_title h2 {
  color: #000;
  font-size: 56px;
  font-weight: 400;
  line-height: 63px;
}
.contact_sec .flex_cols .form_col .wrap_conact_info .wrap_item {
  display: inline-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 .flex_cols .form_col .wrap_conact_info .wrap_item svg {
  margin-left: 8px;
}
.contact_sec .flex_cols .form_col .wrap_conact_info .wrap_item a,
.contact_sec .flex_cols .form_col .wrap_conact_info .wrap_item span {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.contact_sec .flex_cols .form_col .wrap_conact_info .wrap_item.phone_item {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #000;
}
.contact_sec .flex_cols .form_col .wrap_conact_info .wrap_address {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.contact_sec .flex_cols .form_col .wrap_conact_info .wrap_moreinfo {
  margin-top: 10px;
  margin-top: 25px;
  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 .flex_cols .form_col .wrap_conact_info .wrap_moreinfo span {
  line-height: 1;
  font-size: 21px;
  color: #000;
  font-weight: 400;
}
.contact_sec .flex_cols .form_col .wrap_conact_info .wrap_moreinfo span:first-child {
  padding-left: 6px;
  margin-left: 6px;
  border-left: 2px solid #000;
}

.post_item {
  margin-bottom: 60px;
}
.post_item a .wrap_img {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.post_item a .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}
.post_item a .wrap_date {
  margin-bottom: 15px;
}
.post_item a .wrap_date span {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.5;
}
.post_item a .wrap_post_content .post_title {
  margin-bottom: 30px;
}
.post_item a .wrap_post_content .post_title h3 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 52px;
}
.post_item a .wrap_post_content .read_more span {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}
.post_item a:hover .flex_wrap .wrap_post_content .read_more span, .post_item a:focus .flex_wrap .wrap_post_content .read_more span {
  color: #ae000a;
}

.span_en {
  font-family: "Fb PragmatiEng";
}

.single_career_sec {
  position: relative;
  padding-bottom: 90px;
}
.single_career_sec .row {
  max-width: 1420px;
}
.single_career_sec .career_info {
  margin-bottom: 50px;
}
.single_career_sec .career_info .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;
  background: #fff;
}
.single_career_sec .career_info .flex_wrap .wrap_item {
  width: 33.3333%;
  text-align: center;
  min-height: 137px;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
}
.single_career_sec .career_info .flex_wrap .wrap_item:after {
  content: "";
  position: absolute;
  left: 0;
  height: 85px;
  width: 1px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}
.single_career_sec .career_info .flex_wrap .wrap_item .wrap_label {
  margin-bottom: 10px;
}
.single_career_sec .career_info .flex_wrap .wrap_item .wrap_label span {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.single_career_sec .career_info .flex_wrap .wrap_item .wrap_val {
  max-width: 370px;
  margin: 0 auto;
}
.single_career_sec .career_info .flex_wrap .wrap_item .wrap_val span {
  color: #000;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
}
.single_career_sec .career_info .flex_wrap .wrap_item:last-child:after {
  display: none;
}
.single_career_sec .wrap_content {
  padding-left: 30px;
}
.single_career_sec .wrap_content h3 {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 10px;
}
.single_career_sec .wrap_content .page_text {
  margin-top: 20px;
}
.single_career_sec .wrap_content .page_text p,
.single_career_sec .wrap_content .page_text ul {
  font-weight: 300;
  font-size: 21px;
}
.single_career_sec .wrap_content .page_text ul {
  margin-right: 30px;
}
.single_career_sec .form_col {
  display: -moz-flex;
  display: flex;
  justify-content: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.single_career_sec .outer_career_form {
  background: #fff;
  padding: 40px 100px;
}
.single_career_sec .outer_career_form .wrap_title {
  text-align: center;
  margin-bottom: 10px;
}
.single_career_sec .outer_career_form .wrap_subtitle {
  text-align: center;
  margin-bottom: 20px;
}
.single_career_sec .outer_career_form .wrap_subtitle span {
  font-size: 18px;
}
.single_career_sec .outer_career_form .wrap_form .wrap_input textarea,
.single_career_sec .outer_career_form .wrap_form .wrap_input input {
  border: 0.5px solid rgba(0, 0, 0, 0.8);
  background: transparent;
}
.single_career_sec .outer_career_form .wrap_form .wrap_input textarea {
  height: 151px;
}
.single_career_sec .outer_career_form .wrap_form .cf7-file-input {
  position: absolute;
  opacity: 0;
}
.single_career_sec .outer_career_form .wrap_form .upload-btn {
  background: rgba(193, 204, 220, 0.22);
  height: 50px;
  width: 164px;
  color: #000;
  text-align: center;
  font-size: 21px;
  line-height: 1;
}
.single_career_sec .outer_career_form .wrap_form .file_type {
  margin-top: 13px;
  color: #000;
  text-align: right;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}
.single_career_sec .outer_career_form .wrap_form .wrap_submit {
  text-align: center;
}
.single_career_sec .outer_career_form .wrap_form .wrap_submit input {
  padding-bottom: 3px;
}

.careers_page_sec {
  position: relative;
}
.careers_page_sec .wrap_intro .wrap_title {
  margin-bottom: 20px;
}
.careers_page_sec .wrap_intro .wrap_subtitle {
  margin-bottom: 30px;
  color: #000;
  text-align: right;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px; /* 137.5% */
  max-width: 1180px;
}
.careers_page_sec .wrap_intro .wrap_desc {
  max-width: 1210px;
}
.careers_page_sec .wrap_intro .wrap_desc p {
  color: #000;
  font-size: 21px;
  font-weight: 300;
  line-height: 35px;
}
.careers_page_sec .wrap_gallery {
  margin-top: 50px;
  margin-bottom: 120px;
}
.careers_page_sec .wrap_gallery .row {
  padding-left: 15px;
  padding-right: 15px;
}
.careers_page_sec .wrap_gallery .columns {
  margin-bottom: 7px;
  padding-left: 3px;
  padding-right: 3px;
}
.careers_page_sec .wrap_gallery .wrap_img img {
  height: 275px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.careers_page_sec .wrap_gallery .wrap_text {
  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 20px;
  height: 275px;
  text-align: center;
}
.careers_page_sec .wrap_gallery .wrap_text span {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
}
.careers_page_sec .wrap_gallery .wrap_text.blu {
  background: var(--Blue-Gradient, linear-gradient(134deg, #87b2df 1.58%, #275ea0 96.38%));
}
.careers_page_sec .wrap_gallery .wrap_text.grn {
  background: var(--Green-Gradient, linear-gradient(118deg, #89cabb 2.59%, #23776f 98.68%));
}
.careers_page_sec .wrap_gallery .wrap_text.brn {
  background: var(--Brown-Gradient, linear-gradient(6deg, #cfb1a9 2.56%, #614b45 98.9%));
}
.careers_page_sec .wrap_careers_list {
  padding-bottom: 120px;
}
.careers_page_sec .wrap_careers_list .wrap_title {
  text-align: center;
  margin-bottom: 35px;
}
.careers_page_sec .wrap_careers_list .row {
  max-width: 1400px;
}
.careers_page_sec .wrap_careers_list .career_row {
  margin-bottom: 17px;
}
.careers_page_sec .wrap_careers_list .career_row:last-child {
  margin: 0;
}
.careers_page_sec .wrap_careers_list .career_row a {
  background: #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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 0 30px;
  min-height: 80px;
}
.careers_page_sec .wrap_careers_list .career_row a span {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.single_post_sec {
  padding-bottom: 100px;
}
.single_post_sec .page_text p {
  color: #000;
  text-align: right;
  font-family: "Fb Pragmati";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 166.667% */
  margin-bottom: 40px;
}
.single_post_sec .page_text h3 {
  font-size: 21px;
  margin-bottom: 10px;
}
.single_post_sec .top_content .wrap_content .wrap_intro_text {
  margin-bottom: 40px;
}
.single_post_sec .top_content .wrap_content .wrap_intro_text p {
  font-size: 32px;
  line-height: 44px;
}
.single_post_sec .top_content .wrap_content .page_text {
  max-width: 800px;
}
.single_post_sec .top_content .wrap_link {
  margin-bottom: 30px;
}
.single_post_sec .top_content .wrap_link a {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}
.single_post_sec .related_posts_sec {
  margin-top: 50px;
}
.single_post_sec .related_posts_sec .wrap_title {
  margin-bottom: 30px;
}
.single_post_sec .related_posts_sec .wrap_title .page_title {
  font-weight: 400;
}

.project_sec {
  padding-bottom: 130px;
}
.project_sec .inner_col {
  max-width: 400px;
}
.project_sec .wrap_title {
  margin-bottom: 40px;
}
.project_sec .wrap_title h2 {
  font-size: 32px;
  line-height: 1;
}
.project_sec .page_text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}
.project_sec .wrap_proj_info {
  margin-bottom: 80px;
}
.project_sec .wrap_proj_info .wrap_info_title {
  margin-bottom: 10px;
}
.project_sec .wrap_proj_info .wrap_info_title span {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.project_sec .wrap_proj_info .wrap_items .wrap_item {
  min-height: 42px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: #fff;
  margin-bottom: 4px;
  padding-right: 10px;
}
.project_sec .wrap_proj_info .wrap_items .wrap_item:last-child {
  margin: 0;
}
.project_sec .wrap_proj_info .wrap_items .wrap_item span {
  margin-right: 13px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.project_sec .wrap_project_gallery .wrap_img {
  width: 32%;
  margin-bottom: 20px;
}
.project_sec .wrap_project_gallery .wrap_img a {
  display: block;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.project_sec .wrap_project_gallery .wrap_img a:hover img, .project_sec .wrap_project_gallery .wrap_img a:focus img {
  transform: scale(1.04);
}
.project_sec .wrap_project_gallery .wrap_img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 450ms ease;
}
.project_sec .wrap_project_gallery .wrap_img a .play_icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.project_sec .wrap_project_gallery .wrap_img a .play_icon svg {
  width: 40px;
  height: 40px;
}
.project_sec .wrap_project_gallery .wrap_main_img {
  margin-bottom: 30px;
}
.project_sec .wrap_project_gallery .wrap_main_img .wrap_img {
  width: 100%;
}
.project_sec .wrap_project_gallery .wrap_main_img .wrap_img a {
  height: auto;
}
.project_sec .wrap_project_gallery .project_images {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.project_sec .project-nav {
  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;
  flex-wrap: wrap;
  margin-top: 25px;
}
.project_sec .project-nav a {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
}
.project_sec .related_projects_sec {
  margin-top: 150px;
}
.project_sec .related_projects_sec .project_box {
  margin-bottom: 0;
}

.project_box {
  margin-bottom: 30px;
}
.project_box .project_title {
  min-height: 70px;
  background: #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;
  padding-right: 13px;
}
.project_box .project_title span {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.project_box .wrap_img {
  overflow: hidden;
  position: relative;
  height: 230px;
}
.project_box .wrap_img img {
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_box a:hover .wrap_img, .project_box a:focus .wrap_img {
  overflow: hidden;
}
.project_box a:hover .wrap_img img, .project_box a:focus .wrap_img img {
  transform: scale(1.08);
}

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

.projects_page_sec {
  padding-bottom: 60px;
}
.projects_page_sec .abs_projects_mask {
  position: absolute;
  bottom: 30px;
  z-index: -1;
  right: 0;
}
.projects_page_sec .wrap_title {
  margin-bottom: 70px;
}
.projects_page_sec .wrap_title h2 {
  font-size: 32px;
  line-height: 1;
}
.projects_page_sec .wrap_projects_list {
  padding-right: 50px;
}
.projects_page_sec .projects_cats_wrap {
  height: 100vh;
}
.projects_page_sec .projects_cats_wrap .pro_nav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: sticky;
  top: 200px;
}
.projects_page_sec .projects_cats_wrap .pro_nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.projects_page_sec .projects_cats_wrap .pro_nav li:last-child {
  border: 0;
}
.projects_page_sec .projects_cats_wrap .pro_nav li a {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  min-height: 60px;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.community_page_sec {
  padding-top: 0;
  padding-bottom: 80px;
}
.community_page_sec .wrap_top_sec {
  margin-bottom: 150px;
}
.community_page_sec .wrap_top_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  align-items: end;
  -webkit-align-items: end;
  -moz-align-items: 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;
}
.community_page_sec .wrap_top_sec .flex_wrap .wrap_img {
  width: 39%;
}
.community_page_sec .wrap_top_sec .flex_wrap .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 1000px;
}
.community_page_sec .wrap_top_sec .flex_wrap .wrap_con {
  width: 59%;
  background: #fff;
  padding: 40px;
}
.community_page_sec .wrap_top_sec .flex_wrap .wrap_con .wrap_title h2 {
  font-size: 50px;
}
.community_page_sec .wrap_top_sec .flex_wrap .wrap_con .page_text p {
  line-height: 35px;
  margin-bottom: 15px;
}
.community_page_sec .wrap_top_sec .flex_wrap .wrap_con h3 {
  margin-top: 55px;
  margin-bottom: 15px;
  font-weight: 400;
}
.community_page_sec .wrap_top_sec .flex_wrap .wrap_con .wrap_title {
  margin-bottom: 25px;
}
.community_page_sec .wrap_top_sec .flex_wrap .wrap_con .wrap_title h3 {
  margin-bottom: 15px;
  font-weight: 400;
}
.community_page_sec .wrap_community_content .flex_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: 100px;
}
.community_page_sec .wrap_community_content .flex_row .wrap_img {
  width: 50%;
}
.community_page_sec .wrap_community_content .flex_row .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community_page_sec .wrap_community_content .flex_row .wrap_con {
  width: 50%;
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-right: 200px;
}
.community_page_sec .wrap_community_content .flex_row .wrap_title {
  margin-bottom: 20px;
}
.community_page_sec .wrap_community_content .flex_row .wrap_title h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.community_page_sec .wrap_community_content .flex_row:nth-child(even) {
  flex-direction: row-reverse;
}
.community_page_sec .wrap_community_content .flex_row:nth-child(even) .wrap_con {
  padding-right: 0;
  padding-left: 200px;
}
.community_page_sec .wrap_donate_sec {
  position: relative;
  margin-bottom: 170px;
}
.community_page_sec .wrap_donate_sec .abs_com_mask {
  position: absolute;
  top: -660px;
  left: 0;
  z-index: -2;
}
.community_page_sec .wrap_donate_sec .wrap_title {
  margin-bottom: 40px;
}
.community_page_sec .wrap_donate_sec .wrap_box {
  line-height: 1;
}
.community_page_sec .wrap_donate_sec .wrap_box a {
  display: block;
}
.community_page_sec .wrap_donate_sec .wrap_box a .wrap_img img {
  height: 382px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community_page_sec .wrap_donate_sec .wrap_box a .wrap_vid video {
  height: 382px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community_page_sec .wrap_donate_sec .wrap_box a .wrap_text {
  background: #fff;
  padding: 20px 18px;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
  min-height: 160px;
}
.community_page_sec {
  /*
  .wrap_gallery {
      margin-top: 30px;
      margin-bottom: 120px;
      .row {
          padding-left: 15px;
          padding-right: 15px;
      }
      .columns {
          margin-bottom: 7px;
          padding-left: 3px;
          padding-right: 3px;
      }
      .wrap_img {
          img {
              height: 400px;
              width: 100%;
              object-fit: cover;
              object-position: center;
          }
      }
  }
  */
}

.sustian_page_sec {
  padding-top: 0;
  padding-bottom: 140px;
  position: relative;
}
.sustian_page_sec .suis_build_mask {
  position: absolute;
  top: -130px;
  z-index: -1;
  left: 0;
  opacity: 0.8;
}
.sustian_page_sec .wrap_top_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;
}
.sustian_page_sec .wrap_top_sec .flex_wrap .wrap_img {
  width: 45%;
  position: relative;
  right: -40px;
}
.sustian_page_sec .wrap_top_sec .flex_wrap .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 965px;
}
.sustian_page_sec .wrap_top_sec .flex_wrap .wrap_con {
  width: 55%;
  padding: 40px 0;
  padding-top: 90px;
  padding-right: 20px;
}
.sustian_page_sec .wrap_top_sec .flex_wrap .wrap_con .wrap_title h2 {
  font-size: 50px;
}
.sustian_page_sec .wrap_top_sec .flex_wrap .wrap_con .wrap_title {
  margin-bottom: 45px;
}
.sustian_page_sec .wrap_top_sec .flex_wrap .wrap_con .wrap_title h3 {
  margin-bottom: 15px;
  font-weight: 400;
}
.sustian_page_sec .wrap_top_sec .flex_wrap .wrap_con h3 {
  margin-bottom: 15px;
  font-weight: 400;
}
.sustian_page_sec .wrap_princ_sec {
  margin-bottom: 100px;
}
.sustian_page_sec .wrap_princ_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;
}
.sustian_page_sec .wrap_princ_sec .flex_wrap .wrap_img {
  width: 63.6%;
  left: -40px;
  position: relative;
}
.sustian_page_sec .wrap_princ_sec .flex_wrap .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 796px;
}
.sustian_page_sec .wrap_princ_sec .flex_wrap .wrap_con {
  width: 35%;
  padding: 40px 0;
  padding-top: 50px;
}
.sustian_page_sec .wrap_princ_sec .flex_wrap .wrap_con .wrap_title {
  margin-bottom: 45px;
}
.sustian_page_sec .wrap_princ_sec .flex_wrap .wrap_con .wrap_title h3 {
  margin-bottom: 15px;
  font-weight: 400;
}
.sustian_page_sec .wrap_princ_sec .flex_wrap .wrap_con h3 {
  margin-bottom: 15px;
  font-weight: 400;
}
.sustian_page_sec .wrap_princ_sec .flex_wrap .wrap_con .wrap_icons {
  display: -moz-flex;
  display: flex;
  margin-top: 70px;
}
.sustian_page_sec .wrap_princ_sec .flex_wrap .wrap_con .wrap_icons .wrap_icon {
  margin-left: 10px;
}
.sustian_page_sec .wrap_green_sec {
  margin-bottom: 300px;
}
.sustian_page_sec .wrap_green_sec .wrap_title {
  margin-bottom: 30px;
}
.sustian_page_sec .wrap_green_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;
  flex-wrap: wrap;
}
.sustian_page_sec .wrap_green_sec .flex_wrap .wrap_item {
  width: 32.4%;
  position: relative;
}
.sustian_page_sec .wrap_green_sec .flex_wrap .wrap_item .trigger_btn {
  width: 100%;
  text-align: right;
  background: #fff;
  min-height: 118px;
  padding: 19px 27px;
  position: relative;
  border-radius: 0;
  border-top: 4px solid #bdc9da;
  cursor: pointer;
}
.sustian_page_sec .wrap_green_sec .flex_wrap .wrap_item .trigger_btn .wrap_title {
  margin-bottom: 10px;
}
.sustian_page_sec .wrap_green_sec .flex_wrap .wrap_item .trigger_btn .wrap_title span {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.sustian_page_sec .wrap_green_sec .flex_wrap .wrap_item .trigger_btn .wrap_subtitle span {
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
}
.sustian_page_sec .wrap_green_sec .flex_wrap .wrap_item .trigger_btn .abs_caret {
  position: absolute;
  top: 50px;
  left: 20px;
  transition: all 200ms ease;
}
.sustian_page_sec .wrap_green_sec .flex_wrap .wrap_item .wrap_abs_con {
  color: #000;
  text-align: right;
  font-family: "Fb Pragmati";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  background: #fff;
  padding: 27px;
  padding-top: 0;
  position: absolute;
  right: 0;
  display: none;
}
.sustian_page_sec .wrap_green_sec .flex_wrap .wrap_item.active .trigger_btn .abs_caret {
  transform: scaleY(-1);
}

.related_projects_sec .wrap_title {
  margin-bottom: 30px;
}

.about_top_sec {
  position: relative;
  min-height: 580px;
  padding-top: 60px;
}
.about_top_sec .abs_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_top_sec .wrap_content {
  text-align: center;
}
.about_top_sec .wrap_content .wrap_title {
  margin-bottom: 15px;
}
.about_top_sec .wrap_content .wrap_title h2 {
  color: #fff;
  line-height: 1;
}
.about_top_sec .wrap_content .wrap_text {
  max-width: 1180px;
  margin: 0 auto;
}
.about_top_sec .wrap_content .wrap_text p {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.about_main_sec {
  text-align: center;
  position: relative;
  padding-top: 140px;
}
.about_main_sec .abs_mask {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.about_main_sec .wrap_title {
  margin-bottom: 15px;
}
.about_main_sec .wrap_text {
  margin-bottom: 30px;
}
.about_main_sec .wrap_text p {
  text-align: center;
  font-size: 21px;
  line-height: 35px;
}
.about_main_sec .wrap_about_items {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 810px;
}
.about_main_sec .wrap_about_items .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;
  position: relative;
}
.about_main_sec .wrap_about_items .wrap_item .trigger_elem .wrap_img {
  opacity: 0.5;
}
.about_main_sec .wrap_about_items .wrap_item .abs_con {
  position: absolute;
  left: 350px;
  width: 350px;
  text-align: right;
}
.about_main_sec .wrap_about_items .wrap_item .abs_con .wrap_title {
  opacity: 0.5;
}
.about_main_sec .wrap_about_items .wrap_item .abs_con .wrap_title span {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.about_main_sec .wrap_about_items .wrap_item .abs_con .page_text {
  opacity: 0;
}
.about_main_sec .wrap_about_items .wrap_item.active {
  z-index: 1;
}
.about_main_sec .wrap_about_items .wrap_item.active .trigger_elem .wrap_img {
  opacity: 1;
}
.about_main_sec .wrap_about_items .wrap_item.active .abs_con .wrap_title {
  opacity: 1;
}
.about_main_sec .wrap_about_items .wrap_item.active .abs_con .page_text {
  opacity: 1;
}
.about_main_sec .wrap_about_items .wrap_item_1 {
  top: 0;
}
.about_main_sec .wrap_about_items .wrap_item_1 .abs_con {
  left: 380px;
}
.about_main_sec .wrap_about_items .wrap_item_2 {
  top: -80px;
}
.about_main_sec .wrap_about_items .wrap_item_2 .abs_con {
  left: 580px;
}
.about_main_sec .wrap_about_items .wrap_item_3 {
  flex-direction: row-reverse;
  top: -750px;
  left: -180px;
}
.about_main_sec .wrap_about_items .wrap_item_3 .abs_con {
  right: 370px;
  left: auto;
}

.about_unit_sec {
  padding-top: 130px;
  margin-bottom: 190px;
}
.about_unit_sec .wrap_logo {
  margin-bottom: 20px;
  text-align: center;
}
.about_unit_sec .wrap_text {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.about_unit_sec .wrap_unit_items .wrap_unit_box {
  position: relative;
}
.about_unit_sec .wrap_unit_items .wrap_unit_box svg {
  position: absolute;
  z-index: 9;
  left: 0;
  width: 100%;
  height: 6px;
}
.about_unit_sec .wrap_unit_items .wrap_unit_box a {
  position: relative;
  display: block;
  min-height: 505px;
  background: #fff;
  text-align: center;
  padding: 0 50px;
  padding-top: 30px;
}
.about_unit_sec .wrap_unit_items .wrap_unit_box a .abs_img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.about_unit_sec .wrap_unit_items .wrap_unit_box a .logo_el {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
.about_unit_sec .wrap_unit_items .wrap_unit_box a .hidden_elems {
  opacity: 0;
}
.about_unit_sec .wrap_unit_items .wrap_unit_box a .hidden_elems .wrap_text {
  margin-bottom: 40px;
}
.about_unit_sec .wrap_unit_items .wrap_unit_box a .hidden_elems .wrap_text p {
  text-align: center;
  line-height: 28px; /* 133.333% */
}
.about_unit_sec .wrap_unit_items .wrap_unit_box a .hidden_elems .wrap_link span {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}
.about_unit_sec .wrap_unit_items .wrap_unit_box a:hover .abs_img {
  opacity: 0;
}
.about_unit_sec .wrap_unit_items .wrap_unit_box a:hover .hidden_elems {
  opacity: 1;
}
.about_unit_sec .wrap_unit_items .bot_text {
  text-align: center;
  margin-top: 40px;
  color: #000;
  font-size: 32px;
  line-height: 1;
}

.about_video_sec {
  padding-bottom: 90px;
  position: relative;
}
.about_video_sec .abs_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 650px;
  width: 100%;
}
.about_video_sec video {
  max-width: 100%;
  width: 100%;
}

.wrap_gallery_wrapper .wrap_title {
  margin-bottom: 40px;
}

.gallery_parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 9px;
  grid-row-gap: 9px;
}
.gallery_parent .wrap_item {
  overflow: hidden;
}
.gallery_parent .wrap_item img {
  width: 100%;
  height: 411px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 450ms ease;
}
.gallery_parent .wrap_item:first-child {
  height: 831px;
}
.gallery_parent .wrap_item:first-child img {
  height: 100%;
}
.gallery_parent .wrap_item:hover img, .gallery_parent .wrap_item:focus img {
  transform: scale(1.05);
}
.gallery_parent .item_1 {
  grid-area: 1/1/5/3;
}
.gallery_parent .item_1 iframe,
.gallery_parent .item_1 video {
  max-width: 100%;
  width: 100%;
  height: 832px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_parent .item_2 {
  grid-area: 1/3/2/4;
}
.gallery_parent .item_3 {
  grid-area: 1/4/2/5;
}
.gallery_parent .item_4 {
  grid-area: 2/3/3/5;
}

.footer {
  position: relative;
  z-index: 2;
}
.footer:after {
  content: "";
  background: linear-gradient(90deg, rgba(17, 32, 69, 0) 0%, #112045 79.4%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer .abs_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
}
.footer .top_footer {
  padding-bottom: 37px;
  position: relative;
  padding-top: 70px;
  min-height: 740px;
}
.footer .top_footer .footer_outer_form {
  max-width: 680px;
}
.footer .top_footer .footer_outer_form .page_title {
  margin-bottom: 30px;
}
.footer .top_footer .footer_outer_form .page_title h2 {
  padding-right: 0;
  color: #fff;
  font-size: 56px;
}
.footer .top_footer .footer_outer_form .wrap_form .wrap_submit {
  margin-top: 20px;
}
.footer .top_footer .footer_outer_form .wrap_form .wrap_submit input {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.footer .top_footer .footer_outer_form .wpcf7-not-valid-tip {
  color: #fff;
}
.footer .top_footer .footer_outer_form .wpcf7-response-output {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  color: #fff;
}
.footer .top_footer .wrap_conact_info .wrap_item {
  line-height: 1;
  margin-bottom: 10px;
  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 .top_footer .wrap_conact_info .wrap_item svg {
  margin-left: 8px;
}
.footer .top_footer .wrap_conact_info .wrap_item a,
.footer .top_footer .wrap_conact_info .wrap_item span {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.footer .top_footer .wrap_conact_info .wrap_moreinfo {
  margin-top: 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  margin-top: 30px;
  padding-right: 26px;
}
.footer .top_footer .wrap_conact_info .span_label {
  margin-left: 10px;
}
.footer .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;
  margin-left: 70px;
}
.footer .wrap_socials 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;
  margin-left: 20px;
}
.footer .wrap_socials a:last-child {
  margin: 0;
}
.footer .bottom_footer .wrap_menu_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;
}
.footer .bottom_footer .wrap_menu_socials .wrap_menu 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;
}
.footer .bottom_footer .wrap_menu_socials .wrap_menu ul li {
  margin-left: 44px;
}
.footer .bottom_footer .wrap_menu_socials .wrap_menu ul li:last-child {
  margin: 0;
}
.footer .bottom_footer .wrap_menu_socials .wrap_menu ul li a {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.footer .bottom_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;
  padding-left: 109px;
}
.footer .bottom_footer .flex_wrap .wrap_logo {
  margin-right: -22px;
}
.footer .bottom_footer .flex_copy {
  min-height: 45px;
  display: -moz-flex;
  display: flex;
  justify-content: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-left: 109px;
}
.footer .bottom_footer .flex_copy .wrap_copy p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.footer .bottom_footer .flex_copy .wrap_copy a {
  text-decoration: underline;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.footer .bottom_footer .flex_copy .wrap_copy:first-child {
  border-left: 1px solid #fff;
  padding-left: 15px;
  margin-left: 15px;
}

body.page-template-tpl-contnact .footer {
  background: #112045;
  padding-top: 20px;
}

.contacts_btns {
  position: fixed;
  left: 20px;
  z-index: 999;
  bottom: 100px;
  text-align: center;
}
.contacts_btns .phone_btn {
  margin-bottom: 20px;
}
.contacts_btns .phone_btn a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #112045;
  border: 3px solid #fff;
  padding: 5px;
  width: 95px;
  height: 70px;
  justify-content: center;
}
.contacts_btns .phone_btn a span {
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-top: 8px;
}/*# sourceMappingURL=style.css.map */