/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/

@charset "UTF-8";

@font-face {
  font-family: "Dubai";
  src: url("../fonts/DubaiW23-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Dubai";
  src: url("../fonts/DubaiW23-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Dubai";
  src: url("../fonts/DubaiW23-Regular.woff") format("woff");
  font-weight: 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(8, 89, 56);
  text-decoration: none !important;
}
a:hover {
  color: rgb(211, 150, 13);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dubai", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(204, 73, 0);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "Dubai", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  direction: ltr;
  background: rgb(255, 255, 255);
  color: rgb(41, 45, 53);
  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, 0, 0, 0.5);
  z-index: 1001;
  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: "Dubai", 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;
}
.sm-gutters {
  display: flex;
  flex-wrap: wrap;
  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;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#page-header {
  padding: 110px 0 80px;
  text-align: center;
  background: rgb(6, 89, 56);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: rgb(255, 255, 255);
  position: relative;
}
#page-header:after {
  background: rgba(6, 89, 56, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
#page-header > .container {
  position: relative;
  z-index: 1;
}
.page-title {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
}
#page-body {
  padding: 80px 0 120px;
}
#navigation + #page-body {
  padding-top: 120px;
}
.pagination {
  margin: 30px -6px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination > li {
  padding: 0 6px;
}
.pagination > li > a,
.pagination > li > .page-numbers.current {
  background: rgb(243, 245, 237);
  padding: 0 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  display: block;
}
.pagination > li > a.page-numbers:hover,
.pagination > li > .page-numbers.current {
  background: rgb(8, 89, 56);
  color: rgb(255, 255, 255);
}
/*Custom*/
#topbar {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}
.social-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-nav > li + li {
  margin-left: 10px;
}
#page-body .social-nav > li > a > i,
#footer .social-nav > li > a > i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
  background: rgb(8, 89, 56);
  color: rgb(255, 255, 255);
}
#page-body .social-nav > li > a:hover > i {
  background: rgb(211, 150, 13);
  color: rgb(255, 255, 255);
}
#footer .social-nav > li > a:hover > i {
  background: rgb(255, 255, 255);
  color: rgb(8, 89, 56);
}
#topbar .social-nav > li > a:hover > i {
  color: rgb(211, 150, 13);
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topbar .contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-info > li + li {
  margin: 10px 0 0;
}
.contact-info > li > strong {
  color: rgb(8, 89, 56);
  display: inline-block;
  margin-left: 5px;
}
#footer .contact-info > li > div {
  color: rgb(255, 255, 255);
}
#topbar .contact-info > li + li {
  margin: 0 0 0 10px;
}
.social-nav > li i,
.contact-info > li i {
  color: rgb(8, 89, 56);
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}
.contact-info + .social-nav {
  margin-top: 20px;
}
#topbar .contact-info + .social-nav {
  margin-top: 0;
}
#header {
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  position: relative;
  z-index: 100;
}
.logo > img {
  height: 80px;
}
.lang-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.4);
}
.lang-nav > li > a {
  color: rgb(41, 45, 53);
}
.lang-nav > li + li:before {
  content: "\\";
  margin: 0 5px;
}
.lang-nav > li.active > a {
  color: rgb(8, 89, 56);
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}
.slide-item > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.slide-wrapper {
  background: rgba(23, 20, 34, 0.5);
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slide-wrapper > .container {
  height: 100%;
}
.slide-title {
  font-size: 30px;
  margin: 0;
}
.slide-desc {
  max-width: 600px;
  font-size: 18px;
}
.slide-desc,
.slide-action {
  margin-top: 25px;
}
.slide-btn {
  background: rgb(204, 73, 0);
  color: rgb(255, 255, 255) !important;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  padding: 0 44px;
  font-weight: bold;
  display: inline-block;
}
.slide-btn:hover {
  background: rgb(8, 89, 56);
  color: rgb(255, 255, 255);
}
.slider .owl-nav > button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 24px !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .owl-nav > button:hover {
  background: rgb(255, 255, 255) !important;
  color: rgb(41, 45, 53) !important;
}
.slider .owl-nav > button.owl-prev {
  left: 30px;
}
.slider .owl-nav > button.owl-next {
  right: 30px;
}
.slider .owl-dots {
  display: flex;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.slider .owl-dots > button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255) !important;
}
.slider .owl-dots > button.active {
  background: rgb(255, 255, 255);
}
.slider .owl-dots > button + button {
  margin-right: 10px;
}
.section {
  position: relative;
}
.section-wrapper {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.section-cover > img {
  width: 100%;
}
.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(8, 89, 56);
  font-size: 22px;
  margin: 0;
}
.section-subtitle {
  color: rgb(211, 150, 13);
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 0;
}
.seciton-subtitle {
  color: rgb(41, 45, 53);
  font-size: 28px;
  margin: 0;
}
.section-btn {
  background: rgb(204, 73, 0);
  color: rgb(255, 255, 255) !important;
  height: 62px;
  line-height: 62px;
  border-radius: 62px;
  padding: 0 54px;
  font-weight: bold;
  display: inline-block;
}
.section-btn:hover {
  background: rgb(211, 150, 13);
  color: rgb(255, 255, 255);
}
.section-nav {
  margin-top: 30px;
}
.section-tab {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-tab > li > a {
  padding: 15px 32px;
  line-height: 1;
  border-radius: 55px;
  border: 2px solid transparent;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}
.section-tab > li:hover > a {
  background: rgb(243, 245, 237);
  color: rgb(41, 45, 53);
}
.section-tab > li.active > a {
  background: rgb(255, 255, 255);
  color: rgb(8, 89, 56);
  border-color: rgb(8, 89, 56);
}
.subsection-header + .subsection-body,
.subsection-header + .subsection-footer,
.subsection-body + .subsection-footer {
  margin-top: 25px;
}
.subsection-header,
.subsection-footer {
  text-align: center;
}
.subsection-btn {
  background: rgb(204, 73, 0);
  color: rgb(255, 255, 255) !important;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  padding: 0 44px;
  font-weight: bold;
  display: inline-block;
}
.subsection-btn:hover {
  background: rgb(8, 89, 56);
  color: rgb(255, 255, 255);
}
.section-service {
  margin-top: -10vh;
  z-index: 1;
}
.section-service .section-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.service-grid {
  counter-reset: service-counter;
}
.service-grid > div {
  counter-increment: service-counter;
}
.service-item::before {
  color: rgb(229, 197, 149);
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  content: counter(service-counter, decimal);
  position: absolute;
  left: 30px;
  top: 30px;
}
.service-item {
  background: rgb(234, 219, 193);
  border-radius: 24px;
  padding: 65px 30px 30px 30px;
  min-height: 305px;
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service-item:hover {
}
.service-item-header {
  width: 30%;
  margin-top: auto;
}
.service-item-icon {
  width: 100%;
}
.service-item-body {
  width: 70%;
  text-align: center;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-item-title {
  margin: 0;
}
.service-item-desc {
  margin: 5px 0 0;
}
.service-item-btn {
  background: rgb(204, 73, 0);
  color: rgb(255, 255, 255);
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  padding: 0 34px;
  font-weight: bold;
  display: inline-block;
  margin-top: auto;
}
.service-item-btn:hover {
  background: rgb(211, 150, 13);
  color: rgb(255, 255, 255);
}
.section-feature {
  background: rgb(243, 245, 237);
}
.feature-item {
  text-align: center;
}
.feature-item-icon {
  background: rgb(8, 89, 56);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: scaleX(1);
  transition: all 0.3s ease;
}
.feature-item:hover .feature-item-icon {
  transform: scaleX(-1);
}
.feature-item-icon > img {
  height: 60px;
  max-width: 100%;
}
.feature-item-body {
  margin-top: 20px;
}
.feature-item-title {
  font-size: 20px;
  margin: 0;
}
.feature-item-desc {
  margin: 10px 0 0;
}
.section-product {
  background: rgb(204, 73, 0);
}
.section-box {
  background: rgb(255, 255, 255);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  box-shadow: 0 14px 0 0 rgba(255, 255, 255, 0.5),
    0 7px 0 0 rgba(255, 255, 255, 0.5);
}
.section-product .section-box:before,
.section-product .section-box:after {
  width: 100%;
  height: 90%;
  max-height: 400px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: -1;
  content: "";
}
.section-product .section-box:before {
  background-image: url(../img/nutrion-left.svg);
  background-position: left center;
  left: -200px;
}
.section-product .section-box:after {
  background-image: url(../img/nutrion-right.svg);
  background-position: right center;
  right: -200px;
}
.section-cta {
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-cta .section-wrapper {
  background: rgba(41, 45, 53, 0.5);
  color: rgb(255, 255, 255);
}
.section-cta .section-subtitle {
  color: rgb(234, 219, 193);
  font-weight: 500;
  font-size: 20px;
}
.section-blog {
  background: rgb(255, 255, 255);
}
#footer:before,
#footer:after,
.section-feature:before,
.section-blog:before {
  height: 64px;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  margin-top: -64px;
  mask-image: url(../img/wave.svg);
  -webkit-mask-image: url(../img/wave.svg);
  transform: scaleX(-1);
  background-color: inherit;
  mask-size: 1940px;
  -webkit-mask-size: 1940px;
  position: absolute;
  right: -15px;
  left: 0;
  content: "";
}
#footer:before,
#footer:after {
  top: 0;
}
#footer:before {
  background-color: rgb(8, 89, 56);
  margin-top: -72px;
  transform: scaleX(1);
}
#footer {
  background: rgb(211, 150, 13);
  color: rgb(255, 255, 255);
  position: relative;
  margin-top: auto;
}
.footerbar {
  padding: 50px 0 80px;
}
.fblock-header {
  margin: 0 0 30px;
}
.fblock-title {
  color: rgb(8, 89, 56);
  margin: 0;
}
.fblock-body {
  color: rgba(255, 255, 255, 0.65);
}
.footer-logo > img {
  max-width: 100%;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li > a {
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.footer-nav > li:hover > a,
.footer-nav > li.current-menu-item > a {
  color: rgb(8, 89, 56);
}
.footer-nav > li > a:before {
  content: "\f105";
  font-family: "Font Awesome";
  color: rgb(8, 89, 56);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.footer-nav > li + li {
  margin-top: 6px;
}
.ig-item {
  border-radius: 24px;
  overflow: hidden;
  margin: 0;
}
.ig-item img {
  background: rgb(41, 45, 53);
  width: 100%;
}
.ig-item:hover img {
  opacity: 0.5;
}
.footerbottom {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.25);
}
.powered > a {
  font-weight: bold;
  color: rgb(8, 89, 56);
}
.mcard {
  background: rgb(243, 245, 237);
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
}
.mcard-header {
  background: rgb(0, 0, 0);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mcard-header:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.mcard-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 300ms ease-out, transform 300ms ease-out,
    filter 300ms ease-out;
}
.mcard:hover .mcard-img {
  transform: rotate(-2deg) scale(1.1);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mcard-label {
  background: rgb(211, 150, 13);
  color: rgb(255, 255, 255);
  height: 36px;
  line-height: 32px;
  border: 2px solid transparent;
  border-radius: 36px;
  padding: 0 34px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.mcard-label:hover {
  border-color: rgb(211, 150, 13);
  color: rgb(211, 150, 13);
  background: rgb(255, 255, 255);
}
.mcard-body {
  padding: 45px 30px 30px;
  position: relative;
}
.mcard-title {
  font-size: 21px;
  font-weight: bold;
}
.mcard-footer {
  padding: 15px 0 15px;
  margin: auto 35px 0;
  border-top: 1px solid rgb(230, 230, 230);
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
.entry-meta > li > div > ul,
.entry-meta,
.mcard-meta > li > div > ul,
.mcard-meta,
.ocard-meta > li > div > ul,
.ocard-meta,
.scard-meta > li > div > ul,
.scard-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}
.entry-meta > li > div > ul > li,
.entry-meta > li,
.mcard-meta > li > div > ul > li,
.mcard-meta > li,
.ocard-meta > li > div > ul > li,
.ocard-meta > li,
.scard-meta > li > div > ul > li,
.scard-meta > li {
  display: inline-flex;
}
.entry-meta > li + li,
.mcard-meta > li + li,
.ocard-meta > li + li,
.scard-meta > li + li {
  margin-left: 10px;
  font-size: 14px;
}
.entry-meta > li > div > ul > li + li:before,
.mcard-meta > li > div > ul > li + li:before,
.ocard-meta > li > div > ul > li + li:before,
.scard-meta > li > div > ul > li + li:before {
  content: ",";
  display: inline-block;
  vertical-align: middle;
}
.entry-meta > li > i,
.mcard-meta > li > i,
.ocard-meta > li > i,
.scard-meta > li > i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  color: rgb(8, 89, 56);
  font-size: 17px;
}
.scard {
  display: flex;
}
.scard + .scard {
  margin-top: 15px;
}
.scard-img {
  width: 70px;
}
.scard-body {
  padding-left: 10px;
}
.scard-title {
  font-size: 17px;
  margin: 0;
}
.scard-meta {
  margin-top: 5px;
  font-size: 85%;
}
.pcard {
  background: rgb(243, 245, 237);
  border-radius: 24px;
  padding: 12px;
  text-align: center;
}
.section-box .pcard {
  background: rgb(255, 255, 255);
}
.pcard-header {
  background: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 24px;
}
.pcard-img {
  height: 200px;
  max-width: 100%;
  border-radius: 24px;
}
.pcard-body {
  padding-top: 12px;
}
.pcard-title {
  font-size: 20px;
  margin: 0;
}
.product-information {
  background: rgb(243, 245, 237);
  margin: 0;
  padding: 20px;
  list-style: none;
  border-radius: 24px;
}
.product-information > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.product-information > li + li {
  border-top: 1px dashed rgba(41, 45, 53, 0.15);
}
.product-information > li > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  text-align: right;
}
.product-information + .entry {
  margin-top: 15px;
}
.product-gallery {
  padding: 1px;
  border-radius: 24px;
  border: 1px solid rgb(243, 245, 237);
}
.product-thumbnail-gallery,
.product-big-gallery {
  overflow: hidden;
  cursor: zoom-in;
}
.gallery-thumb-item,
.gallery-image-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
}
.gallery-thumb-item {
  border: 1px solid rgb(243, 245, 237);
}
.gallery-thumb-item:before,
.gallery-image-item:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.gallery-thumb-item img,
.gallery-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.product-thumbnail-gallery,
.product-big-gallery,
.product-thumb-gallery {
  padding: 10px;
}
.product-thumb-gallery .owl-item {
  border-radius: 24px;
  cursor: pointer;
}
.product-thumb-gallery .owl-item img {
  opacity: 0.5;
}
.product-thumb-gallery .owl-item:hover img,
.product-thumb-gallery .owl-item.current img {
  opacity: 1;
}
.product-thumb-gallery .owl-nav {
  margin: 10px 0 0;
  display: flex;
  justify-content: flex-end;
}
.product-thumb-gallery .owl-nav > button {
  background-color: rgb(8, 89, 56) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 30px !important;
  width: 26px;
  height: 26px;
  line-height: 26px !important;
  border-radius: 50%;
  text-align: center;
}
#page-body .section-wrapper {
  padding: 40px 0;
}
.page-body-inner {
  background: rgb(243, 245, 237);
  padding: 30px;
  border-radius: 24px;
}
.entry-footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed rgba(41, 45, 53, 0.15);
}
/*Plugins*/

