@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Zen+Old+Mincho&display=swap");
@import url("../../fonts/almoni/stylesheet.css");
@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;
}

.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: right;
}

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

body {
  background: #fafafa;
  direction: rtl;
  font-family: "Open Sans", serif;
}

body.overflow {
  overflow: hidden;
}
body.overflow .header .flex_wrap .main_header {
  opacity: 0;
}

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

.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: "Open Sans", serif;
}

.row {
  max-width: 1560px;
}

.mobile_only {
  display: none;
}

.site-wrapper {
  overflow: hidden;
  position: relative;
}

.btn_ham {
  position: fixed;
  top: 34px;
  right: 9.5%;
  z-index: 999999;
  display: none;
}
.btn_ham #nav-icon3 {
  outline: 0;
  width: 26px;
  height: 17px;
  display: block;
  z-index: 999;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.btn_ham #nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 8px;
  border-radius: 10px;
}
.btn_ham {
  /* Icon 3 */
}
.btn_ham #nav-icon3 span:nth-child(1) {
  top: 0;
}
.btn_ham #nav-icon3 span:nth-child(2),
.btn_ham #nav-icon3 span:nth-child(3) {
  top: 8px;
  width: 26px;
}
.btn_ham #nav-icon3 span:nth-child(3) {
  width: 26px;
}
.btn_ham #nav-icon3 span:nth-child(4) {
  top: 16px;
}
.btn_ham #nav-icon3.open span {
  background: #000;
  height: 1px;
  border-radius: 10px;
  right: 14px;
}
.btn_ham #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.btn_ham #nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
  width: 100%;
}
.btn_ham #nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
}
.btn_ham #nav-icon3.open span:nth-child(4) {
  top: 33px;
  width: 0%;
  left: 50%;
}

.wrap_main_menu {
  position: fixed;
  width: 550px;
  height: 100vh;
  right: 0;
  top: 0;
  transition: all 300ms ease;
  z-index: 99999;
  transform: translateX(100%);
  border: 0;
  padding-bottom: 0;
  padding-top: 11vh;
  background: #fafafa;
  overflow: hidden;
  padding-right: 200px;
  padding-left: 70px;
}
.wrap_main_menu.active {
  transform: translateX(0);
}
.wrap_main_menu .nav {
  width: 100%;
  margin-bottom: 50px;
}
.wrap_main_menu .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrap_main_menu .nav ul li {
  border-bottom: 1px solid #e5e3de;
}
.wrap_main_menu .nav ul li:last-child {
  border: 0;
}
.wrap_main_menu .nav ul li > a {
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 14px 0;
}
.wrap_main_menu .nav ul li.current-menu-item a {
  text-decoration: underline;
}
.wrap_main_menu .nav ul li.menu-item-has-children {
  position: relative;
}
.wrap_main_menu .nav ul li.menu-item-has-children::after {
  content: "";
  background-image: url(../../images/li_caret_menu.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  display: block;
  position: absolute;
  top: 21px;
  left: 0;
}
.wrap_main_menu .nav ul li.menu-item-has-children .sub-menu {
  padding-bottom: 30px;
  display: none;
}
.wrap_main_menu .nav ul li.menu-item-has-children .sub-menu li {
  border: 0;
}
.wrap_main_menu .nav ul li.menu-item-has-children .sub-menu li a {
  text-align: right;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.68px;
  padding: 12px 0;
}
.wrap_main_menu .nav ul li.menu-item-has-children.active::after {
  transform: scaleY(-1);
}
.wrap_main_menu .wrap_logo {
  margin-top: 8vh;
}
.wrap_main_menu .wrap_socials {
  display: -moz-flex;
  display: flex;
  margin-top: 7vh;
}
.wrap_main_menu .wrap_socials .wrap_social {
  margin-left: 15px;
  border-left: 1px solid #fff;
}
.wrap_main_menu .wrap_socials .wrap_social:last-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.wrap_main_menu .wrap_socials .wrap_social a {
  display: block;
}
.wrap_main_menu .wrap_socials .wrap_social a svg path {
  fill: #000;
}

body.admin-bar .btn_ham {
  top: 68px;
}
body.admin-bar .wrap_main_menu {
  top: 32px;
}
body.admin-bar .wrap_main_menu {
  height: calc(100% - 32px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  padding-left: 50px;
  padding-right: 30px;
  transition: all 200ms ease;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.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: 102px;
}
.header .flex_wrap .logo a {
  display: block;
}
.header .flex_wrap .logo a svg {
  width: 100%;
}
.header .flex_wrap .nav ul {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .flex_wrap .nav ul li {
  margin: 0 30px;
  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;
  min-height: 102px;
}
.header .flex_wrap .nav ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: all 200ms ease;
}
.header .flex_wrap .nav ul li .sub-menu {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  top: 100%;
  right: -30px;
  border-radius: 0;
  padding: 10px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms ease;
}
.header .flex_wrap .nav ul li .sub-menu li {
  margin: 0;
  margin-bottom: 10px;
  min-height: auto;
  display: block;
}
.header .flex_wrap .nav ul li .sub-menu li:last-child {
  margin: 0;
}
.header .flex_wrap .nav ul li .sub-menu li a {
  color: #fff;
  font-weight: 400;
  line-height: 1;
  font-size: 17px;
  padding: 4px;
  display: block;
}
.header .flex_wrap .nav ul li.menu-item-has-children:after {
  content: "⌄";
  position: absolute;
  left: -13px;
  display: block;
  color: #fff;
  line-height: 1;
  top: 38px;
}
.header .flex_wrap .nav ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.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_lang a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.header.scrolled {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

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

body.home .site-wrapper {
  padding-top: 0;
}
body.home .btn_ham {
  display: block;
}
body.home .header .flex_wrap .nav {
  opacity: 0;
}
body.home .header.scrolled .flex_wrap .nav {
  opacity: 1;
}
body.home.scrolled .btn_ham {
  opacity: 0;
}

.page_banner {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding-top: 132px;
}
.page_banner .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;
  width: 100%;
}
.page_banner .abs_img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 81%);
}
.page_banner .banner_mask {
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: 1;
  transform: rotate(0.3deg);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 42px;
}
.page_banner .inner_wrap {
  position: relative;
}
.page_banner .banner_title span,
.page_banner .banner_title h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.62px;
}
.page_banner .breadcrumbs-wrap a,
.page_banner .breadcrumbs-wrap span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin: 0 2px;
}

