/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@font-face {
  font-family: "Louize Display";
  font-weight: 700;
  src: url("../fonts/Louize-Display-Medium.woff") format("woff");
}
@font-face {
  font-family: "FuturaStd";
  font-weight: 700;
  src: url("../fonts/FuturaStd-Book.woff") format("woff");
}
@font-face {
  font-family: "FuturaStd";
  font-weight: 300;
  src: url("../fonts/FuturaStd-Light.woff") format("woff");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(182, 177, 169);
  text-decoration: none !important;
}
a:hover {
  color: rgb(250, 66, 56);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaStd", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
html {
  background: rgb(250, 66, 56);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "FuturaStd", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 2px;
  direction: ltr;
  background: rgb(255, 255, 255);
  color: rgb(35, 30, 32);
  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;
}
.overlay-link {
  font-size: 0;
  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;
  right: 0;
  left: 0;
  background: rgba(25, 31, 108, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  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: "FuturaStd", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
b,
strong {
  font-weight: 700;
}
.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;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: 700;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.container-fluid {
  max-width: 1400px;
}
.section {
  position: relative;
  z-index: 1;
}
.section-wrapper {
  padding: 60px 0;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-title {
  font-family: "Louize Display";
  letter-spacing: 5px;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}
#page-footer {
  margin-top: auto;
}
#page-footer + #footer {
  margin-top: 0;
}
#page-header {
  background: rgb(250, 250, 250);
  padding: 150px 0 200px;
  position: relative;
}
#page-title {
  font-family: "Louize Display";
  color: rgb(0, 0, 0);
  letter-spacing: 5px;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}
.page-header-cover #page-title {
  color: rgb(255, 255, 255);
}
.page-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.subsection {
  padding: 40px 0;
  position: relative;
}
.subsection-dark {
  background: rgba(250, 66, 56, 0.07);
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 20px;
}
.subsection-header {
  overflow: hidden;
}
.subsection-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.subsection-title::after {
  background: rgba(255, 255, 216, 0.3);
  width: 100%;
  margin-left: 15px;
  height: 1px;
  display: block;
  content: "";
}
.subsection-cover {
  position: relative;
}
.subsection-cover > img {
  width: 100%;
}
.tbutton {
  height: 44px;
  padding: 0 24px;
  font-weight: 700;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: rgb(25, 31, 108);
  color: rgb(255, 255, 255);
}
.tbutton-primary-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(25, 31, 108);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(25, 31, 108);
  color: rgb(25, 31, 108);
}
.tbutton-primary-outline:hover {
  background: rgb(25, 31, 108);
  border-color: rgb(25, 31, 108);
  color: rgb(255, 255, 255);
}
#header {
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
body:not(.home) #header,
#header.sticky {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(151, 151, 151, 0.1);
  box-shadow: 0 1px 5px 0 rgb(0, 0, 0, 0.1);
}
.logo {
  margin-right: auto;
}
.logo > img {
  height: 60px;
}
.slide-card {
  width: 100vw;
  height: 100vh;
}
.slide-card-header {
  position: relative;
}
.slide-card-header::after {
  background: rgba(0, 0, 0, 0.1);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.slide-card-header > img,
.slide-card-header > video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  line-height: 0;
}
.lang-nav,
.user-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}
.lang-nav.active {
  order: -1;
}
.lang-nav > li:not(.active) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.lang-nav > li > a,
.user-nav > li > button {
  background: none;
  padding: 0;
  border: none;
  color: rgb(255, 255, 255);
  font-weight: 700;
  width: 100px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.home) #header .lang-nav > li > a,
