/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Variable.ttf") format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "Acumin";
  font-display: auto;
  font-weight: 500;
  src: url("../fonts/AcuminPro-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Acumin";
  font-display: auto;
  font-weight: 600;
  src: url("../fonts/AcuminPro-Semibold.woff2") format("woff2");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(204, 213, 214);
  text-decoration: none !important;
}
a:hover {
  color: rgb(255, 78, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "General Sans", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 200;
  line-height: 1.4;
}
html {
  background: rgb(9, 10, 10);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "General Sans", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.4;
  padding: 72px 0 0;
  direction: ltr;
  background: rgb(9, 10, 10);
  color: rgb(204, 213, 214);
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: background-color 1.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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(9, 10, 10, 1);
  -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: "General Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
strong,
b {
  font-weight: 200;
}
.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(204, 213, 214);
  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: 100vw;
}
.section {
  position: relative;
  z-index: 1;
}
.section-wrapper {
  padding: 100px 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-body strong {
  color: rgb(255, 255, 255);
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 30px;
}
.subsection {
  border-bottom: 0.5px solid rgba(204, 213, 214, 0.5);
  padding: 60px 0;
}
.subsection-title {
  font-size: 2em;
  font-weight: 500;
}
.subsection-btn {
  border-bottom: 0.5px solid rgba(204, 213, 214, 0.5);
  display: inline-flex;
  padding-left: 30px;
}
.subsection-btn:hover {
  border-bottom-color: #ff4e00;
}
.section-project .cell-carousel {
  padding: 17% 17% 17% 17%;
}
.project-carousel .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.project-list .project-card {
  border-bottom: 0.5px solid rgba(204, 213, 214, 0.5);
}
.project-card-title {
  font-family: "Acumin", Sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.project-card-header {
  position: relative;
}
.project-card-img {
  width: 100%;
  transition: all 0.25s;
}
.project-card:not(:hover) .project-card-img:nth-child(2),
.project-card:hover .project-card-img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.project-card .project-card-img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.project-card-cat,
.project-card-meta {
  font-size: 18px;
  font-weight: 100;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-grid {
  position: relative;
}
.project-grid::after {
  background: rgb(15, 20, 20);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.project-grid .project-card {
  padding: 7rem 3rem 7rem 3rem;
  border-right: 0.5px solid rgba(204, 213, 214, 0.5);
  border-bottom: 0.5px solid rgba(204, 213, 214, 0.5);
}
.project-card-cell {
  justify-content: center;
}
#footer {
  margin-top: auto;
}
#page-footer {
  margin-top: auto;
  border-top: 0.5px solid rgba(204, 213, 214, 0.5);
  border-bottom: 0.5px solid rgba(204, 213, 214, 0.5);
}
#page-footer + #footer {
  margin-top: 0;
}
.footer-col-1 {
  padding: 2% 0% 2% 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 0.5px solid rgba(204, 213, 214, 0.5);
}
.footer-col-1 > img {
  width: 8vw;
}
.footer-col-1 > a {
  font-size: 22px;
}
.footer-col-2,
.footer-col-3 {
  padding: 20% 0% 20% 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.footer-col-2 a,
.footer-col-3 a {
  border-bottom: 0.5px solid rgba(204, 213, 214, 0.5);
  display: inline-flex;
}
.footer-col-2 a:hover,
.footer-col-3 a:hover {
  border-bottom-color: #ff4e00;
}
.footer-col-4 {
  padding: 2% 0% 4% 0%;
}
.copyright {
  padding: 50px 0 15px;
  text-align: center;
}
#page-header {
  padding: 100px 0 40px;
}
#page-title {
  font-family: "Acumin", Sans-serif;
  font-size: 6vw;
  line-height: 0.75;
  margin: 0;
  text-transform: capitalize;
}
#page-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: flex-end;
  flex-wrap: wrap;
  text-transform: capitalize;
}
#page-nav > li:not(:last-child) {
  margin-right: 50px;
}
#header + #page-body {
  padding-top: 100px;
}
.header-carousel {
  border-top: 0.2px solid rgb(109, 118, 128);
  border-bottom: 0.2px solid rgb(109, 118, 128);
  margin: 30px 0;
  position: relative;
}
.header-moving {
  font-size: 1.8vw;
  font-weight: 100;
  padding: 5px 0;
  overflow: hidden;
  position: relative;
}
.header-moving .text-carousel {
  white-space: nowrap;
  animation-play-state: running;
  animation-name: attraversa;
  transform-origin: center center;
  animation-iteration-count: infinite;
  animation-duration: 50s;
  animation-delay: -25s;
  animation-timing-function: linear;
  animation-direction: reverse;
  animation-fill-mode: forwards;
}
@keyframes attraversa {
  0% {
    transform: translateX(calc(-50vw - 50% - 100px));
  }
  100% {
    transform: translateX(calc(+50vw + 50% + 100px));
  }
}
.time-carousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.time-carousel * {
  height: 100%;
}
.nowtime {
  background: rgb(15, 20, 20);
  color: rgb(204, 213, 214);
  font-family: "Acumin", Sans-serif;
  font-size: 1.8vw;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 15px;
}
.nowtime::before {
  background: inherit;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  content: "";
}
.header-desc {
  padding: 20px 0;
}
.member-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px;
  border-right: 0.2px solid rgb(109, 118, 128);
  border-bottom: 0.2px solid rgb(109, 118, 128);
}
.member-card-header {
  padding: 40px 40px 40px 40px;
  text-align: center;
  margin-top: auto;
}
.member-card-img {
  width: 100%;
}
.member-card-body {
  padding: 0 40px 40px 40px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.member-card-title {
  font-size: 1.4em;
  font-weight: 450;
  margin: 0;
}
.member-card-subtitle {
  font-size: 1.2em;
  font-weight: 100;
  margin: 0;
}
.member-grid {
  position: relative;
  border-top: 0.2px solid rgb(109, 118, 128);
}
.member-grid::after {
  background: rgb(204, 213, 214);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.member-card-cta > a {
  padding: 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: rgb(0, 0, 0);
}
.member-card-cta > a > strong {
  font-size: 70px;
}
.member-card-cta > a > span {
  font-size: 40px;
}
.blog-card {
  display: flex;
  padding: 30px 0;
  border-bottom: 0.2px solid rgb(109, 118, 128);
}
.blog-card-header {
  position: relative;
}
.blog-card-header::before {
  padding-top: 100%;
  content: "";
  display: block;
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-body {
  display: flex;
  flex-direction: column;
}
.blog-card-title {
  font-size: 1.9em;
  font-weight: 400;
}
.blog-card-title a {
  color: rgb(0, 0, 0) !important;
}
.blog-card-title a:hover {
  color: rgb(255, 78, 0) !important;
}
.blog-card-meta {
  font-size: 0.8em;
  font-weight: 100;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}
.blog-card-desc {
  margin: 10px 0 0;
}
.related-cell .blog-card {
  flex-direction: column;
  padding: 0;
  border: none;
}
.related-cell .blog-card-header {
  width: 100% !important;
  max-width: unset !important;
}
.related-cell .blog-card-body {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
}
.related-cell .blog-card-title {
  font-size: 24px;
  display: inline-flex;
  margin: 0;
}
.related-cell .blog-card-meta,
.related-cell .blog-card-desc {
  display: none;
}
.entry-cover > img {
  width: 100%;
}
.entry-subtitle {
  font-family: "Acumin", Sans-serif;
  font-size: 2em;
  font-weight: 500;
  display: inline-flex;
}
.breadcrumb {
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb > li + li::before {
  content: "/";
  margin: 0 15px;
  display: inline;
}
.entry-title {
  font-size: 1.9em;
  font-weight: bold;
  margin: 30px 0 0;
}
body.single-project .entry-content {
  line-height: 1.4;
  font-weight: 100;
}
body.single-project .entry-title {
  font-family: "Acumin", Sans-serif;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.07;
}
body.single-post .entry-title {
  font-family: "Acumin", Sans-serif;
  font-size: 50px;
  font-weight: 500;
}
.entry-header + .entry-content,
.entry-content + .entry-footer {
  margin-top: 30px;
}
.entry-footer {
  padding: 20px 0 60px;
}
.entry-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.entry-meta > li:not(:last-child) {
  margin-right: 100px;
}
.entry-meta-list {
  font-weight: 100;
  margin: 10px 0 0;
  display: flex;
}
ul.entry-meta-list {
  padding: 0;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
ul.entry-meta-list > li + li {
  margin-left: 40px;
}
.entry-meta-title {
  margin: 0;
  line-height: 1;
}
.related-cell {
  padding: 8vw 12.8645833vw;
}
.related-cell-header {
  text-align: center;
  margin: 0 0 100px;
}
.related-cell-title {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
}
#page-gallery {
  padding: 60px 0;
  border-top: 0.5px solid rgba(204, 213, 214, 0.5);
}
.page-gallery-grid > div > div:not(.gallery-cell-empty) {
  padding: 10px !important;
}
.gallery-cell-embed,
.gallery-cell-img,
.gallery-cell-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.gallery-cell-text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gallery-cell-text > P:last-child {
  margin-bottom: 0;
}
.gallery-cell-img > img {
  width: 100%;
}
.gallery-cell-embed {
  position: relative;
}
.gallery-cell-embed::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.gallery-cell-embed > iframe,
.gallery-cell-embed > video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}
#page-gallery .col-lg-8 + div,
#page-gallery .col-lg-4 + .col-lg-4 + div {
  margin-left: 0.1px;
  content: "";
  display: block;
}
#page-gallery .col-lg-12 > .gallery-cell-img {
  margin-left: -30px;
  margin-right: -30px;
}
.section-about-office {
  padding-top: 60px;
  padding-bottom: 60px;
}
.office-img > img {
  width: 100%;
}
.section-about-service {
  padding-top: 60px;
  padding-bottom: 60px;
}
.service-card-header {
  padding: 0% 0% 12% 0%;
}
.service-card-title {
  font-family: "Acumin", Sans-serif;
  font-weight: 500;
  margin: 0;
}
.cell-subhead {
  font-size: 6vw;
  font-weight: bold;
  word-spacing: 100vw;
}
.section-about-abed {
  padding-top: 30px;
  padding-bottom: 60px;
}
.abed-img-inner {
  position: relative;
}
.abed-img-cover {
  width: 100%;
}
.abed-img-icon {
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -20%;
  margin-top: -50%;
  animation: rotating 13s linear infinite;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.section-about-client {
  border-top: 0.5px solid rgba(204, 213, 214, 0.5);
  padding: 60px 0;
  margin-top: 60px;
}
.section-about-client .section-header {
  text-align: center;
  padding-bottom: 60px;
}
.section-about-client .section-title {
  font-size: 1.5em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.client-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 15%;
}
.client-card > img {
  filter: brightness(0) invert(1);
  width: 100%;
}
body.single-post,
body.blog {
  background: rgb(204, 213, 214);
  color: rgb(15, 20, 20);
}
body.single-post #page-footer,
body.blog #page-footer {
  border-top-color: rgb(109, 118, 128);
  border-bottom-color: rgb(109, 118, 128);
}
body.single-post a,
body.blog a {
  color: rgb(109, 118, 128);
}
.blog-card-title a {
  color: rgb(0, 0, 0);
}
body.single-post a:hover,
body.blog a:hover {
  color: rgb(255, 78, 0);
}
body.single-post #page-body {
  padding-top: 60px;
}
.section-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hero-motion > svg {
  width: calc(100vw - 120px) !important;
  display: block;
  margin: 0 auto;
}
#about-motion > svg {
  width: 100% !important;
}
#vision-motion > svg {
  width: 100% !important;
}
#vision-motion + span {
  display: none;
}
#team-motion > svg {
  width: 100%;
}
#more-btn > svg {
  width: auto !important;
  height: 30px !important;
}
#more-btn + span {
  display: none;
}
.footer-col-1 a,
.footer-col-2 a,
.footer-col-3 a,
.subsection-btn,
#navigation > ul > li > a {
  background: linear-gradient(
    to right,
    #ff4e00,
    #ff4e00 50%,
    rgb(204, 213, 214) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.footer-col-1 a:hover,
.footer-col-2 a:hover,
.footer-col-3 a:hover,
.subsection-btn:hover,
#navigation > ul > li > a:hover {
  background-position: 0 100%;
}
#header {
  background: rgb(0, 0, 0);
  box-shadow: inset 0 -1px 0 0 rgba(204, 213, 214, 0.2);
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.5s ease-in-out;
}
body.sidebar-closed #header {
  animation: header-slide-out 0.5s ease-in-out;
}
body.sidebar-opened #header {
  animation: header-slide-in 0.5s ease-in-out;
}
@keyframes header-slide-in {
  50% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes header-slide-out {
  50% {
    transform: translate3d(0, -100%, 0);
  }
}
.logo > img {
  height: 42px;
}
#sidebar {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  width: 100vw;
  height: 85vh;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 101;
  transition: 0.5s ease-in-out;
  backface-visibility: hidden;
  transform: translate3d(0, -100%, 0);
  overflow-y: scroll;
}
body.sidebar-opened #sidebar {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out 0.25s;
  transform: translate3d(0, 0, 0);
}
#sidebar > div {
  height: 100%;
}
.sidebar-bottom {
  color: rgb(204, 213, 214);
}
.social-nav-text {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
}
.social-nav,
.contact-info {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-nav > li + li {
  margin-left: 20px;
}
.social-nav > li > a > img {
  height: 38px;
}
.social-nav > li > a:hover > img {
  opacity: 0.5;
}
.sblock-title {
  white-space: nowrap;
}
#nav-toggle {
  padding: 0;
  border: none;
  margin: 0 5px 0 auto;
  position: relative;
}
#nav-toggle,
#nav-toggle::before,
#nav-toggle::after {
  font-size: 24px;
  font-weight: 200;
  background: rgb(0, 0, 0);
  color: rgb(204, 213, 214);
  text-transform: capitalize;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#nav-toggle::before,