.contact_cover {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}

.contact_sec {
  position: relative;
  min-height: 754px;
}
.contact_sec .abs_bg {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  height: 100%;
}
.contact_sec .abs_karnaf {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.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 .form_col {
  width: 32%;
  padding-top: 100px;
  padding-bottom: 79px;
}
.contact_sec .contact_row .form_col .wrap_title {
  margin-bottom: 60px;
}
.contact_sec .contact_row .form_col .wrap_title h2 {
  color: #fff;
}
.contact_sec .contact_row .form_col .wrap_title h2:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 41px;
  height: 4px;
  background: #72b62b;
}
.contact_sec .contact_row .form_col .wrap_form .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  margin-top: 20px;
}
.contact_sec .contact_row .form_col .wrap_form .wpcf7-not-valid-tip {
  border: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  margin-top: 5px;
}
.contact_sec .contact_row .form_col .wrap_form .wrap_input {
  margin-bottom: 20px;
}
.contact_sec .contact_row .form_col .wrap_form .wrap_input:first-child {
  margin: 0;
}
.contact_sec .contact_row .form_col .wrap_form .wrap_input input {
  border: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  background: #fff;
  margin: 0;
  width: 100%;
  height: 55px;
  border-radius: 0;
  letter-spacing: 0.09px;
  padding-right: 12px;
}
.contact_sec .contact_row .form_col .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.contact_sec .contact_row .form_col .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #000;
}
.contact_sec .contact_row .form_col .wrap_form .wrap_submit {
  text-align: left;
}
.contact_sec .contact_row .form_col .wrap_form .wrap_submit input {
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  cursor: pointer;
  border: 0;
  border-bottom: 3px solid #72b62b;
  padding: 0;
  padding-bottom: 3px;
  border-radius: 0;
}
.contact_sec .contact_row .form_col .wrap_form .wrap_submit .wpcf7-spinner {
  position: absolute;
}
.contact_sec .contact_row .info_col {
  width: 50%;
  padding-top: 100px;
  position: relative;
}
.contact_sec .contact_row .info_col .abs_img {
  position: absolute;
  left: -30px;
}
.contact_sec .contact_row .info_col .wrap_title {
  margin-bottom: 80px;
}
.contact_sec .contact_row .info_col .wrap_title .page_title {
  color: #fff;
}
.contact_sec .contact_row .info_col .wrap_title .page_title:after {
  background: #fff;
  bottom: -20px;
}
.contact_sec .contact_row .info_col .contact_infp_item {
  margin-bottom: 40px;
}
.contact_sec .contact_row .info_col .contact_infp_item .wrap_label {
  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: 5px;
}
.contact_sec .contact_row .info_col .contact_infp_item .wrap_label span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-right: 5px;
}
.contact_sec .contact_row .info_col .contact_infp_item .wrap_val a,
.contact_sec .contact_row .info_col .contact_infp_item .wrap_val span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.09px;
}
.contact_sec .contact_row .info_col .wrap_socials .wrap_label {
  margin-bottom: 5px;
}
.contact_sec .contact_row .info_col .wrap_socials .wrap_label span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-right: 5px;
}
.contact_sec .contact_row .info_col .wrap_socials .wrap_socials_items {
  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_socials .wrap_socials_items .wrap_social {
  margin-left: 15px;
}
.contact_sec .contact_row .info_col .wrap_socials .wrap_socials_items .wrap_social:last-child {
  margin: 0;
}
.contact_sec .contact_row .info_col .wrap_socials .wrap_socials_items .wrap_social a {
  display: block;
}

.row_n {
  max-width: 1460px;
}

.en_title {
  position: relative;
  text-align: center;
}
.en_title.lined:after {
  content: "";
  position: absolute;
  top: 39px;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #000;
  display: block;
  z-index: -1;
}
.en_title h2 {
  color: #000;
  text-align: center;
  font-family: Cinzel;
  font-size: 81px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8.1px;
  display: inline-block;
  background: #fafafa;
  padding: 0 25px;
  text-transform: uppercase;
}

.page_text p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 25px;
}

