/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/

@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Medium.eot");
  src: url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNext-Medium.woff") format("woff"),
    url("../fonts/AvenirNext-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Demi.eot");
  src: url("../fonts/AvenirNext-Demi.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNext-Demi.woff") format("woff"),
    url("../fonts/AvenirNext-Demi.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Regular.eot");
  src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirNext-Regular.woff") format("woff"),
    url("../fonts/AvenirNext-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(50, 50, 50);
  text-decoration: none !important;
}
a:hover {
  color: rgb(76, 76, 76);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir Next", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
html {
  background: rgb(30, 30, 30);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "Avenir Next", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  padding-top: 80px;
  direction: ltr;
  background: rgb(249, 249, 249);
  color: rgb(117, 116, 116);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.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;
}
.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  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-weight: normal;
  font-family: "Avenir Next", sans-serif;
  font-weight: Bold;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
/*Custom*/

.container-fluid {
  max-width: 1500px;
}
#page-header {
  background: rgb(117, 116, 116);
  color: rgb(255, 255, 255);
  padding: 50px 0;
  text-align: center;
}
.page-title {
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
#page-body {
  padding: 80px 0;
}
.section {
  position: relative;
}
.section-footer {
  text-align: center;
}
.section-body + .section-footer {
  margin-top: 40px;
}
.section-wrapper {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.section-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-header + .section-body,
.section-header + .section-footer,
.section-body + .section-footer {
  margin-top: 40px;
}
.section-header,
.section-footer {
  text-align: center;
}
.section-title {
  color: rgb(114, 114, 114);
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
}
.section-title > span {
  color: rgb(5, 198, 5);
}
.section-tab {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.section-tab > li + li:before {
  content: "/";
  margin: 0 5px;
}
.seciton-subtitle {
  color: rgb(114, 114, 114);
  font-size: 28px;
  margin: 0;
}
.button {
  padding: 10px 15px;
  line-height: 1;
  display: inline-flex;
  border: none;
  background: none;
}
.button-lg {
  padding: 15px 30px;
}
.button-green {
  background-color: rgb(5, 198, 5);
  color: rgb(255, 255, 255);
}
#header {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
.logo > img {
  height: 50px;
}
.nav-options {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}
.nav-options > li {
  border-left: 1px solid rgba(175, 175, 175, 0.5);
}
.nav-options > li > button {
  height: 80px;
  padding: 10px 15px;
  color: rgb(117, 116, 116);
  display: inline-flex;
  align-items: center;
  border: none;
  background: none;
  text-transform: uppercase;
}
.nav-options > li:last-child > button {
  padding-right: 0;
}
#search-form {
  background: rgb(255, 255, 255);
  display: flex;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#search-form.active {
  opacity: 1;
  visibility: visible;
}
.search-input,
.search-btn,
.search-close {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.search-input {
  width: 100%;
  color: rgb(35, 31, 32);
  text-align: center;
  border: none;
  background: none;
}
.nav-toggle,
.search-toggle,
.search-btn,
.search-close {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.nav-toggle > span,
.search-toggle > span,
.search-btn > span,
.search-close > span {
  padding-left: 40px;
  line-height: 30px;
  min-width: 30px;
  height: 30px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.nav-toggle > span:before,
.nav-toggle > span:after,
.search-close > span:before,
.search-close > span:after {
  background: rgb(117, 116, 116);
  width: 30px;
  height: 2px;
  content: "";
  position: absolute;
}
.nav-toggle > span:before,
.nav-toggle > span:after {
  left: 0;
}
.nav-toggle > span:before {
  top: 0;
  box-shadow: 0 14px 0 0;
}
.nav-toggle > span:after {
  bottom: 0;
}
.search-toggle > span:before,
.search-toggle > span:after,
.search-btn > span:before,
.search-btn > span:after {
  content: "";
  position: absolute;
}
.search-toggle > span:before,
.search-btn > span:before {
  border: 2px solid rgb(117, 116, 116);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.search-toggle > span:after,
.search-btn > span:after {
  background: rgb(117, 116, 116);
  width: 14px;
  height: 2px;
  bottom: 1px;
  left: 15px;
  transform: rotate(45deg);
  transform-origin: right center;
  border-radius: 0 2px 2px 0;
}
.search-close > span:before,
.search-close > span:after {
  left: 50%;
  top: 50%;
  transform-origin: center;
}
.search-close > span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-close > span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section-slideshow,
.intro {
  height: calc(100vh - 80px);
}
.intro {
  position: relative;
}
.intro-header {
  height: 100%;
}
.slide-item-img {
  width: 100%;
  height: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
}
.intro-body {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 30px 0 rgba(132, 132, 132, 0.6);
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.intro-title {
  font-size: 22px;
  margin: 0;
}
.intro-subtitle {
  font-size: 18px;
  margin: 15px 0 0;
}
.intro-desc {
  margin: 5px 0 0;
  white-space: pre;
}
.intro-action {
  margin: 15px 0 0;
}
.section-product {
  background: rgb(255, 255, 255);
}
.pcard {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  padding: 80px 0;
}
.pcard-img {
  width: 100%;
}
.pcard-body {
  height: 80px;
  background: rgb(249, 249, 249);
  padding: 0 15px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pcard:hover .pcard-body {
  height: 100%;
  background: rgba(5, 198, 5, 0.7);
  color: rgb(249, 249, 249);
  display: flex;
  flex-direction: column;
}
.pcard-title {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-height: 80px;
  max-height: 80px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pcard:hover .pcard-title {
  background: rgb(249, 249, 249);
  color: rgb(5, 198, 5);
}
.pcard-meta {
  border: 1px solid rgb(249, 249, 249);
  border-top: none;
  text-align: center;
  margin: 0;
  padding: 15px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.pcard:hover .pcard-meta {
  opacity: 1;
  visibility: visible;
}
.pcard-meta > li + li:before {
  background: rgb(249, 249, 249);
  margin: 30px auto;
  width: 30px;
  height: 1px;
  display: block;
  content: "";
}
.pcard-meta > li > strong,
.pcard-meta > li > span {
  display: block;
}
.section-gallery {
  background: rgb(249, 249, 249);
}
.section-gallery .section-wrapper {
  padding: 0;
}
.gallery-item img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.gallery-item-header > img {
  width: 100%;
}
.section-store {
  background: rgb(255, 255, 255);
}
.section-store .section-cover {
  max-width: 800px;
  margin: 0 auto;
}
#footer {
  background: rgb(117, 116, 116);
  color: rgb(255, 255, 255);
  margin-top: auto;
  padding: 80px 0 60px;
}
.footer-logo > img {
  height: 55px;
}
.contact-info {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.social-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.social-nav > li {
  padding: 10px;
}
.social-nav > li > a {
  display: inline-block;
}
.social-nav > li > a > img {
  height: 32px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li > a {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 17px;
}
.footer-desc {
  margin: 30px 0 0;
}
.product {
  position: relative;
  padding-top: 80px;
}
.product-header {
  background: rgb(255, 255, 255) url(../img/pattern-h.svg) no-repeat center
    bottom;
  background-size: auto 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 0 130px;
}
.product-img {
  width: 100%;
}
.product-body {
  height: 80px;
  background: rgb(249, 249, 249);
  padding: 0 15px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product:hover .product-body {
  height: 100%;
  background: rgba(5, 198, 5, 0.7);
  color: rgb(249, 249, 249);
  display: flex;
  flex-direction: column;
}
.product-title {
  background: transparent url(../img/logomark.svg) no-repeat center center;
  background-size: auto 50%;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-height: 80px;
  max-height: 80px;
  padding: 0 15px;
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product:hover .product-title {
  background-color: rgb(255, 255, 255);
  box-shadow: 15px 0 0 0 rgb(255, 255, 255), -15px 0 0 0 rgb(255, 255, 255);
  color: rgb(5, 198, 5);
}
.product-title > strong,
.product-title > span {
  font-weight: normal;
}
.product-meta {
  border: 1px solid rgb(249, 249, 249);
  text-align: center;
  margin: 0;
  padding: 15px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.product:hover .product-meta {
  opacity: 1;
  visibility: visible;
}
.product-meta > li + li:before {
  background: rgb(249, 249, 249);
  margin: 30px auto;
  width: 30px;
  height: 1px;
  display: block;
  content: "";
}
.product-meta > li > strong,
.product-meta > li > span {
  display: block;
}
.product-img {
  width: 100%;
}
.product-carousel .owl-item {
  padding: 15px !important;
}
.page-body-inner {
  padding: 40px;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page-navigation {
  text-align: center;
  margin: 40px 0 0;
}
.pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 22px;
}
.pagination > li {
  padding: 0 20px;
}
.pagination > li > a {
  color: rgb(191, 191, 191);
}
.pagination > li.active,
.pagination > li:hover > a {
  color: rgb(5, 198, 5);
}
.pagination:before,
.pagination:after {
  background: rgb(5, 198, 5);
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.pagination:before {
  left: 100%;
  margin-left: 30px;
}
.pagination:after {
  right: 100%;
  margin-right: 30px;
}
.owl-dots {
  margin: 30px auto;
  padding-left: 30px;
  position: relative;
  max-width: 1500px;
}
.owl-dots:before {
  background: rgb(5, 198, 5);
  margin-right: -30px;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  content: "";
}
.owl-dots > button {
  color: rgb(191, 191, 191) !important;
  font-size: 22px !important;
  margin-left: 30px;
}
.owl-dots > button.active {
  color: rgb(5, 198, 5) !important;
}
/*Plugins*/
.owl-dots {
  counter-reset: dots;
}
.owl-dot:before {
  counter-increment: dots;
  content: counter(dots, decimal-leading-zero);
  letter-spacing: 1.5px;
}
.owl-nav > button.disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: default;
}
.lg-inner {
  direction: ltr;
}
/*CMS*/

.entry-content > p:last-child {
  margin-bottom: 0;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.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;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.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;
}
.gallery dl {
}
.gallery dt {
}
.gallery dd {
}
.gallery dl a {
}
.gallery dl img {
}
.gallery-caption {
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.gallery {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 10px 0 0;
  text-align: center;
  list-style: none;
}
.gallery-caption {
  font-size: 11px;
}
.gallery-columns-0 .gallery-item {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery-columns-11 .gallery-item {
  width: 9.09%;
}
.gallery-columns-12 .gallery-item {
  width: 8.33%;
}
.gallery-columns-13 .gallery-item {
  width: 7.69%;
}
.gallery-columns-14 .gallery-item {
  width: 7.14%;
}
.gallery-columns-15 .gallery-item {
  width: 6.66%;
}
.gallery-columns-16 .gallery-item {
  width: 6.25%;
}
.gallery-columns-17 .gallery-item {
  width: 5.88%;
}
.gallery-columns-18 .gallery-item {
  width: 5.55%;
}
.gallery-columns-19 .gallery-item {
  width: 5.26%;
}
.gallery-columns-20 .gallery-item {
  width: 5%;
}
.gallery-columns-21 .gallery-item {
  width: 4.76%;
}
.gallery-columns-22 .gallery-item {
  width: 4.54%;
}
.gallery-columns-23 .gallery-item {
  width: 4.34%;
}
.gallery-columns-24 .gallery-item {
  width: 4.16%;
}
.gallery-columns-25 .gallery-item {
  width: 4%;
}
.gallery-columns-26 .gallery-item {
  width: 3.84%;
}
.gallery-columns-27 .gallery-item {
  width: 3.7%;
}
.gallery-columns-28 .gallery-item {
  width: 3.57%;
}
.gallery-columns-29 .gallery-item {
  width: 3.44%;
}
.gallery-columns-30 .gallery-item {
  width: 3.33%;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .nav-toggle > span,
  .search-toggle > span,
  .search-btn > span,
  .search-close > span {
    padding-left: 0;
    line-height: 0;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #navigation {
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  #navigation.active {
    opacity: 1;
    visibility: visible;
  }
  #navigation > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul > li + li {
    margin-top: 15px;
  }
  #navigation > ul > li > a {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
  }
  #navigation ul > li > a {
    color: rgb(249, 249, 249);
  }
  #navigation ul > li:hover > a,
  #navigation ul > li.current-menu-item > a {
    color: rgb(5, 198, 5);
  }
  #navigation li > ul {
    margin: 10px 0 0 10px;
    padding: 0;
    list-style-position: inside;
    list-style-type: square;
  }
  .intro-body {
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 30px 15px;
    z-index: 1;
  }
  #footer {
    text-align: center;
  }
  .social-nav {
    justify-content: center;
  }
  .gallery-item {
    width: 100% !important;
  }
  .owl-dots > button {
    margin-left: 15px;
  }
  .page-body-inner {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .nav-options > li:last-child {
    display: none;
  }
  .nav-options > li:nth-last-child(2) > button {
    padding-right: 0;
  }
  .search-btn > span,
  .search-close > span {
    padding-left: 0;
    line-height: 0;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation li {
    position: relative;
  }
  #navigation > ul {
    margin: 0 0 0 100px;
    padding: 0;
    list-style: none;
    display: flex;
  }
  #navigation > ul > li + li {
    margin-left: 40px;
  }
  #navigation > ul > li > a {
    color: rgb(117, 116, 116);
    text-transform: uppercase;
    text-transform: uppercase;
    display: inline-block;
  }
  #navigation ul > li:hover > a,
  #navigation ul > li.current-menu-item > a {
    color: rgb(5, 198, 5);
  }
  #navigation li > ul {
    border-top: 2px solid rgb(5, 198, 5);
    background-color: rgb(250, 250, 250);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    min-width: 230px;
    flex-direction: column;
    align-items: unset;
  }
  #navigation > ul > li > ul ul {
    top: 0;
    left: 100%;
  }
  #navigation li > ul > li + li:before {
    border-top: 1px solid rgb(229, 229, 229);
    margin: 0 15px;
    display: block;
    content: "";
  }
  #navigation li > ul > li > a {
    padding: 10px 30px;
    line-height: 1;
    display: block;
  }
  #navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #navigation > ul > li.menu-item-has-children > a {
    padding-right: 25px;
  }
  #navigation > ul > li.menu-item-has-children > a:after {
    border-bottom: 2px solid rgb(5, 198, 5);
    border-right: 2px solid rgb(5, 198, 5);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: "";
  }
  .intro {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .intro-header {
    width: 50%;
  }
  .intro-body {
    width: 50%;
    padding: 60px 30px;
    min-height: 60%;
  }
  .intro-body:before {
    background: url(../img/pattern-v.svg) no-repeat center left;
    background-size: auto 100%;
    width: 100%;
    height: 120%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
  }
  .intro-inner {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
  }
}
