@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --main-color: #6956e5;
  --body-bg: #f5f8fa;
  --navbar-bg: #FFF;
  --icon-active: #2c2f32;
  --icon-idle: #8b88ff;
  --p-color: #2c2f32;
  --subp-color: #adafca;
  --link-color: #6956e5;
  --a-light: #FFF;
  --shadow-color: #5e5c9a0f;
  --border-color: #eaeaf5;
  --sub-light: #fcfcfd;
  --border-input: #dedeea;
}

.dark {
  --main-color: #6956e5;
  --body-bg: #151521;
  --navbar-bg: #1e1e2d;
  --icon-active: #FFF;
  --icon-idle: #8b88ff;
  --p-color: #FFF;
  --subp-color: #9aa4bf;
  --link-color: #6956e5;
  --a-light: #FFF;
  --shadow-color: #0000000f;
  --border-color: #2f3749;
  --sub-light: #21283b;
  --border-input: #3f485f;
}

.form-group {
  width: 100%;
  position: relative;
  margin: 0;
}

@media (max-width: 991.98px) {
  .form-group {
    margin: 10px 0;
  }
}

.form-group label {
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none;
  display: block;
  margin: 0;
  line-height: 1em;
}

.form-group .form-control {
  height: 45px;
  padding: 10px 18px 0 18px;
  background-color: #f6f8ff;
  border: 1px solid #eaeaf5;
  color: #3e3f5e;
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  width: 100%;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.form-group .form-control:focus {
  border-color: #7868e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-group select {
  cursor: pointer;
}

.create-account-btn {
  text-decoration: none;
  width: 100%;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 43px;
  border-radius: 10px;
  font-size: .7rem;
  font-weight: 700;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  background-color: #7868e6;
  border: 0;
}

.create-account-btn svg {
  height: 18px;
  margin-left: 2px;
}

.create-account-btn svg path {
  fill: #FFF;
}

.create-account-btn:hover {
  background-color: #7868e6;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 5px 10px 0;
}

.form-check input {
  background-color: #fff;
  border: 1px solid #dedeea;
  height: 17px;
  width: 16px;
  position: unset;
  margin: 3px 0 0 5px;
}

.form-check p {
  color: #2c2f32;
  font-size: .875rem;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  display: block;
  margin: 0;
}

.form-check p a {
  text-decoration: none;
  color: #FFF;
}

p.text {
  margin-top: 30px;
  font-size: .875rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--p-color);
}

p.text a {
  text-decoration: none;
  color: #6956e5;
  font-weight: 700;
}

.active-input label {
  padding: 0 6px;
  font-size: 0.55rem;
  top: 9px;
  right: 20px;
}

@font-face {
  font-family: "ar";
  src: url(assets/fonts/plot.ttf);
}

@font-face {
  font-family: "en";
  src: url(assets/fonts/google.ttf);
}

body {
  font-family: "ar";
  font-weight: 100;
  direction: rtl;
  text-align: right;
  background: #e6e3de;
  color: #333333;
  height: 100%;
  position: relative;
  overflow-x: hidden !important;
}

.layout .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: rtl;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 25px 20px 25px;
  background: #FFF;
}

.layout .nav .navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.layout .nav .navbar-content .navbar-brand {
  position: relative;
  z-index: 5;
  margin: 0 15px;
}

.layout .nav .navbar-content .navbar-brand img {
  width: 90px;
}