.owl-nav > button.disabled {
  background: rgb(235, 238, 242) !important;
  color: rgb(170, 170, 170);
  pointer-events: none;
  cursor: default;
}
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 12px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(8, 89, 56);
}
/*CMS*/

.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 {
    background: rgb(8, 89, 56);
    color: rgb(255, 255, 255);
    border: none;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
  }
  .lang-nav {
    margin-left: auto;
    margin-right: 30px;
  }
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(8, 89, 56);
    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 > ul > li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: rgb(250, 250, 250);
    position: relative;
  }
  #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%;
    right: 10px;
    transform: translateY(50%);
  }
  #navigation > ul > li a:before {
    content: "\f105";
    right: auto;
    left: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
  .footer-logo {
    text-align: center;
  }
  .social-nav {
    justify-content: center;
  }
  .copyright,
  .powered {
    text-align: center;
  }
  #topbar {
    display: none;
  }
  .section-tab {
    flex-direction: column;
  }
  .section-tab > li + li {
    margin-top: 5px;
  }
  .fblock-header {
    text-align: center;
  }
  .slider .owl-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  .lang-nav {
    margin-left: 30px;
  }
  #navigation {
    margin-left: auto;
  }
  #navigation > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li {
    position: relative;
    padding: 15px 0;
  }
  #navigation > ul > li + li {
    margin-left: 40px;
  }
  #navigation > ul > li > a {
    color: rgb(41, 45, 53);
    font-weight: bold;
    font-size: 17px;
    display: block;
    position: relative;
  }
  #navigation > ul > li:hover > a,
  #navigation > ul > li.current-menu-item > a {
    color: rgb(8, 89, 56);
  }
  #navigation > ul > li:before {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 8px;
    background: rgb(8, 89, 56);
    transform: scaleX(0);
    transition: all 0.3s;
    content: "";
  }
  #navigation > ul > li:hover:before,
  #navigation > ul > li.current-menu-item:before {
    transform: scaleX(1);
  }
  #navigation li > ul {
    background: rgb(255, 255, 255);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 20px);
    transition: transform 0.3s ease-in-out;
  }
  #navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
  #navigation li > ul > li {
    padding: 0 8px;
  }
  #navigation li > ul > li > a {
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    padding: 0 20px;
    display: block;
    white-space: nowrap;
  }
  #navigation li > ul > li:hover > a,
  #navigation li > ul > li.current-menu-item > a {
    background: rgb(8, 89, 56);
    color: rgb(255, 255, 255);
  }
  #navigation > ul > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome";
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .section-intro .section-header,
  .section-intro .section-footer {
    text-align: left;
  }
}
