/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "Yekan Bakh";
  font-weight: normal;
  src: url("../fonts/YekanBakh-VF.ttf") format("truetype-variations");
  font-weight: 1 999;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Yekan Bakh", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  direction: rtl;
  background: #000;
  color: #fff;
  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;
  -ms-flex-direction: column;
  flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
}
a {
  color: #808080;
  text-decoration: none !important;
}
a:hover {
  color: #fff;
}
.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: #000;
  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-weight: 600;
  font-size: 17px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
html[lang="ar"] ol {
  list-style-type: arabic-indic;
}
.row.v-gutters {
  margin-top: -12px;
  margin-bottom: -12px;
}
.row.v-gutters > div {
  padding: 12px;
}
.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;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.pagination {
  margin: 75px 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.page-numbers,
.pagination > li > .page-numbers.current {
  background: transparent;
  color: #0ebfbb;
  font-size: 110%;
  font-weight: normal;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  line-height: 1px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination > li > a.page-numbers:hover,
.pagination > li > .page-numbers.current {
  background: transparent;
  color: #fff;
}
/*Custom*/
.container-fluid {
  max-width: 100%;
}
.section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-full {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-wrapper {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.section:not(.section-covered) + .section .section-wrapper {
  padding-top: 0;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.section-divider {
  width: 100%;
}
.section-title {
  font-size: 130%;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.section-title::before {
  width: 0;
  height: 0;
  border-right: 22px solid #ffaf63;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 15px;
  content: "";
}
.section-subtitle {
  font-size: 220%;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
.section-desc {
  font-size: 115%;
  font-weight: normal;
  text-align: justify;
}
.section-desc + .section-subtitle,
.section-title + .section-subtitle {
  margin-top: 30px;
}
.section-subtitle + .section-desc,
.section-title + .section-desc {
  margin-top: 45px;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 60px;
}
#page-header {
  padding: 75px 0 60px;
  border-bottom: 1.5px solid #fff;
  position: relative;
}
#page-header::after {
  width: 100vw;
  border-bottom: 1.5px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
#page-body {
  padding: 0 0 100px;
}
#page-cover + #page-body,
#page-header + #page-body {
  padding-top: 60px;
}
#page-footer {
  margin-top: auto;
}
#page-footer + #footer {
  margin-top: 0;
}
.page-title {
  font-size: 200%;
  font-weight: 400;
  margin: 0;
}
.subsection {
  padding: 40px 0;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 20px;
}
.tbutton {
  height: 60px;
  border-radius: 60px;
  padding: 0 45px;
  border: 2px solid transparent;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 130%;
  font-weight: normal;
  line-height: 1;
  position: relative;
}
.tbutton-fill-primary {
  border-color: #0ebfbb;
  background: #0ebfbb;
  color: #fff;
}
.tbutton-fill-primary:hover {
  background: #000;
  color: #0ebfbb;
}
#header {
  padding: 30px 0 20px;
  background: rgba(0, 0, 0, 0.59);
  backdrop-filter: blur(43.8px);
  width: 100vw;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
body.page-loaded #header {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
body.home #header {
  position: fixed;
}
#header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin-left: auto;
}
.logo > img {
  height: 55px;
}
.nav-toggle {
  width: 75px;
  height: 40px;
  border: none;
  background: none;
  padding: 0;
  font-size: 0;
  border-left: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  position: relative;
  margin-right: 30px;
}
.nav-toggle::after {
  width: 1.5px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 0;
  content: "";
}
#sidebar {
  background: linear-gradient(
    48deg,
    rgba(83, 131, 140, 0.6) -51%,
    rgba(0, 0, 0, 0.6) 60%,
    rgba(0, 0, 0, 0.6) 99%
  );
  backdrop-filter: blur(45.6px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
body.sidebar-opened #header {
  background: none;
}
body.sidebar-opened #sidebar {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body.sidebar-opened .nav-toggle {
  width: 40px;
  border: none;
  transform: rotate(45deg);
}
body.sidebar-opened .nav-toggle::before,
body.sidebar-opened .nav-toggle::after {
  width: 100%;
  height: 1.5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
body.sidebar-opened .nav-toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.lang-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.lang-nav > li {
  display: inline-flex;
  align-items: center;
}
.lang-nav > li:not(:last-child)::after {
  content: "|";
  display: inline-flex;
  margin: 0 15px;
}
.lang-nav > li.active > a {
  color: #fff;
  pointer-events: none;
  cursor: default;
}
.sidebar-bottom {
  padding: 75px 0 30px;
}
#navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation > ul > li:not(:last-child) {
  margin-bottom: 45px;
}
#navigation > ul > li > a {
  font-size: 220%;
  font-weight: 300;
  line-height: 1;
  color: #9e9e9e;
}
#navigation > ul > li > a:hover,
#navigation > ul > li.current-menu-item > a:hover {
  color: #fff;
}
.slide-card,
.slide-card-img,
.slide-card-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.section-project .section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
body.home .project-grid {
  display: block;
}
body.home .project-grid > div {
  float: right;
}
body.home .project-grid > div:nth-child(even) {
  margin-top: 75px;
}
body.home .project-grid::after {
  clear: both;
  display: block;
  content: "";
}
.project-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.project-card-header {
  position: relative;
}
.project-card-header:hover::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.project-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.project-card-body {
  padding: 15px 0;
  border-bottom: 1.5px solid #fff;
}
.project-card-subheader {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.project-card-title {
  font-size: 115%;
  font-weight: normal;
  color: #fff;
}
.project-card-year {
  font-size: 110%;
  font-weight: normal;
  line-height: 122%;
  color: #9b9b9b;
}
.project-card-tag {
  font-size: 110%;
  font-weight: normal;
  color: #9b9b9b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.project-card-tag > li:not(:last-child)::after {
  width: 6px;
  height: 6px;
  background: #9b9b9b;
  border-radius: 50%;
  margin: auto 15px;
  content: "";
  display: inline-flex;
}
.section-project .section-footer {
  text-align: center;
}
.section-project .section-footer .section-btn {
  width: 107px;
  height: 107px;
  font-size: 0;
}
.section-project .section-footer .section-btn::before,
.section-project .section-footer .section-btn::after {
  width: 42%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.section-project .section-footer .section-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.section-project .section-footer .section-btn:hover::before,
.section-project .section-footer .section-btn:hover::after {
  background: #0ebfbb;
}
.section-service .section-body {
  margin-top: 30px;
}
.section-service .section-footer {
  text-align: center;
}
.service-carousel .service-card {
  margin-left: 30px;
}
.service-card {
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1.5px solid #fffdfe;
  position: relative;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.service-card:hover {
  background: #c6e3e0;
  border-color: #c6e3e0;
  color: #000;
}
.service-card:hover .service-card-icon,
.service-card:hover .service-card-title {
  border-color: #000;
}
.service-card-header {
  text-align: end;
}
.service-card-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1.5px solid #fffdfe;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.service-card:not(:hover) .service-card-icon {
  filter: brightness(0) invert(1);
}
.service-card-icon > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.service-card-title {
  font-size: 130%;
  font-weight: normal;
  line-height: 1;
  margin: 45px 0 30px;
  padding: 0 0 15px;
  border-bottom: 1.5px solid #fffdfe;
}
.service-card-footer {
  margin-top: auto;
  padding-top: 30px;
  text-align: end;
}
.service-card-button {
  height: 40px;
  border-radius: 40px;
  padding: 0 30px;
  background: #0ebfbb;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.service-card:hover .service-card-button {
  opacity: 1;
  visibility: visible;
}
.section-about-intro .section-subtitle {
  margin: 60px 0 45px;
}
.section-about-intro .section-footer {
  text-align: center;
}
.about-service-card-header {
  display: flex;
  align-items: center;
}
.about-service-card-icon {
  background: #0ebfbb;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
.about-service-card-icon > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  filter: brightness(0) invert(1);
}
.about-service-card-title {
  font-size: 115%;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
.about-service-card-body {
  margin-top: 30px;
}
.about-service-card-footer {
  margin-top: 30px;
  text-align: end;
}
.about-service-card-button {
  height: 40px;
  border-radius: 40px;
  padding: 0 30px;
  background: #0ebfbb;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.about-service-card-subtitle {
  font-size: 100%;
  font-weight: normal;
  color: #aeaeae;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-service-card-subtitle > li:not(:last-child) {
  margin-bottom: 10px;
}
.about-service-card-subtitle > li::before {
  width: 6px;
  height: 6px;
  background: #9b9b9b;
  border-radius: 50%;
  margin-left: 15px;
  content: "";
  display: inline-flex;
}
.service-cover > img,
.service-cover > video {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.section-about-service .section-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-about-service .section-header {
  display: flex;
  align-items: center;
}
.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px solid #fffdfe;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
.service-icon > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  filter: brightness(0) invert(1);
}
.service-title {
  font-size: 120%;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
.section-about-service .section-body {
  margin-top: 30px;
  margin-bottom: 30px;
}
.service-info {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1.5px solid #fff;
}
.service-info-title {
  font-size: 115%;
  font-weight: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  margin: 0;
}
.service-info-title::before {
  width: 45px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.64 20.6'%3E%3Cpath d='m23.64,9.19H3.52L11.01,1.71c.39-.39.39-1.02,0-1.41-.39-.39-1.02-.39-1.41,0L.29,9.59c-.39.39-.39,1.02,0,1.41l9.3,9.3c.39.39,1.02.39,1.41,0,.39-.39.39-1.02,0-1.41l-7.7-7.7h20.33c.55,0,1-.45,1-1s-.45-1-1-1Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  filter: brightness(0) invert(1);
  display: inline-flex;
  content: "";
}
.service-info-desc {
  font-size: 110%;
  font-weight: normal;
  margin: 30px 0 0;
}
.service-info-subtitle {
  font-size: 110%;
  font-weight: normal;
  color: #aeaeae;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.service-info-subtitle > li:not(:last-child) {
  margin-bottom: 5px;
}
.service-info-subtitle > li::before {
  width: 6px;
  height: 6px;
  background: #9b9b9b;
  border-radius: 50%;
  margin-left: 15px;
  content: "";
  display: inline-flex;
}
.section-about-service .section-footer {
  margin-top: auto;
  text-align: end;
}
.blog-carousel .slick-list {
  overflow: visible;
}
.blog-carousel .blog-card {
  margin-left: 30px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.blog-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.blog-card-body {
  padding-top: 15px;
}
.blog-grid .blog-card-body {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.blog-card-title {
  font-size: 110%;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.blog-card-desc {
  color: #9b9b9b;
  font-size: 90%;
  margin-top: 10px;
}
.blog-card-footer {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  font-size: 90%;
  font-weight: normal;
}
.section-blog .section-footer {
  text-align: center;
}
.client-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-carousel .client-card {
  margin-left: 30px;
}
.client-card-img {
  max-width: 100%;
}
#footer {
  background: #c6e3e0;
  color: #000;
  margin-top: auto;
}
.footer-top {
  padding: 5% 0;
}
.fblock-header {
  margin-bottom: 30px;
}
.fblock-title {
  font-size: 115%;
  font-weight: normal;
  line-height: 1;
  color: #000;
  margin: 0;
}
.fblock-body {
  font-weight: 300;
}
.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact > li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-contact > li > strong {
  font-weight: normal;
  display: block;
}
.footer-contact > li > span {
  font-weight: 300;
}
.access-nav,
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.access-nav > li:not(:last-child),
.footer-nav > li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-nav > li > a {
  display: inline-block;
  border-bottom: 1px solid #000;
}
.footer-nav > li > a:hover {
  border-bottom-color: #0ebfbb;
}
#footer a {
  color: #000;
}
#footer a:hover {
  color: #0ebfbb;
}
.footer-social {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.footer-social > li:not(:last-child) {
  margin-left: 15px;
}
.footer-social > li > a {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer-social > li > a:hover {
  background: #000;
}
.footer-social > li > a > img {
  width: 26px;
  height: 26px;
  aspect-ratio: 1/1;
  object-fit: cover;
  filter: brightness(0) invert(0);
}
.footer-social > li > a:hover > img {
  filter: brightness(0) invert(1);
}
.section-body .footer-social > li > a {
  border-color: #fff;
}
.section-body .footer-social > li > a:hover {
  background: #fff;
}
.section-body .footer-social > li > a > img {
  filter: brightness(0) invert(1);
}
.section-body .footer-social > li > a:hover > img {
  filter: brightness(0) invert(0);
}
.footer-bottom {
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #000;
  font-size: 110%;
}
body.page-template-page-contact .footer-bottom {
  background: #000;
  border-top-color: #fff;
  color: #fff;
}
.page-tab {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}
.page-tab > li > a {
  height: 60px;
  border-radius: 60px;
  padding: 0 45px;
  border: 2px solid #fff;
  background: #000000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 115%;
  font-weight: normal;
  line-height: 1;
  position: relative;
}
.page-tab > li > a:hover,
.page-tab > li.active > a {
  border-color: #0ebfbb;
  background: #0ebfbb;
  color: #fff;
}
.project-header {
  padding-top: 60px;
}
.project-breadcrumb {
  font-size: 115%;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.project-breadcrumb > li {
  display: inline-flex;
  align-items: center;
}
.project-breadcrumb > li:not(:last-child) {
  margin-left: 30px;
}
.project-breadcrumb > li::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin-left: 15px;
  display: inline-flex;
  content: "";
}
.project-breadcrumb > li > a {
  color: #fff;
}
.project-info {
  display: flex;
  align-items: center;
  margin: 30px 0;
  padding: 0 0 30px;
  list-style: none;
  font-size: 30px;
  border-bottom: 1px solid #fff;
}
.project-info > li {
  display: inline-flex;
  align-items: center;
}
.project-info > li:not(:last-child)::after {
  content: "|";
  display: inline-flex;
  margin: 0 30px;
}
.project-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-tag > li {
  display: inline-flex;
  align-items: center;
}
.project-tag > li:not(:last-child)::after {
  content: "|";
  display: inline-flex;
  margin: 0 30px;
}
.project-body {
  margin: 45px 0;
}
.project-title {
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 30px;
}
.project-desc {
  position: relative;
  padding-bottom: 45px;
}
.project-desc::after {
  width: 100vw;
  border-bottom: 1.5px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
.project-cover {
  border: 15px solid #353535;
  margin-top: 45px;
}
.project-cover > img {
  width: 100%;
}
.project-gallery-grid {
  margin: 0 !important;
}
.project-gallery-card-embed,
.project-gallery-card-img,
.project-gallery-card-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.project-gallery-card-text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.project-desc > P:last-child,
.project-gallery-card-text > P:last-child {
  margin-bottom: 0;
}
.project-gallery-card-img > img,
.project-gallery-card-img > svg,
.project-gallery-card-img > video {
  width: 100%;
}
.project-gallery-card-embed {
  position: relative;
}
.project-gallery-card-embed::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.project-gallery-card-embed > iframe,
.project-gallery-card-embed > video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}
.post-header {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1.5px solid #fff;
}
.post-header-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-breadcrumb {
  font-size: 115%;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.post-breadcrumb > li {
  display: inline-flex;
  align-items: center;
}
.post-breadcrumb > li:not(:last-child) {
  margin-left: 30px;
}
.post-breadcrumb > li::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin-left: 15px;
  display: inline-flex;
  content: "";
}
.post-breadcrumb > li > a {
  color: #fff;
}
.post-meta {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.post-meta > li:not(:last-child) {
  margin-left: 30px;
}
.post-meta > li > img {
  height: 30px;
  margin-left: 10px;
}
.post-title {
  font-size: 200%;
  font-weight: 400;
  margin: auto 0 0;
}
.post-cover > img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.form-action {
  text-align: end;
}
.form-control {
  border: none;
  background: rgba(168, 168, 168, 0.29);
  font-size: 115%;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.51);
}
form legend {
  font-size: 115%;
  font-weight: normal;
  margin: 0 0 15px;
}
.cursor {
  z-index: 1010;
  position: fixed;
  left: 10px;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background-color: #ffaf63;
  opacity: 0.85;
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.25s, height 0.25s, 0.08s;
}
.cursor--zoom {
  width: 60px;
  height: 60px;
  transition: width 0.25s, height 0.25s;
}
.cursor-close {
  background-color: #110f10;
  transform: matrix(3, 0, 0, 3, 0, 0) !important;
  mix-blend-mode: difference;
}
.cursor-close::before,
.cursor-close::after {
  content: "";
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: cursorClose 0.6s 0.1s ease-in-out both;
}
.cursor-close::before {
  height: 100%;
  width: 1px;
}
.cursor-close::after {
  height: 1px;
  width: 100%;
}
.open .cursor {
  mix-blend-mode: lighten;
}
body.is-mobile .cursor,
.touch .cursor {
  display: none !important;
}
.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #d14634;
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #d14634;
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg);
  }
  100% {
    transform: scale(0.45) rotate(45deg);
  }
}
/*Animation*/
[data-animate^="fade"] {
  position: relative;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-out;
  transition-property: all;
}
[data-animate^="fadeOut"] {
  opacity: 1;
  visibility: visible;
}
[data-animate^="fadeOut"].animated {
  opacity: 0;
  visibility: hidden;
}
[data-animate^="fadeIn"] {
  opacity: 0;
  visibility: hidden;
}
[data-animate^="fadeIn"].animated {
  opacity: 1;
  visibility: visible;
}
[data-animate^="fadeInDown"] {
  transform: translate3d(0, -100%, 0);
}
[data-animate^="fadeInDown"].animated {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeInUp"] {
  transform: translate3d(0, 100%, 0);
}
[data-animate^="fadeInUp"].animated {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeOutDown"] {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeOutDown"].animated {
  transform: translate3d(0, 100%, 0);
}
[data-animate^="fadeOutUp"] {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeOutUp"].animated {
  transform: translate3d(0, -100%, 0);
}

[data-duration="50"] {
  transition-duration: 50ms;
}
[data-delay="50"] {
  transition-delay: 50ms;
}
[data-duration="100"] {
  transition-duration: 0.1s;
}
[data-delay="100"] {
  transition-delay: 0.1s;
}
[data-duration="150"] {
  transition-duration: 0.15s;
}
[data-delay="150"] {
  transition-delay: 0.15s;
}
[data-duration="200"] {
  transition-duration: 0.2s;
}
[data-delay="200"] {
  transition-delay: 0.2s;
}
[data-duration="250"] {
  transition-duration: 0.25s;
}
[data-delay="250"] {
  transition-delay: 0.25s;
}
[data-duration="300"] {
  transition-duration: 0.3s;
}
[data-delay="300"] {
  transition-delay: 0.3s;
}
[data-duration="350"] {
  transition-duration: 0.35s;
}
[data-delay="350"] {
  transition-delay: 0.35s;
}
[data-duration="400"] {
  transition-duration: 0.4s;
}
[data-delay="400"] {
  transition-delay: 0.4s;
}
[data-duration="450"] {
  transition-duration: 0.45s;
}
[data-delay="450"] {
  transition-delay: 0.45s;
}
[data-duration="500"] {
  transition-duration: 0.5s;
}
[data-delay="500"] {
  transition-delay: 0.5s;
}
[data-duration="550"] {
  transition-duration: 0.55s;
}
[data-delay="550"] {
  transition-delay: 0.55s;
}
[data-duration="600"] {
  transition-duration: 0.6s;
}
[data-delay="600"] {
  transition-delay: 0.6s;
}
[data-duration="650"] {
  transition-duration: 0.65s;
}
[data-delay="650"] {
  transition-delay: 0.65s;
}
[data-duration="700"] {
  transition-duration: 0.7s;
}
[data-delay="700"] {
  transition-delay: 0.7s;
}
[data-duration="750"] {
  transition-duration: 0.75s;
}
[data-delay="750"] {
  transition-delay: 0.75s;
}
[data-duration="800"] {
  transition-duration: 0.8s;
}
[data-delay="800"] {
  transition-delay: 0.8s;
}
[data-duration="850"] {
  transition-duration: 0.85s;
}
[data-delay="850"] {
  transition-delay: 0.85s;
}
[data-duration="900"] {
  transition-duration: 0.9s;
}
[data-delay="900"] {
  transition-delay: 0.9s;
}
[data-duration="950"] {
  transition-duration: 0.95s;
}
[data-delay="950"] {
  transition-delay: 0.95s;
}
[data-duration="1000"] {
  transition-duration: 1s;
}
[data-delay="1000"] {
  transition-delay: 1s;
}
[data-duration="1050"] {
  transition-duration: 1.05s;
}
[data-delay="1050"] {
  transition-delay: 1.05s;
}
[data-duration="1100"] {
  transition-duration: 1.1s;
}
[data-delay="1100"] {
  transition-delay: 1.1s;
}
[data-duration="1150"] {
  transition-duration: 1.15s;
}
[data-delay="1150"] {
  transition-delay: 1.15s;
}
[data-duration="1200"] {
  transition-duration: 1.2s;
}
[data-delay="1200"] {
  transition-delay: 1.2s;
}
[data-duration="1250"] {
  transition-duration: 1.25s;
}
[data-delay="1250"] {
  transition-delay: 1.25s;
}
[data-duration="1300"] {
  transition-duration: 1.3s;
}
[data-delay="1300"] {
  transition-delay: 1.3s;
}
[data-duration="1350"] {
  transition-duration: 1.35s;
}
[data-delay="1350"] {
  transition-delay: 1.35s;
}
[data-duration="1400"] {
  transition-duration: 1.4s;
}
[data-delay="1400"] {
  transition-delay: 1.4s;
}
[data-duration="1450"] {
  transition-duration: 1.45s;
}
[data-delay="1450"] {
  transition-delay: 1.45s;
}
[data-duration="1500"] {
  transition-duration: 1.5s;
}
[data-delay="1500"] {
  transition-delay: 1.5s;
}
[data-duration="1550"] {
  transition-duration: 1.55s;
}
[data-delay="1550"] {
  transition-delay: 1.55s;
}
[data-duration="1600"] {
  transition-duration: 1.6s;
}
[data-delay="1600"] {
  transition-delay: 1.6s;
}
[data-duration="1650"] {
  transition-duration: 1.65s;
}
[data-delay="1650"] {
  transition-delay: 1.65s;
}
[data-duration="1700"] {
  transition-duration: 1.7s;
}
[data-delay="1700"] {
  transition-delay: 1.7s;
}
[data-duration="1750"] {
  transition-duration: 1.75s;
}
[data-delay="1750"] {
  transition-delay: 1.75s;
}
[data-duration="1800"] {
  transition-duration: 1.8s;
}
[data-delay="1800"] {
  transition-delay: 1.8s;
}
[data-duration="1850"] {
  transition-duration: 1.85s;
}
[data-delay="1850"] {
  transition-delay: 1.85s;
}
[data-duration="1900"] {
  transition-duration: 1.9s;
}
[data-delay="1900"] {
  transition-delay: 1.9s;
}
[data-duration="1950"] {
  transition-duration: 1.95s;
}
[data-delay="1950"] {
  transition-delay: 1.95s;
}
[data-duration="2000"] {
  transition-duration: 2s;
}
[data-delay="2000"] {
  transition-delay: 2s;
}
[data-duration="2050"] {
  transition-duration: 2.05s;
}
[data-delay="2050"] {
  transition-delay: 2.05s;
}
[data-duration="2100"] {
  transition-duration: 2.1s;
}
[data-delay="2100"] {
  transition-delay: 2.1s;
}
[data-duration="2150"] {
  transition-duration: 2.15s;
}
[data-delay="2150"] {
  transition-delay: 2.15s;
}
[data-duration="2200"] {
  transition-duration: 2.2s;
}
[data-delay="2200"] {
  transition-delay: 2.2s;
}
[data-duration="2250"] {
  transition-duration: 2.25s;
}
[data-delay="2250"] {
  transition-delay: 2.25s;
}
[data-duration="2300"] {
  transition-duration: 2.3s;
}
[data-delay="2300"] {
  transition-delay: 2.3s;
}
[data-duration="2350"] {
  transition-duration: 2.35s;
}
[data-delay="2350"] {
  transition-delay: 2.35s;
}
[data-duration="2400"] {
  transition-duration: 2.4s;
}
[data-delay="2400"] {
  transition-delay: 2.4s;
}
[data-duration="2450"] {
  transition-duration: 2.45s;
}
[data-delay="2450"] {
  transition-delay: 2.45s;
}
[data-duration="2500"] {
  transition-duration: 2.5s;
}
[data-delay="2500"] {
  transition-delay: 2.5s;
}
[data-duration="2550"] {
  transition-duration: 2.55s;
}
[data-delay="2550"] {
  transition-delay: 2.55s;
}
[data-duration="2600"] {
  transition-duration: 2.6s;
}
[data-delay="2600"] {
  transition-delay: 2.6s;
}
[data-duration="2650"] {
  transition-duration: 2.65s;
}
[data-delay="2650"] {
  transition-delay: 2.65s;
}
[data-duration="2700"] {
  transition-duration: 2.7s;
}
[data-delay="2700"] {
  transition-delay: 2.7s;
}
[data-duration="2750"] {
  transition-duration: 2.75s;
}
[data-delay="2750"] {
  transition-delay: 2.75s;
}
[data-duration="2800"] {
  transition-duration: 2.8s;
}
[data-delay="2800"] {
  transition-delay: 2.8s;
}
[data-duration="2850"] {
  transition-duration: 2.85s;
}
[data-delay="2850"] {
  transition-delay: 2.85s;
}
[data-duration="2900"] {
  transition-duration: 2.9s;
}
[data-delay="2900"] {
  transition-delay: 2.9s;
}
[data-duration="2950"] {
  transition-duration: 2.95s;
}
[data-delay="2950"] {
  transition-delay: 2.95s;
}
[data-duration="3000"] {
  transition-duration: 3s;
}
[data-delay="3000"] {
  transition-delay: 3s;
}
[data-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-easing="ease"] {
  transition-timing-function: ease;
}
[data-easing="ease-in"] {
  transition-timing-function: ease-in;
}
[data-easing="ease-out"] {
  transition-timing-function: ease-out;
}
[data-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}
[data-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/*Plugins*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: flex;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 110%;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 115%;
}
.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 {
    height: 34px;
  }
  .logo > img:nth-child(1) {
    display: none;
  }
  .section-project .section-header .section-nav {
    display: none;
  }
  .client-carousel .slick-list,
  .service-carousel .slick-list {
    overflow: visible;
  }
  .footer-social {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .logo > img:nth-child(2) {
    display: none;
  }
  .container-fluid {
    max-width: 100%;
    padding: 0 60px;
  }
}