.layout .nav .navbar-content .nav-side {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout .nav .navbar-content .nav-side .nav-triger {
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.layout .nav .navbar-content .nav-side .nav-triger svg {
  height: 30px;
  width: 35px;
  margin-top: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.layout .nav .navbar-content .nav-side .nav-triger img {
  width: 35px;
  margin-top: 8px;
}

.layout .nav .navbar-content .nav-side .lang {
  margin: 0 15px 0 25px;
}

@media (max-width: 767.98px) {
  .layout .nav .navbar-content .nav-side .lang {
    display: none;
  }
}

.layout .nav .navbar-content .nav-side .lang select {
  background: transparent;
  border: 0;
  font-weight: 700;
  font-size: 0.9rem;
  height: 35px;
  width: 70px;
  outline: none;
  cursor: pointer;
}

.layout .nav .navbar-content .nav-side .lang a {
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

.layout .navbar-links {
  direction: rtl;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 120px;
  position: fixed;
  right: 0;
  z-index: 10;
  display: none;
}

.layout .navbar-links li.nav-link {
  padding: 6px 0 6px 0;
}

@media (max-width: 991.98px) {
  .layout .navbar-links li.nav-link {
    padding: 5px 25px 5px 0;
  }
}

@media (max-width: 767.98px) {
  .layout .navbar-links li.nav-link {
    padding: 6px 0 6px 0;
  }
}

.layout .navbar-links li.nav-link a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .layout .navbar-links li.nav-link a {
    font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .layout .navbar-links li.nav-link a {
    font-size: 1.3rem;
  }
}

.layout .navbar-links li.active a {
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.layout .active-navbar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  height: 100%;
  width: 100%;
  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: 2;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.layout .whatsapp-icon {
  position: fixed;
  bottom: 25px;
  right: 35px;
  z-index: 55;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.layout .whatsapp-icon a {
  text-decoration: none;
  display: block;
  border-radius: 50%;
}

.layout .whatsapp-icon a svg {
  height: 70px;
  width: 70px;
  fill: #222;
  padding: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 0px #FFF;
          box-shadow: 0 0 5px 0px #FFF;
}

.layout .logo-des {
  position: absolute;
  bottom: 25px;
  left: 50px;
  text-align: center;
  z-index: 5;
  font-family: "ar";
}

@media (max-width: 767.98px) {
  .layout .logo-des {
    display: none;
  }
}

.layout .logo-des .logo-des-content {
  font-weight: 900;
  font-size: 1.5rem;
}

.layout .logo-des .des {
  font-size: 0.8rem;
  margin-top: -1px;
  font-weight: 700;
}

.content .header {
  height: calc(100vh) !important;
  text-align: center;
  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;
  background: #eae8e4;
}

.content .header .header-content .logo-header {
  direction: ltr;
  margin-top: 50px;
}

.content .header .header-content .logo-header img {
  width: 75%;
}

@media (max-width: 991.98px) {
  .content .header .header-content .logo-header img {
    font-size: 225px;
  }
}

@media (max-width: 767.98px) {
  .content .header .header-content .logo-header img {
    font-size: 120px;
  }
}

@media (max-width: 575.98px) {
  .content .header .header-content .logo-header img {
    font-size: 90px;
  }
}

@media (max-width: 575.98px) {
  .content .header .header-content .logo-header {
    margin-top: 0;
  }
}

.content .header .header-content .header-text {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 25px 0 0 0;
  font-family: "ar";
  text-align: right;
  padding-right: 137px;
  margin: 25px 0 35px 175px;
  background: #FFF;
  display: inline;
  text-align: center;
  padding: 7px 50px;
}

@media (max-width: 767.98px) {
  .content .header .header-content .header-text {
    font-size: 1rem;
    width: 350px;
    margin: 25px 0 0 0;
  }
}

@media (max-width: 575.98px) {
  .content .header .header-content .header-text {
    font-size: 0.9rem;
    width: 260px;
    margin: 25px 0 0 0;
    padding: 7px 25px;
    display: none;
  }
}

.content .header .header-content .header-text-5 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 25px 0 0 0;
  font-family: "ar";
  text-align: right;
  padding-right: 137px;
  margin: 25px 0 35px 175px;
  display: none;
  text-align: right;
  padding: 0;
}

@media (max-width: 575.98px) {
  .content .header .header-content .header-text-5 {
    width: 200px;
    margin: 25px 35px 0px 0;
    display: none;
  }
}

.content .about {
  background: #d1cfcb;
  height: calc(100vh);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content .about .about-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  .content .about .about-container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.content .about .about-container .section-header {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .content .about .about-container .section-header {
    padding: 0 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .content .about .about-container .section-header {
    padding: 0 0 0 0;
  }
}

.content .about .about-container .section-header .shc {
  position: relative;
}

.content .about .about-container .section-header .shc svg {
  position: absolute;
  bottom: 0px;
  left: 260px;
  height: 70px;
  width: 70px;
}

@media (max-width: 991.98px) {
  .content .about .about-container .section-header .shc svg {
    display: none;
  }
}

.content .about .about-container .section-header h3 {
  color: #333;
  font-size: 4.5rem;
  font-weight: 300;
  font-family: "ar";
  margin-top: 45px;
  display: block;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .content .about .about-container .section-header h3 {
    font-size: 4rem;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .content .about .about-container .section-header h3 {
    font-size: 4rem;
  }
}

.content .about .about-container .section-header h3 span {
  margin: 0 -10px;
}

.content .about .about-container .about-content {
  position: relative;
  z-index: 2;
  background: #FFF;
  border-radius: 0;
  padding: 50px 50px;
  font-size: 1.5rem;
  width: 700px;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .content .about .about-container .about-content {
    width: 65%;
    margin: auto;
  }
}

@media (max-width: 767.98px) {
  .content .about .about-container .about-content {
    width: 90%;
    margin: auto;
    font-size: 1.3rem;
  }
}

@media (max-width: 575.98px) {
  .content .about .about-container .about-content {
    width: 90%;
    margin: auto;
    font-size: 1.2rem;
    padding: 40px 25px;
  }
}

.content .about .about-container .about-content h3 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .content .about .about-container .about-content h3 {
    display: block;
  }
}

.content .about .about-container .about-content p {
  font-weight: 500;
  margin: 0;
  font-size: 1.4rem;
  line-height: 32px;
}

@media (max-width: 575.98px) {
  .content .about .about-container .about-content p {
    font-size: 1.1rem;
  }
}

.content .about .about-container .about-content p.font-en {
  text-align: left;
  margin: 0;
}

.content .about .about-container .about-content svg {
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  display: none;
}

@media (max-width: 767.98px) {
  .content .about .about-container .about-content svg {
    display: block;
  }
}

.content .services {
  background: #d1cfcb;
  height: calc(100vh);
  padding: 75px 0;
  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;
  position: relative;
}

@media (max-width: 1440px) {
  .content .services {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 1340px) {
  .content .services {
    width: calc(100vw - 100px);
    margin-right: auto;
  }
}

@media (max-width: 1199.98px) {
  .content .services {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .content .services {
    height: auto;
    width: calc(100vw);
    margin-right: 0;
  }
}

.content .services .section-header {
  margin-top: -25px;
  position: relative;
  z-index: 2;
  padding: 0 0 25px 0;
  display: block;
  text-align: center;
}

@media (max-width: 991.98px) {
  .content .services .section-header {
    padding: 100px 0 15px 0;
  }
}

@media (max-width: 767.98px) {
  .content .services .section-header {
    margin-top: -130px;
    text-align: center;
  }
}

.content .services .section-header h3 {
  color: #333;
  font-size: 4.5rem;
  font-weight: 300;
  font-family: "ar";
}

@media (max-width: 1199.98px) {
  .content .services .section-header h3 {
    font-size: 4rem;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .content .services .section-header h3 {
    font-size: 3.5rem;
  }
}

@media (max-width: 575.98px) {
  .content .services .section-header h3 {
    font-size: 3rem;
  }
}

.content .services .section-header h3 span {
  margin: 0 -10px;
}

.content .services .services-container {
  color: #cfcbc0;
  background: #292d2f;
  -webkit-box-shadow: 0 0 15px 0 #a7a7a70f !important;
          box-shadow: 0 0 15px 0 #a7a7a70f !important;
  border-radius: 0;
  padding: 25px 25px;
}

@media (max-width: 1199.98px) {
  .content .services .services-container {
    margin-right: 15%;
  }
}

@media (max-width: 991.98px) {
  .content .services .services-container {
    margin-right: 13%;
  }
}

@media (max-width: 767.98px) {
  .content .services .services-container {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .content .services .services-container {
    text-align: center;
    padding: 50px 25px;
    width: 80%;
    margin: auto;
  }
}

.content .services .services-container .ser-card {
  margin-bottom: 12px;
  padding: 35px 30px;
  border-radius: 12px;
  color: #f4efe1;
}

@media (max-width: 1199.98px) {
  .content .services .services-container .ser-card {
    padding: 25px 25px;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .content .services .services-container .ser-card {
    padding: 20px 15px 15px 15px;
  }
}

@media (max-width: 575.98px) {
  .content .services .services-container .ser-card {
    padding: 15px 15px 7px 15px;
    display: inline-block;
  }
}

.content .services .services-container .ser-card h3 {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: right;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
  .content .services .services-container .ser-card h3 {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .content .services .services-container .ser-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .content .services .services-container .ser-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: right;
  }
}

.content .services .services-container .ser-card ul {
  padding: 0;
}

.content .services .services-container .ser-card ul li {
  font-size: 1rem;
  margin-bottom: 7px;
  font-weight: 400;
  font-family: "ar";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.content .services .services-container .ser-card ul li:hover {
  padding-right: 5px;
}

@media (max-width: 1199.98px) {
  .content .services .services-container .ser-card ul li {
    font-size: 0.9rem;
    margin-bottom: 5px;
    text-align: right;
  }
}

@media (max-width: 575.98px) {
  .content .services .services-container .ser-card ul li {
    font-size: 0.9rem;
    margin-bottom: 4px;
    text-align: right;
  }
}

.content .works {
  background: #eae8e4;
  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;
  height: calc(100vh);
  padding: 75px 0;
  position: relative;
}

@media (max-width: 1440px) {
  .content .works {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 1340px) {
  .content .works {
    width: calc(100vw - 100px);
    margin-right: auto;
  }
}

@media (max-width: 1199.98px) {
  .content .works {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .content .works {
    width: calc(100vw - 100px);
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .content .works {
    width: calc(100vw);
    margin-right: 0;
  }
}

.content .works .container {
  padding: 0;
}

.content .works .section-header {
  margin-top: 50px;
  position: relative;
  z-index: 2;
  padding: 0 0 50px 0;
  display: block;
  text-align: center;
}

@media (max-width: 991.98px) {
  .content .works .section-header {
    padding: 100px 0 50px 0;
  }
}

@media (max-width: 767.98px) {
  .content .works .section-header {
    padding: 0 0 75px 0;
    margin-top: -100px;
  }
}

@media (max-width: 575.98px) {
  .content .works .section-header {
    padding: 0 0 25px 0;
    margin-top: 0;
    padding-bottom: 75px;
  }
}

.content .works .section-header h3 {
  color: #333;
  font-size: 4.5rem;
  font-weight: 300;
  font-family: "ar";
}

@media (max-width: 1199.98px) {
  .content .works .section-header h3 {
    font-size: 4rem;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .content .works .section-header h3 {
    font-size: 3.5rem;
  }
}

@media (max-width: 575.98px) {
  .content .works .section-header h3 {
    font-size: 3rem;
  }
}

.content .works .section-header h3 span {
  margin: 0 -10px;
}

.content .works .owl-carousel {
  direction: ltr;
  text-align: center;
}

.content .works .owl-carousel .work-card {
  max-height: 245px;
  width: 100%;
  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;
  padding: 0;
  margin: auto;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
}

.content .works .owl-carousel .work-card img {
  width: 100%;
}

.content .works .owl-nav {
  margin-top: 25px;
}

@media (max-width: 767.98px) {
  .content .works .owl-nav {
    margin: 0 0px;
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
}

.content .works .owl-nav button {
  font-size: 5rem;
  margin: 0 150px;
  outline: none;
}

@media (max-width: 767.98px) {
  .content .works .owl-nav button {
    margin: 0 50px;
  }
}

.content .works .owl-nav button:hover {
  background: transparent;
}

.content .works .owl-nav button span {
  margin: 0 0;
}

.content .clients-word {
  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;
  height: calc(100vh);
  padding: 75px 0;
  position: relative;
}

@media (max-width: 1440px) {
  .content .clients-word {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 1340px) {
  .content .clients-word {
    width: calc(100vw - 100px);
    margin-right: auto;
  }
}

@media (max-width: 1199.98px) {
  .content .clients-word {
    width: calc(100vw -100px);
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .content .clients-word {
    width: calc(100vw - 100px);
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .content .clients-word {
    width: calc(100vw);
    margin-right: 0;
  }
}

.content .clients-word .section-header {
  margin-top: -100px;
  position: relative;
  z-index: 2;
  padding: 0 0 20px 0;
  display: block;
  text-align: center;
}

@media (max-width: 991.98px) {
  .content .clients-word .section-header {
    padding: 100px 0 50px 0;
  }
}

@media (max-width: 767.98px) {
  .content .clients-word .section-header {
    padding: 0 0 25px 0;
    margin-top: -100px;
  }
}

.content .clients-word .section-header h3 {
  color: #333;
  font-size: 7rem;
  font-weight: 300;
  font-family: "ar";
}

@media (max-width: 1199.98px) {
  .content .clients-word .section-header h3 {
    font-size: 4rem;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .content .clients-word .section-header h3 {
    font-size: 4rem;
  }
}

.content .clients-word .section-header h3 span {
  margin: 0 -10px;
}

.content .clients-word .owl-stage-outer {
  padding: 30px 0 0 0;
}

.content .clients-word .owl-carousel {
  direction: ltr;
  text-align: center;
}

.content .clients-word .owl-carousel .review-card {
  position: relative;
  background: #FFF;
  border-radius: 12px;
  padding: 50px 30px 30px 30px;
  width: 90%;
  margin: auto;
}

.content .clients-word .owl-carousel .review-card .quote {
  background-color: transparent;
  border-radius: 50%;
  fill: #FFF;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 47px;
}

.content .clients-word .owl-carousel .review-card .quote img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.content .clients-word .owl-carousel .review-card h6 {
  font-style: italic;
  margin-bottom: 15px;
}

.content .clients-word .owl-carousel .review-card .customer {
  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;
}

.content .clients-word .owl-carousel .review-card .customer .customer-info p {
  margin-bottom: -5px;
  font-size: 0.9rem;
  font-weight: 900;
}

.content .clients-word .owl-carousel .review-card .customer .customer-info span {
  color: #4c527d;
  font-size: 0.8rem;
  font-weight: 500;
}

.footer {
  height: calc(100vh);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 1440px) {
  .footer {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 1340px) {
  .footer {
    width: calc(100vw);
    margin-right: auto;
  }
}

@media (max-width: 1199.98px) {
  .footer {
    width: calc(100vw);
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .footer {
    width: calc(100vw);
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .footer {
    width: calc(100vw);
    margin-right: 0;
  }
}

.footer .footer-bg {
  width: 75%;
}

@media (max-width: 575.98px) {
  .footer .footer-bg {
    height: 45vh;
    width: 100%;
    position: absolute;
    top: 0;
  }
}

.footer .section-header {
  position: relative;
  z-index: 2;
  padding: 0 0 25px 0;
  display: block;
  text-align: center;
}

@media (max-width: 991.98px) {
  .footer .section-header {
    padding: 0px 0 25px 0;
  }
}

@media (max-width: 767.98px) {
  .footer .section-header {
    padding: 0 0 25px 0;
  }
}

.footer .section-header h3 {
  color: #333;
  font-size: 7rem;
  font-weight: 300;
  font-family: "ar";
}

@media (max-width: 1199.98px) {
  .footer .section-header h3 {
    font-size: 4rem;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .footer .section-header h3 {
    font-size: 4rem;
  }
}

@media (max-width: 767.98px) {
  .footer .section-header h3 {
    font-size: 3rem;
  }
}

.footer .section-header h3 span {
  margin: 0 -10px;
}

.footer .contact-container {
  padding: 200px 25px 25px 25px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .footer .contact-container {
    padding: 25px 50px;
    position: absolute;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 50%;
    -webkit-transform: translate(0, -18%);
            transform: translate(0, -18%);
  }
}

.footer .contact-container img {
  max-width: 100%;
  border-radius: 0;
  margin: auto;
  text-align: center;
  display: block;
}

@media (max-width: 991.98px) {
  .footer .contact-container img {
    max-width: 80%;
  }
}

@media (max-width: 575.98px) {
  .footer .contact-container img {
    display: none;
  }
}

.footer .contact-container h3 {
  color: #333;
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "ar";
  text-align: left;
}

@media (max-width: 1199.98px) {
  .footer .contact-container h3 {
    font-size: 2.5rem;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .footer .contact-container h3 {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .footer .contact-container h3 {
    text-align: left;
    margin-bottom: 25px;
  }
}

.footer .contact-container h3 span {
  margin: 0 -10px;
}

.footer .contact-container .contact-line {
  margin: 15px 0;
  padding: 0px 0px;
  font-size: 1.5rem;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer .contact-container .contact-line:hover {
  padding-left: 5px;
}

@media (max-width: 991.98px) {
  .footer .contact-container .contact-line {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .footer .contact-container .contact-line {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .footer .contact-container .contact-line {
    font-size: 1.5rem;
    margin: 5px 0;
  }
}

.footer .contact-container .contact-line svg {
  display: none;
  height: 50px;
  width: 50px;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .footer .contact-container .contact-line svg {
    display: block;
  }
}

.copyright {
  background-color: #292d2f;
  color: #e6e3de;
  padding: 15px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .copyright {
    padding: 0 0 10px 0;
  }
}

@media (max-width: 991.98px) {
  .copyright .col-md-12 {
    padding: 5px 0 0 0;
  }
}

.copyright .copy {
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .copyright .copy {
    text-align: center;
    font-size: 0.7rem;
    margin-bottom: 5px;
  }
}

.copyright .logo {
  margin: auto;
  text-align: center;
  display: block;
  font-size: 2rem;
  color: #FFF;
}

.copyright .logo img {
  width: 75px;
}

@media (max-width: 991.98px) {
  .copyright .logo {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.copyright .social-links ul {
  margin: 0;
  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;
}

@media (max-width: 991.98px) {
  .copyright .social-links ul {
    padding: 10px 0 0 0;
  }
}

.copyright .social-links ul li {
  margin: 0 10px;
}

.copyright .social-links ul li a {
  color: #e6e3de;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1.5px;
}

@media (max-width: 991.98px) {
  .copyright .social-links ul li a {
    text-align: center;
    font-size: 0.8rem;
  }
}

.work-popup {
  background: #FFF;
  position: fixed;
  z-index: 15;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
  width: 75%;
  border-radius: 12px;
  -webkit-box-shadow: 3px 5px 40px 0 rgba(94, 92, 154, 0.06);
          box-shadow: 3px 5px 40px 0 rgba(94, 92, 154, 0.06);
  z-index: 20;
}

@media (max-width: 575.98px) {
  .work-popup {
    width: 93%;
  }
}

.work-popup .work-popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
  padding: 25px 25px;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .work-popup .work-popup-content {
    height: 82vh;
    display: block;
  }
}

@media (max-width: 575.98px) {
  .work-popup .work-popup-content {
    padding: 25px 5px;
  }
}

.work-popup .work-popup-content .sidebar-info {
  background: #FFF;
  border-radius: 12px;
  padding: 15px 0;
  margin-bottom: 15px;
}

.work-popup .work-popup-content .sidebar-info .project-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0;
  text-align: right;
  color: #000;
}

.work-popup .work-popup-content .sidebar-info .sidebar-box-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #8f91ac;
  font-size: 0.8rem;
  font-weight: 500;
  font-weight: 600;
  text-align: right;
}

.work-popup .work-popup-content .sidebar-info .user-stats {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.work-popup .work-popup-content .sidebar-info .user-stats .user-stat {
  padding: 0 30px;
  position: relative;
}

.work-popup .work-popup-content .sidebar-info .user-stats .user-stat .user-stat-title {
  font-size: 1.3rem;
  font-family: 'Rajdhani', sans-serif;
  text-align: center;
  font-weight: 700;
  color: #000;
}

.work-popup .work-popup-content .sidebar-info .user-stats .user-stat .user-stat-text {
  font-size: .7rem;
  margin-top: 0;
  color: #adafca;
  font-weight: 700;
  text-align: center;
}

.work-popup .work-popup-content .sidebar-info .user-stats .user-stat .rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.work-popup .work-popup-content .sidebar-info .user-stats .user-stat .rating-list .rating {
  margin-left: 3px;
  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;
  width: 10px;
  height: 9px;
}

.work-popup .work-popup-content .sidebar-info .user-stats .user-stat .rating-list .rating svg {
  fill: #eaeaf5;
  width: 10px;
  height: 9px;
}

.work-popup .work-popup-content .sidebar-info .user-stats .user-stat .rating-list .filled svg {
  fill: #ffe00d;
}

.work-popup .work-popup-content .sidebar-info .user-stats .after-line::after {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #eaeaf5;
  position: absolute;
  top: 6px;
  left: 0;
}

.work-popup .work-popup-content .sidebar-info .sidebar-box-title {
  margin-top: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #000;
  text-align: right;
}

.work-popup .work-popup-content .sidebar-info .sidebar-box-items {
  margin-top: 15px;
}

.work-popup .work-popup-content .sidebar-info .sidebar-box-items .information-line-list .information-line {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work-popup .work-popup-content .sidebar-info .sidebar-box-items .information-line-list .information-line .information-line-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  color: #8f91ac;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.4285714286em;
  font-weight: 600;
  text-align: right;
}

.work-popup .work-popup-content .sidebar-info .sidebar-box-items .information-line-list .information-line .information-line-text {
  font-weight: 700;
  color: #000;
  font-size: .8rem;
}

.work-popup .work-popup-content .sidebar-info .sidebar-box-items .information-line-list .information-line ul {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work-popup .work-popup-content .sidebar-info .sidebar-box-items .information-line-list .information-line ul li.work-icon {
  margin: 0 3px;
}

.work-popup .work-popup-content .sidebar-info .sidebar-box-items .information-line-list .information-line ul li.work-icon img {
  width: 23px;
}

.work-popup .work-popup-content .product-more-info .overview {
  width: 100%;
}

.work-popup .work-popup-content .product-more-info .img-view-container {
  text-align: center;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
          box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  padding: 0;
  margin: 0 0 15px 0;
  width: 100%;
}

.work-popup .work-popup-content .product-more-info .xzoom-thumbs a {
  text-decoration: none;
}

.work-popup .work-popup-content .product-more-info .xzoom-thumbs a:hover {
  text-decoration: none;
}

.work-popup .work-popup-content .close-work-popup {
  background: #9013c9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  padding: 2px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.work-popup .work-popup-content .close-work-popup svg {
  fill: #FFF;
}

.close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(22, 22, 34, 0.6);
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.open-over {
  opacity: 1;
  visibility: visible;
}

.font-en {
  font-family: "en" !important;
}

a {
  text-decoration: none;
}

.col-xl-3, .col-md-6 {
  padding: 0 8px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0 8px;
}

.xzoom-preview, .xzoom-source {
  display: none;
}

.reposition-wa {
  bottom: 130px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.row {
  margin: 0;
}

[lang="en"] .layout .nav {
  direction: rtl;
}

[lang="en"] .layout .nav .navbar-content .navbar-brand sub {
  right: -120px;
}

[lang="en"] .layout .navbar-links {
  left: 0;
  right: unset;
}

[lang="en"] .layout .navbar-links li.nav-link a {
  direction: ltr;
}

[lang="en"] .layout .navbar-links li.nav-link a:before {
  margin-right: 5px;
  margin-left: 0;
}

[lang="en"] .layout .navbar-links li.active a:before {
  margin-left: 0;
  margin-right: 5px;
}

[lang="en"] .layout .whatsapp-icon {
  right: unset;
  left: 35px;
}

[lang="en"] .layout .logo-des {
  left: unset;
  right: 50px;
}

@media (max-width: 1440px) {
  [lang="en"] .content .services {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 1340px) {
  [lang="en"] .content .services {
    width: calc(100vw - 100px);
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 1199.98px) {
  [lang="en"] .content .services {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  [lang="en"] .content .services {
    height: auto;
    width: calc(100vw);
    margin-right: 0;
  }
}

[lang="en"] .content .services .services-container {
  color: #cfcbc0;
}

@media (max-width: 1199.98px) {
  [lang="en"] .content .services .services-container {
    padding-right: 0;
    padding-left: 15%;
  }
}

@media (max-width: 991.98px) {
  [lang="en"] .content .services .services-container {
    padding-right: 0;
    padding-left: 13%;
  }
}

@media (max-width: 767.98px) {
  [lang="en"] .content .services .services-container {
    padding-right: 0;
    padding-left: 0;
  }
}

[lang="en"] .content .services .services-container .ser-card ul {
  text-align: left;
}

@media (max-width: 1340px) {
  [lang="en"] .content .works {
    width: calc(100vw - 100px);
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 1199.98px) {
  [lang="en"] .content .works {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  [lang="en"] .content .works {
    width: calc(100vw - 100px);
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  [lang="en"] .content .works {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 1440px) {
  [lang="en"] .content .clients-word {
    width: calc(100vw);
    margin-right: 0;
  }
}

@media (max-width: 1340px) {
  [lang="en"] .content .clients-word {
    width: calc(100vw - 100px);
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 1199.98px) {
  [lang="en"] .content .clients-word {
    width: calc(100vw -100px);
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  [lang="en"] .content .clients-word {
    width: calc(100vw - 100px);
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  [lang="en"] .content .clients-word {
    width: calc(100vw);
    margin-right: 0;
  }
}

[lang="en"] .work-popup {
  direction: ltr;
}

[lang="en"] .work-popup .work-popup-content .sidebar-info .project-title {
  text-align: left;
}

[lang="en"] .work-popup .work-popup-content .sidebar-info .sidebar-box-text {
  text-align: left;
}

[lang="en"] .work-popup .work-popup-content .sidebar-info .sidebar-box-title {
  text-align: left;
}

[lang="en"] .work-popup .work-popup-content .sidebar-info .sidebar-box-items .information-line-list .information-line .information-line-title {
  text-align: left;
}

[lang="en"] .work-popup .work-popup-content .product-more-info .overview {
  width: 100%;
}

[lang="en"] .work-popup .work-popup-content .product-more-info .img-view-container {
  text-align: center;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
          box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  padding: 0;
  margin: 0 0 15px 0;
  width: 100%;
}

[lang="en"] .work-popup .work-popup-content .product-more-info .xzoom-thumbs a {
  text-decoration: none;
}

[lang="en"] .work-popup .work-popup-content .product-more-info .xzoom-thumbs a:hover {
  text-decoration: none;
}

[lang="en"] .work-popup .work-popup-content .close-work-popup {
  background: #9013c9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  padding: 2px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

[lang="en"] .work-popup .work-popup-content .close-work-popup svg {
  fill: #FFF;
}

.owl-nav button svg {
  height: 50px;
  width: 50px;
}
/*# sourceMappingURL=main.css.map */