body:not(.home) #header .user-nav > li > button,
#header.sticky .lang-nav > li > a,
#header.sticky .user-nav > li > button {
  color: rgb(73, 73, 73);
}
.lang-nav > li:hover > a,
.user-nav > li:hover > button {
  color: rgb(250, 66, 56) !important;
}
.user-nav > li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
body:not(.home) #header .user-nav > li,
#header.sticky .user-nav > li {
  border-left: 1px solid rgba(151, 151, 151, 0.1);
}
.slideshow .owl-dots {
  position: absolute;
  bottom: 50px;
  right: 10%;
  transform: translateY(50%);
  margin: 0 !important;
}
.section-intro .section-cover::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.section-intro .section-cover > img {
  position: absolute;
  top: 0;
  left: 0;
}
.section-intro .section-wrapper {
  padding: 0;
}
.intro-bg {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.intro-bg::before,
.intro-bg::after {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
}
.intro-bg::before {
  background: rgb(25, 31, 108);
  left: 50%;
}
.intro-bg::after {
  background: rgb(255, 255, 255);
  right: 50%;
  top: -100px;
  z-index: -1;
}
.section-blog .section-wrapper > div {
  position: relative;
}
.blog-card-header {
  margin: 0 0 15px;
  position: relative;
}
.blog-card-header::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}
body.home .blog-grid .blog-card-header {
  display: none;
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.section-blog .blgo-card-header {
  display: none;
}
.blog-card-time {
  color: rgb(84, 84, 84);
  font-size: 10px;
  letter-spacing: 1.82px;
}
.blog-card-title {
  color: rgb(16, 16, 16);
  font-size: 18px;
  margin: 0;
}
.section-product .section-wrapper {
  padding: 0;
}
.product-card {
  background: rgb(255, 255, 255);
  transition: transform 0.3s, box-shadow 0.3s, z-index 0.3s step-end;
  position: relative;
  z-index: 1;
}
.product-grid .product-card:hover {
  box-shadow: 0 0 40px rgb(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s, z-index 0.3s step-start;
  transform: scale(1.1);
  z-index: 10;
}
.product-card-body {
  padding: 50px;
}
.product-card-header {
  position: relative;
}
.product-grid .product-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.product-grid .product-card-img {
  object-fit: cover;
  object-position: left bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-card-title {
  color: rgb(4, 4, 4);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.3px;
  margin: 0;
}
.product-card-subtitle {
  color: rgb(80, 80, 80);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.3px;
  margin: 0;
}
.product-card-desc {
  color: rgb(80, 80, 80);
  font-weight: 500;
  font-size: 15px;
  margin: 10px 0 0;
}
.product-card {
  display: flex;
}
.product-grid .product-card {
  flex-direction: row-reverse;
}
.product-list .product-card {
  padding: 30px 0;
}
.product-list .product-card:hover {
  background: rgba(250, 66, 56, 0.07);
}
.product-grid .product-card-body {
  flex: 0 0 65%;
}
.product-grid .product-card-header {
  flex: 0 0 35%;
}
.product-list .product-card-header {
  flex: 0 0 25%;
  max-width: 25%;
}
.product-list .product-card-body {
  flex: 0 0 75%;
  max-width: 75%;
}
.product-list .product-card-img {
  width: 100%;
}
#footer {
  background: rgb(217, 216, 214);
  margin-top: auto;
}
.footer-top {
  padding: 100px 0;
}
.fblock-title {
  font-family: "Louize Display";
  font-size: 16px;
  letter-spacing: -0.1px;
  margin: 0;
}
.fblock-header {
  margin: 0 0 15px;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li + li {
  margin-top: 10px;
}
.contact-info > li > i {
  background: rgb(144, 144, 144);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer-bottom {
  background: rgb(255, 255, 255);
  padding: 30px 0;
}
#sidebar {
  background: rgb(25, 31, 108);
  position: relative;
  height: 100%;
  padding: 80px 0;
}
.page-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}
.page-nav > li > a {
  padding: 12.5px 25px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  display: block;
}
.page-nav > li > a:hover {
  opacity: 0.8;
}
#mainbar {
  position: relative;
}
#mainbar::before {
  width: 100vw;
  height: 80px;
  background: rgb(255, 255, 255);
  box-shadow: 5px -5px 5px 0 rgb(0, 0, 0, 0.05);
  position: absolute;
  bottom: 100%;
  right: 0;
  content: "";
}
#mainbar > .subsection:first-child {
  padding-top: 0;
}
.mainbar-inner {
  padding-bottom: 100px;
}
.stat-card {
  padding: 53px 39px 34px;
  background: rgba(250, 66, 56, 0.07);
  border-radius: 13px;
}
.stat-card-header {
  text-align: center;
  margin: 0 0 20px;
}
.stat-card-icon {
  height: 50px;
}
.stat-card-title {
  font-weight: 700;
  font-size: 22px;
  color: rgb(0, 0, 0);
  margin: 0;
}
.stat-card-subtitle {
  font-weight: 300;
  font-size: 22px;
  color: rgb(124, 124, 124);
  margin: 0;
}
.subsection-mission {
  background-color: rgb(250, 250, 250);
  padding: 7.5vw 0;
}
.subsection-mission .subsection-header::after {
  width: 100px;
  height: 3px;
  margin: 0 auto 30px;
  background: rgb(250, 66, 56);
  content: "";
  display: block;
}
.member-card-header,
.member-card-cover {
  position: relative;
}
.member-card-cover::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.member-card-img {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.history-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.history-info > li + li {
  margin-top: 30px;
}
.history-title {
  border-bottom: 1px solid rgb(234, 234, 234);
  color: rgb(0, 0, 0);
  padding: 0 0 5px;
  margin: 0 0 5px;
}
#mainbar .blog-grid {
  margin-top: 0;
  margin-bottom: 40px;
}
.product-table-card > div {
  display: flex;
  align-items: start;
}
.product-table-card > div::before {
  color: rgb(205, 205, 205);
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  content: "—";
  margin-right: 10px;
}
.subsection-body img {
  max-width: 100%;
  height: auto;
}
.certificate-card {
  display: flex;
}
.certificate-card::before {
  content: "\f15b";
  font-family: "Font Awesome";
  font-weight: 200;
  font-size: 80px;
  line-height: 1;
  color: rgb(144, 144, 144);
  margin-right: 10px;
}
.certificate-card strong {
  color: rgb(56, 56, 56);
  font-size: 18px;
  border-bottom: 1px solid rgb(25, 31, 108);
}
.certificate-card:hover strong {
  border-bottom-color: transparent;
}
.certificate-card-body > div {
  color: rgb(144, 144, 144);
  font-size: 15px;
  margin: 5px 0 0;
}
.file-card {
  display: flex;
  padding: 33px 45px;
  background: rgba(250, 66, 56, 0.07);
  border-radius: 4px;
}
.file-card::before {
  content: "\f1c1";
  font-family: "Font Awesome";
  font-weight: 200;
  font-size: 80px;
  line-height: 1;
  color: rgb(144, 144, 144);
  margin-right: 20px;
}
.file-card strong {
  color: rgb(56, 56, 56);
  font-size: 18px;
  border-bottom: 1px solid rgb(25, 31, 108);
}
.file-card:hover strong {
  border-bottom-color: transparent;
}
.file-card-body > div {
  color: rgb(144, 144, 144);
  font-size: 15px;
  margin: 5px 0 0;
}
.product-intro-img {
  max-width: 100%;
}
.product-intro-title {
  font-size: 19px;
  margin: 0;
}
.product-intro-desc {
  margin: 10px 0 0;
}
.product-grade {
  padding-top: 33px;
  padding-bottom: 21px;
  border-bottom: 1px solid #f1f1f1;
}
.product-grade-img {
  max-width: 100%;
}
.product-grade-title {
  font-size: 19px;
  margin: 0;
}
.product-grade-desc {
  margin: 10px 0 0;
}
.lblock-title {
  font-size: 19px;
  margin: 0;
}
.lblock-body {
  margin: 10px 0 0;
}
.lblock-body > ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.application-card-header {
  text-align: center;
}
.application-card-img {
  height: 56px !important;
}
.application-card-title {
  font-size: 19px;
  margin: 10px 0 0;
}
.application-card-body {
  margin: 20px 0 0;
}
.application-card-body > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.application-card-body > ul > li {
  padding: 9px 0;
  color: #7f7f7f;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: -0.16px;
  border-bottom: 1px solid #e9e9e9;
}
.search-card {
  display: none;
}
/*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;
}
.owl-carousel .owl-dots > button + button {
  margin-left: 10px;
}
.owl-carousel .owl-dots > button {
  background-color: rgb(217, 216, 214);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  padding: 0 !important;
  transition: all 0.3s ease-out;
}
.owl-carousel .owl-dots > button.active {
  background-color: rgb(250, 66, 56);
  width: 30px;
}
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(25, 31, 108);
}
/*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;
}
.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;
}
/*Responsive*/

