/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "Dana";
  font-weight: 100;
  src: local("Dana"), url("../fonts/dana-light.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-weight: 300;
  src: local("Dana"), url("../fonts/dana-regular.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-weight: 400;
  src: local("Dana"), url("../fonts/dana-medium.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-weight: 500;
  src: local("Dana"), url("../fonts/dana-demibold.woff") format("woff");
}
@font-face {
  font-family: "Dana";
  font-weight: 700;
  src: local("Dana"), url("../fonts/dana-bold.woff") format("woff");
}
b,
strong {
  font-weight: 500 !important;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(255, 255, 255);
  text-decoration: none !important;
}
a:hover {
  color: rgb(0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dana", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
html {
  background: rgb(0, 102, 102);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "Dana", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.8;
  direction: rtl;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}
.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 102, 102, 0.8);
  backdrop-filter: blur(2px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "Dana", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
b,
strong {
  font-weight: 500;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
html[lang="ar"] ol {
  list-style-type: arabic-indic;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.pagination {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 6px;
}
.pagination > li > a,
.pagination > li > .current {
  min-width: 40px;
  height: 40px;
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  padding: 0 10px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination > li > a:hover {
  background: rgb(0, 102, 102);
  color: rgb(239, 236, 232);
}
.pagination > li > .current {
  background: rgb(0, 102, 102);
  color: rgb(255, 255, 255);
}
/*Custom*/
.container-fluid {
  max-width: 1535px;
}
.section {
  position: relative;
  z-index: 2;
}
.section-wrapper {
  padding: 100px 0 50px;
}
.section-title {
  font-style: italic;
  font-size: 51px;
  color: rgb(0, 102, 102);
  line-height: 1;
  margin: 0;
}
.section-title > strong {
  color: rgb(0, 102, 102);
}
.section-subtitle {
  font-size: 24px;
  font-family: "Dana";
  font-weight: normal;
  margin: 0;
}
.section-header .section-nav {
  margin-top: 20px;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-desc {
  margin: 15px auto 0;
}
.section-desc + .section-nav {
  margin-top: 30px;
}
.section-cover {
  position: relative;
}
.section-cover > img {
  width: 100%;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 12px;
}
.subsection + .subsection {
  margin-top: 30px;
}
.subsection-title {
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
.section-btn {
  color: rgb(0, 102, 102);
  font-weight: bold;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
}
.tbutton {
  border: 1px solid transparent;
  height: 50px;
  padding: 0 20px;
  font-weight: 100;
  font-style: italic;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton > i + span {
  margin-left: 10px;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-primary-fill {
  background: rgb(0, 102, 102);
  color: rgb(239, 236, 232);
}
.tbutton-primary-fill:hover {
  background: rgb(239, 236, 232);
  border-color: rgb(0, 102, 102);
  color: rgb(0, 102, 102);
}
.tbutton-secondary-fill {
  background: rgb(167, 168, 167);
  color: rgb(0, 102, 102);
}
.tbutton-secondary-fill:hover {
  background: rgb(0, 102, 102);
  border-color: rgb(167, 168, 167);
  color: rgb(167, 168, 167);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(0, 102, 102);
  color: rgb(0, 102, 102);
}
.tbutton-primary-outline:hover {
  background: rgb(0, 102, 102);
  border-color: rgb(0, 102, 102);
  color: rgb(239, 236, 232);
}
.tbutton-secondary-outline {
  background: none;
  border-color: rgb(167, 168, 167);
  color: rgb(167, 168, 167);
}
.tbutton-secondary-outline:hover {
  background: rgb(167, 168, 167);
  border-color: rgb(167, 168, 167);
  color: rgb(0, 102, 102);
}
#header {
  padding: 15px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.nav-toggle {
  font-size: 20px;
  border: none;
  background: none;
  padding: 0;
  line-height: 1;
}
.lang-nav {
  margin: 0 30px 0 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  display: inline-flex;
  align-items: center;
}
.lang-nav > li {
  display: inline-flex;
}
.lang-nav > li + li {
  margin-right: 10px;
}
.lang-nav > li > a {
  background: rgb(0, 102, 102);
  color: rgb(255, 255, 255);
  padding: 5px;
}
.lang-nav > li > a:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 102, 102);
}
.lang-nav > li.active {
  display: none;
}
.lang-nav > li.active > a {
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}
.slide-card {
  width: 100vw;
}
.slide-card-header {
  position: relative;
}
.slide-card-header::after {
  background: -moz-linear-gradient(
    48.96% 103.04% 88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-gradient(
    linear,
    48.96% 103.04%,
    51.04% -3.04%,
    color-stop(0, rgba(23, 81, 79, 1)),
    color-stop(0.3434, rgba(77, 114, 112, 1)),
    color-stop(0.7874, rgba(142, 153, 151, 1)),
    color-stop(0.9972, rgba(167, 168, 167, 1))
  );
  background: -o-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -ms-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F', endColorstr='#A7A8A7' ,GradientType=0)";
  background: linear-gradient(
    2deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F',endColorstr='#A7A8A7' , GradientType=1);
  mix-blend-mode: color;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.slide-card-video > video,
.slide-card-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.slide-card-video {
  line-height: 0;
}
.section-about {
  background: rgb(221, 221, 221);
}
.product-card {
  position: relative;
}
.product-card-header {
  position: relative;
}
.product-card-header::before {
  padding-top: 120%;
  display: block;
  content: "";
}
.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product-card-body {
  background: rgb(0, 102, 102);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.product-card:hover .product-card-body {
  opacity: 1;
  visibility: visible;
  transform: scale(0.9);
}
.product-card-title {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
}
#footer {
  background: rgb(0, 102, 102);
  color: rgb(167, 168, 167);
  padding: 9vw 0 100px;
  position: relative;
  margin-top: auto;
}
#footer a {
  color: rgb(167, 168, 167);
}
#footer a:hover {
  color: rgb(255, 255, 255);
}
#footer::before,
#footer::after {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
}
#footer::before {
  width: 100vw;
  height: 100%;
  background-image: url(../img/footer-bg-fa.svg);
  background-size: 100% auto;
  background-position: top right;
  right: 0;
  top: 0;
}
#footer::after {
  width: 100vw;
  height: 95%;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url(../img/footer-pattern.svg);
  background-size: auto 100%;
  background-position: bottom center;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.footer-wrapper {
  position: relative;
  z-index: 1;
}
.footer-logo {
  height: 60px;
}
.footer-about {
  margin-top: 45px;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li + li {
  margin-top: 10px;
}
.footer-nav > li {
  display: flex;
  align-items: center;
}
.footer-nav > li::before {
  border: 2px solid rgb(221, 221, 221);
  background-color: rgb(0, 102, 102);
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  margin-left: 15px;
  content: "";
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li + li {
  margin-top: 10px;
}
.contact-info > li {
  display: flex;
  align-items: center;
}
.contact-info > li > img,
.contact-info > li > i {
  height: 25px;
  min-width: 35px;
  margin-left: 30px;
  font-size: 25px;
  line-height: 1;
}
.social-nav {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 30px;
}
.social-nav > li + li {
  margin-right: 15px;
}
.social-nav > li img,
.social-nav > li i {
  height: 29px;
  font-size: 29px;
  line-height: 1;
}
#page-cover {
  position: relative;
}
#page-cover::after {
  background: -moz-linear-gradient(
    48.96% 103.04% 88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-gradient(
    linear,
    48.96% 103.04%,
    51.04% -3.04%,
    color-stop(0, rgba(23, 81, 79, 1)),
    color-stop(0.3434, rgba(77, 114, 112, 1)),
    color-stop(0.7874, rgba(142, 153, 151, 1)),
    color-stop(0.9972, rgba(167, 168, 167, 1))
  );
  background: -o-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -ms-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F', endColorstr='#A7A8A7' ,GradientType=0)";
  background: linear-gradient(
    2deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F',endColorstr='#A7A8A7' , GradientType=1);
  mix-blend-mode: color;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#page-cover > img {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
}
#page-header {
  padding: 200px 0 40px;
  position: relative;
  z-index: 2;
}
.page-title {
  padding: 95px 40px 0 0;
  line-height: 1;
  font-style: italic;
  font-size: 51px;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0 rgb(0, 102, 102), -1px -1px 0 rgb(0, 102, 102),
    -1px 1px 0 rgb(0, 102, 102), 1px -1px 0 rgb(0, 102, 102);
  height: 173px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.page-title::after {
  background: url(../img/title.svg) no-repeat top left;
  transform: scaleX(-1);
  mix-blend-mode: difference;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
#page-body {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
#header + #page-body {
  padding-top: 250px;
}
#page-footer {
  margin-top: auto;
}
#page-footer + #footer {
  margin-top: 0;
}
.fgallery-card-header {
  position: relative;
}
.fgallery-card-header::before {
  padding-top: 150%;
  display: block;
  content: "";
}
.fgallery-card-header::after {
  background: -moz-linear-gradient(
    48.96% 103.04% 88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-gradient(
    linear,
    48.96% 103.04%,
    51.04% -3.04%,
    color-stop(0, rgba(23, 81, 79, 1)),
    color-stop(0.3434, rgba(77, 114, 112, 1)),
    color-stop(0.7874, rgba(142, 153, 151, 1)),
    color-stop(0.9972, rgba(167, 168, 167, 1))
  );
  background: -o-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -ms-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F', endColorstr='#A7A8A7' ,GradientType=0)";
  background: linear-gradient(
    2deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F',endColorstr='#A7A8A7' , GradientType=1);
  mix-blend-mode: color;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s ease-out;
}
.fgallery-card-header:hover::after {
  opacity: 0;
}
.fgallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.fgallery-card-header:hover .fgallery-card-img {
  transform: scale(1.15);
}
.team-card {
  position: relative;
}
.team-card-header {
  position: relative;
}
.team-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.team-card-header::after {
  background: -moz-linear-gradient(
    48.96% 103.04% 88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-gradient(
    linear,
    48.96% 103.04%,
    51.04% -3.04%,
    color-stop(0, rgba(23, 81, 79, 1)),
    color-stop(0.3434, rgba(77, 114, 112, 1)),
    color-stop(0.7874, rgba(142, 153, 151, 1)),
    color-stop(0.9972, rgba(167, 168, 167, 1))
  );
  background: -o-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -ms-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F', endColorstr='#A7A8A7' ,GradientType=0)";
  background: linear-gradient(
    2deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F',endColorstr='#A7A8A7' , GradientType=1);
  mix-blend-mode: color;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.team-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  position: absolute;
  top: 0;
  left: 0;
}
.team-card-body {
  color: rgb(255, 255, 255);
  padding: 30px 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.team-card:hover .team-card-body,
.team-card:hover .team-card-header::after {
  opacity: 1;
  visibility: visible;
}
.team-card-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.team-card-subtitle {
  font-size: 18px;
  font-weight: 100;
  font-style: italic;
  margin: 0;
}
.team-card-subtitle::before {
  content: "\\";
  margin-left: 10px;
  align-self: center;
  display: inline-flex;
}
.section-body p,
.entry-content p {
  text-align: justify;
}
.form-label {
  color: rgb(0, 102, 102);
  font-weight: 500;
  font-style: italic;
}
.form-control {
  border-color: rgb(0, 102, 102);
  font-weight: 300;
}
.form-control:focus {
  border-color: rgb(0, 0, 0);
}
body.tax-product_cat #page-body,
body.post-type-archive-product #page-body {
  padding-right: 30px;
  padding-left: 30px;
}
.section-about-cover > img {
  width: 100%;
}
.section-dropdown {
  position: relative;
  z-index: 1;
}
.section-dropdown > button {
  background: rgb(255, 255, 255);
  color: rgb(104, 104, 104);
  font-style: italic;
  font-weight: 400;
  border-radius: 17px;
  width: 100%;
  height: 56px;
  padding: 0 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-dropdown ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  position: absolute;
  background: rgb(255, 255, 255);
  border-radius: 17px;
  border: none;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 1px;
  line-height: 1;
}
.section-dropdown.open ul {
  opacity: 1;
  visibility: visible;
}
.section-dropdown ul > li {
  padding: 5px 30px;
}
.section-dropdown ul > li > a {
  color: rgb(104, 104, 104);
  display: block;
  padding: 10px 0;
  line-height: 1;
}
.section-dropdown ul > li > a:hover,
.section-dropdown ul > li.active > a {
  color: rgb(0, 102, 102);
}
.section-product .section-wrapper {
  padding: 15px;
}
.pmg {
  position: relative;
  overflow: hidden;
}
.pmg::after {
  background: -moz-linear-gradient(
    48.96% 103.04% 88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-gradient(
    linear,
    48.96% 103.04%,
    51.04% -3.04%,
    color-stop(0, rgba(23, 81, 79, 1)),
    color-stop(0.3434, rgba(77, 114, 112, 1)),
    color-stop(0.7874, rgba(142, 153, 151, 1)),
    color-stop(0.9972, rgba(167, 168, 167, 1))
  );
  background: -o-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -ms-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F', endColorstr='#A7A8A7' ,GradientType=0)";
  background: linear-gradient(
    2deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F',endColorstr='#A7A8A7' , GradientType=1);
  mix-blend-mode: color;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  transition: all 0.3s ease-out;
}
.pmg:hover::after {
  opacity: 0;
}
.pmg-title::after {
  display: none;
}
.pmg img {
  border: 15px solid rgb(255, 255, 255);
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.pmg:hover img {
  transform: scale(1.15);
}
.pmg-title {
  line-height: 1;
  font-style: italic;
  font-size: 86px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  position: relative;
  border: 15px solid rgb(255, 255, 255);
  padding-bottom: 4%;
  margin: 0;
  z-index: 2;
  width: 100%;
  height: 49.5%;
}
.pmg-title::before {
  background: url(../img/title.svg) no-repeat left top;
  transform: scaleX(-1);
  background-size: 100% auto;
  mix-blend-mode: difference;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
}
#contact-map {
  height: 400px;
  direction: ltr;
}
body.page-template-page-environment {
  background: rgb(221, 221, 221);
}
body.page-template-page-environment #page-body {
  padding-bottom: 150px;
}
.cover-shape {
  position: relative;
  overflow: hidden;
}
.cover-shape::before {
  padding-top: 134%;
  content: "";
  display: block;
}
.cover-shape > img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.cover-shape::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  background: -moz-linear-gradient(
    48.96% 103.04% 88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -webkit-gradient(
    linear,
    48.96% 103.04%,
    51.04% -3.04%,
    color-stop(0, rgba(23, 81, 79, 1)),
    color-stop(0.3434, rgba(77, 114, 112, 1)),
    color-stop(0.7874, rgba(142, 153, 151, 1)),
    color-stop(0.9972, rgba(167, 168, 167, 1))
  );
  background: -o-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  background: -ms-linear-gradient(
    88deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F', endColorstr='#A7A8A7' ,GradientType=0)";
  background: linear-gradient(
    2deg,
    rgba(23, 81, 79, 1) 0%,
    rgba(77, 114, 112, 1) 34.34%,
    rgba(142, 153, 151, 1) 78.74%,
    rgba(167, 168, 167, 1) 99.72%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17514F',endColorstr='#A7A8A7' , GradientType=1);
  mix-blend-mode: color;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
/*Plugins*/
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-dots {
  margin-top: 20px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow.owl-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-dots > button + button {
  margin-right: 30px;
}
.owl-carousel .owl-dots > button {
  border: 3px solid rgb(221, 221, 221);
  background-color: rgb(221, 221, 221);
  width: 14px;
  height: 14px;
  padding: 0 !important;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}
.owl-carousel .owl-dots > button.active {
  background-color: rgb(0, 102, 102);
}
.entry-header {
  margin-bottom: 30px;
}
.entry-footer {
  margin-top: 30px;
}
.entry-table {
  width: 100%;
  border-collapse: collapse;
}
.entry-table tr > th,
.entry-table tr > td {
  padding: 5px 10px;
  border: 1px solid rgb(0, 102, 102);
}
.entry-table tr > th {
  border-bottom-width: 2px;
  border-top: none;
}
.entry-table tr > th:first-child,
.entry-table tr > td:first-child {
  border-right: none;
}
.entry-table tr > th:last-child,
.entry-table tr > td:last-child {
  border-left: none;
}
.entry-table-row tr > th,
.entry-table-row tr > td {
  border-right: none;
  border-left: none;
  padding-right: 0;
  padding-left: 0;
}
.entry-table-row tr > th:last-child,
.entry-table-row tr > td:last-child {
  text-align: left;
}
.entry-table caption {
  font-size: 20px;
  color: rgb(0, 102, 102);
  font-weight: 500;
  border-bottom: 1px solid rgb(0, 102, 102);
  text-align: center;
  caption-side: top;
  padding: 0;
}
.entry-table + .entry-table {
  margin-top: 15px;
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .section-wrapper {
    padding-top: 50px;
  }
  .pmg-title {
    font-size: 30px;
    height: auto;
    justify-content: center;
    padding: 20% 0 10%;
  }
}
@media (min-width: 768px) {
  .pmg::before {
    content: "";
    display: block;
  }
  .pmg-1::before {
    padding-top: 39%;
  }
  .pmg-2::before {
    padding-top: 78%;
  }
  .pmg-3::before {
    padding-top: 38%;
  }
  .pmg-4::before {
    padding-top: 114%;
  }
  .pmg-5::before {
    padding-top: 125%;
  }
  .pmg-6::before {
    padding-top: 150%;
  }
  .pmg img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1399.98px) {
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(0, 102, 102);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation li > a {
    white-space: nowrap;
    height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: rgb(250, 250, 250);
    position: relative;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li > a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    content: "\f107";
    font-family: "Font Awesome";
    font-size: 14px;
    color: rgb(224, 224, 224);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  #navigation > ul > li a:before {
    content: "\f104";
    left: auto;
    right: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
  #header {
    padding: 20px 0;
    background: rgb(167, 168, 167);
    height: 64px;
    position: fixed;
  }
  #header::before {
    background: rgb(0, 102, 102);
    transform: rotate(-10deg);
    transform-origin: 0 100%;
    width: 200%;
    height: 200%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
  }
  #header + #page-body {
    padding-top: 120px;
  }
  #page-header {
    padding-top: 120px;
  }
  .section-about-cover {
    padding-top: 64px;
  }
}
@media (min-width: 1400px) {
  .nav-toggle {
    display: none;
  }
  #navigation {
    margin-right: auto;
  }
  #navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul {
    flex-direction: row;
  }
  #navigation > ul > li {
    position: relative;
  }
  #navigation > ul > li + li {
    margin-right: 20px;
  }
  #navigation > ul > li > a {
    font-weight: 100;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    position: relative;
  }
  #navigation > ul > li:hover > a,
  #navigation > ul > li.current-menu-item > a {
    color: rgb(255, 255, 255);
    -webkit-text-stroke-width: 1.5px;
  }
  #navigation > ul > li.current-menu-item > a {
    font-style: italic;
  }
  #navigation > ul > li.current-menu-item > a::before {
    background: url(../img/menu.svg) no-repeat;
    transform: scaleX(-1);
    background-size: cover;
    width: 33px;
    height: 32px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: -1;
  }
  #navigation li > ul {
    background: rgb(255, 255, 255);
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 230px;
    opacity: 0;
    visibility: hidden;
  }
  #navigation > ul > li > ul ul {
    top: 0;
    right: 100%;
  }
  #navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #navigation li > ul > li > a {
    color: rgb(0, 102, 102);
    padding: 10px 15px;
    line-height: 1;
    display: block;
  }
  #navigation li > ul > li:hover > a,
  #navigation li > ul > li.current-menu-item > a {
    color: rgb(0, 0, 0);
  }
  #navigation li > ul > li + li {
    border-top: 1px solid rgb(221, 221, 221);
  }
  #navigation li > ul > li.menu-item-has-children > a {
    padding-left: 45px;
  }
  #navigation li.menu-item-has-children > a:after {
    content: "\f104";
    font-family: "Font Awesome";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #navigation > ul > li.menu-item-has-children > a {
    padding-left: 20px;
  }
  #navigation > ul > li.menu-item-has-children > a:after {
    content: "\f107";
  }
  #navigation > ul > li.menu-item-has-children:hover > a:after {
    content: "\f106";
  }
  body.home #header::before,
  body.home #header::after,
  body:not(.home)::before,
  body:not(.home)::after {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
  }
  body:not(.home)::before,
  body:not(.home)::after {
    z-index: 0;
  }
  body.page-template-page-about::before,
  body.page-template-page-about::after,
  body.single-product::before,
  body.single-product::after {
    z-index: 3;
  }
  body.home #header::before,
  body:not(.home)::before {
    width: 69.3229167vw;
    background-image: url(../img/logomark-box-fa.svg);
    background-position: top left;
    left: 0;
  }
  body.home #header::after,
  body:not(.home)::after {
    width: 39.375vw;
    background-image: url(../img/logotype-box-fa.svg);
    background-position: top right;
    right: 0;
  }
}