#nav-toggle::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.25s;
}
#nav-toggle::before {
  content: attr(data-open);
  transform: translateY(-100%);
}
#nav-toggle::after {
  content: attr(data-close);
  transform: translateY(100%);
}
body:not(.sidebar-opened) #nav-toggle:hover::before,
body.sidebar-opened #nav-toggle:hover::after {
  opacity: 1;
  transform: translateY(0);
}
#nav-toggle > span {
  transition: all 0.25s;
}
body:not(.sidebar-opened) #nav-toggle:hover > span {
  content: attr(data-close);
  transform: translateY(100%);
  opacity: 0;
}
body.sidebar-opened #nav-toggle:hover > span {
  content: attr(data-open);
  transform: translateY(-100%);
  opacity: 0;
}
#navigation {
  font-family: "Acumin", Sans-serif;
  text-transform: capitalize;
  line-height: 1;
  font-size: 10vh;
  font-weight: 500;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-list .project-card-body {
  position: relative;
}
.project-list .project-card-body::before {
  content: attr(data-id);
  font-family: "Acumin", Sans-serif;
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.project-card-desc {
  color: rgb(204, 213, 214);
}
.section-project .section-footer {
  text-align: center;
}
.section-project .section-nav > .section-btn {
  font-family: "Acumin";
  font-size: 50px;
  font-weight: 500;
}
.related-cell .project-card-header {
  width: 100% !important;
  max-width: unset !important;
}
.related-cell .project-card-body {
  display: flex;
  align-items: flex-end;
  padding-top: 30px;
}
.related-cell .project-card-title {
  font-size: 24px;
  display: inline-flex;
  margin-right: 40px;
  line-height: 1;
}
.related-cell .project-card-cat {
  font-size: 15px;
}
.related-cell .project-card-desc {
  display: none;
}
body.single-project #page-body {
  padding-top: 100px;
}
.section-about-member {
  padding-top: 120px;
  padding-bottom: 60px;
  transition: all 0.3s ease-in-out;
}
.section-about-member .section-title {
  font-family: "Acumin", Sans-serif;
  font-size: 110px;
  margin: 0;
}
.section-about-member .section-desc {
  padding: 30px 0;
}
/*.section-about-member + #footer {
  background: rgb(204, 213, 214);
  color: rgb(15, 20, 20);
}*/
.section-about-member a * {
  color: rgb(15, 20, 20) !important;
  color: rgb(204, 213, 214) !important;
}
.section-about-member a:hover * {
  color: rgb(255, 78, 0) !important;
}
body.bg-light {
  background-color: rgb(204, 213, 214) !important;
  color: rgb(15, 20, 20) !important;
}
body.bg-dark {
  background-color: rgb(9, 10, 10) !important;
  color: rgb(204, 213, 214) !important;
}
body.page-template-page-about .section-about-member img {
  filter: invert(1);
  transition: all 2s;
}
body.page-template-page-about .section-about-member img {
  filter: invert(0);
}
.page-motion {
  max-width: 100%;
  max-height: 100px;
}
.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
body.single-project #page-body,
body.single-project #page-gallery {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: hidden;
}
#page-desc {
  margin-top: 30px;
}
#page-desc > p:last-child {
  margin-bottom: 0;
}
.appear-on-scroll {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: visibility 0s ease, opacity 0.6s ease, transform 0.6s ease;
}
.appear-on-scroll.come-in,
.appear-on-scroll.already-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.embed-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Plugins*/
div.wpforms-field-container .wpforms-field-label {
  font-size: 16px !important;
  font-weight: 200 !important;
  color: rgb(255, 255, 255) !important;
}
div.wpforms-field-container .wpforms-field-label-inline {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: rgb(204, 213, 214) !important;
}
div.wpforms-field-container input[type="checkbox"]:before,
div.wpforms-field-container input[type="radio"]:before {
  border-radius: 0 !important;
  box-shadow: none !important;
}
div.wpforms-field-container input[type="checkbox"]:checked:before,
div.wpforms-field-container input[type="radio"]:checked:before {
  border-color: rgb(255, 78, 0) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
div.wpforms-field-container input[type="checkbox"]:checked:after {
  border-left-color: rgb(255, 78, 0) !important;
  border-bottom-color: rgb(255, 78, 0) !important;
}
div.wpforms-field-container
  ul.wpforms-icon-choices
  .wpforms-icon-choices-item
  .wpforms-icon-choices-label {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: rgb(204, 213, 214) !important;
}
div.wpforms-field-container ul.wpforms-icon-choices li label {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid rgb(0, 0, 0) !important;
}
div.wpforms-field-container ul.wpforms-icon-choices li label:hover,
div.wpforms-field-container ul.wpforms-icon-choices li.wpforms-selected label {
  border: 1px solid rgb(255, 78, 0) !important;
}
div.wpforms-field-container
  ul.wpforms-image-choices
  .wpforms-image-choices-item
  label
  .wpforms-image-choices-label {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: rgb(204, 213, 214) !important;
}
div.wpforms-field-container
  ul.wpforms-image-choices
  .wpforms-image-choices-item.wpforms-selected
  .wpforms-image-choices-image:after {
  background-color: rgb(255, 78, 0) !important;
}
div.wpforms-field-container ul.wpforms-image-choices li label {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid rgb(0, 0, 0) !important;
}
div.wpforms-field-container ul.wpforms-image-choices li label:hover,
div.wpforms-field-container ul.wpforms-image-choices li.wpforms-selected label {
  border: 1px solid rgb(255, 78, 0) !important;
}
div.wpforms-field-container input[type="date"],
div.wpforms-field-container input[type="datetime"],
div.wpforms-field-container input[type="datetime-local"],
div.wpforms-field-container input[type="email"],
div.wpforms-field-container input[type="month"],
div.wpforms-field-container input[type="number"],
div.wpforms-field-container input[type="password"],
div.wpforms-field-container input[type="range"],
div.wpforms-field-container input[type="search"],
div.wpforms-field-container input[type="tel"],
div.wpforms-field-container input[type="text"],
div.wpforms-field-container input[type="time"],
div.wpforms-field-container input[type="url"],
div.wpforms-field-container input[type="week"],
div.wpforms-field-container select,
div.wpforms-field-container textarea {
  background-color: rgb(204, 213, 214) !important;
  border: 1px solid rgb(0, 0, 0) !important;
  border-radius: 0 !important;
}
div.wpforms-field-container input[type="date"]:focus,
div.wpforms-field-container input[type="datetime"]:focus,
div.wpforms-field-container input[type="datetime-local"]:focus,
div.wpforms-field-container input[type="email"]:focus,
div.wpforms-field-container input[type="month"]:focus,
div.wpforms-field-container input[type="number"]:focus,
div.wpforms-field-container input[type="password"]:focus,
/*div.wpforms-field-container input[type="range"]:focus,*/
div.wpforms-field-container input[type="search"]:focus,
div.wpforms-field-container input[type="tel"]:focus,
div.wpforms-field-container input[type="text"]:focus,
div.wpforms-field-container input[type="time"]:focus,
div.wpforms-field-container input[type="url"]:focus,
div.wpforms-field-container input[type="week"]:focus,
div.wpforms-field-container select:focus,
div.wpforms-field-container textarea:focus {
  border: 1px solid rgb(255, 78, 0) !important;
  box-shadow: none !important;
}
div.wpforms-field-container input[type="range"]::-webkit-slider-thumb {
  background: rgb(255, 78, 0) !important;
}
div.wpforms-field-container input[type="range"]::-moz-range-thumb {
  background: rgb(255, 78, 0) !important;
}
div.wpforms-field-container input[type="range"]::-ms-thumb {
  background: rgb(255, 78, 0) !important;
}
div.wpforms-field-container
  .wpforms-field-number-slider
  .wpforms-field-number-slider-hint {
  font-size: 16px !important;
  font-weight: 200 !important;
  color: rgb(204, 213, 214) !important;
}
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-number-slider
  .wpforms-field-number-slider-hint
  b,
div.wpforms-container-full
  .wpforms-form
  .wpforms-field-number-slider
  .wpforms-field-number-slider-hint
  strong {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: rgb(204, 213, 214) !important;
}
div.wpforms-submit-container input[type="submit"]:not(:hover):not(:active),
div.wpforms-submit-container button[type="submit"]:not(:hover):not(:active),
div.wpforms-submit-container .wpforms-page-button:not(:hover):not(:active) {
  background-color: rgb(255, 78, 0) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
div.wpforms-submit-container input[type="submit"]:hover,
div.wpforms-submit-container input[type="submit"]:active,
div.wpforms-submit-container input[type="submit"]:focus,
div.wpforms-submit-container button[type="submit"]:hover,
div.wpforms-submit-container button[type="submit"]:active,
div.wpforms-submit-container button[type="submit"]:focus,
div.wpforms-submit-container .wpforms-page-button:hover,
div.wpforms-submit-container .wpforms-page-button:active,
div.wpforms-submit-container .wpforms-page-button:focus {
  background-color: rgb(255, 78, 0) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 0.7 !important;
  outline: 0 !important;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*CMS*/
.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 {
    font-size: 19px;
  }
  .footer-col-2 {
    border-bottom: 0.5px solid rgba(204, 213, 214, 0.5);
  }
  .footer-col-4 {
    text-align: center;
  }
  #header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo > img {
    height: 25px;
  }
  #sidebar {
    top: 56px;
  }
  .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 30px;
  }
  .contact-info {
    font-size: 20px;
    margin-top: 30px;
    align-items: end;
    flex-direction: column;
  }
  .cell-carousel {
    border-top: 0.5px solid rgba(204, 213, 214, 0.5);
  }
  .subsection-header > div + div {
    margin-top: 20px;
  }
  .related-grid > div:first-child > .related-cell {
    border-bottom: 0.5px solid rgba(204, 213, 214, 0.5);
  }
  body.single-post .related-grid > div:first-child > .related-cell {
    border-bottom-color: rgb(109, 118, 128);
  }
  .blog-card-body {
    padding-top: 20px;
  }
  .breadcrumb {
    margin-top: 20px;
  }
  .service-card {
    border-top: 0.5px solid rgba(204, 213, 214, 0.5);
    padding: 3em 0em 3em 0em;
  }
  .blog-card {
    flex-direction: column;
  }
  .project-card {
    padding: 30px;
  }
  .project-card-body {
    padding: 30px 0 0;
  }
  .project-list .project-card-header {
    width: 100% !important;
  }
  body.post-type-archive-project #page-header,
  body.tax-project_cat #page-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-list .project-card-title,
  .project-list .project-card-cat {
    padding-left: 60px;
  }
  .project-list .project-card-body::before {
    top: 30px;
  }
  .project-card-title,
  .project-list .project-card-body::before {
    font-size: 30px;
  }
  .section-hero {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  #hero-motion > svg {
    width: calc(100vw - 60px) !important;
  }
  .project-card-desc {
    display: none;
  }
  .section-project .section-nav > .section-btn {
    font-size: 40px;
  }
  #page-title {
    font-size: 50px;
  }
  #page-nav {
    margin-top: 40px;
    flex-direction: column;
    align-items: start;
    border-left: 0.5px solid rgba(204, 213, 214, 0.5);
    padding-left: 20px;
  }
  #page-nav > li:first-child {
    display: none;
  }
  #page-header {
    padding-top: 5vh;
    padding-bottom: 3vh;
  }
  .project-card-cat,
  .project-card-meta {
    font-size: 16px;
  }
  .related-cell-title {
    font-weight: 1.5vw;
  }
  body.single-project #page-body {
    padding-top: 5vh;
  }
  .entry-meta > li {
    margin-right: 0 !important;
    width: auto;
  }
  .entry-meta > li:first-child {
    margin-right: 50px !important;
  }
  .entry-meta > li:last-child {
    margin-top: 20px;
    width: 100%;
  }
  body.single-project .entry-title {
    font-size: 50px;
  }
  .related-cell {
    padding-left: 0;
    padding-right: 0;
    margin: 0 15px;
  }
  .related-cell .project-card {
    padding: 0;
  }
  .related-cell .blog-card {
    padding: 0;
  }
  .related-cell-header {
    margin-bottom: 50px;
  }
  .section-about-office {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-about-abed {
    padding-bottom: 0;
  }
  .section-about-service {
    padding-bottom: 0;
  }
  .section-about-client {
    margin-top: 0;
  }
  .section-about-member {
    padding-top: 0;
  }
  .header-moving {
    font-size: 20px;
  }
  .section-about-member .section-desc {
    padding: 0;
  }
  .member-card-cta {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1;
  }
  .member-card-cta > a > strong {
    font-size: 50px;
  }
  .member-card-cta > a > span {
    font-size: 25px;
    margin-top: 10px;
  }
  .project-list .project-card .project-card-header {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .section-about-client .section-header {
    padding-bottom: 0;
  }
  .client-grid {
    display: none;
  }
  .client-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .client-carousel .owl-nav > button {
    background: none;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
  }
  .client-carousel .owl-nav > button + button {
    margin-left: 20px;
  }
  .client-carousel .owl-nav > button::before,
  .client-carousel .owl-nav > button::after {
    position: absolute;
    top: 50%;
    content: "";
  }
  .client-carousel .owl-nav > button::before {
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    left: 0;
    transform: translateY(-50%);
  }
  .client-carousel .owl-nav > button::after {
    width: 12px;
    height: 12px;
    border: 2px solid rgb(255, 255, 255);
    transform: translateY(-50%) rotate(45deg);
  }
  .client-carousel .owl-nav > button.owl-prev::after {
    left: 0;
    border-top: none;
    border-right: none;
  }
  .client-carousel .owl-nav > button.owl-next::after {
    right: 0;
    border-left: none;
    border-bottom: none;
  }
  .blog-card-title {
    font-size: 24px;
    line-height: 1.2;
  }
  body.single-post .entry-title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .section-full {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-col-2 {
    border-right: 0.5px solid rgba(204, 213, 214, 0.5);
  }
  .footer-col-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .cell-carousel {
    border-left: 0.5px solid rgba(204, 213, 214, 0.5);
  }
  .subsection-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .subsection-header > div + div {
    margin-left: 40px;
  }
  .related-grid > div:first-child > .related-cell {
    border-right: 0.5px solid rgba(204, 213, 214, 0.5);
  }
  body.single-post .related-grid > div:first-child > .related-cell {
    border-right-color: rgb(109, 118, 128);
  }
  .entry-subheader .breadcrumb {
    margin-left: 60px;
  }
  .entry-subheader {
    display: flex;
    align-items: center;
  }
  .service-card {
    border-left: 0.5px solid rgba(204, 213, 214, 0.5);
    padding: 0em 3em 0em 3em;
    height: 100%;
  }
  .blog-list .blog-card {
    flex-direction: row;
  }
  .blog-list .blog-card-header {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .blog-list .blog-card-body {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 0 0 30px;
  }
  /*.blog-list > div:first-child {
    flex-direction: row-reverse;
  }
  .blog-list > div:first-child .blog-card-header,
  .blog-list > div:first-child .blog-card-body {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-list > div:first-child .blog-card-body {
    padding: 0 30px 0 0;
  }
  .blog-list
    > div:not(:first-child)
    .blog-card-header
    .blog-card-img:nth-child(2) {
    display: none;
  }
  .blog-list > div:first-child .blog-card-header .blog-card-img:nth-child(1) {
    display: none;
  }*/
  .sidebar-bottom {
    display: flex;
    align-items: flex-end;
  }
  .project-list .project-card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 30px 60px;
  }
  .project-list .project-card-header {
    width: 50%;
    transition: all 0.3s ease-in-out;
  }
  .project-list .project-card:hover .project-card-header {
    width: 50% !important;
  }
  .project-list .project-card-body {
    padding-right: 50px;
    max-width: 50%;
    display: flex;
    flex-direction: column;
  }
  .project-list .project-card-desc {
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    transition: all 0.3s ease-in-out;
  }
  .project-list .project-card:hover .project-card-desc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  body.post-type-archive-project #page-header,
  body.tax-project_cat #page-header {
    padding-left: calc(7vw + 45px);
    padding-right: 45px;
  }
  .project-list .project-card-body {
    padding-left: 7vw;
  }
  .nowtime {
    transform: translateX(-100%);
  }
  .project-card-title,
  .project-list .project-card-body::before {
    font-size: 3.5vw;
  }
  .section-hero {
    padding-top: 8vh;
    padding-bottom: 10vh;
  }
  .project-card-cat,
  .project-card-meta {
    font-size: 1.5vw;
  }
  .contact-info {
    justify-content: center;
    font-size: 30px;
  }
  .contact-info > li:first-child {
    margin-left: auto;
    margin-right: 50px;
  }
  .contact-info > li:last-child {
    font-size: 20px;
    margin-left: auto;
    word-spacing: 15px;
  }
  .project-list .project-card-cat {
    margin: 0 0 30px;
  }
  .project-list .project-card-title {
    margin-bottom: 10px;
    margin-left: -4px;
  }
  #page-nav {
    font-size: 1.5vw;
  }
  #page-nav > li:not(:last-child) {
    margin-right: 3vw;
  }
  #page-desc {
    font-size: 1.5vw;
    font-weight: 100;
    line-height: 1.1em;
  }
  .abed-desc {
    font-size: 2.5vw;
    font-weight: 100;
    line-height: 1.1em;
  }
  .abed-img {
    padding-top: 22vw;
  }
  .member-card-title,
  .member-card-subtitle {
    display: inline-block;
  }
  .service-card-title {
    font-size: 3.4vw;
  }
  .related-cell .project-card-title {
    font-size: 1.3vw;
  }
  .related-cell .project-card-cat {
    font-size: 1vw;
  }
  .related-cell .blog-card-title {
    font-size: 1.3vw;
  }
  .related-cell .blog-card-cat {
    font-size: 1vw;
  }
  .related-cell-title {
    font-size: 1.5vw;
  }
  .entry-meta-title {
    font-size: 1vw;
  }
  body {
    font-size: 1vw;
  }
  body.page-template-page-about #page-desc {
    margin: 0;
  }
  .client-carousel {
    display: none !important;
  }
}
