/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Variable.ttf") format("ttf");
}
/** {
  cursor: none;
}*/
: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(195, 155, 100);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cairo", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
html {
  background: rgb(195, 155, 100);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Cairo", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 2px;
  direction: ltr;
  background: rgb(25, 25, 25);
  color: rgb(255, 255, 255);
  padding-top: 90px;
  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, 25, 25, 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: "Cairo", sans-serif;
  font-weight: 700;
  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 {
  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: 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;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51) !important;
  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(195, 155, 100);
  color: rgb(0, 0, 0) !important;
}
.pagination > li > .current {
  background: none;
  color: rgb(255, 255, 255) !important;
}
/*Custom*/
.container-fluid {
  max-width: 1400px;
}
.section {
  position: relative;
  z-index: 1;
}
.section-wrapper {
  padding: 100px 0 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 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 1;
}
.section-title::after {
  height: 3px;
  width: 50px;
  background: rgb(255, 255, 255);
  margin: 20px 0 0;
  display: block;
  content: "";
}
.section-tab {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.section-tab > li + li {
  margin-top: 3px;
}
.section-tab > li::before {
  content: "/";
  margin-right: 10px;
}
#page-body {
  padding: 0 0 100px;
}
#header + #page-body {
  padding: 100px 0;
}
#page-footer {
  margin-top: auto;
}
#page-footer + #footer {
  margin-top: 0;
}
#page-header {
  padding-top: 150px;
  padding-bottom: 100px;
}
#page-title {
  letter-spacing: 5px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}
* + #page-cover {
  margin-top: 40px;
}
#page-cover > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.subsection {
  padding: 40px 0;
}
.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: 58px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tbutton::before,
.tbutton::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.tbutton::before {
  top: 0;
  left: 0;
  right: auto;
}
.tbutton::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.tbutton:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.tbutton:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.tbutton > span::after {
  height: 1px;
  background: #fff;
  width: 46px;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
  content: "";
  display: inline-block;
  margin-left: 5px;
}
.tbutton:hover > span::after {
  background: #fff;
  transform: scaleX(1);
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: rgb(195, 155, 100);
  color: rgb(255, 255, 255);
}
.tbutton-primary-fill:hover {
  background: rgb(195, 155, 100);
  color: rgb(255, 255, 255);
}
.tbutton-secondary-fill {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.tbutton-secondary-fill:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
#header {
  position: fixed;
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(0, 0, 0);
}
.logo {
  margin-right: auto;
}
.logo > img {
  height: 70px;
}
#footer {
  margin-top: auto;
  padding: 100px 0;
  background: rgb(0, 0, 0);
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer-nav > li + li::before {
  content: "/";
  margin: 0 10px;
}
.slide-card {
  width: 100vw;
  height: calc(100vh - 90px);
}
.slide-card-img {
  width: 100vw;
  height: calc(100vh - 90px);
  object-fit: cover;
}
.slide-card-header > div:nth-child(1) {
  object-position: calc(50% - 1px) calc(50% - 1px);
}
.slide-card-header > div:nth-child(2) {
  object-position: calc(50% + 1px) calc(50% + 1px);
  filter: brightness(1) grayscale(1);
  background-blend-mode: difference;
}
.intro-title {
  font-weight: 300;
  letter-spacing: 5px;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}