@media (max-width: 767.98px) {
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(25, 31, 108);
    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 10px 0 20px;
    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%;
    right: 10px;
    transform: translateY(-50%);
  }
  #navigation > ul > li a:before {
    content: "\f105";
    right: auto;
    left: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
  .member-card-header {
    padding: 0 50px 50px 50px;
  }
  .member-card-body {
    padding-top: 50px;
  }
  .member-card-header::before {
    width: 100%;
    height: 100px;
    background: rgb(244, 244, 244);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
  }
  .intro-bg::after {
    top: -40px;
  }
  .slideshow .owl-dots {
    bottom: 20px;
  }
  body.single-product #sidebar,
  body.page-template-page-about #sidebar {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  #navigation {
    width: 100%;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  #navigation ul > li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  body:not(.home) #header #navigation ul > li,
  #header.sticky #navigation ul > li {
    border-right: 1px solid rgba(151, 151, 151, 0.1);
  }
  #navigation ul > li > a {
    color: rgb(255, 255, 255);
    font-weight: 700;
    height: 77px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body:not(.home) #header #navigation ul > li > a,
  #header.sticky #navigation ul > li > a {
    color: rgb(73, 73, 73);
  }
  #navigation ul > li:hover > a {
    color: rgb(250, 66, 56) !important;
  }
  .member-card {
    display: flex;
    align-items: center;
  }
  .member-card-header {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 50px 50px 50px 0;
  }
  .member-card-body {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 50px;
  }
  .member-card-header::before {
    width: 100px;
    height: 100%;
    background: rgb(244, 244, 244);
    position: absolute;
    top: 0;
    right: 0;
    content: "";
  }
  .history-desc {
    padding-left: calc(25% + 50px);
  }
  .section-blog .section-title {
    position: absolute;
    top: 0;
    left: 30px;
    color: rgb(99, 100, 102);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    transform: scale(-1) rotate(90deg) translate(-100%, -100%);
    transform-origin: top left;
  }
  .section-blog .section-body {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .page-nav > li::after,
  #sidebar::after {
    width: 100vw;
    height: 100%;
    background: inherit;
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    z-index: 1;
  }
  .page-nav > li::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 2;
  }
  #mainbar .subsection-header,
  #mainbar .subsection-body,
  #mainbar .subsection-footer {
    padding-right: 30px;
  }
  .product-list .product-card::after,
  .subsection-dark::after,
  .subsection-mission::after {
    width: 100vw;
    height: 100%;
    background: inherit;
    position: absolute;
    top: 0;
    right: 100%;
    content: "";
    z-index: 1;
  }
  .mainbar-inner {
    padding-right: 30px;
  }
}
