body {
  direction: rtl;
}

input {
  text-align: right;
}

:root {
  --bdw: 30px;
}

@media (max-width: 600px) {
  :root {
    --bdw: 10px;
  }
}
.page {
  overflow: hidden;
}

.animate__delay-1 {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}

.animate__delay-2 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.animate__delay-3 {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.animate__delay-4 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.animate__delay-5 {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

.animate__delay-6 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.animate__delay-7 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.font-color {
  color: #ff7500;
}

.full-height {
  min-height: calc(100vh - var(--bdw) * 2);
}

.min-h-inherit {
  min-height: inherit;
}

body {
  background-color: #fff;
  padding: var(--bdw) calc(var(--bdw) - 12px);
  font-family: "Alexandria", sans-serif;
}
body::before, body::after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border: var(--bdw) solid #fff;
  z-index: 120;
  pointer-events: none;
}
body::after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

section {
  overflow: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.preloader {
  position: fixed;
  inset: 0;
  background-color: #f5f5f5;
  z-index: 1000;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
  pointer-events: none;
}

.preloader:after,
.preloader:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ff7500;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.preloader:after {
  background-color: #506075;
}

.preloader__container {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 5;
  -webkit-transition: opacity 0.25s linear 0.35s;
  transition: opacity 0.25s linear 0.35s;
}

.preloader__logo {
  position: relative;
  background-color: #fff;
  display: block;
  line-height: 50px;
  font-size: 15px;
  height: 100px;
  width: 100px;
  text-align: center;
  padding: 0.5rem;
}

.preloader__logo img {
  width: 100px;
  height: 100px;
}

.preloader:before {
  -webkit-animation: lb 1.9s ease-in-out;
          animation: lb 1.9s ease-in-out;
}

.preloader:after {
  -webkit-animation: lb 1.6s ease-in-out;
          animation: lb 1.6s ease-in-out;
}

@-webkit-keyframes lb {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes lb {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.section__number {
  position: relative;
  left: 0;
}
@media (max-width: 992px) {
  .section__number {
    left: unset;
  }
}
.section__number h1,
.section__number h4 {
  font-size: 3rem;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ff7500;
}
.section__number h1 {
  margin: 3px !important;
}
.section__number h4 {
  font-size: 1.25rem;
  position: relative;
  text-transform: uppercase;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  display: inline-block;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-block: 1rem;
}
@media (max-width: 992px) {
  .section__number h4 {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.section__number.section__number--reflect h4::after {
  background-color: #fff;
}

.gallery-section {
  position: relative;
  padding: 30px 0px 90px;
}

.gallery-section.full-width {
  padding-top: 90px;
}

.gallery-section.masonry-section {
  padding: 90px 0px;
}

.gallery-section.masonry-section .btn-box {
  margin-top: 10px;
}

.gallery-section .filters {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-section .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}

.gallery-section .filter-list {
  padding: 0px 15px;
}

.gallery-section .filters li {
  position: relative;
  display: inline-block;
  color: #848484;
  padding: 15px 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.gallery-section .filters li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 20px;
  width: 2px;
  bottom: 20px;
  background-color: #f2f2f2;
}

.gallery-section .filters li:last-child::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 20px;
  width: 2px;
  bottom: 20px;
  background-color: #f2f2f2;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
  color: #ff7500;
}

.gallery-section .project-block {
  margin-bottom: 60px;
}

.gallery-section .btn-box .theme-btn {
  margin-top: -20px;
}

.project-block.mix,
.project-block-two.mix {
  display: none;
}

.gallery-section.style-two {
  padding: 90px 0px;
}

.gallery-section.style-two .filter-list {
  padding: 0px;
}

/*Project Block Two*/
.project-block-two {
  position: relative;
  margin-bottom: 16px;
}

.project-block-two .inner-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.project-block-two .inner-box:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.project-block-two .inner-box .image {
  position: relative;
}

.project-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.project-block-two .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  padding: 20px;
  background-color: rgba(73, 92, 116, 0.8);
  -webkit-transform: perspective(400px) rotateX(-90deg);
          transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.project-block-two .inner-box:hover .image .overlay-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
}

.project-block-two .inner-box .image .overlay-box .content h2 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.project-block-two .inner-box .image .overlay-box .content .search-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 40px;
  margin-left: -15px;
  margin-top: -15px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.project-block-two .inner-box .image .overlay-box .content .search-btn:hover {
  color: #d5ac63;
}

.project-block-two .inner-box .image .overlay-box .content h2 a {
  position: relative;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-block-two .inner-box .image .overlay-box .content h2 a:hover {
  color: #d5ac63;
}

.project-block-two .inner-box .image .overlay-box .content .category {
  position: relative;
  color: #d5ac63;
  font-size: 10px;
  font-weight: 500;
}

.project-block-two .inner-box .image .overlay-box .content .link-box {
  position: absolute;
  bottom: 40px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-block-two .inner-box .image .overlay-box .content .link-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  width: 20px;
  height: 2px;
  background-color: #d5ac63;
}

.project-block-two .inner-box .image .overlay-box .content .link-box:hover {
  color: #d5ac63;
}

.project-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.project-block-two .inner-box .lower-content .detail {
  position: relative;
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  padding-left: 28px;
  margin-top: 12px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}

.project-block-two .inner-box .lower-content .detail:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  width: 20px;
  height: 2px;
  background-color: #d5ac63;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-block-two .inner-box .lower-content .detail:hover::before {
  width: 40px;
}

.project-block-two .inner-box .lower-content .detail:hover {
  padding-left: 50px;
  color: #d5ac63;
}

.project-block-two .inner-box .lower-content h2 {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}

.project-block-two .inner-box .lower-content h2 a {
  position: relative;
  color: #222222;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-block-two .inner-box .lower-content h2 a:hover {
  color: #d5ac63;
}

.project-block-two .inner-box .lower-content .category {
  position: relative;
  color: #d5ac63;
}

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 0px 0px;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  color: #848484;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  min-width: 50px;
  color: #020e28;
  font-weight: 600;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  border-color: #d5ac63;
  background-color: #d5ac63;
}

/* start whatsapp */
.whatsapp__link {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #25D366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.whatsapp__link__icon {
  font-size: 40px;
  color: white;
}

/* end whatsapp */
.owl-carousel--partners .item img {
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero {
  position: relative;
  z-index: 1;
}
.hero .ovarlay {
  background: #495d754f;
  padding: 20px 0;
  border-radius: 16px;
}
.hero__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100vh;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../assets/img/hero/flare.png);
  background-repeat: no-repeat;
  background-position: 95% 40px, 50%;
  background-size: 500px, 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.hero__slide__title {
  color: #ff7500;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 4;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .hero__slide__title {
    font-size: 24px;
  }
}
.hero__slide__subtitle {
  color: #a5a5a5;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 4;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .hero__slide__subtitle {
    font-size: 18px;
  }
}
.hero .owl-carousel--hero {
  position: relative;
}
.hero .owl-carousel--hero .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hero .owl-carousel--hero .owl-dots .owl-dot span {
  display: block;
  border: 0;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  padding: 4px;
  background: #e5e7eb;
  width: 2rem;
  height: 0.25rem;
}
.hero .owl-carousel--hero .owl-dots .owl-dot span:hover {
  background-color: #ff7500 !important;
}
.hero .owl-carousel--hero .owl-dots .owl-dot.active span {
  background-color: #ff7500 !important;
}
.hero .owl-carousel--hero .owl-nav {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .main-header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header {
  position: relative;
  top: 0;
  z-index: 10;
}
.header__logo {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  display: block;
  width: 120px;
  margin-right: auto;
}
.header__logo img {
  -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.3));
}
@media (max-width: 991px) {
  .header__logo {
    width: 55px;
  }
}
@media (max-width: 575px) {
  .header__logo {
    top: 50px;
  }
}
.header__logo.hidden {
  opacity: 0;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: calc(var(--bdw) + 20px);
  top: calc(var(--bdw) + 20px);
}
@media (min-width: 991px) {
  .header__nav {
    display: none;
  }
}
.header__nav .nav-container {
  position: fixed;
  z-index: 80;
  top: var(--bdw);
  right: var(--bdw);
  width: 100%;
  height: calc(100% - var(--bdw));
  max-width: 220px;
  padding: 0 20px;
  background-color: #506075;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1), -webkit-transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  will-change: transform;
}
@media (min-width: 720px) {
  .header__nav .nav-container {
    width: auto;
    max-width: 100%;
    height: 70px;
  }
}
.header__nav .nav-container.active {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.header__nav .nav-container ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (min-width: 720px) {
  .header__nav .nav-container ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 3rem;
  }
}
.header__nav .nav-container ul li {
  margin-right: 1.3rem;
}
@media (min-width: 991px) {
  .header__nav .nav-container ul li {
    margin-right: 3rem;
  }
}
.header__nav .nav-container ul li a {
  position: relative;
  display: block;
  padding: 1rem 0 !important;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  will-change: transform;
}
.header .language-selector {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 10px;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.header .language-selector.hidden {
  opacity: 0;
}
.header .language-selector li {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.header .language-selector li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #506075;
  font-size: 0.85rem;
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-align: center;
}
.header .language-selector li a:hover {
  opacity: 1;
}
.header .language-selector li a.active {
  background-color: #ff7500;
  opacity: 1;
}
.header .hamburger {
  position: relative;
  display: block;
  width: 30px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  border: none;
  z-index: 100;
}
.header .hamburger .bar, .header .hamburger::after, .header .hamburger::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ff7500;
  margin: 5px 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
}
.header .hamburger.is-active:before {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
}
.header .hamburger.is-active:after {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}
.header .hamburger.is-active .bar {
  opacity: 0;
}

