/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";

@font-face {
  font-family: "Yekan Bakh";
  src: url("../fonts/YekanBakh-VF.woff") format("woff-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);
}
a {
  color: rgb(194, 190, 199);
  text-decoration: none !important;
}
a:hover {
  color: rgb(46, 41, 38);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yekan Bakh", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(194, 190, 199);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "Yekan Bakh", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  direction: rtl;
  background: rgb(255, 255, 255);
  color: rgb(46, 41, 38);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 90px;
}
.overlay-link {
  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;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 1001;
  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: Bold;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 6px;
}
.pagination > li > a.page-numbers,
.pagination > li > .page-numbers.current {
  background: #ededed;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  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: rgb(45, 45, 82);
  color: #fff;
}
/*Custom*/
.section {
  position: relative;
  z-index: 2;
}
.section-wrapper {
  padding: 40px 0;
}
.section-header,
.section-footer {
  text-align: center;
}
.section-title {
  color: rgb(194, 190, 199);
  color: rgb(45, 45, 82);
  font-size: 30px;
  line-height: 1;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.section-title > strong {
  color: rgb(45, 45, 82);
}
.section-subtitle {
  color: rgb(45, 45, 82);
  font-size: 24px;
  margin: 0;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-desc {
  margin: 15px auto 0;
  max-width: 700px;
  color: rgb(120, 120, 120);
}
.section-desc + .section-nav {
  margin-top: 30px;
}
.section-nav {
  text-align: end;
}
.section-cover {
  position: relative;
}
.section-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 15px;
}
#header {
  z-index: 1000;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#header.sticky {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
  transition: all 0.3s ease-out;
}
#header:before {
  background: rgb(45, 45, 82);
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: -1;
  content: "";
}
.logo > img {
  height: 70px;
}
.call-toggle {
  color: rgb(194, 190, 199);
  font-weight: bold;
  margin-right: 30px;
  direction: ltr;
  display: inline-flex;
  align-items: center;
}
.call-toggle > i {
  margin-right: 10px;
}
.section-slideshow:before {
  background: rgb(45, 45, 82) url(../img/bg-1.png) no-repeat bottom right;
  background-size: 100% 50%;
  width: 50vw;
  position: absolute;
  top: -90px;
  bottom: -500px;
  left: 0;
  content: "";
  z-index: -1;
}
.slide-item {
  width: 100vw;
  height: calc(100vh - 90px);
  position: relative;
  overflow: hidden;
}
.slide-item > img {
  object-fit: cover;
  object-position: center;
  animation: zoom infinite linear 10s;
  width: 100%;
  height: 100%;
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
.section-about .section-wrapper {
  padding-top: 0;
}
.section-about .section-inner {
  background: rgb(194, 190, 199);
  padding: 40px;
  position: relative;
}
.section-about .section-inner:before {
  background: inherit;
  width: 100vw;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  content: "";
}
.section-about .section-header {
  text-align: start;
}
.section-about .section-title {
  color: rgb(16, 55, 92);
  text-align: start;
}
.section-about .section-btn {
  color: rgb(16, 55, 92);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.section-about .section-btn:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f177";
  margin-right: 10px;
  font-weight: 200;
}
.section-about .section-btn:hover {
  color: rgb(255, 255, 255);
}
.section-service {
  z-index: 3;
}
.section-service .section-inner {
  background: rgb(232, 230, 232);
  padding: 40px;
}
.service-card {
  color: rgb(16, 55, 92);
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-card-header {
  display: flex;
  align-items: center;
}
.service-card-icon {
  position: relative;
  z-index: 1;
  min-width: 70px;
  max-width: 70px;
  margin-left: 10px;
}
.service-card-icon:before {
  background: rgb(194, 190, 199);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: -10px;
  content: "";
  z-index: -1;
}
.service-card-icon > img {
  height: 50px;
}
.service-card-title {
  font-size: 24px;
  margin: 0;
}
.service-card-body {
  margin: 15px 0 auto;
}
.service-card-desc {
  margin: 0;
}
.service-card-footer {
  text-align: end;
  margin: 15px 0 0;
}
.service-card-btn {
  font-weight: bold;
  font-size: 13px;
}
.section-project .section-header {
  text-align: start;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.section-project .section-header:before {
  background: rgb(45, 45, 82);
  width: 100vw;
  height: 350px;
  bottom: 0;
  position: absolute;
  left: 20%;
  content: "";
  z-index: -1;
}
.section-project .section-title {
  color: rgb(194, 190, 199);
}
.section-project .section-title strong {
  color: rgb(255, 255, 255);
}
.project-carousel .owl-stage {
  padding-right: 0 !important;
}
.project-carousel .owl-nav > button {
  background: rgb(194, 190, 199) !important;
  color: rgb(45, 45, 82) !important;
  font-size: 20px !important;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static !important;
}
.project-carousel .owl-nav > button:hover {
  background: rgb(218, 217, 218) !important;
}
.project-card {
  padding: 15px;
  background: rgb(232, 230, 232);
  height: 100%;
}
.project-card-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.project-card-body {
  padding: 15px 0 0;
}
.project-card-title {
  color: rgb(16, 55, 92);
  font-size: 18px;
  margin: 0;
}
.section-client .section-header {
  text-align: start;
}
.section-client .section-body {
  background: rgb(45, 45, 82);
  padding: 15px;
}
.card-client-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-client-header > img {
  max-width: 100%;
  max-height: 140px;
  filter: brightness(0%) invert(100%);
}
.section-blog .section-title {
  color: rgb(45, 45, 82);
}
.section-blog .section-title:before {
  background: rgb(194, 190, 199);
  width: 100%;
  height: 12px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.blog-card {
  padding: 15px;
  background: rgb(232, 230, 232);
  height: 100%;
}
.blog-card-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.blog-card-body {
  padding-top: 15px;
}
.blog-card-title {
  color: rgb(16, 55, 92);
  font-size: 19px;
  margin: 0;
}
.blog-card-title > a {
  color: inherit;
}
.blog-card-title > a:hover {
  color: rgb(33, 33, 33);
}
.blog-card-desc {
  margin: 10px 0 0;
}
#footer {
  margin-top: auto;
}
.footer-top {
  background: rgb(45, 45, 82);
  color: rgb(255, 255, 255);
  position: relative;
  padding: 60px 0;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
.footer-nav > li {
  width: 33.333%;
  padding: 10px;
}
.footer-nav > li > a {
  color: rgb(194, 190, 199);
}
.footer-nav > li > a:hover {
  color: rgb(255, 255, 255);
}
.contact-info {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li + li {
  margin-top: 10px;
}
.social-nav {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.social-nav > li + li {
  margin-right: 20px;
}
.social-nav > li > a {
  font-size: 22px;
  line-height: 1;
  color: rgb(194, 190, 199);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.social-nav > li > a:hover {
  color: rgb(255, 255, 255);
}
.footer-bottom {
  padding: 30px 0;
}
.copyright {
  text-align: center;
}
.member-card {
  padding: 15px;
  background: rgb(232, 230, 232);
  height: 100%;
}
.member-card-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}
.member-card:hover .member-card-img {
  filter: grayscale(0);
}
.member-card-body {
  padding-top: 15px;
  text-align: center;
}
.member-card-title {
  color: rgb(45, 45, 82);
  font-size: 17px;
  margin: 0;
}
.member-card-subtitle {
  font-size: 13px;
  margin: 5px 0 0;
}
.member-card-social {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.member-card-social > li:not(:last-child) {
  margin-left: 10px;
}
.member-card-social a > i {
  font-size: 22px;
  color: rgb(45, 45, 82);
}
#page-header {
  padding: 50px 0;
  text-align: end;
}
.page-title {
  font-size: 30px;
  color: rgb(45, 45, 82);
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.page-title:before {
  background: rgb(194, 190, 199);
  width: 100px;
  height: 12px;
  margin-left: 20px;
  content: "";
}
#page-body {
  padding: 50px 0 100px;
}
.entry-header {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dashed rgb(194, 190, 199);
}
.entry-title {
  font-size: 22px;
  color: rgb(45, 45, 82);
  margin: 0;
}
.entry-footer {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px dashed rgb(194, 190, 199);
}
.sblock-header {
  margin: 0 0 15px;
}
.sblock-title {
  color: rgb(45, 45, 82);
  font-size: 20px;
  margin: 0;
}
.sblock-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sblock-list > li {
  padding: 10px 0;
}
.sblock-list > li + li {
  border-top: 1px dashed rgb(194, 190, 199);
}
.sblock-list > li > strong {
  font-weight: bold;
}
.sblock-list > li > span {
  color: rgb(100, 100, 100);
}
.project-slideshow {
  margin: 30px 0 0;
}
.project-slideshow.owl-carousel button.owl-dot {
  background-color: rgb(194, 190, 199);
}
.pgallery {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.pgallery:before {
  padding-top: 66.66%;
  display: block;
  content: "";
}
.pgallery > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subsection-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.subsection-tab > li {
  position: relative;
  z-index: 1;
}
.subsection-tab > li > a {
  font-size: 22px;
  font-weight: bold;
  color: rgb(45, 45, 82);
}
.subsection-tab > li.active:before {
  background: rgb(194, 190, 199);
  width: 100%;
  height: 12px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.subsection .entry-header {
  padding: 0;
  border: none;
}
/*Plugins*/
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: rgb(25, 25, 25);
  font-size: 45px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .owl-nav > button.owl-prev {
  right: 0;
}
.owl-carousel .owl-nav button.owl-next {
  left: 0;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.owl-carousel button.owl-dot {
  border-radius: 12px;
  background-color: rgb(255, 252, 245);
  width: 12px;
  height: 12px;
  transition: all 0.15s;
}
.owl-carousel button.owl-dot + button.owl-dot {
  margin-right: 10px;
}
.owl-carousel button.owl-dot.active {
  background-color: rgb(45, 45, 82);
  width: 30px;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(45, 45, 82);
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.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;
}
.gallery {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 10px 0 0;
  text-align: center;
  list-style: none;
}
.gallery-caption {
  font-size: 11px;
}
.gallery-columns-0 .gallery-item {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery-columns-11 .gallery-item {
  width: 9.09%;
}
.gallery-columns-12 .gallery-item {
  width: 8.33%;
}
.gallery-columns-13 .gallery-item {
  width: 7.69%;
}
.gallery-columns-14 .gallery-item {
  width: 7.14%;
}
.gallery-columns-15 .gallery-item {
  width: 6.66%;
}
.gallery-columns-16 .gallery-item {
  width: 6.25%;
}
.gallery-columns-17 .gallery-item {
  width: 5.88%;
}
.gallery-columns-18 .gallery-item {
  width: 5.55%;
}
.gallery-columns-19 .gallery-item {
  width: 5.26%;
}
.gallery-columns-20 .gallery-item {
  width: 5%;
}
.gallery-columns-21 .gallery-item {
  width: 4.76%;
}
.gallery-columns-22 .gallery-item {
  width: 4.54%;
}
.gallery-columns-23 .gallery-item {
  width: 4.34%;
}
.gallery-columns-24 .gallery-item {
  width: 4.16%;
}
.gallery-columns-25 .gallery-item {
  width: 4%;
}
.gallery-columns-26 .gallery-item {
  width: 3.84%;
}
.gallery-columns-27 .gallery-item {
  width: 3.7%;
}
.gallery-columns-28 .gallery-item {
  width: 3.57%;
}
.gallery-columns-29 .gallery-item {
  width: 3.44%;
}
.gallery-columns-30 .gallery-item {
  width: 3.33%;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .nav-toggle {
    color: rgb(255, 255, 255);
    font-size: 26px;
    margin-right: 30px;
    padding: 0;
    background: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    height: 100vh;
    padding: 15px 0;
    background: rgb(45, 45, 82);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul > li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: rgb(218, 217, 218);
    position: relative;
  }
  #navigation > ul > li > a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: rgb(224, 224, 224);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  #navigation > ul > li a:before {
    content: "\f104";
    left: auto;
    right: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
  .section-about {
    margin-top: 45px;
  }
  .subsection-tab {
    flex-direction: column;
  }
  .subsection-tab > li + li {
    margin-top: 10px;
  }
  .project-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }
  .project-carousel .owl-nav > button:not(:last-child) {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  #navigation {
    margin-right: auto;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #navigation > ul > li + li {
    margin-right: 20px;
  }
  #navigation > ul > li > a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: inline-flex;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  #navigation > ul > li:hover > a,
  #navigation > ul > li.current-menu-item > a {
    color: rgb(194, 190, 199) !important;
  }
  .section-about {
    margin-top: -100px;
  }
  .section-about .section-inner {
    padding-top: 0;
  }
  .section-about .section-header {
    height: 100px;
    display: flex;
    align-items: center;
  }
  .section-about .section-body {
    margin-top: 0;
    text-align: justify;
  }
  .subsection-tab > li + li {
    margin-right: 30px;
  }
  .entry-content p {
    text-align: justify;
  }
  .project-carousel .owl-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 100%;
    padding-left: 40px !important;
  }
  .project-carousel .owl-nav > button:not(:last-child) {
    margin-bottom: 20px !important;
  }
  .service-card-desc {
    text-align: justify;
  }
  .blog-card-desc {
    text-align: justify;
  }
}
