/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  src: url("../fonts/Poppins-Light.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: "Peyda";
  font-weight: 300;
  src: url("../fonts/Peyda-Light.woff") format("woff");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(139, 133, 116);
  text-decoration: none !important;
}
a:hover {
  color: rgb(10, 10, 10);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Peyda", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
html {
  background: rgb(139, 133, 116);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Poppins", "Peyda", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  direction: ltr;
  background: rgb(239, 239, 239);
  color: rgb(10, 10, 10);
  overflow-x: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -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 {
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(239, 239, 239, 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: "Poppins", 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: 500;
}
.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: 70px 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 {
  color: rgb(139, 133, 116);
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
.tbutton {
  height: 44px;
  padding: 0 24px;
  font-weight: 300;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: rgb(139, 133, 116);
  color: rgb(255, 255, 255);
}
.tbutton-primary-fill:hover {
  background: rgb(10, 10, 10);
  color: rgb(255, 255, 255);
}
.panel-body {
  display: none;
}
#preload {
  background: rgb(239, 239, 239);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  opacity: 1;
  visibility: visible;
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
#preload.disabled {
  opacity: 0;
  visibility: hidden;
}
.preload-img {
  height: 80px;
  transform: scale(1);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  50% {
    transform: scale(0.8);
  }
}
#header {
  display: flex;
  justify-content: end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
body.home #header {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: auto;
}
.logo > img {
  height: 80px;
}
.user-nav {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 10000;
}
.nav-close,
.nav-toggle {
  color: rgb(10, 10, 10);
  width: 30px;
  height: 16px;
  background: none;
  border: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.nav-close,
body.nav-open .nav-toggle,
body.home .nav-toggle {
  display: none;
}
body.nav-open .nav-close {
  display: inline-flex;
}
.nav-close > span,
.nav-toggle > span {
  font-size: 0;
  display: none;
}
.nav-close::before,
.nav-close::after,
.nav-toggle::before,
.nav-toggle::after {
  width: 100%;
  display: inline-flex;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.nav-toggle::before {
  height: 100%;
  border: 1px solid rgb(10, 10, 10);
  border-right: none;
  border-left: none;
}
.nav-toggle::after {
  border-bottom: 1px solid rgb(10, 10, 10);
  top: 50%;
  transform: translateY(-50%);
}
.nav-close {
  width: 24px;
  height: 24px;
}
.nav-close::before,
.nav-close::after {
  border-bottom: 1px solid rgb(10, 10, 10);
  width: 200%;
}
.nav-close::before {
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.nav-close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 0;
  left: auto;
  right: 0;
}
#navigation {
  z-index: 101;
  line-height: 0;
}
#navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#navigation > ul > li > a {
  color: rgb(10, 10, 10);
  font-weight: 300;
  font-size: 23px;
  line-height: 0.676470588;
}
#navigation > ul > li:hover > a,
#navigation > ul > li.current-menu-item > a {
  color: rgb(139, 133, 116);
}
body:not(.home) #navigation > ul {
  flex-direction: column;
}
body:not(.home) #navigation > ul > li:not(:last-child) {
  margin-bottom: 30px;
}
body:not(.home) #navigation {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
body:not(.home) #navigation.active {
  opacity: 1;
  visibility: visible;
}
body.home #navigation .menu-item-home {
  display: none;
}
#header,
#page-header {
  height: 200px;
}
.section-header,
#page-header > div {
  display: flex;
  justify-content: end;
  align-items: end;
  height: inherit;
}
#page-title {
  color: rgb(139, 133, 116);
  font-weight: 500;
  font-size: 22px;
  line-height: 0.676470588;
  text-transform: uppercase;
  margin: 0 45px 0 0;
}
#page-body {
  padding: 100px 0;
}
.project-panel-card-carousel .owl-item {
  margin-right: 15px;
}
.project-panel-card {
  padding: 0.83vw 0;
  border-top: 1px solid rgb(139, 133, 116);
}
.project-panel-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.project-panel-card-title {
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.project-panel-card-header:hover .project-panel-card-title,
.project-panel-card.active .project-panel-card-title {
  color: rgb(139, 133, 116);
}
.project-panel-card.active .project-panel-card-title {
  font-weight: 500;
}
.project-panel-card-subtitle {
  font-weight: 300;
  font-size: 10px;
  margin: 0;
  display: inline-flex;
  align-items: end;
}
.project-panel-card-subtitle::before {
  content: "/";
  margin: 0 15px 0 30px;
  display: inline;
}
.project-panel-card-tab {
  font-size: 12px;
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: end;
}
.project-panel-card-tab > li:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
}
.panel:not(.active) .project-panel-card-tab {
  display: none;
}
.project-panel-card-body {
  padding-top: 0.83vw;
}
.project-panel-card-img {
  width: 100%;
}
.project-panel-card-desc {
  margin-top: 15px;
}
#footer {
  margin-top: auto;
  padding-bottom: 15px;
  font-weight: 300;
  font-size: 17px;
}
body.home #footer {
  display: none;
}
.office-card-header {
  position: relative;
}
/*.office-card-header::after {
  background: rgb(139, 133, 116);
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}*/
.office-card-img {
  width: 100%;
}
.office-card-body {
  text-align: justify;
}
.member-card {
  position: relative;
  overflow: hidden;
}
.member-card-header {
  position: relative;
}
/*.member-card-header::after {
  background: rgb(10, 10, 10);
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}*/
.member-card-img {
  width: 100%;
}
.member-card-body {
  background: rgb(139, 133, 116);
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.member-card:hover .member-card-body {
  transform: translateY(0);
}
.member-card-title,
.member-card-subtitle {
  color: rgb(10, 10, 10);
  font-size: 18px;
  margin: 0;
}
.member-card-title {
  font-weight: 300;
}
.member-card-subtitle {
  font-weight: 300;
  font-size: 16px;
}
.member-card-subtitle::before {
  content: "/";
  margin: 0 15px 0 0;
  display: inline;
}
.subsection-header {
  border-bottom: 2px solid rgb(10, 10, 10);
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.subsection-title {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
#contact-map {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 1px solid rgb(139, 133, 116);
}
.contact-info {
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li {
  border-left: 2px solid rgb(10, 10, 10);
  padding-left: 20px;
}
.contact-info > li:not(:last-child) {
  margin-bottom: 20px;
}
.contact-info > li > strong {
  font-weight: 500;
}
.contact-info > li > div {
  font-weight: 300;
  margin-top: 10px;
}
.social-nav {
  font-size: 28px;
  list-style: 1;
  display: flex;
  align-items: center;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
.social-nav > li:not(:last-child) {
  margin-right: 15px;
}
.social-nav img {
  height: 28px;
}
.social-nav > li > a {
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(12%)
    hue-rotate(340deg) brightness(102%) contrast(92%);
}
.social-nav > li:hover > a {
  filter: brightness(0) saturate(100%) invert(58%) sepia(27%) saturate(189%)
    hue-rotate(7deg) brightness(85%) contrast(89%);
}
#form-contact button[type="submit"] {
  display: flex;
  margin-left: auto;
}
.form-control {
  border: 2px solid rgb(10, 10, 10);
  height: 52px;
  padding: 0 15px;
}
.form-control:focus {
  border-color: rgb(139, 133, 116);
}
textarea.form-control {
  padding: 15px;
}
.custom-file {
  border: 2px solid rgb(10, 10, 10);
  height: 52px;
}
.custom-file:focus {
  border-color: rgb(139, 133, 116);
}
.custom-file-label,
.custom-file-input,
.custom-file-label::after {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.custom-file-label,
.custom-file-label::after {
  padding: 0 15px;
}
.single-project .panel-body {
  display: block !important;
}
.blog-grid {
  direction: rtl;
}
.blog-card {
  border: 1px solid rgb(139, 133, 116);
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card-header {
  position: relative;
}
.blog-card-header::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-body {
  padding: 10px 0 0;
}
.blog-card-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.entry-header + .entry-content,
.entry-content + .entry-footer,
.entry-header + .entry-footer {
  margin-top: 20px;
}
.entry-header {
  text-align: center;
}
.entry-title {
  font-family: "Peyda";
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
body.single-post .entry-content {
  direction: rtl;
  text-align: right;
}
.entry-footer {
  background-color: rgba(139, 133, 116, 0.2);
  color: rgb(10, 10, 10);
  padding: 15px;
}
.entry-meta,
.entry-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li {
  display: flex;
}
.entry-meta > li:not(:last-child) {
  margin-bottom: 5px;
}
.entry-meta > li > i {
  width: 26px;
  align-self: center;
}
.entry-meta > li > strong {
  margin-right: 5px;
}
.entry-meta ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.entry-meta ul > li:not(:last-child)::after {
  content: ",";
  display: inline;
  margin-right: 5px;
}
.fa-content {
  font-family: "Peyda";
  direction: rtl;
  text-align: right;
}
.entry-author {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 30px;
}
.entry-author-img {
  max-width: 120px;
  min-width: 120px;
  height: 120px;
  object-fit: cover;
  overflow: hidden;
}
.entry-author-title {
  margin-right: 20px;
}
.project-panel-card-video {
  height: 450px;
  position: relative;
  cursor: pointer;
}
.project-panel-card-video::before,
.project-panel-card-video::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  content: "";
}
.project-panel-card-video::before {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 1);
}
.project-panel-card-video::after {
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid rgba(255, 255, 255, 1);
  margin-left: 5px;
  width: 0;
  height: 0;
}
.project-panel-card-video:hover::before {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
}
.project-panel-card-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-video-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1001;
  padding: 0 15px;
  background: rgba(239, 239, 239, 0.85);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-video-inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.modal-video-close {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background: none;
  z-index: 3;
}
.modal-video-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.project-panel-card-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.project-panel-card-carousel .owl-dots > button {
  width: 2px;
  height: 10px;
  background: rgb(255, 255, 255);
  border: none;
  padding: 0;
  font-size: 0;
}
.project-panel-card-carousel .owl-dots > button.active {
  width: 6px;
}
.project-panel-card-carousel .owl-dots > button:not(:last-child) {
  margin-right: 14px;
}
.project-panel-card-body
  .tab-content
  > div:last-child
  .project-panel-card-carousel
  .owl-dots {
  display: none !important;
}
/*Plugins*/
.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 {
  display: flex;
  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: 991.98px) {
  .logo > img:nth-child(1) {
    display: none;
  }
  .logo > img:nth-child(2) {
    display: inline-block !important;
  }
  .project-panel-card-header {
    justify-content: space-between;
  }
  .project-panel-card-tab {
    margin-left: 0;
  }
  .project-panel-card-video {
    width: calc(100vw - 30px);
    position: relative;
  }
}
@media screen and (orientation: portrait) {
  .logo > img:nth-child(1) {
    display: none;
  }
  .logo > img {
    height: 80px;
  }
  body.home #header > div {
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    text-align: center !important;
  }
  body.home #navigation {
    margin-top: 60px;
  }
  #navigation > ul {
    flex-direction: column;
  }
  #navigation > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  #header,
  #page-header {
    height: 100px;
  }
  .project-panel-card-subtitle {
    display: none;
  }
  #page-body {
    padding: 60px 0;
  }
  #footer {
    text-align: center;
    padding-bottom: 50px;
  }
  .section-wrapper {
    padding: 50px 0;
  }
}
@media screen and (orientation: landscape) {
  .container-fluid {
    max-width: 81vw;
  }
  body.home #navigation {
    margin-left: auto;
  }
  body.home #navigation > ul > li:not(:last-child) {
    margin-right: 30px;
  }
  .logo > img:nth-child(2) {
    display: none;
  }
  #footer > div {
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .project-panel-card-video {
    width: calc(45000px / 56.25);
  }
  .modal-video-inner {
    max-width: 1000px;
  }
}
