@charset "UTF-8";
.js-header {
  transition: all 0.2s ease-out;
}
.js-header .side-img {
  transition: all 0.2s ease-out;
}
.js-header .side-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 575.98px) {
  .js-header {
    padding: 0.5rem 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .js-header .side-img {
    height: 50px;
    width: 100px;
  }
  .js-header.top {
    padding: 0.5rem 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .js-header.top .side-img {
    height: 50px;
    width: 100px;
  }
}
@media (min-width: 576px) {
  .js-header {
    padding: 1.5rem 0.5rem;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075);
  }
  .js-header .side-img {
    height: 70px;
    width: 120px;
  }
  .js-header.top {
    padding: 1.5rem 0.5rem;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075);
  }
  .js-header.top .side-img {
    height: 70px;
    width: 120px;
  }
  .js-header.not-top {
    padding: 0.5rem 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .js-header.not-top .side-img {
    height: 50px;
    width: 100px;
  }
}
header .sm-simple li a:hover,
header .sm-simple li a {
  font-family: "Kalameh";
  font-size: 18px;
  font-weight: bold;
}

header .sm-simple > li {
  border: none;
  height: 100%;
}

header .sm-simple > li > a:hover {
  color: unset;
}

header .sm-simple.sm-rtl > li:first-child {
  border-left: none !important;
}

.shadow-0 {
  box-shadow: none !important;
}

.outline-0 {
  outline: none !important;
}

.playing {
  background: rgba(255, 255, 255, 0.1);
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.5rem;
  box-sizing: border-box;
}

.playing__bar {
  display: inline-block;
  background: white;
  width: 30%;
  height: 100%;
  animation: up-and-down 1.3s ease infinite alternate;
}

.playing__bar1 {
  height: 60%;
}

.playing__bar2 {
  height: 30%;
  animation-delay: -2.2s;
}

.playing__bar3 {
  height: 75%;
  animation-delay: -3.7s;
}

@keyframes up-and-down {
  10% {
    height: 30%;
  }
  30% {
    height: 100%;
  }
  60% {
    height: 50%;
  }
  80% {
    height: 75%;
  }
  100% {
    height: 60%;
  }
}
[data-inview] {
  opacity: 0;
}

body {
  font-size: 1.1rem;
  padding-top: 66px;
}

@media (min-width: 576px) {
  body {
    padding-top: 118px;
  }
}
.btn-sm.font-kalameh {
  font-size: 1rem;
  font-weight: bold;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
}
.section-title:before, .section-title:after {
  content: "";
  display: block;
  border-bottom: currentColor 1px solid;
  width: 5%;
}
.section-title:before {
  -webkit-margin-end: 1.5rem;
          margin-inline-end: 1.5rem;
  justify-self: start;
}
.section-title:after {
  -webkit-margin-start: 1.5rem;
          margin-inline-start: 1.5rem;
  justify-self: end;
}

.adfa--tags {
  list-style: none;
  display: flex;
  direction: rtl;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 1rem;
}
.adfa--tags li {
  background: black;
  border-radius: 30px;
  margin: 2px;
}
.adfa--tags li a {
  padding: 2px 10px;
  color: white;
  display: block;
}

.tooltip {
  font-family: "Sahel";
  font-size: 0.9rem;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px 12px;
  text-align: center;
  border-radius: 0;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.adfa-page--container.adfa--container.list-unstyled.projects {
  padding-top: 1rem;
}

.adfa-page--container.adfa--container.list-unstyled.testimonials article {
  margin-bottom: 0 !important;
}

.adfa-page--container.adfa--container.list-unstyled.certificates article {
  margin-bottom: 0 !important;
}

.about-header {
  height: 50vh;
  max-height: 290px;
  min-height: 140px;
  color: white;
  flex-flow: column;
}
.about-header h1 {
  text-align: center;
}

.breadcrumbs {
  position: absolute;
  bottom: 20px;
  direction: rtl;
  text-align: right;
  right: 20px;
  color: white;
}

.post-edit {
  position: fixed;
  color: white;
  background: #2196f3;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  left: 30px;
  bottom: 30px;
  z-index: 9996;
}

.flex-list p {
  width: 33%;
  text-align: center;
}
.flex-list p a {
  color: white !important;
}

.mdc-button {
  letter-spacing: 0;
}

a.mdc-button {
  text-decoration: none;
}

.personels img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.personels h3 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.personels p {
  font-size: 1.4rem;
}

.footer-logo {
  width: auto;
  max-height: 120px;
}

button:focus {
  outline: none;
}

.drawer-overlay {
  z-index: 9998 !important;
}

.drawer-nav {
  z-index: 9999 !important;
}

html {
  scroll-behavior: smooth;
  scroll-behavior: smooth;
}

.dark-fade-bg {
  background: rgba(0, 0, 0, 0.72);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.72)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

.wpcf-3-response-output {
  text-align: right;
  direction: rtl;
}

.contact-wrap {
  text-align: right;
  direction: rtl;
}
.contact-wrap label {
  width: 100%;
}
.contact-wrap p input {
  width: 100%;
}

div.wpcf7-mail-sent-ok {
  background: #ddd;
  border: none !important;
  outline: none;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
}

div.wpcf7-validation-errors {
  background: #ddd;
  border: none !important;
  outline: none;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
}

div.wpcf7-acceptance-missing {
  background: #ddd;
  border: none !important;
  outline: none;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

.faa-ring.animated {
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}

.faa-ring.animated-hover:hover {
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}

.faa-parent.animated-hover:hover > .faa-ring {
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}

.phone-btn {
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  padding: 7px !important;
}

.sm-simple {
  background: transparent;
  border: none;
  box-shadow: none;
  height: 100%;
  display: block;
}

.sm-simple a:hover,
.sm-simple a {
  font-family: "IranSans";
  font-size: 18px;
}

.mlh2-socials a {
  color: #666;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.7);
}
.mlh2-socials a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.mlf-socials a {
  color: #666;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none !important;
}
.mlf-socials a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

.mlh-socials a {
  color: #666;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none !important;
}
.mlh-socials a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

footer {
  color: #d4d4d4;
  font-size: 0.9rem;
  text-align: right;
  position: relative;
}
footer .mlh-socials a:hover {
  background-color: rgba(255, 255, 255, 0.0509803922);
  color: #fff;
}
footer h1 {
  border-right: 4px solid #ff7b00;
  padding-right: 10px;
  font-size: 1.4rem !important;
  font-weight: bold;
  color: white;
  text-align: right;
  display: block;
  direction: rtl;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
footer h2 {
  border-right: 4px solid #ff7b00;
  padding-right: 10px;
  font-size: 1.4rem !important;
  font-weight: bold;
  color: white;
  text-align: right;
  display: block;
  direction: rtl;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
footer h3 {
  border-right: 4px solid #ff7b00;
  padding-right: 10px;
  font-size: 1.4rem !important;
  font-weight: bold;
  color: white;
  text-align: right;
  display: block;
  direction: rtl;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
footer h4 {
  border-right: 4px solid #ff7b00;
  padding-right: 10px;
  font-size: 1.4rem !important;
  font-weight: bold;
  color: white;
  text-align: right;
  display: block;
  direction: rtl;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}

.comments-carousel .owl-item .slide {
  position: relative;
  padding: 1rem;
  max-width: 600px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  color: white;
}
.comments-carousel .owl-item .quote-icon {
  position: absolute;
  display: block;
  left: -25px;
  top: -25px;
  width: 50px;
  height: 50px;
  content: "“";
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 20px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.7019607843);
}
.comments-carousel .owl-item .comment {
  text-align: justify;
  direction: rtl;
  margin-top: 0.3rem;
}
.comments-carousel .owl-item .info {
  display: flex;
  align-items: center;
  text-align: right;
}
.comments-carousel .owl-item .info .name {
  font-size: 1.2rem;
}
.comments-carousel .owl-item .info .title {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
.comments-carousel .owl-item .info .image {
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 0.3rem;
  flex-shrink: 0;
}
.comments-carousel .owl-item .info .image img {
  width: 100%;
  height: auto;
}
.comments-carousel .owl-dots .owl-dot {
  width: 26px;
  height: 8px;
  background: rgba(169, 169, 169, 0.3490196078) !important;
  border-radius: 4px;
  margin-left: 3px;
  margin-right: 3px;
}
.comments-carousel .owl-dots .owl-dot span {
  display: none !important;
}
.comments-carousel .owl-dots .owl-dot.active {
  background: #ffffff !important;
}

.certs-carousel {
  position: relative;
}
.certs-carousel .owl-nav {
  position: absolute;
  top: 50%;
  top: calc(50% - 55px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certs-carousel .owl-nav button {
  pointer-events: all;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  outline: none !important;
  color: #333 !important;
  background-color: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0px 6px 20px -10px rgba(0, 0, 0, 0.5) !important;
}
.certs-carousel .title {
  text-align: center;
  display: block;
  margin: auto;
  width: 150px;
  font-size: 0.8rem;
  color: #666;
  transform: translateY(-150%) scale(1.3);
  transition: transform 0.3s ease-out;
}
.certs-carousel .name {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  margin-top: 0.3rem;
  transform: translateY(100%) scale(1);
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  opacity: 1;
  transform: none;
}
.certs-carousel .image {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.7);
  transition: transform 0.3s ease-out, filter 0.3s ease-out;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  filter: grayscale(1);
  margin-bottom: 1rem;
}
.certs-carousel .image img {
  width: 100%;
  max-width: 200px;
}
.certs-carousel .active.center .title {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.certs-carousel .active.center .name {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.certs-carousel .active.center .image {
  transform: scale(1);
  filter: grayscale(0);
}
.certs-carousel .grade {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 3rem;
  color: #fece4d;
  text-shadow: 2px 2px 0px #000000;
}

.team-carousel {
  position: relative;
}
.team-carousel .owl-nav {
  position: absolute;
  top: 50%;
  top: calc(50% - 55px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-carousel .owl-nav button {
  pointer-events: all;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  outline: none !important;
  color: #333 !important;
  background-color: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0px 6px 20px -10px rgba(0, 0, 0, 0.5) !important;
}
.team-carousel .title {
  text-align: center;
  display: block;
  margin: auto;
  width: 150px;
  font-size: 0.8rem;
  color: #666;
  transform: translateY(-150%) scale(1.3);
  transition: transform 0.3s ease-out;
}
.team-carousel .name {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  margin-top: 0.3rem;
  transform: translateY(100%) scale(1);
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.team-carousel .image {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.7);
  transition: transform 0.3s ease-out, filter 0.3s ease-out;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  filter: grayscale(1);
  margin-bottom: 1rem;
}
.team-carousel .image img {
  width: 100%;
  max-width: 200px;
}
.team-carousel .active.center .title {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.team-carousel .active.center .name {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.team-carousel .active.center .image {
  transform: scale(1);
  filter: grayscale(0);
}

.path-dots {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 6px;
}

.about-us-row {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.about-us-row .wrapper {
  position: relative;
  text-align: justify;
  direction: rtl;
  padding: 20px;
  color: #666;
  max-width: 680px;
}
.about-us-row .wrapper .continue {
  position: absolute;
  bottom: -100px;
  background-color: white;
  width: 50%;
  height: 60px;
  box-sizing: content-box;
}
.about-us-row .wrapper .continue::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 6px;
  top: 76px;
}
.about-us-row .wrapper .continue::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 76px;
  height: 76px;
  border: 6px solid #e4e4e4;
  border-bottom: none;
}
.about-us-row .wrapper .end {
  position: absolute;
  bottom: -46px;
  background-color: white;
  width: 50%;
  height: 6px;
}
.about-us-row .wrapper .end::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 6px;
  margin-top: 3px;
  top: 0px;
}
.about-us-row .wrapper h3 {
  z-index: 1;
  position: relative;
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  right: 50%;
  transform: translateX(50%);
  background-color: white;
  text-align: center;
  width: 140px;
  font-family: "Kalameh" !important;
  font-size: 1.8rem;
}
.about-us-row .wrapper h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 6px;
  left: -8px;
}
.about-us-row .wrapper h3::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 6px;
  right: -8px;
}
.about-us-row .wrapper .begin {
  position: absolute;
  top: -14px;
  background-color: white;
  width: 60px;
  height: 60px;
}
.about-us-row .wrapper .begin::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-us-row .wrapper:nth-child(odd)::before {
  right: 60px;
  left: 0px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.about-us-row .wrapper:nth-child(odd) .end {
  left: 50%;
}
.about-us-row .wrapper:nth-child(odd) .end::before {
  left: -8px;
}
.about-us-row .wrapper:nth-child(odd) .continue {
  left: 50%;
  margin-left: -70px;
  padding-right: 70px;
}
.about-us-row .wrapper:nth-child(odd) .continue::after {
  left: 59px;
}
.about-us-row .wrapper:nth-child(odd) .continue::before {
  border-top-right-radius: 60px;
  border-left: none;
  left: -6px;
}
.about-us-row .wrapper:nth-child(odd) .begin {
  right: 0;
}
.about-us-row .wrapper:nth-child(odd) .begin::before {
  border-bottom-right-radius: 60px;
  border: 6px solid #e4e4e4;
  border-left: none;
  border-top: none;
}
.about-us-row .wrapper:nth-child(even)::before {
  left: 60px;
  right: 0px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.about-us-row .wrapper:nth-child(even) .end {
  right: 50%;
}
.about-us-row .wrapper:nth-child(even) .end::before {
  right: -8px;
}
.about-us-row .wrapper:nth-child(even) .continue {
  right: 50%;
  margin-right: -70px;
  padding-left: 70px;
}
.about-us-row .wrapper:nth-child(even) .continue::after {
  right: 65px;
}
.about-us-row .wrapper:nth-child(even) .continue::before {
  border-top-left-radius: 60px;
  border-right: none;
  right: 0;
}
.about-us-row .wrapper:nth-child(even) .begin {
  left: 0;
}
.about-us-row .wrapper:nth-child(even) .begin::before {
  border-bottom-left-radius: 60px;
  border: 6px solid #e4e4e4;
  border-right: none;
  border-top: none;
}
.about-us-row .wrapper::before {
  content: "";
  display: block;
  border: 6px solid #e4e4e4;
  position: absolute;
  border-radius: 60px;
  top: 40px;
  bottom: -46px;
}

.timeline {
  width: 100%;
}
.timeline > ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-left: calc(50% - 3px);
}
.timeline > ul > li {
  width: 100%;
}
.timeline > ul > li a {
  position: relative;
  display: block;
  direction: rtl;
}
.timeline > ul > li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 6px;
  width: 12px;
  height: 12px;
  margin: 0;
  top: 0px;
}
.timeline > ul > li:nth-child(odd) {
  text-align: left;
  margin-right: -100%;
  padding-left: 10px;
}
.timeline > ul > li:nth-child(odd) a::before {
  left: -40px;
}
.timeline > ul > li:nth-child(even) {
  text-align: right;
  margin-left: -100%;
  padding-right: 10px;
}
.timeline > ul > li:nth-child(even) a::before {
  right: -40px;
}
.timeline > ul::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 6px;
  top: 100%;
  left: 50%;
  margin-left: -11px;
}
.timeline > ul::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 28px;
  bottom: 0;
  margin-left: -3px;
  width: 3px;
  background-color: #e4e4e4;
  display: block;
  transform: translateX(-50%);
}

a.big-button {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  background: #eb7a00;
  background: rgba(255, 0, 0, 0.75);
  padding: 28px 35px;
  border-radius: 3px;
  margin-top: 80px;
  margin-bottom: 0;
  display: inline-block;
}
a.big-button:hover {
  text-decoration: none;
  background: rgba(255, 0, 0, 0.9);
}

.direction-rtl {
  direction: rtl;
}

#slide-line {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  transition: all 0.4s ease-out;
  height: 2px;
}
#slide-line::after {
  width: 0;
  position: absolute;
  content: "";
  display: block;
  transition: width 0.3s ease-out;
  height: 2px;
  background: #ff5722;
  right: 50%;
}
#slide-line::before {
  width: 0;
  position: absolute;
  content: "";
  display: block;
  transition: width 0.3s ease-out;
  height: 2px;
  background: #ff5722;
  left: 50%;
}

#slide-line.active::after {
  width: 50%;
}
#slide-line.active::before {
  width: 50%;
}

.drawer-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-item {
  margin-bottom: 30px;
}
.services-item a {
  text-decoration: none;
}
.services-item a h3 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.solutions-item {
  margin-bottom: 30px;
}
.solutions-item a {
  text-decoration: none;
}
.solutions-item a h3 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.nav-menu {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative;
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  pointer-events: none;
  z-index: 999;
  transition: opacity 0.3s;
  min-width: 12em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.nav-menu ul li {
  float: none;
}
.nav-menu ul li > ul {
  top: 0;
  right: 100%;
}
.nav-menu li {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative;
  cursor: default;
  float: right;
  white-space: nowrap;
}
.nav-menu li:hover > ul {
  pointer-events: all;
  opacity: 1;
  z-index: 1000;
}
.nav-menu li:hover a {
  background: #555;
  color: #FFF;
}
.nav-menu li:hover li a {
  padding: 8px 10px;
  background: #555;
  color: #FFF;
  line-height: normal;
}
.nav-menu li:hover li a:hover {
  background: #444;
}
.nav-menu li:hover li a:focus {
  background: #444;
}
.nav-menu li:hover li:hover a {
  background: #444;
}
.nav-menu li:hover li:hover li a {
  background: #444;
}
.nav-menu li:hover li:hover li a:hover {
  background: #333;
}
.nav-menu li:hover li:hover li a:focus {
  background: #333;
}
.nav-menu li:hover li:hover li:hover a {
  background: #333;
}
.nav-menu li:hover li:hover li:hover li a {
  background: #333;
}
.nav-menu li:hover li:hover li:hover li a:hover {
  background: #222;
}
.nav-menu li:hover li:hover li:hover li a:focus {
  background: #222;
}
.nav-menu li li a {
  padding: 8px 10px;
  font-size: 1.2rem;
  line-height: normal;
}
.nav-menu a {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative;
  padding: 0 10px;
  color: white;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 40px;
  text-decoration: none !important;
  text-align: right;
}
.nav-menu a:hover {
  background: #555;
  color: #FFF;
}
.nav-menu a:focus {
  background: #555;
  color: #FFF;
}
.nav-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.3) !important;
}
.nav-menu > li > .nav-active {
  background-color: rgba(0, 0, 0, 0.05);
}

.nav-vertical {
  max-width: 220px;
}
.nav-vertical ul {
  top: 0;
  right: -9999px;
}
.nav-vertical li {
  width: 100%;
  float: none;
}
.nav-vertical li:hover > ul {
  right: 100%;
}

.parallax-mirror {
  z-index: 998 !important;
}

.page-banner {
  z-index: 999;
}

.request-col {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 1.3rem;
}
.request-col:not(.no-bg):nth-child(2) {
  background-image: url("/wp-content/uploads/2021/06/consulting-artwork.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 70% auto;
}

.rounded-lg {
  border-radius: 40px;
}

.block-link {
  cursor: pointer;
}
.block-link .block-link-center, .block-link .block-link-more {
  text-decoration: none;
  background: rgba(40, 77, 145, 0.69);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  padding: 10px;
  font-size: 1.2rem !important;
  text-align: center;
  color: white;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.block-link .block-link-center {
  width: 60px;
  height: 60px;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0.5);
}
.block-link .block-link-center > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  margin: 0;
  line-height: 0;
  display: block;
}
.block-link .block-link-more {
  width: 100%;
  bottom: -100%;
  left: 0;
}
.block-link:hover .block-link-center {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.block-link:hover .block-link-more {
  bottom: 0;
}

.slick-track {
  display: flex;
  height: 100%;
}
.slick-track .slick-slide {
  display: flex;
}

.slick-list {
  height: 100%;
}

.square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#slick-carousel__personel .title {
  font-size: calc(2rem - 0.6vw);
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: calc(1.5rem - 0.6vw);
}
#slick-carousel__personel .name {
  font-size: calc(2rem - 0.6vw);
  font-weight: bold;
  color: white;
  text-align: center;
}
#slick-carousel__personel .slick-slide img {
  width: 80%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
#slick-carousel__personel .slick-current img {
  width: 100%;
}

#slick-carousel__grades .grades__num {
  font-size: calc(90px + 0.6vw);
}

@media screen and (max-width: 644px) {
  .comments-carousel .owl-item .slide .quote-icon {
    left: 25px;
  }
  .about-us-row .wrapper::before {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .rounded-lg {
    border-radius: 20px;
  }
}/*# sourceMappingURL=style.css.map */