.page_title {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  position: relative;
  margin-bottom: 40px;
}
.page_title:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 52px;
  height: 4px;
  background: #72b62b;
}

.page_wrapper {
  padding-top: 78px;
  padding-bottom: 200px;
  position: relative;
}
.page_wrapper .wrap_single_title {
  margin-bottom: 20px;
}

.single_wrapper .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap_more_con {
  margin-top: 55px;
}
.wrap_more_con h3 {
  color: #000;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}

.related_posts_sec .page_title {
  text-align: center;
}
.related_posts_sec .page_title:after {
  left: 0;
  margin: auto;
  right: 0;
}

.footer {
  padding-top: 240px;
  margin-top: 190px;
  position: relative;
}
.footer .footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -o-object-position: top;
     object-position: top;
}
.footer .top_footer {
  position: relative;
}
.footer .top_footer .wrap_title {
  margin-bottom: 60px;
}
.footer .top_footer .page_title {
  color: #fff;
  text-align: center;
}
.footer .top_footer .page_title:after {
  left: 0;
  margin: auto;
  right: 0;
}
.footer .top_footer .wrap_form {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.footer .top_footer .wrap_form .wpcf7 {
  position: relative;
  z-index: 2;
}
.footer .top_footer .wrap_form .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 0;
  color: #000;
  margin-top: 20px;
}
.footer .top_footer .wrap_form .wpcf7-not-valid-tip {
  border: 0;
  margin: 0;
  padding: 0;
  color: #000;
  margin-top: 5px;
}
.footer .top_footer .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;
}
.footer .top_footer .wrap_form .wrap_inputs .wrap_input {
  width: 23%;
}
.footer .top_footer .wrap_form .wrap_input {
  margin-right: 1%;
}
.footer .top_footer .wrap_form .wrap_input:first-child {
  margin: 0;
}
.footer .top_footer .wrap_form .wrap_input input {
  border: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  background: #fff;
  margin: 0;
  width: 100%;
  height: 55px;
  border-radius: 0;
  padding-right: 10px;
}
.footer .top_footer .wrap_form .wrap_input input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.footer .top_footer .wrap_form .wrap_input input::placeholder {
  opacity: 1;
  color: #000;
}
.footer .top_footer .wrap_form .wrap_submit {
  text-align: left;
  width: 5%;
}
.footer .top_footer .wrap_form .wrap_submit input {
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  cursor: pointer;
  border: 0;
  border-bottom: 3px solid #afc48b;
  height: 50px;
  padding: 0;
  border-radius: 0;
}
.footer .top_footer .wrap_form .wrap_submit .wpcf7-spinner {
  position: absolute;
}
.footer .top_footer .wrap_logo {
  margin-top: 36px;
  text-align: left;
}
.footer .top_footer .wrap_free_text p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.085px;
}
.footer .top_footer .wrap_free_text p a {
  color: #fff;
}
.footer .top_footer .wrap_contact_form {
  margin-bottom: 140px;
}
.footer .top_footer .menus_wrap {
  margin-bottom: 100px;
}
.footer .top_footer .menus_wrap .desktop_only {
  display: none;
}
.footer .top_footer .menu_col .footer_title {
  margin-bottom: 25px;
}
.footer .top_footer .menu_col .footer_title p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.footer .top_footer .menu_col .wrap_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 2.3;
}
.footer .top_footer .menu_col .wrap_menu ul li:last-child {
  margin: 0;
}
.footer .top_footer .menu_col .wrap_menu ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  display: block;
}
.footer .top_footer .menu_col .wrap_menu ul li a:hover {
  text-decoration: underline;
}
.footer .top_footer .menu_col .wrap_socials {
  display: -moz-flex;
  display: flex;
  margin-top: 20px;
}
.footer .top_footer .menu_col .wrap_socials .wrap_social {
  margin-left: 20px;
}
.footer .top_footer .menu_col .wrap_socials .wrap_social:last-child {
  margin: 0;
}
.footer .top_footer .menu_col .wrap_socials .wrap_social a {
  display: block;
}
.footer .bottom_footer {
  position: relative;
  z-index: 1;
}
.footer .bottom_footer .flex_wrap {
  min-height: 63px;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-top: 1px solid #fff;
}
.footer .bottom_footer .flex_wrap .wrap_copy {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.footer .bottom_footer .flex_wrap .wrap_socials {
  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;
  line-height: 1;
}
.footer .bottom_footer .flex_wrap .wrap_socials .wrap_social a {
  display: block;
}
.footer .bottom_footer .flex_wrap .wrap_socials .wrap_social.footer_insta {
  margin: 0 35px;
  padding: 0 35px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.footer .bottom_footer .flex_wrap .wrap_web p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
.footer .bottom_footer .flex_wrap .wrap_web p a {
  color: #fff;
}
.footer .bottom_footer .flex_wrap .wrap_web img {
  margin: 0 2px;
  margin-bottom: 2px;
}

body.page-template-tpl-contact .footer {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 0;
}
body.page-template-tpl-contact .footer .top_footer .menus_wrap .desktop_only {
  display: block;
}

.post_item a {
  display: block;
  padding-bottom: 50px;
  position: relative;
}
.post_item a:hover .wrap_post_content svg path {
  fill: #3f720d;
}
.post_item a:hover .wrap_post_content .abs_text .wrap_title p,
.post_item a:hover .wrap_post_content .abs_text .wrap_title h3 {
  color: #fff;
}
.post_item a:hover .wrap_post_content .abs_text .wrap_read_more {
  opacity: 1;
  visibility: visible;
}
.post_item .wrap_img {
  overflow: hidden;
  height: 420px;
}
.post_item .wrap_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post_item .wrap_post_content {
  position: absolute;
  bottom: -120px;
}
.post_item .wrap_post_content svg {
  width: 100%;
}
.post_item .wrap_post_content svg path {
  transition: all 150ms ease;
}
.post_item .wrap_post_content .abs_text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  padding-bottom: 50px;
}
.post_item .wrap_post_content .abs_text .wrap_title {
  margin-bottom: 25px;
}
.post_item .wrap_post_content .abs_text .wrap_title p,
.post_item .wrap_post_content .abs_text .wrap_title h3 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  transition: all 150ms ease;
}
.post_item .wrap_post_content .abs_text .wrap_read_more {
  opacity: 0;
  visibility: hidden;
  transition: all 150ms ease;
}
.post_item .wrap_post_content .abs_text .wrap_read_more span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  display: inline-block;
}