.header-desktop {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .header-desktop {
    display: none;
  }
}
.header-desktop .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.header-desktop .nav__link a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.form-floating input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.form-floating input:not(:placeholder-shown) ~ label {
  content: unset;
}
.form-floating input:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.form-floating input:focus ~ label {
  background-color: transparent !important;
  color: #ff7500 !important;
}
.form-floating input:focus ~ label::after {
  content: unset !important;
}

label {
  color: #fff;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  content: unset !important;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #ff7500;
}

textarea {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}
textarea:focus {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form__submit {
  background-color: transparent;
  color: #fff;
  border: 0;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  background-color: #f5f5f5;
}
.footer.footer--buttom {
  display: block;
  border-bottom: 1px solid #000;
}
.footer__info {
  color: #ff7500;
}
@media (max-width: 750px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.85rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-nav li {
  margin: 0.5rem;
}
.footer-nav li:hover a {
  color: #ff7500;
}
.footer-nav li a {
  color: #333;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer-nav.footer-nav--social {
  font-size: 1.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer-nav.footer-nav--social li a {
  color: #fff;
}
.footer.footer--buttom .footer__logo {
  text-align: center;
}
.footer.footer--buttom .footer__logo img {
  width: 150px;
}
.footer.footer--buttom .contact__content__info {
  background-color: #f5f5f5;
}
.footer.footer--buttom .contact__content__info * {
  color: #ff7500;
}

.values {
  margin-top: 50px;
}
.values__card {
  padding: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.values__card__title {
  margin-inline: 0.25rem;
  font-size: 2.5rem;
  color: #ff7500;
}
.values__card__desc {
  color: #fff;
}

.about {
  background-color: #f5f5f5;
  min-height: calc(80vh - var(--bdw) * 2);
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 3rem;
  position: relative;
  min-height: inherit;
}
@media (max-width: 575px) {
  .about__wrapper .w-50 {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.about__img {
  width: 300px;
}
.about__img img {
  width: 100%;
}
.about__text {
  font-size: 2rem;
  color: #ff7500;
}
@media (max-width: 575px) {
  .about__text {
    font-size: 1.5rem;
  }
}

.services {
  background-color: #506075;
  min-height: 100%;
}
.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 3rem;
  position: relative;
  min-height: inherit;
}
@media (max-width: 992px) {
  .services__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.services__content {
  width: 50%;
}
@media (max-width: 992px) {
  .services__content {
    width: 100%;
    padding: 1rem;
  }
}
.services .section__number {
  left: unset;
}
.services__card__title {
  font-size: 1rem;
  color: #ff7500;
  position: relative;
  margin-bottom: 1rem;
}
.services__card__title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ff7500;
  top: -1.5rem;
}
.services__card__title::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 10%;
  height: 1px;
  bottom: -15px;
  right: 0;
}
.services__card__desc {
  font-size: 0.85rem;
  color: #fff;
}
.services__image {
  margin-left: -112px;
  width: 35%;
  overflow: hidden;
  max-height: 600px;
}
.services__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .services__image {
    display: none;
  }
}

.portfolio {
  background-color: #f5f5f5;
}
.portfolio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 3rem;
  position: relative;
  min-height: inherit;
}
@media (max-width: 992px) {
  .portfolio__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.portfolio .section__number {
  width: 35%;
  left: unset;
}
.portfolio .section__number h1 {
  margin-inline: auto !important;
}
.portfolio .section__number h4 {
  margin-block: auto;
}
.portfolio .portfolio__content {
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  row-gap: 88px;
  margin-top: 40px;
}
.portfolio .portfolio__content__box {
  width: calc((100% - 16px * 2) / 3);
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding-top: 56px;
}
@media (max-width: 1200px) {
  .portfolio .portfolio__content__box {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 768px) {
  .portfolio .portfolio__content__box {
    width: 100%;
  }
}
.portfolio .portfolio__content__box__img-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
.portfolio .portfolio__content__box__img-parent__img {
  width: 80%;
  height: 80%;
}
.portfolio .portfolio__content p {
  font-size: 16px;
  width: 100%;
  text-align: justify;
  margin: auto;
}

.clients {
  background-color: #fff;
}
.clients__wrapper {
  padding-block: 128px 0px;
  padding-inline: 10px;
}
@media (max-width: 992px) {
  .clients__wrapper {
    padding-block: 0px;
  }
}
.clients .section__number h1 {
  margin-inline: auto !important;
}
.clients .section__number h4 {
  margin-block: auto;
}
.clients__content {
  margin-inline: auto;
}
@media (max-width: 992px) {
  .clients__content {
    width: 100%;
  }
}
.clients__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 15px;
  padding: 0px;
}
.clients__item {
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.clients__item:hover {
  opacity: 1;
}
.clients__item-img {
  width: 100%;
  max-width: 160px;
}

.contact {
  background-size: cover;
  background-repeat: no-repeat;
}
.contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.contact__wrapper .section__number {
  width: 25%;
  left: unset;
}
.contact__wrapper .section__number h1 {
  margin-inline: auto !important;
}
.contact__wrapper .section__number h4 {
  margin-block: auto;
}
.contact__wrapper .contact__content {
  width: 100%;
  max-width: 1200px;
  margin-inline: 30px;
}
.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 750px) {
  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__content__info {
  background-color: #a6a6a699;
  color: #fff;
  font-size: 1rem;
  padding: 2rem;
  width: 100%;
}
.contact__content__info .info {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.contact__content__info .info i {
  font-size: 20px;
  margin-left: 10px;
}
.contact__content__info p:first-of-type {
  margin-bottom: 30px !important;
}
.contact__content__form {
  background-color: rgba(73, 92, 116, 0.8);
  padding: 2rem;
  width: 100%;
}

/*# sourceMappingURL=main-rtl.css.map */