.intro-subtitle {
  margin: 0;
}
.section-intro .section-cover {
  margin-bottom: 100px;
}
.section-intro .section-cover::after {
  content: "";
  position: absolute;
  top: 70px;
  left: -70px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 30px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.section-subfooter {
  border: 0 solid rgb(255, 255, 255);
  text-transform: uppercase;
  margin: 20px 0;
  padding: 0 20px;
}
.section:nth-child(odd) .section-subfooter {
  text-align: right;
  border-right-width: 10px;
}
.section:nth-child(even) .section-subfooter {
  text-align: left;
  border-left-width: 10px;
}
.subfooter-title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  color: rgba(191, 191, 191, 0.3);
  margin: 0;
}
.subfooter-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}
.section-project {
  background: rgb(0, 0, 0);
}
.project-card {
  position: relative;
  overflow: hidden;
}
.project-card-header {
  position: relative;
}
.project-card-header::before {
  padding-top: 150%;
  content: "";
  display: block;
}
.project-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.project-card-body {
  background: rgba(0, 0, 0, 0.9);
  color: rgb(255, 255, 255);
  padding: 40px;
  transition: all 0.5s linear;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.project-card:hover .project-card-body {
  opacity: 1;
  visibility: visible;
}
.project-card-title {
  margin: 0;
}
.project-card-subtitle {
  font-weight: 400;
  font-size: 16px;
  margin: 20px 0 0;
}
.project-card-location {
  font-weight: 300;
  font-size: 16px;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.project-card-location::before {
  content: "\f3c5";
  font-family: "Font Awesome";
  margin-right: 5px;
}
.project-card-btn {
  color: #fff;
  border-left: 2px solid #fff;
  padding-left: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: absolute;
  bottom: 90px;
  right: 0;
  transform: rotate(-90deg);
}
.project-card-body::before,
.project-card-body::after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 20px;
  top: 20px;
  transition: all 0.7s linear;
  opacity: 0;
}
.project-card-body::before {
  width: 1px;
  height: 0px;
}
.project-card-body::after {
  width: 0%;
  height: 1px;
}
.project-card:hover .project-card-body::before {
  height: 100%;
  top: -20px;
  opacity: 1;
}
.project-card:hover .project-card-body::after {
  width: 100%;
  opacity: 1;
  left: -20px;
}
.member-card-header {
  position: relative;
}
.member-card-header::before {
  padding-top: 100%;
  content: "";
  display: block;
}
.member-card-img {
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 0;
}
.member-card-body {
  position: relative;
  text-align: center;
  padding: 15px 0;
}
.member-card-body::before,
.member-card-body::after {
  background: rgb(255, 255, 255);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.member-card-body::before {
  width: 4px;
  height: 40px;
}
.member-card-body::after {
  width: 40px;
  height: 4px;
}
.member-card-title {
  font-size: 18px;
  margin: 0;
}
.member-card-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0 0;
}
.service-card-header {
  position: relative;
}
.section-service .section-cover {
  margin-bottom: 100px;
}
.section-service .section-cover::before,
.service-card-header::before {
  padding-top: 66.66%;
  content: "";
  display: block;
}
.section-service .section-cover > img,
.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.section-service::before {
  background: url(../img/pattern-1.png);
  filter: invert(1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.service-carousel {
  background: rgb(0, 0, 0);
  border: 15px solid rgb(0, 0, 0);
  position: absolute;
}
.service-carousel .owl-nav {
  position: absolute;
  display: flex;
  align-items: center;
}
.service-card-body::before,
.service-card-body::after {
  background: rgb(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-card-body::before {
  width: 6px;
  height: 100px;
  left: 40px;
  bottom: 20px;
}
.service-card-body::after {
  width: 100px;
  height: 6px;
  left: 20px;
  bottom: 40px;
}
.service-card-body {
  color: rgb(0, 0, 0);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 90%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 60px 30px 60px 60px;
  bottom: -300px;
  opacity: 0px;
  transition: all 1.5s linear;
  position: absolute;
  left: 0;
  right: 0;
}
.owl-item.active .service-card .service-card-body {
  opacity: 1;
  bottom: 0;
}
.service-card-title {
  font-weight: 600;
  margin: 0;
}
.service-card-desc {
  font-size: 14px;
  margin: 5px 0 0;
}
.section-stat {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.section-stat .section-wrapper {
  padding: 100px 0;
}
.section-stat::after {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}
.section-stat .section-inner {
  color: rgb(0, 0, 0);
  border: 15px solid rgb(0, 0, 0);
  padding: 100px 50px;
  position: relative;
}
.section-stat .section-title::after {
  display: none;
}
.stat-card {
  text-align: center;
  color: rgb(0, 0, 0);
}
.stat-card-subtitle {
  font-weight: 900;
  margin: 0;
}
.stat-card-title {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.stat-card-title::before {
  height: 3px;
  width: 50px;
  background: rgb(0, 0, 0);
  content: "";
  display: block;
  margin: 20px auto;
}
.project-wrapper {
  background: rgb(0, 0, 0);
}
.project-col-information {
  margin: 50px 30px;
}
.project-information {
  padding: 30px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  height: 100%;
}
.project-title {
  margin: 0;
  font-size: 26px;
}
.project-description {
  margin: 20px 0 0;
  font-size: 14px;
}
.project-table {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.project-table > li {
  width: 50%;
  padding: 20px 0 0;
}
.project-table > li > div {
  font-size: 14px;
  margin: 5px 0 0;
}
.gallery-thumb-item,
.gallery-image-item > a {
  position: relative;
}
.gallery-thumb-item::before,
.gallery-image-item > a::before {
  padding-top: 100%;
  content: "";
  display: block;
}
.gallery-thumb-item > img,
.gallery-image-item > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.project-thumb-gallery {
  margin: 10px 0 0;
}
.project-thumb-gallery .owl-nav > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.project-thumb-gallery .owl-nav > button.owl-prev {
  left: 0;
}
.project-thumb-gallery .owl-nav > button.owl-next {
  right: 0;
}
.contact-form {
  border: 6px solid rgb(255, 255, 255);
  padding: 100px 40px;
  position: relative;
}
.contact-form::before {
  border: 6px solid rgb(255, 255, 255);
  content: "";
  position: absolute;
}
.contact-info {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 30px;
  margin: 0;
  list-style: none;
}
.contact-info > li + li {
  margin: 20px 0 0;
}
.contact-info > li > div {
  font-size: 14px;
  margin: 5px 0 0;
}
#contact-map {
  height: 450px;
}
.page-tab {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
/*Plugins*/
.owl-carousel .owl-nav > button {
  background: rgb(255, 255, 255) !important;
  font-weight: bold !important;
  color: rgb(0, 0, 0) !important;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav > button + button {
  margin-left: 15px;
}
.owl-carousel .owl-nav > button:hover {
  opacity: 0.9;
}
.owl-carousel .owl-nav > button.disabled {
  opacity: 0.7;
}
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(195, 155, 100);
}
/*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) {
  .nav-toggle {
    color: rgb(255, 255, 255);
    font-size: 26px;
    background: none;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(25, 25, 25);
    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";
  }
  .service-carousel {
    width: calc(100% - 140px);
    top: 100px;
    right: 70px;
    left: 70px;
  }
  .service-carousel .owl-nav {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 15px);
  }
  .project-carousel .owl-nav button.owl-prev,
  .project-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
  }
  .project-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .project-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .section-stat .section-inner {
    border-bottom: none;
  }
  .section-stat .section-inner::before,
  .section-stat .section-inner::after {
    background: rgb(0, 0, 0);
    height: 15px;
    width: 35%;
    position: absolute;
    bottom: 0;
    content: "";
  }
  .section-stat .section-inner::before {
    left: 0;
  }
  .section-stat .section-inner::after {
    right: 0;
  }
  .contact-info {
    margin: 0 40px;
  }
  .contact-form {
    border-bottom: none;
    padding: 100px 40px 40px;
  }
  .contact-form::before {
    width: calc(100% + 12px);
    height: 100px;
    border-top: none;
    top: 100%;
    left: -6px;
  }
  .page-tab {
    flex-direction: column;
  }
  .page-tab > li + li {
    margin-top: 3px;
  }
  .page-tab > li::before {
    content: "/";
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  #navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul > li + li {
    margin-left: 30px;
  }
  #navigation > ul > li > a {
    text-transform: uppercase;
  }
  .section-member::before {
    background: rgb(255, 255, 255);
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .section-member .section-title,
  .section-member .section-subfooter,
  .section-member .member-card-large .member-card-body {
    filter: invert(1);
  }
  .member-card-large .member-card-body::before,
  .member-card-large .member-card-body::after {
    display: none;
  }
  .member-card-large .member-card-body {
    padding-top: 30px;
  }
  .member-card-large .member-card-title {
    font-size: 28px;
  }
  .member-card-large .member-card-subtitle {
    font-size: 22px;
  }
  .service-carousel {
    top: 70px;
    right: 70px;
  }
  .service-carousel .owl-nav {
    right: 100%;
    bottom: 0;
    transform: translate(-30px, 15px);
  }
  .project-carousel .owl-nav {
    position: absolute;
    right: 100%;
    bottom: 0;
    transform: translateX(-30px);
    display: flex;
    align-items: center;
  }
  .section-stat .section-inner {
    border-right: none;
  }
  .section-stat .section-inner::before,
  .section-stat .section-inner::after {
    background: rgb(0, 0, 0);
    width: 15px;
    height: 35%;
    position: absolute;
    right: 0;
    content: "";
  }
  .section-stat .section-inner::before {
    top: 0;
  }
  .section-stat .section-inner::after {
    bottom: 0;
  }
  .contact-form {
    border-right: none;
  }
  .contact-form::before {
    width: 100px;
    height: calc(100% + 12px);
    border-left: none;
    left: 100%;
    top: -6px;
  }
  .page-tab {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
  .page-tab > li + li::before {
    content: "/";
    margin: 0 10px;
  }
  .section-member .section-subfooter {
    margin-top: -100px;
  }
  .section-member .section-body {
    padding-bottom: 100px;
  }
}