.blog_sec {
  padding-top: 110px;
  padding-bottom: 180px;
  position: relative;
}
.blog_sec .abs_mask2 {
  position: absolute;
  left: 10%;
  z-index: -1;
  bottom: -200px;
}
.blog_sec .post_item {
  margin-bottom: 160px;
}

.about_top_sec {
  padding-top: 86px;
  padding-bottom: 56px;
}
.about_top_sec .wrap_top_content {
  margin-bottom: 70px;
}
.about_top_sec .main_title {
  max-width: 1460px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.about_top_sec .wrap_logos {
  padding-top: 50px;
}
.about_top_sec .wrap_logo {
  text-align: left;
  margin-bottom: 54px;
}

.about_bottom_sec {
  margin-bottom: 140px;
}
.about_bottom_sec .about_bottom_content {
  margin-top: 55px;
}
.about_bottom_sec .wrap_inner {
  position: relative;
  min-height: 630px;
}
.about_bottom_sec .wrap_inner .abs_img {
  position: absolute;
  right: 0;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.about_bottom_sec .wrap_inner .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: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.about_bottom_sec .wrap_inner .flex_wrap .wrap_content {
  position: relative;
  min-height: 630px;
  max-width: 560px;
  padding-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;
}
.about_bottom_sec .wrap_inner .flex_wrap .wrap_content .abs_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
}
.about_bottom_sec .wrap_inner .flex_wrap .wrap_content .wrap_title {
  margin-bottom: 35px;
}
.about_bottom_sec .wrap_inner .flex_wrap .wrap_content .wrap_title h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
.about_bottom_sec .wrap_inner .flex_wrap .wrap_content .wrap_text {
  margin-bottom: 50px;
}
.about_bottom_sec .wrap_inner .flex_wrap .wrap_content .wrap_text p {
  color: #fff;
}
.about_bottom_sec .wrap_inner .flex_wrap .wrap_content .wrap_read_more a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 2px;
  border-bottom: 3px solid #fff;
}
.about_bottom_sec .logo-marquee {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
.about_bottom_sec .logo-track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.about_bottom_sec .logo {
  text-align: center;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_bottom_sec .logo img {
  width: auto;
  display: inline-block;
}
.about_bottom_sec {
  /* animation */
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.product_box {
  display: -moz-flex;
  display: flex;
}
.product_box > a {
  position: relative;
  display: block;
  min-height: 600px;
  padding-top: 240px;
}
.product_box > a .small_mask {
  position: absolute;
  left: 0;
  top: 247px;
  z-index: -1;
  opacity: 0;
  transition: all 200ms ease;
}
.product_box > a .content_mask {
  position: absolute;
  right: 5px;
  z-index: -1;
  bottom: 0;
  width: 100%;
}
.product_box > a .wrap_img {
  text-align: center;
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.product_box > a .wrap_img img {
  height: 483px;
  transition: all 200ms ease;
}
.product_box > a .wrap_content {
  clip-path: polygon(0 23%, 100% 0, 100% 100%, 0% 100%);
  background: #afc48b;
  filter: drop-shadow(6px 11px 30.8px rgba(0, 0, 0, 0.15));
  min-height: 345px;
  padding-top: 269px;
  width: 100%;
  transition: all 200ms ease;
}
.product_box > a .wrap_content .product_title {
  text-align: center;
}
.product_box > a .wrap_content .product_title span {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  transition: all 200ms ease;
}
.product_box > a .abs_wrap_info {
  opacity: 0;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 0;
  position: relative;
  right: 0;
  background: #3f720d;
  height: auto;
  z-index: 3;
  top: -1px;
  width: 100%;
  height: 100%;
  transition: all 200ms ease;
}
.product_box > a .abs_wrap_info ul,
.product_box > a .abs_wrap_info li,
.product_box > a .abs_wrap_info p {
  color: #fff;
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
}
.product_box > a:hover .small_mask {
  opacity: 1;
}
.product_box > a:hover .wrap_content {
  background: #3f720d;
}
.product_box > a:hover .wrap_content .product_title span {
  color: #fff;
}
.product_box > a:hover .abs_wrap_info {
  opacity: 1;
}
.product_box > a:hover .wrap_img img {
  transform: scale(1.1);
}

.product_top_sec {
  margin-bottom: 70px;
  padding-top: 100px;
}
.product_top_sec .inner_wrap {
  padding-left: 80px;
}
.product_top_sec .wrap_title .page_title {
  margin-bottom: 40px;
}
.product_top_sec .wrap_title .page_title:after {
  bottom: -20px;
}
.product_top_sec .product_sku {
  margin-bottom: 25px;
}
.product_top_sec .product_sku span {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.product_top_sec .page_text {
  border-bottom: 1px solid rgba(99, 99, 99, 0.5);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.product_top_sec .page_text p:last-child {
  margin: 0;
}
.product_top_sec .pro_info {
  margin-bottom: 40px;
}
.product_top_sec .pro_info .wrap_title span {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.product_top_sec .pro_info .wrap_info_text ul {
  color: #000;
  font-size: 17px;
  line-height: 150%;
  margin-right: 20px;
  margin-top: 5x;
}
.product_top_sec .projects_link a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 3px solid #72b62b;
  padding-bottom: 2px;
  display: inline-block;
}

.product_gallery {
  margin-bottom: 32px;
}
.product_gallery .swiper-slide img {
  height: 482px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_gallery_thumbs .wrap_img {
  background: #fff;
  min-height: 150px;
  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;
}
.product_gallery_thumbs .wrap_img img {
  height: 110px;
}

.product_video {
  margin-bottom: 150px;
}
.product_video .wrap_video {
  min-height: 620px;
  position: relative;
}
.product_video .wrap_video img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product_video .wrap_video .play-button {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  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;
}

.products_strip {
  margin-bottom: 160px;
}
.products_strip .wrap_title {
  text-align: center;
}
.products_strip .wrap_title .page_title:after {
  left: 0;
  margin: auto;
}

.products_page_sec {
  padding-top: 110px;
}
.products_page_sec .wrap_nav {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 80px;
}
.products_page_sec .wrap_nav a {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0 20px;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent;
}
.products_page_sec .wrap_nav a:hover {
  border-bottom: 4px solid #72b62b;
}
.products_page_sec .wrap_nav a.active {
  border-bottom: 4px solid #72b62b;
}
.products_page_sec .product_box {
  margin-bottom: 60px;
  display: block;
}
.products_page_sec .product_box > a .abs_wrap_info {
  top: auto;
  height: auto;
  position: absolute;
}

.products_strip .product_box {
  margin-bottom: 60px;
  display: block;
}
.products_strip .product_box > a .abs_wrap_info {
  top: auto;
  height: auto;
  position: absolute;
}

.home_top_wrap {
  position: relative;
}
.home_top_wrap .wrap_img {
  background-image: url(../../images/home_slide_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -30px;
}
.home_top_wrap .wrap_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_top_wrap .abs_content {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.home_top_wrap .abs_content .wrap_title {
  margin-bottom: 50px;
  margin-top: 20px;
}
.home_top_wrap .abs_content .wrap_title h1 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px; /* 121.053% */
  letter-spacing: 0.19px;
}
.home_top_wrap .abs_content .wrap_link a {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 3px solid #afc48b;
  padding-bottom: 3px;
}

.home_products_sec {
  margin-bottom: 30px;
  padding-top: 100px;
}
.home_products_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}
.home_products_sec .flex_wrap .wrap_link {
  margin-top: 20px;
}
.home_products_sec .flex_wrap .wrap_link a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #afc48b;
}
.home_products_sec .products_slider_wrapper {
  position: relative;
}
.home_products_sec .products_slider_wrapper .swiper-wrapper {
  box-sizing: border-box;
  overflow-y: visible;
  padding-top: 100px;
}
.home_products_sec .products_slider_wrapper .swiper-wrapper .swiper-slide {
  overflow-y: visible;
}
.home_products_sec .products_slider_wrapper .custom_next {
  position: absolute;
  top: 23%;
  transform: translateY(-50%);
  left: -80px;
}
.home_products_sec .products_slider_wrapper .custom_prev {
  position: absolute;
  top: 23%;
  transform: translateY(-50%);
  right: -80px;
}
.home_products_sec .products_slider_wrapper .swiper-button-next,
.home_products_sec .products_slider_wrapper .swiper-button-prev {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
}

.home_logos_slider {
  width: 100%;
  background: #fff;
  padding: 10px 0;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home_video_sec {
  margin-bottom: 120px;
}
.home_video_sec .row {
  max-width: 100%;
}
.home_video_sec .row .columns {
  padding: 0;
}
.home_video_sec .flex_wrap {
  display: -moz-flex;
  display: flex;
}
.home_video_sec .wrap_video {
  width: 46%;
  position: relative;
}
.home_video_sec .wrap_video .play-button {
  position: absolute;
  width: 110%;
  left: -90px;
  top: 0;
  display: block;
  height: calc(100vh - 93px);
}
.home_video_sec .wrap_video video {
  height: calc(100vh - 93px);
}
.home_video_sec .process_content {
  width: 54%;
  background: #3f720d;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  height: calc(100vh - 93px);
  padding-right: 240px;
  padding-top: 9vh;
}
.home_video_sec .process_content .wrap_title h2 {
  color: #fff;
}
.home_video_sec .process_content .wrap_text {
  margin-bottom: 56px;
  max-width: 600px;
}
.home_video_sec .process_content .wrap_text p {
  color: #f7f7f7;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.home_video_sec .process_content .pros_title {
  margin-bottom: 20px;
}
.home_video_sec .process_content .pros_title span {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1; /* 114.063% */
}
.home_video_sec .process_content .wrap_process {
  display: -moz-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.home_video_sec .process_content .wrap_process .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-left: 80px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}
.home_video_sec .process_content .wrap_process .wrap_item svg {
  position: absolute;
  left: -50px;
  top: 20px;
}
.home_video_sec .process_content .wrap_process .wrap_item .icon_title {
  text-align: center;
}
.home_video_sec .process_content .wrap_process .wrap_item .icon_title .pros_title_item {
  color: #f7f7f7;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
}
.home_video_sec .process_content .wrap_process .wrap_item:last-child {
  margin: 0;
}
.home_video_sec .process_content .wrap_process .wrap_item:last-child svg {
  display: none;
}
.home_video_sec .process_content .wrap_process.visible .wrap_item {
  animation: fadeInUp 0.6s ease forwards;
}
.home_video_sec .process_content .wrap_process.visible .wrap_item:nth-child(1) {
  animation-delay: 0s;
}
.home_video_sec .process_content .wrap_process.visible .wrap_item:nth-child(2) {
  animation-delay: 0.2s;
}
.home_video_sec .process_content .wrap_process.visible .wrap_item:nth-child(3) {
  animation-delay: 0.4s;
}
.home_video_sec .process_content .wrap_process.visible .wrap_item:nth-child(4) {
  animation-delay: 0.6s;
}

.home_projects_sec {
  margin-bottom: 100px;
}
.home_projects_sec .row {
  max-width: 100%;
}
.home_projects_sec .wrap_title {
  margin-bottom: 80px;
}
.home_projects_sec .wrap_title .page_title:after {
  left: 0;
  margin: auto;
}
.home_projects_sec .wrap_title .page_title {
  text-align: center;
}
.home_projects_sec .projects_slider_wrapper {
  position: relative;
}
.home_projects_sec .projects_slider_wrapper .custom_next {
  position: absolute;
  left: 0;
  top: -50px;
}
.home_projects_sec .projects_slider_wrapper .custom_prev {
  position: absolute;
  right: 0;
  top: -50px;
}
.home_projects_sec .projects_slider_wrapper .swiper-button-next,
.home_projects_sec .projects_slider_wrapper .swiper-button-prev {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
}

.home_about_anim {
  margin-bottom: 110px;
  margin-top: 30px;
}
.home_about_anim .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;
}
.home_about_anim .flex_wrap .wrap_anim {
  width: 50%;
  min-height: 700px;
  position: relative;
}
.home_about_anim .flex_wrap .wrap_anim .abs_img1 {
  position: absolute;
  left: -60px;
  bottom: 80px;
  transition: all 500ms ease;
}
.home_about_anim .flex_wrap .wrap_anim .abs_img2 {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 500ms ease;
}
.home_about_anim .flex_wrap .wrap_anim .abs_img3 {
  position: absolute;
  bottom: 0;
  left: 160px;
  transition: all 500ms ease;
}
.home_about_anim .flex_wrap .wrap_content {
  width: 36%;
}
.home_about_anim .flex_wrap .wrap_content .wrap_title .page_title:after {
  bottom: -20px;
}
.home_about_anim .flex_wrap .wrap_content .wrap_con {
  margin-bottom: 30px;
}
.home_about_anim .flex_wrap .wrap_content .wrap_con p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}
.home_about_anim .flex_wrap .wrap_content .wrap_link {
  margin-top: 20px;
}
.home_about_anim .flex_wrap .wrap_content .wrap_link a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #afc48b;
}
.home_about_anim .flex_wrap.visible .wrap_anim .abs_img1 {
  left: -10px;
  bottom: 60px;
}
.home_about_anim .flex_wrap.visible .wrap_anim .abs_img2 {
  top: 81px;
  right: 24px;
}
.home_about_anim .flex_wrap.visible .wrap_anim .abs_img3 {
  bottom: 60px;
  left: 170px;
}

.page_sec {
  padding: 80px 0;
}
.page_sec .row {
  max-width: 1600px;
}
.page_sec ul {
  list-style: none;
}
.page_sec ul li {
  margin-bottom: 30px;
}
.page_sec ul li h2 {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 36px;
  font-weight: 400;
}
.page_sec ul li ul {
  margin-right: 20px;
}
.page_sec ul li ul li {
  margin-bottom: 7px;
  list-style: disc;
}
.page_sec ul li ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.page_sec ul li ul li a:hover, .page_sec ul li ul li a:focus {
  text-decoration: underline;
}
.page_sec .page_text {
  max-width: 660px;
}

.project_main_sec {
  padding-top: 90px;
  margin-bottom: 130px;
}
.project_main_sec .wrap_title {
  margin-bottom: 20px;
}
.project_main_sec .wrap_title h2 {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}
.project_main_sec .page_text {
  margin-bottom: 40px;
}
.project_main_sec .project_gallery .wrap_img {
  position: relative;
}
.project_main_sec .project_gallery .wrap_img:nth-child(odd) img {
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}
.project_main_sec .project_gallery .wrap_img:nth-child(even) img {
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -4%;
  margin-bottom: 20px;
}
.project_main_sec .project_gallery .wrap_img:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 86%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 29.5px 513px 29.5px 0;
  border-color: transparent #72b62b transparent transparent;
  transform: rotate(0deg);
  z-index: 1;
}

.project_box .wrap_img {
  position: relative;
  overflow: hidden;
}
.project_box .wrap_img img {
  transition: all 350ms ease;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.project_box .wrap_img:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 41px 362px;
  border-color: transparent transparent #fafafa transparent;
  transform: rotate(0deg);
}
.project_box .wrap_img:before {
  content: "";
  position: absolute;
  bottom: 3px;
  z-index: 1;
  right: 0;
  z-index: 2;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 19.5px 180px 19.5px 0;
  border-color: transparent #3f720d transparent transparent;
  transform: rotate(0deg);
  opacity: 0;
  transition: all 150ms ease;
}
.project_box .project_title {
  margin-top: 18px;
}
.project_box .project_title span {
  color: #000;
  text-align: right;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
.project_box a:hover .wrap_img:before {
  opacity: 1;
}
.project_box a:hover .wrap_img img {
  transform: scale(1.02);
}

.projects_strip {
  margin-bottom: 160px;
  margin-top: 40px;
}
.projects_strip .wrap_title {
  text-align: center;
}
.projects_strip .wrap_title .page_title:after {
  left: 0;
  margin: auto;
}

.projects_sec {
  padding-top: 100px;
}
.projects_sec .project_box {
  margin-bottom: 60px;
}/*# sourceMappingURL=style.css.map */