@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@font-face {
  font-family: "ar";
  src: url("assets/fonts/LamaSans-Regular.ttf");
}

@font-face {
  font-family: "en";
  src: url("assets/fonts/LamaSans-Regular.ttf");
}

:root {
  --main-color: #1806fc;
  --body-bg: #f8f8fb;
  --navbar-bg: #1806fc;
  --navbar-color: #FFF;
  --icon-active: #3e3f5e;
  --icon-idle: #1806fc;
  --p-color: #000248;
  --subp-color: #adafca;
  --link-color: #1806fc;
  --a-light: #FFF;
  --shadow-color: #5e5c9a0f;
  --border-color: #eaeaf5;
  --sub-light: #fcfcfd;
  --border-input: #dedeea;
  --still-dark: #161b28;
  --still-dark2: #1d2333;
  --light-dark28: #FFF;
  --bg-28: #f8f8fb;
  --sec-bg: #f1f4f6;
}

.dark {
  --main-color: #1806fc;
  --body-bg: #161b28;
  --navbar-bg: #1806fc;
  --navbar-color: #1d2333;
  --icon-active: #FFF;
  --icon-idle: #1806fc;
  --p-color: #FFF;
  --subp-color: #9aa4bf;
  --link-color: #1806fc;
  --a-light: #FFF;
  --shadow-color: #0000000f;
  --border-color: #2f3749;
  --sub-light: #21283b;
  --border-input: #3f485f;
  --still-dark: #161b28;
  --still-dark2: #1d2333;
  --light-dark28: #161b28;
  --bg-28: #1d2333;
  --sec-bg: #1d2333;
}

header {
  position: relative;
  background: none;
  height: 50vh;
  width: 100%;
  direction: ltr;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

header .gradient-background {
  background: linear-gradient(134.74deg, #D6FFFC 0%, #FAE7E4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(90deg, #EAF8FF 0%, #F6F6FF 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 50px 15px 50px;
}

@media (max-width: 1199.98px) {
  header .navbar {
    padding: 12px 25px;
  }
}

@media (max-width: 575.98px) {
  header .navbar {
    padding: 12px 12px;
  }
}

header .navbar .nav-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar .nav-logo {
  position: relative;
  z-index: 10;
}

@media (max-width: 1199.98px) {
  header .navbar .nav-logo {
    width: 130px;
  }
}

@media (max-width: 1199.98px) {
  header .navbar .nav-logo {
    width: auto;
  }
}

header .navbar .nav-logo a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

header .navbar .nav-logo p {
  color: var(--p-color);
  font-family: "logo";
  font-size: 2.3rem;
  margin-bottom: 0;
  margin-bottom: 0;
  margin-left: 6px;
  margin-top: 0px;
}

@media (max-width: 1199.98px) {
  header .navbar .nav-logo p {
    font-size: 2rem;
  }
}

header .navbar .nav-logo img {
  max-width: 100%;
  height: 45px;
}

@media (max-width: 1199.98px) {
  header .navbar .nav-logo img {
    height: 30px;
  }
}

@media (max-width: 575.98px) {
  header .navbar .nav-logo img {
    height: 25px;
  }
}

header .navbar .nav-logo .main-logo {
  display: block;
}

header .navbar .nav-logo .img-dark {
  display: none;
}

header .navbar .nav-links {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  header .navbar .nav-links {
    background: var(--body-bg);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    overflow: auto;
    text-align: center;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

header .navbar .nav-links .nav-close {
  display: none;
}

@media (max-width: 991.98px) {
  header .navbar .nav-links .nav-close {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
  }
}

header .navbar .nav-links .nav-close svg {
  height: 25px;
  width: 25px;
  cursor: pointer;
}

header .navbar .nav-links .nav-close svg g [fill] {
  fill: #000248;
}

header .navbar .nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  header .navbar .nav-links ul {
    display: block;
    text-align: left;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

header .navbar .nav-links ul li {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header .navbar .nav-links ul li:hover a, header .navbar .nav-links ul li:hover span, header .navbar .nav-links ul li:hover svg {
  color: #1806fc;
  fill: #1806fc;
}

@media (max-width: 1199.98px) {
  header .navbar .nav-links ul li {
    padding: 08px;
  }
}

@media (max-width: 991.98px) {
  header .navbar .nav-links ul li {
    padding: 10px 15px;
    -webkit-transform: perspective(400px) rotateY(-15deg);
            transform: perspective(400px) rotateY(-15deg);
    z-index: -1;
    margin: 7px 0;
  }
}

header .navbar .nav-links ul li a, header .navbar .nav-links ul li span {
  color: var(--p-color);
  position: relative;
  text-decoration: none;
  font-size: 1.1rem;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  header .navbar .nav-links ul li a, header .navbar .nav-links ul li span {
    font-size: 1rem;
  }
}

header .navbar .nav-links ul li svg {
  height: 8px;
  width: 8px;
  margin: -3px 6px 0 0px;
  fill: var(--p-color);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar .nav-links ul li .li-links {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -22px);
          transform: translate(0, -22px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar .nav-links ul li .li-links ul {
  display: block;
  background: var(--body-bg);
  width: 150px;
  display: block;
  text-align: right;
  padding: 10px 15px;
  border-radius: 12px;
  margin-top: 28px;
}

@media (max-width: 1199.98px) {
  header .navbar .nav-links ul li .li-links ul {
    margin-top: 40px;
  }
}

header .navbar .nav-links ul li .li-links ul li {
  display: block;
  margin: 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 0;
}

header .navbar .nav-links ul li .li-links ul li:hover {
  padding-right: 14px;
}

header .navbar .nav-links ul li .li-links ul li:hover a {
  color: #1806fc;
}

header .navbar .nav-links ul li .li-links ul li a {
  color: var(--p-color);
}

header .navbar .nav-links ul .hover-drop:hover .li-links {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

header .navbar .nav-links ul .nav-link-active a {
  color: var(--main-color);
  font-weight: 700;
}

@media (max-width: 991.98px) {
  header .navbar .nav-links ul .nav-link-active a {
    color: var(--main-color);
  }
}

header .navbar .nav-links ul .nav-link-active a:before {
  background: #000248;
  border-color: #000248;
}

header .navbar .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 32px 0 0;
  z-index: 10;
  width: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

header .navbar .nav-actions .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

header .navbar .nav-actions .icon svg {
  fill: var(--p-color);
  height: 20px;
  width: 20px;
  margin: 0 10px;
}

@media (max-width: 575.98px) {
  header .navbar .nav-actions .icon svg {
    margin: 0 8px;
  }
}

header .navbar .nav-actions .icon span {
  color: var(--p-color);
}

header .navbar .nav-actions .switch-langs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-order: 2 !important;
      order: 2 !important;
  -webkit-box-ordinal-group: 2;
}

header .navbar .nav-actions .switch-langs h6 {
  margin: 1px 0 0 0;
  color: var(--p-color);
  font-family: "en";
}

header .navbar .nav-actions .icon.dark-mode {
  -ms-flex-order: 1 !important;
      order: 1 !important;
  -webkit-box-ordinal-group: 1;
}

header .navbar .nav-actions .icon.dark-mode svg {
  height: 25px !important;
  width: 25px !important;
}

header .navbar .nav-actions .icon.dark-mode svg g [fill] {
  fill: var(--p-color);
}

header .navbar .nav-actions .nav-toggler {
  -ms-flex-order: 4 !important;
      order: 4 !important;
  -webkit-box-ordinal-group: 4;
  display: none;
}

@media (max-width: 991.98px) {
  header .navbar .nav-actions .nav-toggler {
    display: block;
  }
}

header .navbar .nav-actions .nav-btn {
  -ms-flex-order: 2;
      order: 2;
  -webkit-box-ordinal-group: 2;
  background: var(--navbar-color);
  border: 1px solid var(--p-color);
  text-decoration: none;
  color: var(--p-color);
  font-size: 0.8rem;
  margin-top: 0;
  padding: 10px 20px 10px 20px;
}

@media (max-width: 575.98px) {
  header .navbar .nav-actions .nav-btn {
    font-size: 0.7rem;
    display: none;
  }
}

header .navbar .nav-actions .li-links {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -22px);
          transform: translate(0, -22px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar .nav-actions .li-links ul {
  display: block;
  background: var(--navbar-color);
  width: 150px;
  display: block;
  text-align: right;
  padding: 10px 15px;
  border-radius: 12px;
  margin-top: 28px;
  direction: rtl;
}

@media (max-width: 1199.98px) {
  header .navbar .nav-actions .li-links ul {
    margin-top: 40px;
  }
}

header .navbar .nav-actions .li-links ul li {
  display: block;
  margin: 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 0;
}

header .navbar .nav-actions .li-links ul li:hover a {
  color: #1806fc;
}

header .navbar .nav-actions .li-links ul li a {
  color: var(--p-color);
}

header .navbar .nav-actions .hover-drop {
  margin-top: 4px;
}

header .navbar .nav-actions .hover-drop span {
  color: var(--p-color);
  position: relative;
  text-decoration: none;
  font-size: 0.95rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

header .navbar .nav-actions .hover-drop svg.arrow {
  height: 20px;
  width: 20px;
  margin: 0px 8px 0 8px;
  fill: var(--p-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar .nav-actions .hover-drop .flag-svg {
  height: 20px;
  width: 20px;
  margin: 0 2px;
  border-radius: 50%;
}

header .navbar .nav-actions .hover-drop:hover .li-links {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

header .navbar .nav-actions .hover-drop .li-links li svg {
  height: 22px;
  width: 22px;
  margin: 0px 8px 0 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

header .navbar .nav-actions .hover-drop .li-links li a {
  font-weight: 600;
}

header .navbar .nav-actions .action-links {
  position: relative;
}

header .navbar .nav-actions .action-links:hover .hidden-links {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

header .navbar .nav-actions .action-links .visible-link {
  font-weight: 700;
  cursor: pointer;
}

header .navbar .nav-actions .action-links .visible-link svg {
  fill: var(--p-color);
  height: 20px;
}

header .navbar .nav-actions .action-links .visible-link a {
  text-decoration: none;
  color: unset;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar .nav-actions .action-links .visible-link-active {
  padding: 5px 0;
}

header .navbar .nav-actions .action-links .visible-link-active:hover a {
  color: #1806fc;
}

header .navbar .nav-actions .action-links .hidden-links {
  position: absolute;
  top: 43px;
  right: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -22px);
          transform: translate(0, -22px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--body-bg);
  padding: 15px;
  width: 100%;
  border: 1px solid #000;
}

header .header-content {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  z-index: 5;
}

@media (max-width: 991.98px) {
  header .header-content {
    width: 85%;
  }
}

@media (max-width: 575.98px) {
  header .header-content {
    width: 95%;
  }
}

header .header-content figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 85px;
  width: 85px;
  text-align: center;
  margin: 0 auto 25px auto;
}

@media (max-width: 991.98px) {
  header .header-content figure {
    margin: 0 auto 15px auto;
    height: 50px;
    width: 50px;
  }
}

header .header-content h1 {
  text-transform: uppercase;
  font-size: 2.8rem;
  color: var(--p-color);
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  header .header-content h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  header .header-content h1 {
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  header .header-content h1 {
    font-size: 1.7rem;
    font-weight: 900;
  }
}

header .header-content p {
  color: var(--p-color);
  margin: 0;
}

@media (max-width: 575.98px) {
  header .header-content p {
    font-size: 0.85rem;
  }
}

header .header-content .btn-transparent {
  background: var(--navbar-color);
  border: 2px solid var(--p-color);
  text-decoration: none;
  color: var(--p-color);
  padding: 12px 30px 12px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .header-content .btn-transparent:hover svg {
  -webkit-transform: translate(-4px, 0);
          transform: translate(-4px, 0);
  fill: var(--p-color);
}

header .header-content .btn-transparent svg {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: var(--p-color);
  margin-top: 3px;
}

@media (max-width: 575.98px) {
  header .header-content .btn-transparent {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 100;
  }
}

.header-transparent .gradient-background {
  opacity: 0.9;
}

.header-transparent .cat {
  color: #FFF;
  padding: 3px 15px;
  margin: 0px auto 15px auto;
  position: relative;
  font-size: 0.8rem;
  display: table;
  z-index: 1;
  background: 0 0;
  line-height: 31px;
}

.header-transparent .cat:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(400px) rotateY(-11deg);
  transform: perspective(400px) rotateY(-11deg);
  z-index: -1;
  background: var(--main-color);
}

.contact {
  padding: 75px 0;
  overflow: hidden;
  position: relative;
}

.contact .section-head {
  text-align: right;
  position: relative;
  z-index: 5;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .contact .section-head {
    text-align: center;
    margin-bottom: 50px !important;
  }
}

.contact .section-head p {
  width: 400px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .contact .section-head p {
    width: 400px;
    margin: auto;
  }
}

.contact .section-head .btn-transparent {
  margin-top: 25px;
}

.contact .section-head .actions-contact {
  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;
  margin-top: 35px;
}

@media (max-width: 575.98px) {
  .contact .section-head .actions-contact {
    display: block;
  }
}

.contact .section-head .actions-contact i {
  font-size: 1rem;
  fill: var(--p-color);
  line-height: 0;
  margin-left: 3px;
  display: none;
}

@media (max-width: 575.98px) {
  .contact .section-head .actions-contact i {
    display: inline-block;
  }
}

.contact .section-head .actions-contact span {
  margin-left: 25px;
  color: #757589;
}

@media (max-width: 575.98px) {
  .contact .section-head .actions-contact span {
    margin-left: 0;
  }
}

.contact .section-head .actions-contact h4 {
  color: var(--p-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .contact .section-head .actions-contact h4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact .section-head .actions-contact h4 i {
  font-size: 2rem;
  fill: var(--p-color);
  line-height: 0;
  margin-left: 15px;
  display: inline-block;
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 575.98px) {
  .contact .section-head .actions-contact h4 i {
    display: none;
  }
}

.contact .section-head .actions-contact h4 span a {
  text-decoration: none;
  font-weight: 900;
  font-size: 2rem;
  color: var(--p-color);
  direction: ltr;
}

.footer {
  padding: 75px 0 25px 0;
  background: var(--navbar-color);
}

@media (max-width: 575.98px) {
  .footer {
    padding: 50px 0 25px 0;
  }
}

.footer .footer-links {
  padding: 50px 0 50px 0;
}

@media (max-width: 575.98px) {
  .footer .footer-links .text-center {
    text-align: right !important;
    padding: 0 25px;
  }
}

.footer .footer-links .footer-col {
  text-align: right;
  display: inline-block;
  min-width: 150px;
}

.footer .footer-links .footer-col h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--p-color);
  margin-bottom: 20px;
}

.footer .footer-links .footer-col ul {
  margin: 0;
  padding: 0;
}

.footer .footer-links .footer-col ul li {
  margin: 5px 0;
}

.footer .footer-links .footer-col ul li:hover a {
  color: #1806fc;
}

.footer .footer-links .footer-col ul li a {
  text-decoration: none;
  color: #adafca;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

.footer .social-icons .social-link {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .social-icons .social-link:hover svg {
  fill: var(--main-color);
}

.footer .social-icons .social-link svg {
  height: 35px;
  width: 35px;
  fill: #999AB6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
  .footer .social-icons .social-link svg {
    height: 25px;
    width: 25px;
  }
}

.footer .copyrights {
  text-align: center;
  margin: 0 0 0 0;
  font-weight: 600;
  color: var(--p-color);
  border-top: 1px solid var(--border-color);
  padding-top: 35px;
}

.footer .copyrights .copyrights-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 991.98px) {
  .footer .copyrights .copyrights-content {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .footer .copyrights .copyrights-content .rights {
    font-size: 0.8rem;
  }
}

.footer .copyrights a {
  text-decoration: none;
  color: var(--main-color);
}

.footer .copyrights .privacy-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .footer .copyrights .privacy-section {
    display: none;
  }
}

.footer .copyrights .privacy-section li {
  margin: 0 15px;
}

.footer .copyrights .privacy-section li a {
  color: #adafca;
}

[lang="en"] .header {
  direction: ltr !important;
}

[lang="en"] .header .navbar .nav-actions {
  padding: 0 0 0 0;
}

[lang="en"] .header .navbar .nav-actions .switch-langs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-order: 2 !important;
      order: 2 !important;
  -webkit-box-ordinal-group: 2;
  margin: 0 5px;
}

[lang="en"] .header .navbar .nav-actions .switch-langs h6 {
  margin: 8px 0 0 0;
  font-family: "ar" !important;
}

[lang="en"] .header .navbar .nav-actions .nav-toggler {
  -ms-flex-order: 4 !important;
      order: 4 !important;
  -webkit-box-ordinal-group: 4;
}

[lang="en"] .header .navbar .nav-actions .dark-mode {
  -ms-flex-order: 1 !important;
      order: 1 !important;
  -webkit-box-ordinal-group: 1;
}

[lang="en"] .header .navbar .nav-actions .nav-btn {
  -ms-flex-order: 2;
      order: 2;
  -webkit-box-ordinal-group: 2;
}

[lang="en"] .header .navbar .nav-actions .li-links ul {
  direction: ltr;
  text-align: left;
}

[lang="en"] .contact .section-head {
  text-align: left;
}

@media (max-width: 575.98px) {
  [lang="en"] .footer .footer-links .text-center {
    text-align: left !important;
  }
}

[lang="en"] .footer .footer-links .footer-col {
  text-align: left;
}

.contact-form {
  padding: 75px 0;
}

.contact-form .row {
  overflow: visible !important;
}

.contact-form .contact-form-line {
  margin: 15px 0;
}

.contact-form .contact-form-line .form-parent {
  padding: 50px 50px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media (max-width: 575.98px) {
  .contact-form .contact-form-line .form-parent {
    padding: 50px 35px;
  }
}

.contact-form .contact-form-line .form-parent:after {
  background: var(--navbar-color);
  -webkit-box-shadow: 0 0 40px 0 var(--shadow-color);
          box-shadow: 0 0 40px 0 var(--shadow-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.contact-form .contact-form-line .form-parent h3.form-head {
  margin-bottom: 35px;
  font-size: 1.75rem;
  color: var(--p-color);
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .contact-form .contact-form-line .form-parent h3.form-head {
    font-size: 1.2rem;
  }
}

.contact-form .contact-form-line .form-parent form .form-group {
  position: relative;
  margin-bottom: 35px;
}

.contact-form .contact-form-line .form-parent form .form-group label {
  font-size: 0.9rem;
  color: var(--p-color);
  position: absolute;
  top: 9px;
  right: 2px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.contact-form .contact-form-line .form-parent form .form-group .form-control {
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-top: unset;
  border-right: unset;
  border-left: unset;
  border-bottom: 2px solid var(--border-color);
  background: none;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 0.9rem;
}

.contact-form .contact-form-line .form-parent form .form-group .form-control:focus {
  border-bottom: 2px solid var(--main-color);
}

.contact-form .contact-form-line .form-parent form .form-group textarea {
  min-height: 145px;
}

.contact-form .contact-form-line .form-parent form .form-group-active label {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  font-size: 0.75rem;
}

.contact-form .contact-form-line .form-parent form .btn-transparent {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: var(--p-color);
}

.contact-form .contact-form-line .contact-form-info {
  padding: 50px 50px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  max-width: 500px;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .contact-form .contact-form-line .contact-form-info {
    padding: 35px 35px;
  }
}

.contact-form .contact-form-line .contact-form-info:after {
  background: var(--navbar-color);
  -webkit-box-shadow: 0 0 40px 0 var(--shadow-color);
          box-shadow: 0 0 40px 0 var(--shadow-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.contact-form .contact-form-line .contact-form-info svg {
  height: 45px;
  margin-bottom: 25px;
  border-radius: 12px;
}

.contact-form .contact-form-line .contact-form-info i {
  font-size: 3rem;
  color: var(--p-color);
}

@media (max-width: 575.98px) {
  .contact-form .contact-form-line .contact-form-info i {
    font-size: 2.5rem;
  }
}

.contact-form .contact-form-line .contact-form-info h6 {
  font-size: 1.6rem;
  color: var(--p-color);
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .contact-form .contact-form-line .contact-form-info h6 {
    font-size: 1.2rem;
  }
}

.contact-form .contact-form-line .contact-form-info p {
  font-size: 1rem;
  color: #757589;
}

@media (max-width: 575.98px) {
  .contact-form .contact-form-line .contact-form-info p {
    font-size: 0.9rem;
  }
}

.contact-form .contact-form-line .contact-form-info a {
  color: #1806fc;
  font-size: 1.4rem;
  font-weight: 900;
}

@media (max-width: 575.98px) {
  .contact-form .contact-form-line .contact-form-info a {
    font-size: 1.1rem;
  }
}

.contact-form .contact-form-line .contact-form-info .card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form .contact-form-line .contact-form-info .location-parent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
}

.contact-form .contact-form-line .contact-form-info .location-parent .location-icon {
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

[lang="en"] .contact-form .contact-form-line .form-parent form .form-group label {
  right: unset;
  left: 2px;
}

.service-header .gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
}

.service-header .header-content .icon {
  position: relative;
  height: 100px;
  width: 120px;
  z-index: 2;
  margin: 0 auto;
  -webkit-perspective: 100px;
          perspective: 100px;
  margin-bottom: 25px;
}

.service-header .header-content .icon:before {
  background: rgba(112, 47, 255, 0.1);
  position: absolute;
  content: "";
  right: 44%;
  top: -15%;
  height: 100%;
  width: 88px;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-10deg);
          transform: rotateY(-10deg);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.service-header .header-content .icon .icon-inner {
  position: relative;
  width: 62px;
  height: 62px;
  text-align: center;
  border-radius: 100%;
  background: var(--main-color);
  right: 32px;
  top: 2px;
  z-index: 1;
  overflow: hidden;
  line-height: 79px;
}

.service-header .header-content .icon .icon-inner i {
  font-size: 1.75rem;
  color: #FFF;
}

.service-details .process {
  padding: 75px 0;
  background: var(--navbar-color);
}

.service-details .process .row {
  overflow: visible;
}

.service-details .process .section-head {
  text-align: center;
}

.service-details .process .section-head .text {
  margin: auto;
}

.service-details .process .process-card {
  padding: 0px 15px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin-bottom: 40px;
}

.service-details .process .process-card:hover .section-head:before {
  opacity: 1;
  visibility: visible;
}

.service-details .process .process-card:hover .section-head:after {
  opacity: 1;
  visibility: visible;
}

.service-details .process .process-card .section-head {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  padding: 35px 30px;
}

.service-details .process .process-card .section-head:before {
  -webkit-transform: perspective(500px) rotateY(-5deg);
          transform: perspective(500px) rotateY(-5deg);
  position: absolute;
  width: calc(100% + -5px);
  height: calc(100% + -10px);
  top: calc(25px + 7px);
  content: "";
  border: 3px solid var(--p-color);
  z-index: -1;
  right: calc(25px - -7px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.service-details .process .process-card .section-head:after {
  background: var(--navbar-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: perspective(500px) rotateY(-5deg);
          transform: perspective(500px) rotateY(-5deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--border-color);
}

.service-details .process .process-card .section-head .icon {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-bottom: 15px;
}

.service-details .process .process-card .section-head .icon .icon-inner {
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 100%;
  background: var(--main-color);
  line-height: 72px;
  margin: auto;
}

.service-details .process .process-card .section-head .icon .icon-inner i {
  font-size: 1.4rem;
  color: #FFF;
}

.service-details .process .process-card .section-head .title {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.service-details .process .process-card .section-head .title span {
  font-weight: 900;
  margin-left: 3px;
}

.service-details .process .process-card .section-head .text {
  margin: auto;
  width: 100%;
  font-size: 0.9rem;
}

.service-details .feature {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEF7E2), to(#EEEEFD));
  background: linear-gradient(180deg, #FEF7E2 0%, #EEEEFD 100%);
  padding: 75px 0;
}

.service-details .feature .section-head {
  text-align: center;
  margin-bottom: 0;
}

.service-details .feature .section-head .text {
  margin: auto;
}

.service-details .feature .feature-lines .feature-lines-parent {
  margin: 75px 0;
}

.service-details .feature .feature-lines .feature-lines-parent .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}

.service-details .feature .feature-lines .feature-lines-parent .feature-line {
  margin: 25px 0;
}

.service-details .feature .feature-lines .feature-lines-parent .feature-line .section-head {
  text-align: right;
  margin: 0;
}

.service-details .feature .feature-lines .feature-lines-parent .feature-line .section-head .title {
  margin-bottom: 10px;
}

.service-details .feature .feature-lines .feature-lines-parent .feature-line .section-head .text {
  margin: 0;
  line-height: 5px;
  line-height: 1.8;
  width: 100%;
}

.service-details .feature .feature-lines .feature-lines-parent .feature-line .feature-line-img {
  max-width: 100%;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .service-details .feature .feature-lines .feature-lines-parent .feature-line .feature-line-img {
    margin: 35px auto 0 auto;
  }
}

.service-details .feature .feature-lines .feature-lines-parent .feature-line .feature-line-img img {
  max-width: 105%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-details .feature .feature-lines .feature-lines-parent .feature-line .feature-line-img img:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

@media (max-width: 991.98px) {
  .service-details .feature .feature-lines .feature-lines-parent .feature-line .feature-line-img img {
    max-width: 100%;
  }
}

.service-details .feature .feature-lines .feature-lines-parent:nth-child(even) {
  direction: ltr;
}

.service-details .feature .feature-lines .feature-lines-parent:nth-child(even) .feature-line .feature-line-img {
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .service-details .feature .feature-lines .feature-lines-parent:nth-child(even) .feature-line .feature-line-img {
    margin: 35px auto 0 auto;
  }
}

.service-details .our-work {
  padding: 75px 0;
  background: var(--navbar-color);
}

.service-details .our-work .row {
  overflow: visible;
}

.service-details .our-work .section-head {
  text-align: center;
  margin-bottom: 0;
}

.service-details .our-work .section-head .text {
  margin: auto;
}

.service-details .our-work .our-work-parent {
  margin-top: 75px;
}

.service-details .our-work .our-work-parent .our-work-card {
  position: relative;
}

.service-details .our-work .our-work-parent .our-work-card:hover .our-work-img:before {
  opacity: 1;
  visibility: visible;
}

.service-details .our-work .our-work-parent .our-work-card:hover .our-work-info h3 {
  color: var(--main-color);
}

.service-details .our-work .our-work-parent .our-work-card .our-work-img {
  position: relative;
}

.service-details .our-work .our-work-parent .our-work-card .our-work-img:before {
  -webkit-transform: perspective(500px) rotateY(0);
          transform: perspective(500px) rotateY(0);
  position: absolute;
  width: calc(95% + -5px);
  height: calc(100% + -10px);
  top: calc(20px + 7px);
  content: "";
  border: 3px solid var(--p-color);
  z-index: 0;
  right: calc(17px - -7px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.service-details .our-work .our-work-parent .our-work-card .our-work-img img {
  max-width: 95%;
  -webkit-transform: perspective(500px) rotateY(0);
          transform: perspective(500px) rotateY(0);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-details .our-work .our-work-parent .our-work-card .our-work-info {
  padding: 20px 5px;
  height: 116px;
}

.service-details .our-work .our-work-parent .our-work-card .our-work-info span {
  color: #737387;
  font-size: 0.9rem;
  margin-bottom: 3px;
}

.service-details .our-work .our-work-parent .our-work-card .our-work-info h3 {
  color: var(--p-color);
  font-size: 1.1rem;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dark .service-details .feature {
  background: -webkit-gradient(linear, left top, left bottom, from(#002132), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #002132 0%, rgba(0, 0, 0, 0) 100%);
}

[lang="en"] .service-header .header-content .icon .icon-inner {
  line-height: 79px;
  font-family: "ar";
  margin-left: auto;
}

[lang="en"] .service-details .process .process-card .section-head .icon .icon-inner {
  line-height: 72px;
  margin: auto;
  font-family: "ar";
}

[lang="en"] .service-details .feature .feature-lines .feature-lines-parent .feature-line .section-head {
  text-align: left;
}

[lang="en"] .service-details .feature .feature-lines .feature-lines-parent:nth-child(even) {
  direction: rtl;
}

.projects-header {
  height: 60vh;
}

@media (max-width: 767.98px) {
  .projects-header {
    height: 50vh;
  }
}

.projects-header .gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
}

.projects-header .header-content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projects-header .header-content .project-details-line .project-info {
  max-width: 450px;
  text-align: right;
}

.projects-header .header-content .project-details-line .project-info .project-cat {
  color: #737387;
  font-size: 1rem;
  margin-bottom: 5px;
  display: block;
}

@media (max-width: 575.98px) {
  .projects-header .header-content .project-details-line .project-info .project-cat {
    font-size: 0.9rem;
  }
}

.projects-header .header-content .project-details-line .project-info p {
  margin-top: 10px;
}

.projects-header .header-content .project-details-line .project-info .project-name {
  color: var(--p-color);
  font-size: 2.6rem;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .projects-header .header-content .project-details-line .project-info .project-name {
    font-size: 1.8rem;
  }
}

.projects-header .header-content .project-details-line .project-info a {
  color: var(--main-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 50px;
  display: inline-block;
}

.projects-header .header-content .project-details-line .project-info a:hover {
  color: var(--main-color);
}

.projects-header .header-content .project-details-line .project-info a:hover:after {
  width: 100%;
}

@media (max-width: 575.98px) {
  .projects-header .header-content .project-details-line .project-info a {
    margin-top: 15px;
    color: var(--main-color);
  }
}

.projects-header .header-content .project-details-line .project-info a:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  content: "";
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 575.98px) {
  .projects-header .header-content .project-details-line .project-info a:after {
    width: 100%;
  }
}

.projects-header .header-content .project-details-line .project-info a:hover {
  color: var(--main-color);
}

.projects-header .header-content .project-details-line img {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .projects-header .header-content .project-details-line img {
    display: none;
  }
}

.project-details .project-features .process-card {
  padding: 0 5px;
  margin-bottom: 25px;
}

.project-details .project-features .process-card .section-head {
  padding: 35px 15px;
}

.project-details .project-features .process-card .section-head:before {
  -webkit-transform: perspective(500px) rotateY(-5deg);
          transform: perspective(500px) rotateY(-5deg);
  position: absolute;
  width: calc(100% + -5px);
  height: calc(100% + -10px);
  top: calc(25px);
  content: "";
  border: 3px solid var(--p-color);
  z-index: -1;
  right: calc(25px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}

.project-details .project-features .process-card .section-head .title {
  font-size: 1.1rem;
}

@media (max-width: 1199.98px) {
  .project-details .project-features .process-card .section-head .title {
    font-size: 0.9rem;
  }
}

.project-details .project-features .process-card-parent:nth-child(even) .process-card .section-head:after {
  -webkit-transform: perspective(500px) rotateY(5deg);
          transform: perspective(500px) rotateY(5deg);
}

.project-details .feature {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
}

.project-details .project-team {
  direction: ltr;
}

.project-details .project-team .our-work-parent .our-work-card .our-work-img:before {
  left: calc(17px - -7px);
  right: unset;
}

.project-details .project-team .our-work-parent .our-work-card .our-work-img img {
  height: 225px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .project-details .project-team .our-work-parent .our-work-card .our-work-img img {
    margin: auto;
    text-align: center;
  }
}

.project-details .project-team .our-work-parent .our-work-card .our-work-info {
  text-align: left;
}

@media (max-width: 767.98px) {
  .project-details .project-team .our-work-parent .our-work-card .our-work-info {
    text-align: center;
  }
}

.project-details .project-team .our-work-parent .our-work-card .our-work-info h3 {
  text-align: left;
}

@media (max-width: 767.98px) {
  .project-details .project-team .our-work-parent .our-work-card .our-work-info h3 {
    text-align: center;
  }
}

.project-details .project-team .our-work-parent .our-work-card .our-work-info span {
  text-align: left;
}

.project-details .project-video {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
}

.project-details .project-video .project-video-container {
  position: relative;
}

.project-details .project-video .project-video-container figure {
  position: relative;
  margin: 0;
  height: 750px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  .project-details .project-video .project-video-container figure {
    height: 475px;
  }
}

@media (max-width: 1199.98px) {
  .project-details .project-video .project-video-container figure {
    height: 425px;
  }
}

@media (max-width: 991.98px) {
  .project-details .project-video .project-video-container figure {
    height: 325px;
  }
}

@media (max-width: 767.98px) {
  .project-details .project-video .project-video-container figure {
    height: 225px;
  }
}

.project-details .project-video .project-video-container .play-button {
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  height: 600px;
  width: 100%;
  cursor: pointer;
  z-index: 20;
}

@media (max-width: 1440px) {
  .project-details .project-video .project-video-container .play-button {
    height: 475px;
  }
}

@media (max-width: 1199.98px) {
  .project-details .project-video .project-video-container .play-button {
    height: 425px;
  }
}

@media (max-width: 991.98px) {
  .project-details .project-video .project-video-container .play-button {
    height: 325px;
  }
}

@media (max-width: 767.98px) {
  .project-details .project-video .project-video-container .play-button {
    height: 225px;
  }
}

.project-details .project-video .project-video-container .play-button i {
  font-size: 5rem;
  color: #FFF;
  cursor: pointer;
  position: absolute;
  top: 25%;
  right: 38%;
  z-index: 20;
  cursor: pointer;
}

.project-details .more-projects {
  background: var(--navbar-color);
  padding: 70px 0;
}

.project-details .more-projects .section-head {
  text-align: center;
}

.project-details .more-projects .project-card {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
  height: 300px;
  width: 100%;
  padding: 50px 75px;
  margin-bottom: 12px;
  position: relative;
  border-radius: 12px;
}

@media (max-width: 1199.98px) {
  .project-details .more-projects .project-card {
    padding: 30px 40px;
  }
}

@media (max-width: 575.98px) {
  .project-details .more-projects .project-card {
    padding: 25px 25px;
  }
}

.project-details .more-projects .project-card:hover .project-info a {
  color: var(--main-color);
}

.project-details .more-projects .project-card:hover .project-info a:after {
  width: 100%;
}

.project-details .more-projects .project-card .project-info {
  max-width: 400px;
}

.project-details .more-projects .project-card .project-info .project-cat {
  color: #737387;
  font-size: 0.9rem;
}

@media (max-width: 575.98px) {
  .project-details .more-projects .project-card .project-info .project-cat {
    font-size: 0.8rem;
  }
}

.project-details .more-projects .project-card .project-info .project-name {
  color: #000248;
  font-size: 2.2rem;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .project-details .more-projects .project-card .project-info .project-name {
    font-size: 1.6rem;
  }
}

.project-details .more-projects .project-card .project-info a {
  color: #000248;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 50px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  .project-details .more-projects .project-card .project-info a {
    margin-top: 15px;
    color: var(--main-color);
  }
}

.project-details .more-projects .project-card .project-info a:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  content: "";
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 575.98px) {
  .project-details .more-projects .project-card .project-info a:after {
    width: 100%;
  }
}

.project-details .more-projects .project-card .project-info a:hover {
  color: var(--main-color);
}

.project-details .more-projects .project-card .project-img {
  position: absolute;
  z-index: 5;
  bottom: -10px;
  left: -10px;
}

@media (max-width: 575.98px) {
  .project-details .more-projects .project-card .project-img {
    bottom: 0;
    left: 0;
  }
}

.project-details .more-projects .project-card .project-img img {
  max-width: 325px;
}

@media (max-width: 575.98px) {
  .project-details .more-projects .project-card .project-img img {
    max-width: 250px;
  }
}

.works {
  background: var(--navbar-color);
  padding: 75px 0;
}

.works .works-head {
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .works .works-head {
    display: block;
  }
}

.works .works-head .section-head {
  text-align: center;
  margin-bottom: 25px;
}

.works .works-head .section-head p {
  text-align: center;
  margin: auto;
}

.works .works-head .projects-filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.works .works-head .projects-filter-buttons .button-filter {
  position: relative;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 10px 5px 15px;
  margin: 0 7px;
  border: unset;
  color: var(--p-color);
  line-height: 40px;
  -webkit-perspective: 100px;
          perspective: 100px;
  background: none;
}

@media (max-width: 575.98px) {
  .works .works-head .projects-filter-buttons .button-filter {
    font-size: 0.8rem;
    margin: 0 0;
    padding: 5px 10px 5px 10px;
  }
}

.works .works-head .projects-filter-buttons .button-filter span {
  color: var(--p-color);
  margin-top: 5px;
  display: block;
}

.works .works-head .projects-filter-buttons .mixitup-control-active:after {
  background: var(--body-bg);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-10deg);
          transform: rotateY(-10deg);
  opacity: 1;
}

.works .projects-filter .project-card {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
  height: 225px;
  width: 100%;
  padding: 35px 40px 40px 50px;
  margin-bottom: 12px;
  position: relative;
  text-decoration: none;
  border-radius: 12px;
}

@media (max-width: 1199.98px) {
  .works .projects-filter .project-card {
    padding: 30px 40px;
  }
}

@media (max-width: 575.98px) {
  .works .projects-filter .project-card {
    padding: 25px 25px;
    height: 250px;
  }
}

.works .projects-filter .project-card:hover .project-info .open-project-link {
  color: var(--main-color);
}

.works .projects-filter .project-card:hover .project-info .open-project-link:after {
  width: 100%;
}

.works .projects-filter .project-card .project-info {
  max-width: 400px;
}

.works .projects-filter .project-card .project-info .project-cat {
  color: #737387;
  font-size: 0.9rem;
}

@media (max-width: 575.98px) {
  .works .projects-filter .project-card .project-info .project-cat {
    font-size: 0.8rem;
  }
}

.works .projects-filter .project-card .project-info .project-name {
  color: #000248;
  font-size: 1.5rem;
  font-weight: 600;
}

.works .projects-filter .project-card .project-info .project-name a {
  color: #000248;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .works .projects-filter .project-card .project-info .project-name {
    font-size: 1.5rem;
  }
}

.works .projects-filter .project-card .project-info .open-project-link {
  text-decoration: none;
  color: #000248;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 35px;
  display: inline-block;
  margin-right: -10px;
}

@media (max-width: 575.98px) {
  .works .projects-filter .project-card .project-info .open-project-link {
    color: var(--main-color);
    margin-top: 20px;
  }
}

.works .projects-filter .project-card .project-info .open-project-link:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  content: "";
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 575.98px) {
  .works .projects-filter .project-card .project-info .open-project-link:after {
    width: 100%;
  }
}

.works .projects-filter .project-card .project-info .open-project-link:hover {
  color: var(--main-color);
}

.works .projects-filter .project-card .project-img {
  position: absolute;
  z-index: 5;
  bottom: -10px;
  left: -10px;
}

@media (max-width: 767.98px) {
  .works .projects-filter .project-card .project-img {
    bottom: 0;
    left: 0;
  }
}

.works .projects-filter .project-card .project-img img {
  max-width: 240px;
}

@media (max-width: 767.98px) {
  .works .projects-filter .project-card .project-img img {
    max-width: 250px;
  }
}

@media (max-width: 575.98px) {
  .works .projects-filter .project-card .project-img img {
    max-width: 225px;
  }
}

.works .projects-filter .project-card .badge {
  background: #ff3f3f;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 6px;
  padding: 7px 15px 2px 15px;
}

.works .projects-filter .project-card .badge span {
  font-weight: 600;
  font-size: 0.8rem;
  color: #FFF;
}

[lang="en"] .projects-header .header-content .project-details-line .project-info {
  text-align: left;
}

[lang="en"] .project-details .more-projects .project-card .project-img {
  left: unset;
  right: -10px;
}

[lang="en"] .project-details .more-projects .project-card .project-img img {
  max-width: 325px;
}

@media (max-width: 575.98px) {
  [lang="en"] .project-details .more-projects .project-card .project-img img {
    max-width: 250px;
  }
}

[lang="en"] .works .projects-filter .project-card .project-info .open-project-link {
  margin-left: -10px;
  margin-right: unset;
}

[lang="en"] .works .projects-filter .project-card .project-img {
  left: unset;
  right: -10px;
}

[lang="en"] .works .projects-filter .project-card .project-img img {
  max-width: 240px;
}

@media (max-width: 767.98px) {
  [lang="en"] .works .projects-filter .project-card .project-img img {
    max-width: 250px;
  }
}

@media (max-width: 575.98px) {
  [lang="en"] .works .projects-filter .project-card .project-img img {
    max-width: 225px;
  }
}

[lang="en"] .works .projects-filter .project-card .badge {
  left: unset;
  right: 15px;
}

[lang="en"] .projects .projects-filter .project-card {
  padding: 35px 75px 50px 50px;
}

.project-team-page {
  background: var(--navbar-color);
  padding: 75px 0;
}

.project-team-page .team-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .project-team-page .team-head {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .project-team-page .team-head .section-head {
    text-align: center;
    margin-bottom: 25px;
  }
}

.project-team-page .team-head .section-head p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .project-team-page .team-head .section-head p {
    text-align: center;
    margin: auto;
  }
}

.project-team-page .team-head .projects-filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
}

@media (max-width: 991.98px) {
  .project-team-page .team-head .projects-filter-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}

.project-team-page .team-head .projects-filter-buttons .button-filter {
  position: relative;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 10px 5px 15px;
  margin: 0 7px;
  border: unset;
  color: var(--p-color);
  line-height: 40px;
  -webkit-perspective: 100px;
          perspective: 100px;
  background: none;
}

@media (max-width: 575.98px) {
  .project-team-page .team-head .projects-filter-buttons .button-filter {
    font-size: 0.8rem;
    margin: 0 0;
    padding: 5px 10px 5px 10px;
  }
}

.project-team-page .team-head .projects-filter-buttons .button-filter span {
  color: var(--p-color);
  margin-top: 5px;
  display: block;
}

.project-team-page .team-head .projects-filter-buttons .mixitup-control-active:after {
  background: var(--body-bg);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-10deg);
          transform: rotateY(-10deg);
  opacity: 1;
}

.project-team-page .project-team {
  direction: ltr;
}

.project-team-page .project-team .our-team-parent .our-team-card {
  position: relative;
}

.project-team-page .project-team .our-team-parent .our-team-card:hover .our-team-img:before {
  opacity: 1;
  visibility: visible;
}

.project-team-page .project-team .our-team-parent .our-team-card:hover .our-team-info h3 {
  color: var(--main-color);
}

.project-team-page .project-team .our-team-parent .our-team-card .our-team-img {
  position: relative;
}

.project-team-page .project-team .our-team-parent .our-team-card .our-team-img:before {
  -webkit-transform: perspective(500px) rotateY(0);
          transform: perspective(500px) rotateY(0);
  position: absolute;
  width: calc(95% + -5px);
  height: calc(100% + -10px);
  top: calc(20px + 7px);
  content: "";
  border: 3px solid var(--p-color);
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  left: calc(17px - -7px);
  right: unset;
}

.project-team-page .project-team .our-team-parent .our-team-card .our-team-img img {
  max-width: 95%;
  -webkit-transform: perspective(500px) rotateY(0);
          transform: perspective(500px) rotateY(0);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 225px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .project-team-page .project-team .our-team-parent .our-team-card .our-team-img img {
    margin: auto;
    text-align: center;
  }
}

.project-team-page .project-team .our-team-parent .our-team-card .our-team-info {
  text-align: left;
  padding: 20px 5px;
  height: 116px;
}

@media (max-width: 767.98px) {
  .project-team-page .project-team .our-team-parent .our-team-card .our-team-info {
    text-align: center;
  }
}

.project-team-page .project-team .our-team-parent .our-team-card .our-team-info h3 {
  text-align: left;
  color: var(--p-color);
  font-size: 1.1rem;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  .project-team-page .project-team .our-team-parent .our-team-card .our-team-info h3 {
    text-align: center;
  }
}

.project-team-page .project-team .our-team-parent .our-team-card .our-team-info span {
  text-align: left;
  color: #737387;
  font-size: 0.9rem;
  margin-bottom: 3px;
}

[lang="en"] .team .section-head {
  text-align: left;
}

.blog-page {
  padding: 75px 0;
}

.blog-page .blog-more-cards .blog-more-card {
  background-color: var(--sec-bg);
  border-color: rgba(255, 255, 255, 0);
  padding: 35px 25px;
  margin-bottom: 15px;
}

.blog-page .blog-more-cards .blog-more-card h3 {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--p-color);
}

.blog-page .blog-more-cards .blog-more-card .cat-container {
  margin-top: 35px;
}

.blog-page .blog-more-cards .blog-more-card .cat-container .cat-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
  text-decoration: none;
}

.blog-page .blog-more-cards .blog-more-card .cat-container .cat-line h6 {
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0;
  color: var(--p-color);
}

.blog-page .blog-more-cards .blog-more-card .cat-container .cat-line span {
  color: var(--main-color);
  font-weight: 700;
}

.blog-page .blog-more-cards .blog-more-card .cat-line-active h6 {
  color: var(--main-color) !important;
}

.blog-page .blog-more-cards .blog-more-card .blog-search .form-group .form-control {
  border-radius: 0;
  border: 1px solid var(--border-color);
  background: var(--navbar-color);
  margin: 30px 0 0 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.9rem;
  height: 45px;
  padding: 7px 15px 3px 5px;
  color: var(--p-color);
}

.blog-page .blog-more-cards .blog-more-card .blog-search .form-group .form-control::-webkit-input-placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  color: #adafca;
}

.blog-page .blog-more-cards .blog-more-card .blog-search .form-group .form-control:-ms-input-placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  color: #adafca;
}

.blog-page .blog-more-cards .blog-more-card .blog-search .form-group .form-control::-ms-input-placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  color: #adafca;
}

.blog-page .blog-more-cards .blog-more-card .blog-search .form-group .form-control::placeholder {
  font-size: 0.9rem;
  font-weight: 700;
  color: #adafca;
}

.blog-page .blog-more-cards .blog-more-card .pop-blogs .pop-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px 0 15px 0;
  text-decoration: none;
  color: #212529;
}

.blog-page .blog-more-cards .blog-more-card .pop-blogs .pop-blog:last-child {
  border-bottom: 0;
}

.blog-page .blog-more-cards .blog-more-card .pop-blogs .pop-blog:hover .pop-blog-info h6 {
  color: var(--main-color) !important;
}

.blog-page .blog-more-cards .blog-more-card .pop-blogs .pop-blog .pop-blog-img {
  margin-left: 15px;
}

.blog-page .blog-more-cards .blog-more-card .pop-blogs .pop-blog .pop-blog-img figure {
  height: 50px;
  width: 50px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-page .blog-more-cards .blog-more-card .pop-blogs .pop-blog .pop-blog-info h6 {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--p-color);
}

.blog-page .blog-more-cards .blog-more-card .pop-blogs .pop-blog .pop-blog-info span {
  direction: ltr;
  color: var(--main-color);
  font-size: 0.75rem;
  font-weight: 700;
}

.blog-page .blog-more-cards .blog-more-card .blog-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 0 0;
}

.blog-page .blog-more-cards .blog-more-card .blog-tags ul li {
  padding: 0px 8px;
  margin: 3px 3px;
  position: relative;
  height: 31px;
  font-size: 0.7rem;
  display: inline-block;
  z-index: 1;
  background: 0 0;
  line-height: 36px;
  font-weight: 700;
  cursor: pointer;
  background: var(--light-dark28);
}

.blog-page .blog-more-cards .blog-more-card .blog-tags ul li:hover:before {
  background: var(--main-color);
}

.blog-page .blog-more-cards .blog-more-card .blog-tags ul li:hover a {
  color: #FFF;
}

.blog-page .blog-more-cards .blog-more-card .blog-tags ul li a {
  color: var(--p-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-page .blog-more-cards .blog-more-card .blog-tags ul .blog-tag-active {
  background: var(--main-color) !important;
}

.blog-page .blog-more-cards .blog-more-card .blog-tags ul .blog-tag-active a {
  color: #FFF !important;
}

.blog-page .blog {
  padding: 0 0;
  background: var(--body-bg);
}

.blog-page .blog .row {
  overflow: unset;
}

.blog-page .blog .section-head {
  text-align: center;
}

.blog-page .blog .blog-card {
  position: relative;
  margin-bottom: 35px;
  height: 430px;
}

.blog-page .blog .blog-card:hover .blog-card-info .open-blog {
  color: var(--main-color);
}

.blog-page .blog .blog-card:hover .blog-card-info .open-blog:after {
  width: 100% !important;
}

.blog-page .blog .blog-card .blog-card-image {
  width: 100%;
  height: 200px;
}

.blog-page .blog .blog-card .blog-card-image figure {
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin: 0;
}

.blog-page .blog .blog-card .blog-card-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 175px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
}

.blog-page .blog .blog-card .blog-card-content .blog-card-info {
  border-radius: 12px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: var(--navbar-color);
  text-align: right;
  width: 100%;
  padding: 35px 30px;
  margin: 0;
  width: 100%;
}

.blog-page .blog .blog-card .blog-card-content .blog-card-info .pretitle {
  font-size: 0.8rem;
  color: #FFF;
}

.blog-page .blog .blog-card .blog-card-content .blog-card-info .pretitle:before {
  background: var(--main-color);
}

.blog-page .blog .blog-card .blog-card-content .blog-card-info .title {
  font-size: 1.3rem;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  .blog-page .blog .blog-card .blog-card-content .blog-card-info .title {
    font-size: 1.1rem;
  }
}

.blog-page .blog .blog-card .blog-card-content .blog-card-info .title:hover {
  color: var(--main-color);
}

.blog-page .blog .blog-card .blog-card-content .blog-card-info .text {
  margin: 0;
  font-size: 0.9rem;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-page .blog .blog-card .blog-card-content .blog-card-info .open-blog {
  color: var(--p-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  margin-top: 12px;
}

.blog-page .blog .blog-card .blog-card-content .blog-card-info .open-blog:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  content: "";
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blog-page .blog .blog-card .blog-card-content .blog-card-info .open-blog:hover {
  color: var(--main-color);
}

.one-blog {
  background: var(--navbar-color);
}

.one-blog .one-blog-content {
  padding: 75px 0;
}

.one-blog .one-blog-content * {
  color: var(--p-color);
}

.one-blog .blog-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.one-blog .blog-tags ul li {
  color: var(--p-color);
  padding: 3px 15px;
  margin: 5px 5px;
  position: relative;
  height: 36px;
  font-size: 0.8rem;
  display: inline-block;
  z-index: 1;
  background: 0 0;
  line-height: 36px;
  background: var(--body-bg);
}

.blog-search .blog-search-container {
  padding: 75px 0;
}

.blog-search .blog-card {
  position: relative;
  margin-bottom: 35px;
  height: 430px;
}

.blog-search .blog-card:hover .blog-card-info .open-blog {
  color: var(--main-color);
}

.blog-search .blog-card:hover .blog-card-info .open-blog:after {
  width: 100% !important;
}

.blog-search .blog-card .blog-card-image {
  width: 100%;
  height: 200px;
}

.blog-search .blog-card .blog-card-image figure {
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin: 0;
}

.blog-search .blog-card .blog-card-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 175px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
}

.blog-search .blog-card .blog-card-content .blog-card-info {
  border-radius: 12px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: var(--navbar-color);
  text-align: right;
  width: 100%;
  padding: 35px 30px;
  margin: 0;
  width: 100%;
}

.blog-search .blog-card .blog-card-content .blog-card-info .pretitle {
  font-size: 0.8rem;
  color: #FFF;
}

.blog-search .blog-card .blog-card-content .blog-card-info .pretitle:before {
  background: var(--main-color);
}

.blog-search .blog-card .blog-card-content .blog-card-info .title {
  font-size: 1.3rem;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  .blog-search .blog-card .blog-card-content .blog-card-info .title {
    font-size: 1.1rem;
  }
}

.blog-search .blog-card .blog-card-content .blog-card-info .title:hover {
  color: var(--main-color);
}

.blog-search .blog-card .blog-card-content .blog-card-info .text {
  margin: 0;
  font-size: 0.9rem;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-search .blog-card .blog-card-content .blog-card-info .open-blog {
  color: var(--p-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  margin-top: 12px;
}

.blog-search .blog-card .blog-card-content .blog-card-info .open-blog:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  content: "";
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blog-search .blog-card .blog-card-content .blog-card-info .open-blog:hover {
  color: var(--main-color);
}

.blog-search-head {
  border-radius: 12px;
  padding: 0rem 6rem;
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
}

@media (max-width: 991.98px) {
  .blog-search-head {
    padding: 0rem 3rem;
  }
}

@media (max-width: 575.98px) {
  .blog-search-head {
    padding: 0rem 0.0;
  }
}

.blog-search-head h3 {
  font-weight: 700;
  color: var(--p-color);
}

.blog-search-head p {
  color: #adafca;
}

.blog-search-head p span {
  color: var(--p-color);
}

.blog-search-head .form-group {
  position: relative;
}

.blog-search-head .form-group .form-control {
  border-radius: 50px;
  border: 1px solid var(--border-color);
  background: var(--navbar-color);
  margin: 30px 0 0 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.9rem;
  height: 60px;
  padding: 7px 35px 3px 5px;
  color: var(--p-color);
  direction: rtl;
}

.blog-search-head .form-group .form-control:focus {
  border: 1px solid var(--main-color);
}

.blog-search-head .form-group .form-control::-webkit-input-placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  color: #adafca;
}

.blog-search-head .form-group .form-control:-ms-input-placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  color: #adafca;
}

.blog-search-head .form-group .form-control::-ms-input-placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  color: #adafca;
}

.blog-search-head .form-group .form-control::placeholder {
  font-size: 0.9rem;
  font-weight: 500;
  color: #adafca;
}

.blog-search-head .form-group button {
  position: absolute;
  top: 5px;
  left: 6px;
  height: 50px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--main-color);
  border: 0;
  width: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-radius: 50px;
}

.blog-search-head .form-group button svg {
  fill: #FFF;
}

[lang="en"] .blog-page .blog-more-cards .blog-more-card .pop-blogs .pop-blog .pop-blog-img {
  margin-left: 0;
  margin-right: 15px;
}

[lang="en"] .blog-page .blog .blog-card .blog-card-content .blog-card-info {
  text-align: left;
}

[lang="en"] .blog-search .blog-card .blog-card-content .blog-card-info {
  text-align: left;
}

[lang="en"] .blog-search-head .form-group {
  position: relative;
}

[lang="en"] .blog-search-head .form-group .form-control {
  padding: 7px 5px 3px 35px;
  direction: ltr;
}

[lang="en"] .blog-search-head .form-group button {
  left: unset;
  right: 6px;
}

.our-work {
  padding: 75px 0;
  background: var(--navbar-color);
}

.our-work .row {
  overflow: visible;
}

.our-work .section-head {
  text-align: center;
  margin-bottom: 0;
}

.our-work .section-head .text {
  margin: auto;
}

.our-work .our-work-parent {
  margin-top: 75px;
}

.our-work .our-work-parent .our-work-card {
  position: relative;
}

.our-work .our-work-parent .our-work-card:hover .our-work-img:before {
  opacity: 1;
  visibility: visible;
}

.our-work .our-work-parent .our-work-card:hover .our-work-info h3 {
  color: var(--main-color);
}

.our-work .our-work-parent .our-work-card .our-work-img {
  position: relative;
}

.our-work .our-work-parent .our-work-card .our-work-img:before {
  -webkit-transform: perspective(500px) rotateY(0);
          transform: perspective(500px) rotateY(0);
  position: absolute;
  width: calc(95% + -5px);
  height: calc(100% + -10px);
  top: calc(20px + 7px);
  content: "";
  border: 3px solid var(--p-color);
  z-index: 0;
  right: calc(17px - -7px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.our-work .our-work-parent .our-work-card .our-work-img img {
  max-width: 95%;
  -webkit-transform: perspective(500px) rotateY(0);
          transform: perspective(500px) rotateY(0);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.our-work .our-work-parent .our-work-card .our-work-info {
  padding: 20px 5px;
  height: 116px;
}

.our-work .our-work-parent .our-work-card .our-work-info span {
  color: #737387;
  font-size: 0.9rem;
  margin-bottom: 3px;
}

.our-work .our-work-parent .our-work-card .our-work-info h3 {
  color: var(--p-color);
  font-size: 1.1rem;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about-page {
  padding: 75px 0;
}

.review-page {
  padding: 75px 0;
}

.review-page .review-container .review-card {
  background: var(--navbar-color);
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 12px;
  position: relative;
}

.review-page .review-container .review-card .qo {
  position: absolute;
  top: 30px;
  left: 30px;
  display: none;
}

.review-page .review-container .review-card .qo svg {
  fill: #1806fc42;
  height: 35px;
  -webkit-transform: rotatey(180deg);
          transform: rotatey(180deg);
}

.review-page .review-container .review-card .image {
  margin-left: 15px;
}

.review-page .review-container .review-card .image figure {
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
  height: 65px;
  width: 65px;
}

.review-page .review-container .review-card .review-card-content {
  width: 100%;
}

.review-page .review-container .review-card .review-card-content h3 {
  font-weight: 700;
  color: var(--p-color);
  margin-bottom: 0;
  font-size: 1.5rem;
}

.review-page .review-container .review-card .review-card-content span {
  color: #adafca;
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
}

.review-page .review-container .review-card p {
  color: var(--p-color);
  margin-top: 15px;
  display: block;
}

.review-page .review-container .review-card audio {
  width: 100%;
  margin-top: 15px;
}

.review-page .sepration {
  padding: 25px 0;
  margin: 25px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
}

.review-page .sepration h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
  color: var(--p-color);
}

.dark .sepration {
  background: #1d2333;
}

[lang="en"] .review-page {
  padding: 75px 0;
}

[lang="en"] .review-page .review-container .review-col .review-card .image {
  margin-left: unset;
  margin-right: 15px;
}

.jobs-page {
  padding: 75px 0;
}

.sidebar-filter {
  margin-top: 0;
  margin-bottom: 15px;
  background: var(--navbar-color);
  padding: 30px 10px 1px 10px;
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  .sidebar-filter {
    margin-top: 18px;
  }
}

.sidebar-filter .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 25px 0 25px;
  border-radius: 8px;
  position: relative;
  margin: 0;
}

.sidebar-filter .section-header .section-heading h3 {
  font-size: 1.1rem;
  margin: 0;
  color: var(--p-color);
}

.sidebar-filter .section-header .section-actions a {
  text-decoration: none;
  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;
  color: var(--p-color);
}

.sidebar-filter .section-header .section-actions a span {
  color: #1806fc;
  margin-left: 10px;
  font-weight: 600;
  font-size: 1.1rem;
}

.sidebar-filter .section-header .section-actions a svg {
  fill: #1806fc;
  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;
  vertical-align: middle;
  border: 1px solid var(--border-color);
  border-radius: 50%;
}

.sidebar-filter .sidebar-box-items {
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 0 25px;
}

.sidebar-filter .sidebar-box-items .checkbox-line {
  margin: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap .h6 {
  height: 20px;
  width: 20px;
  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;
  margin: 0;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap .h6 input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  margin: 0;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap .h6 input:focus {
  outline: 0;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap .h6 .cbx {
  position: absolute;
  width: 20px;
  height: 20px;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap .h6 .cbx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1806fc;
  border-radius: 0;
  z-index: 2;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap .h6 .cbx label {
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: trasnlate3d(0, 0, 0);
          transform: trasnlate3d(0, 0, 0);
  pointer-events: none;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap .h6 .cbx svg {
  position: absolute;
  top: 5px;
  left: 2px;
  z-index: 1;
  pointer-events: none;
  height: 10px;
  width: 16px;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap .h6 .cbx svg path {
  stroke: #FFF;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
  -webkit-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap .h6 .cbx input:checked + label {
  -webkit-animation: splash 0.6s ease forwards;
          animation: splash 0.6s ease forwards;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap .h6 .cbx input:checked + label + svg path {
  stroke-dashoffset: 0;
}

@-webkit-keyframes splash {
  40% {
    background: #1806fc;
    -webkit-box-shadow: 0 -18px 0 -8px #1806fc, 16px -8px 0 -8px #1806fc, 16px 8px 0 -8px #1806fc, 0 18px 0 -8px #1806fc, -16px 8px 0 -8px #1806fc, -16px -8px 0 -8px #1806fc;
            box-shadow: 0 -18px 0 -8px #1806fc, 16px -8px 0 -8px #1806fc, 16px 8px 0 -8px #1806fc, 0 18px 0 -8px #1806fc, -16px 8px 0 -8px #1806fc, -16px -8px 0 -8px #1806fc;
  }
  100% {
    background: #1806fc;
    -webkit-box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
            box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@keyframes splash {
  40% {
    background: #1806fc;
    -webkit-box-shadow: 0 -18px 0 -8px #1806fc, 16px -8px 0 -8px #1806fc, 16px 8px 0 -8px #1806fc, 0 18px 0 -8px #1806fc, -16px 8px 0 -8px #1806fc, -16px -8px 0 -8px #1806fc;
            box-shadow: 0 -18px 0 -8px #1806fc, 16px -8px 0 -8px #1806fc, 16px 8px 0 -8px #1806fc, 0 18px 0 -8px #1806fc, -16px 8px 0 -8px #1806fc, -16px -8px 0 -8px #1806fc;
  }
  100% {
    background: #1806fc;
    -webkit-box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
            box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-wrap p {
  padding-left: 0px;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  color: var(--p-color);
  margin-right: 10px;
}

.sidebar-filter .sidebar-box-items .checkbox-line .checkbox-line-text {
  color: var(--p-color);
  font-size: .8rem;
  font-weight: 500;
}

.sidebar-filter .search-box {
  padding: 0 25px;
}

.sidebar-filter .search-box .search-box-container {
  margin-top: 25px;
  margin-bottom: 20px;
}

.sidebar-filter .multi-select {
  padding: 0 25px;
}

.sidebar-filter .multi-select .multi-select-container {
  margin-top: 25px;
  margin-bottom: 20px;
}

.sidebar-filter .posts-search {
  width: 100%;
  padding: 0 0 0 0;
  margin: 10px 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-filter .posts-search form {
  width: 100%;
}

.sidebar-filter .posts-search .form-group {
  width: 100%;
  position: relative;
  margin: 0;
}

@media (max-width: 991.98px) {
  .sidebar-filter .posts-search .form-group {
    margin: 10px 0 0 0;
  }
}

.sidebar-filter .posts-search .form-group .form-control {
  height: 45px;
  padding: 0 45px 0 20px;
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  color: var(--h-color);
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  width: 100%;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .sidebar-filter .posts-search .form-group .form-control {
    height: 43px;
    padding: 0 40px 0 20px;
  }
}

.sidebar-filter .posts-search .form-group .form-control:focus {
  border-color: #1806fc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.sidebar-filter .posts-search .form-group .form-control::-webkit-input-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}

.sidebar-filter .posts-search .form-group .form-control:-ms-input-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}

.sidebar-filter .posts-search .form-group .form-control::-ms-input-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}

.sidebar-filter .posts-search .form-group .form-control::placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}

@media (max-width: 575.98px) {
  .sidebar-filter .posts-search .form-group .form-control::-webkit-input-placeholder {
    font-size: 0.7rem;
  }
  .sidebar-filter .posts-search .form-group .form-control:-ms-input-placeholder {
    font-size: 0.7rem;
  }
  .sidebar-filter .posts-search .form-group .form-control::-ms-input-placeholder {
    font-size: 0.7rem;
  }
  .sidebar-filter .posts-search .form-group .form-control::placeholder {
    font-size: 0.7rem;
  }
}

.sidebar-filter .posts-search .form-group .search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.sidebar-filter .posts-search .form-group .search-icon svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  height: 22px;
  width: 22px;
  fill: var(--p-color);
}

@media (max-width: 575.98px) {
  .sidebar-filter .posts-search .form-group .search-icon svg {
    font-size: 0.7rem;
    height: 18px;
    width: 18px;
  }
}

.fb {
  text-decoration: none;
  width: 100%;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 45px;
  border-radius: 0;
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  margin-top: 15px;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  background-color: #000;
  margin: 0 auto 18px auto;
  border: 0;
}

.fb svg {
  height: 18px;
  margin-left: 4px;
}

.fb svg path {
  fill: #FFF;
}

.fb:hover {
  background-color: #1806fc;
}

.input-range {
  margin-top: 25px;
  direction: ltr;
  /* Functional styling;
     * These styles are required for noUiSlider to function.
     * You don't need to change these rules to apply your design.
     */
  /* Painting and performance;
     * Browsers can paint handles in their own layer.
     */
  /* Slider size and handle placement;
     */
  /* Styling;
     */
  /* Handles and cursors;
     */
  /* Disabled state;
     */
}

.input-range .slider-labels {
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 0;
  font-weight: 300;
}

.input-range .caption {
  color: var(--p-color);
}

.input-range .noUi-target, .input-range .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-range .noUi-target {
  position: relative;
  direction: ltr;
}

.input-range .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.input-range .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.input-range .noUi-handle {
  position: relative;
  z-index: 1;
}

.input-range .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
       its values is > 50%. */
  z-index: 10;
}

.input-range .noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.input-range .noUi-state-drag * {
  cursor: inherit !important;
}

.input-range .noUi-base, .input-range .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input-range .noUi-horizontal {
  height: 4px;
}

.input-range .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #1806fc;
}

.input-range .noUi-background {
  background: #D6D7D9;
}

.input-range .noUi-connect {
  background: #1806fc;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.input-range .noUi-origin {
  border-radius: 2px;
}

.input-range .noUi-target {
  border-radius: 2px;
}

.input-range .noUi-draggable {
  cursor: w-resize;
}

.input-range .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.input-range .noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.input-range .noUi-handle:active {
  border: 8px solid #1806fc;
  border: 8px solid rgba(53, 93, 187, 0.38);
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

.input-range [disabled].noUi-connect, .input-range [disabled] .noUi-connect {
  background: #B8B8B8;
}

.input-range [disabled].noUi-origin, .input-range [disabled] .noUi-handle {
  cursor: not-allowed;
}

.job-card {
  background: var(--navbar-color);
  padding: 25px;
  border-radius: 0px;
  margin-bottom: 12px;
  border-radius: 12px;
  position: relative;
}

@media (max-width: 767.98px) {
  .job-card {
    margin-bottom: 24px;
  }
}

.job-card .job-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .job-card .job-card-header {
    display: block;
  }
}

.job-card .job-card-header .job-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .job-card .job-card-header .job-side {
    text-align: center;
    display: block;
  }
}

.job-card .job-card-header .job-image {
  margin-left: 15px;
}

@media (max-width: 767.98px) {
  .job-card .job-card-header .job-image {
    display: none;
  }
}

.job-card .job-card-header .job-image img {
  height: 75px;
  width: 75px;
  border-radius: 12px;
}

.job-card .job-card-header .job-info h3 {
  font-weight: 700;
  color: var(--p-color);
  margin-bottom: 3px;
}

@media (max-width: 767.98px) {
  .job-card .job-card-header .job-info h3 {
    font-size: 1.4rem;
  }
}

.job-card .job-card-header .job-info .job-info-badges .badge {
  padding: 6px 9px;
  border-radius: 50px;
  font-size: 0.7rem;
  color: var(--p-color);
}

@media (max-width: 767.98px) {
  .job-card .job-card-header .job-info .job-info-badges .badge {
    font-size: 0.6rem;
  }
}

.job-card .job-card-header .job-info .job-info-badges .c1 {
  color: #8225ff;
  background: #702fff1a;
}

.job-card .job-card-header .job-info .job-info-badges .c2 {
  color: #ff8a5b;
  background: #ff8a5b1a;
}

.job-card .job-card-header .job-info .job-info-badges .c3 {
  color: #00cfff;
  background: #00cfff1a;
}

.job-card .job-card-header .job-status {
  padding: 3px 12px;
  font-weight: 700;
  border-radius: 50px;
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  .job-card .job-card-header .job-status {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.job-card .job-card-header .open {
  color: #00d09c;
  background: #00d09c1a;
}

.job-card .job-card-header .closed {
  color: #ff0023;
  background: #ffdee9;
  opacity: 1;
}

.job-card .job-card-header .job-filled {
  display: block;
  text-align: center;
  margin-left: 15px;
}

@media (max-width: 767.98px) {
  .job-card .job-card-header .job-filled {
    display: none;
  }
}

.job-card .job-card-header .job-filled span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: -8px;
  color: var(--p-color);
}

.job-card .job-card-header .job-filled p {
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #adafca;
}

.job-card .job-card-details {
  margin-top: 25px;
}

.job-card .job-card-details .job-card-detail-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767.98px) {
  .job-card .job-card-details .job-card-detail-line {
    display: block;
  }
}

.job-card .job-card-details .job-card-detail-line .side-title {
  width: 84px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #adafca;
}

.job-card .job-card-details .job-card-detail-line p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--p-color);
  font-size: 0.9rem;
}

.job-card .job-card-details .job-card-detail-line .cert p {
  margin-left: 25px;
}

.job-card .job-card-details .job-card-detail-line .needs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.job-card .job-card-details .job-card-detail-line .needs span {
  background: #ffd13f99;
  color: var(--p-color);
  font-weight: 600;
  margin: 2px 2px;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.9rem;
}

.job-card .job-card-details .job-card-detail-line .needs .main-need {
  background: #2ae99e9e;
}

.job-card .needs-info {
  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;
  margin-top: 30px;
}

.job-card .needs-info .needs-info-line {
  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;
  margin: 0 10px;
}

.job-card .needs-info .needs-info-line .nilg {
  background: #2ae99e9e;
  height: 10px;
  width: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.job-card .needs-info .needs-info-line .nily {
  background: #ffd13f99;
  height: 10px;
  width: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.job-card .needs-info .needs-info-line p {
  margin-bottom: 0;
  margin: 0 5px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--p-color);
}

.one-job {
  padding: 75px 0 75px 0;
  background: var(--navbar-color);
  border-bottom: 1px solid var(--border-color);
}

.one-job .editor-content {
  color: var(--p-color);
  padding: 0 15px;
}

.one-job .editor-content .editor-line {
  margin: 0 0 10px 0;
}

.one-job .editor-content ul {
  padding: 0 20px;
}

.one-job .editor-content .needs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.one-job .editor-content .needs span {
  background: var(--navbar-color);
  color: var(--p-color);
  font-weight: 600;
  margin: 2px 2px;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.9rem;
}

.job-sidebar {
  background: var(--body-bg);
  padding: 25px;
}

.job-sidebar h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 5px 0 25px 0;
  color: var(--p-color);
}

.job-sidebar .job-sidebar-line {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.job-sidebar .job-sidebar-line .job-pretitle {
  font-size: 0.9rem;
  font-weight: 700;
  color: #adafca;
  margin-bottom: 0;
}

.job-sidebar .job-sidebar-line h6 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--p-color);
  margin-bottom: 0;
}

.skills-sidebar {
  background: var(--body-bg);
  padding: 25px;
  margin: 12px 0;
}

.skills-sidebar h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 5px 0 25px 0;
  color: var(--p-color);
}

.skills-sidebar .needs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.skills-sidebar .needs span {
  background: #ffd13f99;
  color: var(--p-color);
  font-weight: 600;
  margin: 2px 2px;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.9rem;
}

.skills-sidebar .needs .main-need {
  background: #2ae99e9e;
}

.skills-sidebar .needs-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.skills-sidebar .needs-info .needs-info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.skills-sidebar .needs-info .needs-info-line .nilg {
  background: #2ae99e9e;
  height: 10px;
  width: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.skills-sidebar .needs-info .needs-info-line .nily {
  background: #ffd13f99;
  height: 10px;
  width: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.skills-sidebar .needs-info .needs-info-line p {
  margin-bottom: 0;
  margin: 0 5px;
  font-size: 0.9rem;
  font-weight: 600;
}

.apply-form-container {
  margin-top: 50px;
  padding: 75px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
}

.dark .apply-form-container {
  background: -webkit-gradient(linear, left bottom, left top, from(#002132), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #002132 0%, rgba(0, 0, 0, 0) 100%);
}

.btn-transparent {
  cursor: pointer;
}

[lang="en"] .job-card .job-card-header .job-image {
  margin-left: unset;
  margin-right: 15px;
}

[lang="en"] .job-card .job-card-header .job-filled {
  margin-left: unset;
  margin-right: 15px;
}

.apply-popup {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 50%;
  background: #FFF;
  padding: 15px 40px;
  border-radius: 12px;
  transition: opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .apply-popup {
    width: 95%;
  }
}

.apply-popup .apply-form {
  margin-top: 25px !important;
}

.apply-popup .form-parent {
  padding: 10px 25px !important;
}

.apply-popup h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 35px;
}

.job-content .job-header-img {
  margin-bottom: 20px;
}

.job-content .job-header-img img {
  height: 75px;
  border-radius: 20px;
}

.job-content .job-info .job-info-badges {
  direction: rtl;
}

.job-content .job-info .job-info-badges .badge {
  padding: 6px 9px;
  border-radius: 50px;
  font-size: 0.7rem;
  color: var(--p-color);
}

@media (max-width: 767.98px) {
  .job-content .job-info .job-info-badges .badge {
    font-size: 0.6rem;
  }
}

.job-content .job-info .job-info-badges .c1 {
  color: #8225ff;
  background: #702fff1a;
}

.job-content .job-info .job-info-badges .c2 {
  color: #ff8a5b;
  background: #ff8a5b1a;
}

.job-content .job-info .job-info-badges .c3 {
  color: #00cfff;
  background: #00cfff1a;
}

.oppos-page {
  padding: 75px 0;
}

.oppo-card {
  background: var(--navbar-color);
  padding: 25px;
  border-radius: 0px;
  margin-bottom: 24px;
  border-radius: 12px;
  position: relative;
}

.oppo-card .job-card-header {
  display: block;
}

.oppo-card .job-card-header .job-side {
  text-align: center;
  display: block;
}

.oppo-card .job-card-header .job-image {
  margin-left: 15px;
  display: none;
}

.oppo-card .job-card-header .job-info h3 {
  font-weight: 700;
  color: var(--p-color);
  margin-bottom: 3px;
  font-size: 1.4rem;
}

.oppo-card .job-card-header .job-info .job-info-badges .badge {
  padding: 6px 9px;
  border-radius: 50px;
  font-size: 0.6rem;
  color: var(--p-color);
}

.oppo-card .job-card-header .job-info .job-info-badges .c1 {
  color: #8225ff;
  background: #702fff1a;
}

.oppo-card .job-card-header .job-info .job-info-badges .c2 {
  color: #ff8a5b;
  background: #ff8a5b1a;
}

.oppo-card .job-card-header .job-info .job-info-badges .c3 {
  color: #00cfff;
  background: #00cfff1a;
}

.oppo-card .job-card-header .job-status {
  padding: 3px 12px;
  font-weight: 700;
  border-radius: 50px;
  font-size: 0.9rem;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.oppo-card .job-card-header .open {
  color: #00d09c;
  background: #00d09c1a;
}

.oppo-card .job-card-header .closed {
  color: #ff0023;
  background: #ffdee9;
  opacity: 1;
}

.oppo-card .job-card-header .job-filled {
  display: block;
  text-align: center;
  margin-left: 15px;
  display: none;
}

.oppo-card .job-card-header .job-filled span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: -8px;
  color: var(--p-color);
}

.oppo-card .job-card-header .job-filled p {
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #adafca;
}

.oppo-card .job-card-details {
  margin-top: 25px;
}

.oppo-card .job-card-details .job-card-detail-line {
  display: block;
}

.oppo-card .job-card-details .job-card-detail-line .side-title {
  width: 84px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #adafca;
}

.oppo-card .job-card-details .job-card-detail-line p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--p-color);
  font-size: 0.9rem;
}

.oppo-card .job-card-details .job-card-detail-line .cert p {
  margin-left: 25px;
}

.oppo-card .job-card-details .job-card-detail-line .needs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.oppo-card .job-card-details .job-card-detail-line .needs span {
  background: #ffd13f99;
  color: var(--p-color);
  font-weight: 600;
  margin: 2px 2px;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.9rem;
}

.oppo-card .job-card-details .job-card-detail-line .needs .main-need {
  background: #2ae99e9e;
}

.oppo-card .job-card-details .needs-info {
  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;
  margin-top: 30px;
}

.oppo-card .job-card-details .needs-info .needs-info-line {
  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;
  margin: 0 10px;
}

.oppo-card .job-card-details .needs-info .needs-info-line .nilg {
  background: #2ae99e9e;
  height: 10px;
  width: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.oppo-card .job-card-details .needs-info .needs-info-line .nily {
  background: #ffd13f99;
  height: 10px;
  width: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.oppo-card .job-card-details .needs-info .needs-info-line p {
  margin-bottom: 0;
  margin: 0 5px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--p-color);
}

.one-training {
  padding: 75px 0;
}

.apply-form {
  margin-top: 50px;
}

.apply-form .contact-form-line {
  margin: 15px 0;
}

.apply-form .contact-form-line .form-parent {
  padding: 50px 50px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media (max-width: 575.98px) {
  .apply-form .contact-form-line .form-parent {
    padding: 50px 35px;
  }
}

.apply-form .contact-form-line .form-parent:after {
  background: var(--navbar-color);
  -webkit-box-shadow: 0 0 40px 0 var(--shadow-color);
          box-shadow: 0 0 40px 0 var(--shadow-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.apply-form .contact-form-line .form-parent h3.form-head {
  margin-bottom: 35px;
  font-size: 1.75rem;
  color: var(--p-color);
  font-weight: 600;
  text-align: center;
}

@media (max-width: 575.98px) {
  .apply-form .contact-form-line .form-parent h3.form-head {
    font-size: 1.2rem;
  }
}

.apply-form .contact-form-line .form-parent form .form-group {
  position: relative;
  margin-bottom: 35px;
}

.apply-form .contact-form-line .form-parent form .form-group label {
  font-size: 0.9rem;
  color: var(--p-color);
  position: absolute;
  top: 9px;
  right: 2px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.apply-form .contact-form-line .form-parent form .form-group .form-control {
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-top: unset;
  border-right: unset;
  border-left: unset;
  border-bottom: 2px solid var(--border-color);
  background: none;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 0.9rem;
}

.apply-form .contact-form-line .form-parent form .form-group .form-control:focus {
  border-bottom: 2px solid var(--main-color);
}

.apply-form .contact-form-line .form-parent form .form-group textarea {
  min-height: 145px;
}

.apply-form .contact-form-line .form-parent form .form-group-active label {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  font-size: 0.75rem;
}

.apply-form .contact-form-line .form-parent form .btn-transparent {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: var(--p-color);
}

.apply-form .contact-form-line .contact-form-info {
  padding: 50px 50px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  max-width: 500px;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .apply-form .contact-form-line .contact-form-info {
    padding: 35px 35px;
  }
}

.apply-form .contact-form-line .contact-form-info:after {
  background: var(--navbar-color);
  -webkit-box-shadow: 0 0 40px 0 var(--shadow-color);
          box-shadow: 0 0 40px 0 var(--shadow-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.apply-form .contact-form-line .contact-form-info svg {
  height: 45px;
  margin-bottom: 25px;
  border-radius: 12px;
}

.apply-form .contact-form-line .contact-form-info i {
  font-size: 3rem;
  color: var(--p-color);
}

@media (max-width: 575.98px) {
  .apply-form .contact-form-line .contact-form-info i {
    font-size: 2.5rem;
  }
}

.apply-form .contact-form-line .contact-form-info h6 {
  font-size: 1.6rem;
  color: var(--p-color);
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .apply-form .contact-form-line .contact-form-info h6 {
    font-size: 1.2rem;
  }
}

.apply-form .contact-form-line .contact-form-info p {
  font-size: 1rem;
  color: #757589;
}

@media (max-width: 575.98px) {
  .apply-form .contact-form-line .contact-form-info p {
    font-size: 0.9rem;
  }
}

.apply-form .contact-form-line .contact-form-info a {
  color: #1806fc;
  font-size: 1.4rem;
  font-weight: 900;
}

@media (max-width: 575.98px) {
  .apply-form .contact-form-line .contact-form-info a {
    font-size: 1.1rem;
  }
}

.apply-form .contact-form-line .contact-form-info .card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.apply-form .contact-form-line .contact-form-info .location-parent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
}

.apply-form .contact-form-line .contact-form-info .location-parent .location-icon {
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.advices-page {
  padding: 75px 0;
}

.advices-page .row {
  margin: 0;
  overflow: visible;
}

.filter-form {
  margin-bottom: 50px;
  margin-top: 0;
}

.filter-form .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-form .form-group {
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  .filter-form .form-group {
    margin-bottom: 30px !important;
  }
}

.advice-card {
  background: var(--navbar-color);
  padding: 25px 0 0 0;
  position: relative;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 35px;
}

.advice-card .advice-card-discount {
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 4px 20px;
  background: #d54545;
  border-radius: 50px;
  color: #FFF;
  font-size: 0.7rem;
  font-weight: 600;
}

.advice-card .advice-card-discount span {
  color: #FFF;
}

.advice-card .advice-img {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 50%;
}

.advice-card .advice-img img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.advice-card h3 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--p-color);
  margin-bottom: 15px;
  padding: 0 35px;
}

@media (max-width: 575.98px) {
  .advice-card h3 {
    padding: 0 25px;
  }
}

.advice-card p {
  font-size: 0.9rem;
  color: #757589;
  margin-bottom: 5px;
  padding: 0 35px;
}

@media (max-width: 575.98px) {
  .advice-card p {
    padding: 0 25px;
  }
}

.advice-card .advice-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  padding: 0px 35px 25px;
}

@media (max-width: 575.98px) {
  .advice-card .advice-actions {
    padding: 0px 20px 25px 20px;
  }
}

.advice-card .advice-actions .price h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: -5px;
  margin-top: 0;
  padding: 0;
}

.advice-card .advice-actions .price h3 span {
  text-decoration: line-through;
  display: inline-block;
}

.advice-card .advice-actions .price span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #757589;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advice-card .advice-actions .apply-advice {
  background: #1806fc;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.advice-card .advice-discount-info {
  background: var(--navbar-color);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 8px 35px;
  font-weight: 600;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: var(--p-color);
  border-top: 1px solid var(--border-color);
}

@media (max-width: 575.98px) {
  .advice-card .advice-discount-info {
    padding: 8px 10px;
  }
}

.book-advice {
  margin-top: -150px;
  position: relative;
  z-index: 100;
}

.book-advice .book-advice-container {
  background: var(--navbar-color);
  padding: 30px 30px;
  border-radius: 20px;
  max-width: 1050px;
  margin: auto;
}

.book-advice .book-advice-container .book-advice-advice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  position: relative;
}

@media (max-width: 767.98px) {
  .book-advice .book-advice-container .book-advice-advice {
    display: block;
  }
}

.book-advice .book-advice-container .book-advice-advice::after {
  content: "";
  display: block;
  height: 1px;
  width: 95%;
  background: var(--border-color);
  margin: 0 auto 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.book-advice .book-advice-container .book-advice-advice .book-advice-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .book-advice .book-advice-container .book-advice-advice .book-advice-side {
    display: block;
    text-align: center;
  }
}

.book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-image {
  height: 100px;
  width: 100px;
  margin-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-image img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 767.98px) {
  .book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-image {
    margin: -75px auto 25px auto;
  }
}

.book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-info h3 {
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--p-color);
}

.book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-info p {
  font-size: 0.9rem;
  color: #adafca;
}

.book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-price {
  width: 110px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-price {
    margin: auto;
  }
}

.book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-price h3 {
  font-weight: 900;
  margin: 0;
  color: var(--p-color);
}

.book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-price span {
  font-size: 0.9rem;
  color: #adafca;
}

.book-advice .apply-form {
  margin-top: 25px;
}

.book-advice .apply-form .contact-form-line {
  margin: 0 0;
}

.book-advice .apply-form .contact-form-line .form-parent {
  padding: 0 10px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media (max-width: 767.98px) {
  .book-advice .apply-form .contact-form-line .form-parent {
    padding: 0;
  }
}

.book-advice .apply-form .contact-form-line .form-parent:after {
  background: var(--navbar-color);
  -webkit-box-shadow: 0 0 40px 0 var(--shadow-color);
          box-shadow: 0 0 40px 0 var(--shadow-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.book-advice .apply-form .contact-form-line .form-parent h3.form-head {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: var(--p-color);
  font-weight: 600;
  text-align: right;
}

@media (max-width: 575.98px) {
  .book-advice .apply-form .contact-form-line .form-parent h3.form-head {
    font-size: 1.2rem;
  }
}

.book-advice .apply-form .contact-form-line .form-parent form .form-group {
  position: relative;
  margin: 15px 0;
}

.book-advice .apply-form .contact-form-line .form-parent form .form-group label {
  font-size: 0.9rem;
  color: var(--p-color);
  position: absolute;
  top: 9px;
  right: 2px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.book-advice .apply-form .contact-form-line .form-parent form .form-group .form-control {
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-top: unset;
  border-right: unset;
  border-left: unset;
  border-bottom: 2px solid var(--border-color);
  background: none;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 0.9rem;
}

.book-advice .apply-form .contact-form-line .form-parent form .form-group .form-control:focus {
  border-bottom: 2px solid var(--main-color);
}

.book-advice .apply-form .contact-form-line .form-parent form .form-group textarea {
  min-height: 145px;
}

.book-advice .apply-form .contact-form-line .form-parent form .form-group-active label {
  -webkit-transform: translate(0, -25px);
          transform: translate(0, -25px);
  font-size: 0.75rem;
  background: var(--navbar-color);
  padding: 2px;
}

.book-advice .apply-form .contact-form-line .form-parent form .btn-transparent {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: var(--p-color);
}

.book-advice .apply-form .contact-form-line .form-parent form .apply-copoun {
  position: absolute;
  left: 7px;
  bottom: 6px;
  background: #1806fc;
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
  padding: 9px 36px;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
}

.book-advice .apply-form .contact-form-line .contact-form-info {
  padding: 50px 50px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  max-width: 500px;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .book-advice .apply-form .contact-form-line .contact-form-info {
    padding: 35px 35px;
  }
}

.book-advice .apply-form .contact-form-line .contact-form-info:after {
  background: var(--navbar-color);
  -webkit-box-shadow: 0 0 40px 0 var(--shadow-color);
          box-shadow: 0 0 40px 0 var(--shadow-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.book-advice .apply-form .contact-form-line .contact-form-info svg {
  height: 45px;
  margin-bottom: 25px;
  border-radius: 12px;
}

.book-advice .apply-form .contact-form-line .contact-form-info i {
  font-size: 3rem;
  color: var(--p-color);
}

@media (max-width: 575.98px) {
  .book-advice .apply-form .contact-form-line .contact-form-info i {
    font-size: 2.5rem;
  }
}

.book-advice .apply-form .contact-form-line .contact-form-info h6 {
  font-size: 1.6rem;
  color: var(--p-color);
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .book-advice .apply-form .contact-form-line .contact-form-info h6 {
    font-size: 1.2rem;
  }
}

.book-advice .apply-form .contact-form-line .contact-form-info p {
  font-size: 1rem;
  color: #757589;
}

@media (max-width: 575.98px) {
  .book-advice .apply-form .contact-form-line .contact-form-info p {
    font-size: 0.9rem;
  }
}

.book-advice .apply-form .contact-form-line .contact-form-info a {
  color: #1806fc;
  font-size: 1.4rem;
  font-weight: 900;
}

@media (max-width: 575.98px) {
  .book-advice .apply-form .contact-form-line .contact-form-info a {
    font-size: 1.1rem;
  }
}

.book-advice .apply-form .contact-form-line .contact-form-info .card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book-advice .apply-form .contact-form-line .contact-form-info .location-parent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
}

.book-advice .apply-form .contact-form-line .contact-form-info .location-parent .location-icon {
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.book-advice .apply-form .copoun {
  margin-top: 25px;
}

.book-advice .apply-form .copoun-applied {
  color: var(--p-color);
}

.book-advice .apply-form .copoun-applied span {
  color: #1806fc;
  font-weight: 600;
}

.book-advice .apply-form .pay-details {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.book-advice .apply-form .pay-details .pay-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.book-advice .apply-form .pay-details .pay-line p {
  color: var(--p-color);
}

.book-advice .apply-form .pay-details .pay-line span {
  font-weight: 600;
  color: var(--p-color);
}

.book-advice .apply-form .pay-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.book-advice .apply-form .pay-result h5 {
  font-weight: 600;
  color: var(--p-color);
}

.book-advice .date-time {
  padding: 0 0 15px 0;
}

.book-advice .date-time .pretitle {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  color: #adafca;
}

.book-advice .date-time .inputs-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book-advice .date-time .inputs-parent .input-parent {
  position: relative;
}

.book-advice .date-time .inputs-parent .input-parent input[type="radio"] {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.book-advice .date-time .inputs-parent .input-parent label {
  text-align: center;
  cursor: pointer;
  background-color: var(--body-bg);
  border: 1px solid var(--border-color);
  color: var(--p-color);
  padding: 7px 25px;
  border-radius: 0;
  -webkit-transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
  transition: color --transition-fast ease-out, background-color --transition-fast ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 8px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 8px;
}

.book-advice .date-time .inputs-parent .input-parent label span {
  display: block;
}

.book-advice .date-time .inputs-parent .input-parent input[type="number"] {
  min-width: 300px;
  background-color: var(--body-bg);
  border-color: var(--border-color);
  color: var(--p-color);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border: 1px solid var(--border-color);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: block;
  width: 100%;
  padding: 0.775rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.book-advice .date-time .inputs-parent .input-parent input[type="number"]:active {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
  color: #5e6278;
}

.book-advice .date-time .inputs-parent .input-parent input[type="number"]:focus {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
  color: #5e6278;
}

.book-advice .date-time .inputs-parent input[type="radio"]:checked + label {
  background-color: #1806fc;
  border: 1px solid #1806fc;
  color: #FFF;
}

.book-advice .date-time .inputs-parent input[type="radio"]:hover:not(:checked) + label {
  background-color: transparent;
  border: 1px solid #1806fc;
  color: var(--p-color);
}

.book-advice .date-time input, .book-advice .date-time textarea, .book-advice .date-time select {
  width: 100%;
  background-color: #f5f8fa;
  border-color: #f5f8fa;
  color: #000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border: 1px solid #e4e6ef;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: block;
  padding: 0.775rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0;
  outline: none;
}

.book-advice .date-time input:active, .book-advice .date-time textarea:active, .book-advice .date-time select:active {
  border: 1px solid #adadad;
}

.book-advice .date-time input:focus, .book-advice .date-time textarea:focus, .book-advice .date-time select:focus {
  border: 1px solid #adadad;
}

.book-advice .date-time input:focus-visible, .book-advice .date-time textarea:focus-visible, .book-advice .date-time select:focus-visible {
  border: 1px solid #adadad;
}

.book-advice .date-time textarea {
  min-height: 150px;
}

.book-advice .date-time select {
  min-width: 250px;
}

.book-advice .advice-form-line {
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.otp-advice {
  direction: ltr;
}

.otp-advice .title {
  max-width: 400px;
  margin: auto;
  text-align: center;
}

.otp-advice .title h3 {
  font-weight: bold;
  font-size: 2rem;
  color: var(--p-color);
}

.otp-advice .title p {
  font-size: 12px;
  color: #1806fc;
  font-weight: 600;
  font-size: 1rem;
}

.otp-advice .title p.msg {
  color: initial;
  text-align: initial;
  font-weight: bold;
  text-align: right;
  color: var(--p-color);
}

.otp-advice .otp-input-fields {
  margin: auto;
  background-color: var(--navbar-color);
  max-width: 400px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px;
  border-radius: 20px;
}

.otp-advice .otp-input-fields input {
  color: var(--p-color);
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  text-align: center;
  outline: none;
  font-size: 16px;
  /* Firefox */
}

.otp-advice .otp-input-fields input::-webkit-outer-spin-button, .otp-advice .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-advice .otp-input-fields input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.otp-advice .otp-input-fields input:focus {
  border-width: 2px;
  border-color: #1303e6;
  font-size: 20px;
}

.otp-advice .result {
  max-width: 400px;
  margin: auto;
  padding: 24px 0 0 0;
  text-align: center;
}

.otp-advice .result p {
  font-size: 24px;
  opacity: 1;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.otp-advice .result p._ok {
  color: green;
}

.otp-advice .result p._ok a {
  background: #1806fc;
  padding: 12px 35px;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
  cursor: pointer;
}

.otp-advice .result p._notok {
  color: red;
  border-radius: 3px;
}

.otp-advice .result p._notok a {
  background: #1806fc;
  padding: 12px 35px;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  cursor: default;
}

.otp-advice .result p {
  color: var(--p-color);
  font-size: 1rem;
  font-weight: 300;
}

.br {
  padding: 0 20px 0 0;
}

[lang="en"] .book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-image {
  margin-left: unset;
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  [lang="en"] .book-advice .book-advice-container .book-advice-advice .book-advice-side .book-advice-image {
    margin: -75px auto 25px auto;
  }
}

[lang="en"] .book-advice .apply-form .contact-form-line .form-parent h3.form-head {
  text-align: left;
}

[lang="en"] .book-advice .apply-form .contact-form-line .form-parent form .form-group label {
  right: unset;
  left: 2px;
}

[lang="en"] .book-advice .apply-form .contact-form-line .form-parent form .apply-copoun {
  left: unset;
  right: 0;
}

.book-advice-multi-steps {
  /* Style the form */
  /* Hide all steps by default: */
  /* Make circles that indicate the steps of the form: */
  /* Mark the active step: */
  /* Mark the steps that are finished and valid: */
}

.book-advice-multi-steps #regForm {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 300px;
}

.book-advice-multi-steps input.invalid {
  background-color: #ffdddd;
}

.book-advice-multi-steps .tab {
  display: none;
}

.book-advice-multi-steps .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #1806fc;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.book-advice-multi-steps .step.active {
  opacity: 1;
}

.book-advice-multi-steps .step.finish {
  background-color: #04AA6D;
}

.book-advice-multi-steps .btns-contollers {
  direction: ltr;
}

.book-advice-multi-steps .btns-contollers .btns-contollers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  border-top: 1px solid var(--border-color);
  padding: 25px 0 0 0;
}

.book-advice-multi-steps .btns-contollers .btns-contollers-container button {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  color: var(--p-color);
  border: 2px solid #000248;
  text-decoration: none;
  padding: 12px 30px 12px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.success-custom {
  padding: 150px 0 75px 0;
  font-size: 24px;
}

.success-custom .main-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.success-custom .custom-success-container {
  background: var(--navbar-color);
  padding: 30px 30px;
  border-radius: 20px;
  max-width: 1050px;
  margin: auto;
  margin-top: -250px;
  position: relative;
  z-index: 100;
}

.success-custom .check-container {
  width: 6.25rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.success-custom .check-container .check-background {
  width: 100%;
  height: calc(100% - 1.25rem);
  background: -webkit-gradient(linear, left top, right bottom, from(#5de593), to(#41d67c));
  background: linear-gradient(to bottom right, #5de593, #41d67c);
  -webkit-box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
          box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
  border-radius: 50%;
  -webkit-animation: animateContainer 0.75s ease-out forwards 0.75s;
          animation: animateContainer 0.75s ease-out forwards 0.75s;
  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;
  opacity: 0;
}

.success-custom .check-container .check-background svg {
  width: 65%;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  -webkit-animation: animateCheck 0.35s forwards 1.25s ease-out;
          animation: animateCheck 0.35s forwards 1.25s ease-out;
}

.success-custom .check-container .check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, #49da83, transparent);
  -webkit-animation: animateShadow 0.75s ease-out forwards 0.75s;
          animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@-webkit-keyframes animateContainer {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}

@keyframes animateContainer {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
            box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}

@-webkit-keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}

@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}

.success-custom h3 {
  text-align: center;
  font-weight: 600;
}

.success-custom p {
  text-align: center;
  color: #7e868e;
  font-size: 0.9rem;
  width: 50%;
  margin: auto;
}

@media (max-width: 767.98px) {
  .success-custom p {
    width: 100%;
  }
}

.success-custom .back-home {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  margin: 15px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: var(--p-color);
  border: 2px solid #000248;
  text-decoration: none;
  padding: 12px 30px 12px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.col-lg-4,
.col-md-6,
.col-lg-2,
.col-md-3,
.col-sm-3,
.col-sm-4,
.col-6,
.col-xs-6,
.col-lg-3,
.col-md-6,
.col-lg-8,
.col-12,
.col-lg-8,
.col-lg-4,
.col-lg-12,
.col-md-12,
.col-lg-5,
.col-lg-6 {
  padding: 0 8px;
}

body {
  background: var(--body-bg);
  font-family: "en";
  overflow-x: hidden;
}

.row {
  margin: 0;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.hash {
  color: #1806fc !important;
  margin-right: 4px !important;
}

.link {
  color: #1806fc !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: 'Titillium Web', sans-serif;
  margin-right: 4px !important;
}

.font-en {
  font-family: "en";
}

[lang="ar"] body {
  direction: rtl;
  font-family: "ar";
  overflow-x: hidden;
  text-align: right;
}

[lang="ar"] body .row {
  margin: 0;
  overflow: inherit;
}

[lang="ar"] body .font-en {
  font-family: "en";
}

[lang="ar"] body ul {
  padding: 0;
}

.home-header {
  position: relative;
  height: 70vh;
  width: 100%;
  margin: 0;
}

.home-header .gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.home-header .navbar .nav-links ul li a {
  color: #000248;
}

.home-header .navbar .nav-actions .icon.dark-mode svg g [fill] {
  fill: #000248;
}

.home-header .navbar .nav-actions .hover-drop span {
  color: #000248;
}

.home-header .navbar .nav-actions .hover-drop svg.arrow {
  fill: #000248;
}

.home-header .swiper-container {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 50;
}

.home-header .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.26)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.26) 100%);
}

.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content .swiper-slider-content-inner {
  width: 100%;
}

.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
  margin-top: 25px;
  text-align: center;
  margin: 30px auto 10px auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3.7rem;
  color: #1d2333;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
    margin: 30px 15px 10px 15px;
  }
}

@media (max-width: 991.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content h1 {
    font-size: 1.7rem;
    font-weight: 900;
    text-align: center;
  }
}

.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
  font-size: 1.2rem;
  color: #1d2333;
  text-align: center;
  margin: 0;
  width: 60%;
  margin: auto;
}

@media (max-width: 767.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    margin: 0 25px;
  }
}

@media (max-width: 575.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content p {
    font-size: 0.85rem;
  }
}

.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content a.btn-transparent {
  background: var(--navbar-color);
  border: 1px solid var(--p-color);
  text-decoration: none;
  color: var(--p-color);
  padding: 12px 30px 12px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 25px;
  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-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin: 25px auto;
  width: 260px;
  direction: rtl;
}

.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content a.btn-transparent:hover svg {
  -webkit-transform: rotate(0) translate(-4px, 0);
          transform: rotate(0) translate(-4px, 0);
  fill: var(--p-color);
}

.home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content a.btn-transparent svg {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: var(--p-color);
  margin-top: 3px;
}

@media (max-width: 575.98px) {
  .home-header .swiper-container .swiper-wrapper .swiper-slide .swiper-slider-content a.btn-transparent {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 100;
  }
}

.home-header .swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 2px;
}

.home-header .swiper-container .swiper-pagination-bullet-active {
  background-color: var(--main-color) !important;
}

.services {
  color: var(--p-color);
  position: relative;
  z-index: 15;
  text-align: center;
  padding: 75px 0 75px 0;
}

.services .row {
  overflow: unset !important;
}

.services .services-container .service-card {
  padding: 10px 15px 25px 15px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@media (max-width: 575.98px) {
  .services .services-container .service-card {
    padding: 10px 15px 25px 15px;
  }
}

.services .services-container .service-card:hover .service-card-inner:before {
  opacity: 1;
  visibility: visible;
}

.services .services-container .service-card:hover .service-card-inner:after {
  opacity: 1;
  visibility: visible;
}

.services .services-container .service-card:hover .service-card-inner .service-card-info a {
  color: var(--main-color);
}

.services .services-container .service-card:hover .service-card-inner .service-card-info a:after {
  width: 100%;
}

.services .services-container .service-card .service-card-inner {
  padding: 60px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .services .services-container .service-card .service-card-inner {
    padding: 40px 25px;
  }
}

.services .services-container .service-card .service-card-inner:before {
  position: absolute;
  width: calc(100% + -5px);
  height: calc(100% + -10px);
  top: calc(25px + 7px);
  content: "";
  border: 3px solid var(--p-color);
  z-index: -1;
  right: calc(25px - -7px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

@media (max-width: 767.98px) {
  .services .services-container .service-card .service-card-inner:before {
    display: none;
  }
}

.services .services-container .service-card .service-card-inner:after {
  background: var(--navbar-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.services .services-container .service-card .service-card-inner .icon {
  position: relative;
  width: 120px;
  z-index: 2;
  margin: 0 auto;
  -webkit-perspective: 100px;
          perspective: 100px;
  margin-bottom: 25px;
}

.services .services-container .service-card .service-card-inner .icon .icon-inner {
  position: relative;
  width: 62px;
  height: 62px;
  text-align: center;
  border-radius: 100%;
  background: var(--main-color);
  right: 32px;
  top: 2px;
  z-index: 1;
  overflow: hidden;
  line-height: 0;
  margin-left: auto;
  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;
}

.services .services-container .service-card .service-card-inner .icon .icon-inner i {
  font-size: 1.75rem;
  color: #FFF;
}

.services .services-container .service-card .service-card-inner .service-card-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.services .services-container .service-card .service-card-inner .service-card-info p {
  font-size: 0.9rem;
  color: #adafca;
  margin-bottom: 30px;
}

.services .services-container .service-card .service-card-inner .service-card-info a {
  color: var(--p-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.services .services-container .service-card .service-card-inner .service-card-info a:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  content: "";
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services .services-container .service-card .service-card-inner .service-card-info a:hover {
  color: var(--main-color);
}

.services .services-container .service-card-active .service-card-inner:before {
  opacity: 1;
  visibility: visible;
}

.why {
  background: var(--navbar-color);
  padding: 75px 0;
}

.why .why-container .why-card {
  margin-bottom: 30px;
  display: block;
  padding: 15px 10px;
  text-align: center;
}

.why .why-container .why-card .why-num {
  background: #1806fc;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  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;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  margin: 0px auto 15px auto;
}

.why .why-container .why-card .why-num span {
  font-weight: 700;
  color: #FFF;
  font-size: 1.7rem;
  margin: 0;
  padding-top: 3px;
}

.why .why-container .why-card .why-num:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/images/layer.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.why .why-container .why-card .why-title h3 {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--p-color);
}

.why .why-container .why-card .why-p p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--p-color);
}

.review-section {
  padding: 75px 0;
  background: var(--navbar-color);
}

.review-section .review-section-container .review-card {
  background: var(--body-bg);
  padding: 25px;
  border-radius: 0;
  margin-bottom: 12px;
  position: relative;
}

.review-section .review-section-container .review-card .qo {
  position: absolute;
  top: 30px;
  left: 30px;
  display: none;
}

.review-section .review-section-container .review-card .qo svg {
  fill: #1806fc42;
  height: 35px;
  -webkit-transform: rotatey(180deg);
          transform: rotatey(180deg);
}

.review-section .review-section-container .review-card .image {
  margin-left: 15px;
}

.review-section .review-section-container .review-card .image figure {
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
  height: 65px;
  width: 65px;
}

.review-section .review-section-container .review-card .review-card-content {
  width: 100%;
}

.review-section .review-section-container .review-card .review-card-content h3 {
  font-weight: 700;
  color: var(--p-color);
  margin-bottom: 0;
  font-size: 1.5rem;
}

.review-section .review-section-container .review-card .review-card-content span {
  color: #adafca;
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
}

.review-section .review-section-container .review-card p {
  color: var(--p-color);
  margin-top: 15px;
  display: block;
}

.review-section .review-section-container .review-card audio {
  width: 100%;
  margin-top: 15px;
}

.projects {
  background: var(--body-bg);
  padding: 75px 0;
}

.projects .row {
  overflow: unset !important;
}

.projects .projects-head {
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .projects .projects-head {
    display: block;
  }
}

.projects .projects-head .section-head {
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .projects .projects-head .section-head {
    text-align: center;
    margin-bottom: 25px;
  }
}

.projects .projects-head .section-head p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .projects .projects-head .section-head p {
    text-align: center;
    margin: auto;
  }
}

.projects .projects-head .projects-filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  .projects .projects-head .projects-filter-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}

.projects .projects-head .projects-filter-buttons .button-filter {
  position: relative;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 10px 5px 15px;
  margin: 0 7px;
  border: unset;
  color: var(--p-color);
  line-height: 40px;
  -webkit-perspective: 100px;
          perspective: 100px;
  background: none;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .projects .projects-head .projects-filter-buttons .button-filter {
    font-size: 0.8rem;
    margin: 0 0;
    padding: 5px 10px 5px 10px;
  }
}

.projects .projects-head .projects-filter-buttons .button-filter span {
  color: var(--p-color);
  margin-top: 5px;
  display: block;
}

.projects .projects-head .projects-filter-buttons .mixitup-control-active:after {
  background: var(--navbar-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}

.projects .projects-filter .project-card {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
  height: 300px;
  width: 100%;
  padding: 50px 75px;
  margin-bottom: 12px;
  position: relative;
  border-radius: 12px;
}

@media (max-width: 1199.98px) {
  .projects .projects-filter .project-card {
    padding: 30px 40px;
  }
}

@media (max-width: 575.98px) {
  .projects .projects-filter .project-card {
    padding: 25px 25px;
  }
}

.projects .projects-filter .project-card:hover .project-info a {
  color: var(--main-color);
}

.projects .projects-filter .project-card:hover .project-info a:after {
  width: 100%;
}

.projects .projects-filter .project-card .project-info {
  max-width: 400px;
}

.projects .projects-filter .project-card .project-info .project-cat {
  color: #737387;
  font-size: 0.9rem;
}

@media (max-width: 575.98px) {
  .projects .projects-filter .project-card .project-info .project-cat {
    font-size: 0.8rem;
  }
}

.projects .projects-filter .project-card .project-info .project-name {
  color: var(--p-color);
  font-size: 2.2rem;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .projects .projects-filter .project-card .project-info .project-name {
    font-size: 1.6rem;
  }
}

.projects .projects-filter .project-card .project-info a {
  color: var(--p-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 50px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  .projects .projects-filter .project-card .project-info a {
    margin-top: 15px;
    color: var(--main-color);
  }
}

.projects .projects-filter .project-card .project-info a:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  content: "";
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 575.98px) {
  .projects .projects-filter .project-card .project-info a:after {
    width: 100%;
  }
}

.projects .projects-filter .project-card .project-info a:hover {
  color: var(--main-color);
}

.projects .projects-filter .project-card .project-img {
  position: absolute;
  z-index: 5;
  bottom: -10px;
  left: -10px;
}

@media (max-width: 575.98px) {
  .projects .projects-filter .project-card .project-img {
    bottom: 0;
    left: 0;
  }
}

.projects .projects-filter .project-card .project-img img {
  max-width: 325px;
}

@media (max-width: 575.98px) {
  .projects .projects-filter .project-card .project-img img {
    max-width: 250px;
  }
}

.projects .projects-filter .pin-project-card {
  position: relative;
}

.projects .projects-filter .pin-project-card .project-img {
  position: absolute;
  z-index: 5;
  top: 0;
  left: -15px;
}

@media (max-width: 991.98px) {
  .projects .projects-filter .pin-project-card .project-img {
    top: unset;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 575.98px) {
  .projects .projects-filter .pin-project-card .project-img {
    top: unset;
    bottom: 0;
    left: 0;
  }
}

.projects .projects-filter .pin-project-card .project-img img {
  max-width: 575px;
}

@media (max-width: 991.98px) {
  .projects .projects-filter .pin-project-card .project-img img {
    max-width: 400px;
  }
}

@media (max-width: 767.98px) {
  .projects .projects-filter .pin-project-card .project-img img {
    max-width: 300px;
  }
}

@media (max-width: 575.98px) {
  .projects .projects-filter .pin-project-card .project-img img {
    max-width: 250px;
  }
}

.projects .actions {
  text-align: center;
  margin-top: 25px;
}

.projects .actions .btn-transparent {
  padding: 20px 85px 14px 85px;
  background: transparent;
  color: var(--p-color);
  border: 2px solid var(--border-color);
}

@media (max-width: 575.98px) {
  .projects .actions .btn-transparent {
    padding: 20px 40px 14px 40px;
    font-size: 0.9rem;
  }
}

.projects .actions .btn-transparent svg {
  fill: var(--p-color);
}

.projects .row {
  overflow: visible;
}

.numbers {
  padding: 75px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
}

.numbers .numbers-container .row {
  overflow: unset;
}

@media (max-width: 575.98px) {
  .numbers .numbers-container .mt-5 {
    margin: 12px 0 !important;
  }
}

.numbers .numbers-container .number-card {
  text-align: center;
  height: 250px;
  max-width: 250px;
  position: relative;
  z-index: 2;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575.98px) {
  .numbers .numbers-container .number-card {
    height: unset;
    padding: 25px 0;
    margin: 12px 0;
  }
}

.numbers .numbers-container .number-card:after {
  background: var(--navbar-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.numbers .numbers-container .number-card .icon {
  padding: 5px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 10px auto 25px auto;
  text-align: center;
  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;
  vertical-align: middle;
}

.numbers .numbers-container .number-card .icon i {
  font-size: 1.5rem;
  color: #FFF;
  line-height: 0;
}

.numbers .numbers-container .number-card .number-card-info .count {
  font-size: 2.75rem;
  font-family: "en";
  font-weight: 900;
  color: var(--p-color);
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .numbers .numbers-container .number-card .number-card-info .count {
    font-size: 1.6rem;
  }
}

.numbers .numbers-container .number-card .number-card-info .count:before {
  content: "+";
}

.numbers .numbers-container .number-card .number-card-info .count-title {
  color: #757589;
  font-size: 1.1rem;
}

@media (max-width: 575.98px) {
  .numbers .numbers-container .number-card .number-card-info .count-title {
    font-size: 0.8rem;
  }
}

.team {
  background: var(--navbar-color);
  padding: 75px 0;
}

.team .row {
  overflow: unset;
}

.team .team-line-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 440px;
  margin: auto;
}

@media (max-width: 575.98px) {
  .team .team-line-images {
    width: 300px;
  }
}

.team .team-ex {
  position: relative;
  height: 320px;
}

.team .team-ex .team-img {
  height: 150px;
  width: 150px;
  position: absolute;
  -webkit-transform: perspective(500px) rotateY(-10deg);
          transform: perspective(500px) rotateY(-10deg);
}

.team .team-ex .team-img figure {
  margin: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.team .team-ex .team-img-1 {
  top: 30px;
  right: 0;
  height: 250px;
  width: 225px;
}

@media (max-width: 575.98px) {
  .team .team-ex .team-img-1 {
    top: 56px;
    right: 0;
    height: 190px;
    width: 160px;
  }
}

.team .team-ex .team-img-2 {
  top: 0;
  right: 240px;
  height: 150px;
  width: 150px;
  -webkit-transform: perspective(500px) rotateY(10deg);
          transform: perspective(500px) rotateY(10deg);
}

@media (max-width: 575.98px) {
  .team .team-ex .team-img-2 {
    right: 165px;
    height: 115px;
    width: 115px;
    top: 20px;
  }
}

.team .team-ex .team-img-3 {
  top: 165px;
  right: 240px;
  height: 150px;
  width: 200px;
}

@media (max-width: 575.98px) {
  .team .team-ex .team-img-3 {
    top: 145px;
    right: 165px;
    height: 145px;
    width: 125px;
  }
}

.team .team-one-img {
  max-width: 100%;
}

.team .section-head {
  text-align: right;
}

@media (max-width: 991.98px) {
  .team .section-head {
    text-align: center;
  }
}

.team .section-head .text {
  margin: 0;
}

@media (max-width: 991.98px) {
  .team .section-head .text {
    text-align: center;
    margin: auto;
  }
}

.team .section-head .actions {
  text-align: center;
}

.team .section-head .actions .btn-transparent {
  background: transparent;
  color: var(--p-color);
  border: 2px solid var(--border-color);
}

.team .section-head .actions .btn-transparent svg {
  fill: var(--p-color);
}

.team .section-head .actions .btn-line {
  color: var(--p-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 50px;
  display: inline-block;
  font-size: 1.1rem;
  margin-right: 25px;
}

@media (max-width: 575.98px) {
  .team .section-head .actions .btn-line {
    margin-right: 10px;
  }
}

.team .section-head .actions .btn-line:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  content: "";
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.team .section-head .actions .btn-line:hover {
  color: var(--main-color);
}

.team .section-head .actions .btn-line:hover:after {
  width: 100%;
}

.clients {
  padding: 75px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
}

.clients .clients-container .client-card {
  padding: 20px;
  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;
  vertical-align: middle;
  height: 170px;
  background: var(--navbar-color);
  border-radius: 0;
  margin-bottom: 12px;
}

.clients .clients-container .client-card img {
  max-width: 100%;
}

.blog {
  padding: 75px 0;
  background: var(--navbar-color);
}

.blog .row {
  overflow: unset;
}

.blog .section-head {
  text-align: center;
}

.blog .blog-card {
  position: relative;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .blog .blog-card {
    height: 430px;
  }
}

.blog .blog-card .blog-card-image {
  height: 425px;
  width: 390px;
}

@media (max-width: 991.98px) {
  .blog .blog-card .blog-card-image {
    width: 100%;
    height: 175px;
  }
}

.blog .blog-card .blog-card-image figure {
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin: 0;
}

.blog .blog-card .blog-card-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 991.98px) {
  .blog .blog-card .blog-card-content {
    top: 175px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
}

.blog .blog-card .blog-card-content .blog-card-info {
  background: var(--navbar-color);
  text-align: right;
  width: 350px;
  padding: 35px 30px;
  margin: 0;
  margin-right: auto;
  border-radius: 12px;
}

@media (max-width: 991.98px) {
  .blog .blog-card .blog-card-content .blog-card-info {
    width: 100%;
  }
}

.blog .blog-card .blog-card-content .blog-card-info .pretitle {
  font-size: 0.8rem;
  color: #FFF;
}

.blog .blog-card .blog-card-content .blog-card-info .pretitle:before {
  background: var(--main-color);
}

.blog .blog-card .blog-card-content .blog-card-info .title {
  font-size: 1.3rem;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  .blog .blog-card .blog-card-content .blog-card-info .title {
    font-size: 1.1rem;
  }
}

.blog .blog-card .blog-card-content .blog-card-info .title:hover {
  color: var(--main-color);
}

.blog .blog-card .blog-card-content .blog-card-info .text {
  margin: 0;
  font-size: 0.9rem;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.brands {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), to(#F6F6FF));
  background: linear-gradient(180deg, #EAF8FF 0%, #F6F6FF 100%);
}

.brands .section-head {
  text-align: right;
}

@media (max-width: 991.98px) {
  .brands .section-head {
    text-align: center;
    margin-bottom: 50px !important;
  }
}

.brands .section-head .text {
  margin: 0;
}

@media (max-width: 991.98px) {
  .brands .section-head .text {
    text-align: center;
    margin: auto;
  }
}

.brands .section-head .actions {
  text-align: center;
}

.brands .section-head .actions .btn-transparent {
  background: transparent;
  color: var(--p-color);
  border: 2px solid var(--border-color);
}

.brands .section-head .actions .btn-transparent svg {
  fill: var(--p-color);
}

.brands .section-head .actions .btn-line {
  color: var(--p-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-top: 50px;
  display: inline-block;
  font-size: 1.1rem;
  margin-right: 25px;
}

@media (max-width: 575.98px) {
  .brands .section-head .actions .btn-line {
    margin-right: 10px;
  }
}

.brands .section-head .actions .btn-line:after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--main-color);
  content: "";
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.brands .section-head .actions .btn-line:hover {
  color: var(--main-color);
}

.brands .section-head .actions .btn-line:hover:after {
  width: 100%;
}

.brands .brandsSwiper {
  direction: ltr;
}

.brands .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.brands .img-container img {
  max-width: 100%;
}

.section-head {
  margin-bottom: 50px;
}

.section-head .pretitle {
  color: var(--main-color);
  position: relative;
  height: 36px;
  padding: 0 15px;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 20px;
  z-index: 1;
  padding-left: 17px;
  background: 0 0;
  line-height: 40px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .section-head .pretitle {
    font-size: 0.85rem;
  }
}

.section-head .pretitle:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(400px) rotateY(-11deg);
          transform: perspective(400px) rotateY(-11deg);
  z-index: -1;
  background: #1806fc0d;
}

.section-head .title {
  font-weight: 100;
  color: var(--p-color);
  font-size: 2rem;
  margin-bottom: 2px;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .section-head .title {
    font-size: 1.25rem;
  }
}

.section-head .text {
  font-size: 1rem;
  width: 500px;
  margin: auto;
  color: #adafca;
}

@media (max-width: 575.98px) {
  .section-head .text {
    width: 100%;
    font-size: 0.9rem;
  }
}

[lang="ar"] body {
  word-spacing: 2px;
}

[lang="ar"] .navbar .nav-links {
  direction: rtl;
}

@media (max-width: 991.98px) {
  [lang="ar"] .navbar .nav-links ul {
    text-align: right;
  }
}

[lang="en"] .home-header .header-content a.btn-transparent {
  padding: 15px 30px 8px 30px;
  width: 300px !important;
}

[lang="en"] .home-header .header-content a.btn-transparent:hover svg {
  -webkit-transform: rotate(180deg) translate(-4px, 0) !important;
          transform: rotate(180deg) translate(-4px, 0) !important;
}

[lang="en"] .home-header .header-content a.btn-transparent svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: "ar";
  margin-bottom: 8px;
}

[lang="en"] .home-header a.btn-transparent {
  direction: ltr !important;
}

[lang="en"] .projects .projects-filter .project-card .project-img {
  left: unset;
  right: -10px;
}

[lang="en"] .projects .projects-filter .project-card .project-img img {
  max-width: 325px;
}

@media (max-width: 575.98px) {
  [lang="en"] .projects .projects-filter .project-card .project-img img {
    max-width: 250px;
  }
}

[lang="en"] .projects .projects-filter .pin-project-card .project-img {
  left: unset;
  right: -15px;
}

[lang="en"] .projects .projects-filter .pin-project-card .project-img img {
  max-width: 575px;
}

[lang="en"] .blog .blog-card .blog-card-content {
  left: unset;
  right: 0;
}

[lang="en"] .blog .blog-card .blog-card-content .blog-card-info {
  text-align: left;
}

[lang="en"] .brands .section-head {
  text-align: left;
}

[lang="en"] .btn-transparent:hover svg {
  -webkit-transform: rotate(180deg) translate(-4px, 0) !important;
          transform: rotate(180deg) translate(-4px, 0) !important;
}

[lang="en"] .btn-transparent svg {
  margin-right: unset;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: "ar";
  margin-bottom: 8px;
}

.noti-open {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.navbar-open {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.btn-transparent {
  background: #FFF;
  border: 2px solid #000248;
  text-decoration: none;
  color: #000248;
  padding: 12px 30px 12px 30px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-transparent:hover {
  color: #FFF;
  background: var(--main-color);
  border: 2px solid var(--main-color);
}

.btn-transparent:hover svg {
  -webkit-transform: translate(-4px, 0);
          transform: translate(-4px, 0);
  fill: #FFF;
}

.btn-transparent svg {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.font-bold {
  font-weight: 900;
}

.content-top-right .swiper-slider-content {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.content-top-right .swiper-slider-content .swiper-slider-content-inner {
  padding: 50px 25px !important;
}

.content-top-right .swiper-slider-content .swiper-slider-content-inner h1 {
  text-align: right !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.content-top-right .swiper-slider-content .swiper-slider-content-inner p {
  margin: 15px 0 0 auto !important;
  text-align: right !important;
}

.content-top-right .swiper-slider-content .swiper-slider-content-inner a {
  margin: 20px 0 0 auto !important;
  text-align: right !important;
}

.content-center-right .swiper-slider-content {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.content-center-right .swiper-slider-content .swiper-slider-content-inner {
  padding: 50px 25px !important;
}

.content-center-right .swiper-slider-content .swiper-slider-content-inner h1 {
  text-align: right !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.content-center-right .swiper-slider-content .swiper-slider-content-inner p {
  margin: 15px 0 0 auto !important;
  text-align: right !important;
}

.content-center-right .swiper-slider-content .swiper-slider-content-inner a {
  margin: 20px 0 0 auto !important;
  text-align: right !important;
}

.content-bottom-right .swiper-slider-content {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.content-bottom-right .swiper-slider-content .swiper-slider-content-inner {
  padding: 50px 25px !important;
}

.content-bottom-right .swiper-slider-content .swiper-slider-content-inner h1 {
  text-align: right !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.content-bottom-right .swiper-slider-content .swiper-slider-content-inner p {
  margin: 15px 0 0 auto !important;
  text-align: right !important;
}

.content-bottom-right .swiper-slider-content .swiper-slider-content-inner a {
  margin: 20px 0 0 auto !important;
  text-align: right !important;
}

.content-top-center .swiper-slider-content {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.content-top-center .swiper-slider-content .swiper-slider-content-inner {
  padding: 50px 25px !important;
}

.content-top-center .swiper-slider-content .swiper-slider-content-inner h1 {
  text-align: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.content-top-center .swiper-slider-content .swiper-slider-content-inner p {
  margin: 15px auto 0 auto !important;
  text-align: center !important;
}

.content-top-center .swiper-slider-content .swiper-slider-content-inner a {
  margin: 20px auto 0 auto !important;
  text-align: center !important;
}

.content-center-center .swiper-slider-content {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.content-center-center .swiper-slider-content .swiper-slider-content-inner {
  padding: 50px 25px !important;
}

.content-center-center .swiper-slider-content .swiper-slider-content-inner h1 {
  text-align: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.content-center-center .swiper-slider-content .swiper-slider-content-inner p {
  margin: 15px auto 0 auto !important;
  text-align: center !important;
}

.content-center-center .swiper-slider-content .swiper-slider-content-inner a {
  margin: 20px auto 0 auto !important;
  text-align: center !important;
}

.content-bottom-center .swiper-slider-content {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.content-bottom-center .swiper-slider-content .swiper-slider-content-inner {
  padding: 50px 25px !important;
}

.content-bottom-center .swiper-slider-content .swiper-slider-content-inner h1 {
  text-align: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.content-bottom-center .swiper-slider-content .swiper-slider-content-inner p {
  margin: 15px auto 0 auto !important;
  text-align: center !important;
}

.content-bottom-center .swiper-slider-content .swiper-slider-content-inner a {
  margin: 20px auto 0 auto !important;
  text-align: center !important;
}

.content-top-left .swiper-slider-content {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.content-top-left .swiper-slider-content .swiper-slider-content-inner {
  padding: 50px 25px !important;
}

.content-top-left .swiper-slider-content .swiper-slider-content-inner h1 {
  text-align: left !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.content-top-left .swiper-slider-content .swiper-slider-content-inner p {
  margin: 15px 0 0 0 !important;
  text-align: left !important;
}

.content-top-left .swiper-slider-content .swiper-slider-content-inner a {
  margin: 20px 0 0 0 !important;
  text-align: left !important;
}

.content-center-left .swiper-slider-content {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.content-center-left .swiper-slider-content .swiper-slider-content-inner {
  padding: 50px 25px !important;
}

.content-center-left .swiper-slider-content .swiper-slider-content-inner h1 {
  text-align: left !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.content-center-left .swiper-slider-content .swiper-slider-content-inner p {
  margin: 15px 0 0 0 !important;
  text-align: left !important;
}

.content-center-left .swiper-slider-content .swiper-slider-content-inner a {
  margin: 20px 0 0 0 !important;
  text-align: left !important;
}

.content-bottom-left .swiper-slider-content {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.content-bottom-left .swiper-slider-content .swiper-slider-content-inner {
  padding: 50px 25px !important;
}

.content-bottom-left .swiper-slider-content .swiper-slider-content-inner h1 {
  text-align: left !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.content-bottom-left .swiper-slider-content .swiper-slider-content-inner p {
  margin: 15px 0 0 0 !important;
  text-align: left !important;
}

.content-bottom-left .swiper-slider-content .swiper-slider-content-inner a {
  margin: 20px 0 0 0 !important;
  text-align: left !important;
}

.main-bg {
  background: var(--main-color) !important;
}

.dark .nav-logo p {
  color: #FFF !important;
  -webkit-text-stroke-width: 0 !important;
}

.dark .nav-logo .main-logo {
  display: none !important;
}

.dark .nav-logo .img-dark {
  display: block !important;
}

.dark .header .gradient-background {
  background: -webkit-gradient(linear, left bottom, left top, from(#002132), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #002132 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.dark .home-header .gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#002132), to(rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(180deg, #002132 0%, rgba(0, 0, 0, 0) 100%) !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.dark .numbers {
  background: #161b28;
}

.dark .home-header .main-logo {
  display: block !important;
}

.dark .home-header .img-dark {
  display: none !important;
}

.dark .white-nav .main-logo {
  display: none !important;
}

.dark .white-nav .img-dark {
  display: block !important;
}

.dark .clients {
  background: var(--body-bg);
}

.dark .brands {
  background: -webkit-gradient(linear, left bottom, left top, from(#002132), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #002132 0%, rgba(0, 0, 0, 0) 100%);
}

.dark .project-card {
  background: -webkit-gradient(linear, left bottom, left top, from(#002132), to(rgba(0, 0, 0, 0))) !important;
  background: linear-gradient(0deg, #002132 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.white-nav {
  background: var(--navbar-color) !important;
  -webkit-box-shadow: 0 0 40px 0 #5e5c9a0f !important;
          box-shadow: 0 0 40px 0 #5e5c9a0f !important;
  padding: 12px 50px;
}

@media (max-width: 575.98px) {
  .white-nav {
    padding: 12px 5px;
  }
}

.white-nav .nav-logo p {
  color: var(--p-color) !important;
  -webkit-text-stroke-width: 0 !important;
}

.white-nav .nav-actions .icon.dark-mode svg g [fill] {
  fill: var(--p-color) !important;
}

.white-nav .nav-actions .hover-drop span {
  color: var(--p-color) !important;
}

.white-nav .nav-actions .hover-drop svg.arrow {
  fill: var(--p-color) !important;
}

.white-nav .nav-links ul li a {
  color: var(--p-color) !important;
}

.white-nav .nav-links ul li span {
  color: var(--p-color) !important;
}

.white-nav .nav-links ul li:hover a, .white-nav .nav-links ul li:hover span, .white-nav .nav-links ul li:hover svg {
  color: #1806fc;
  fill: #1806fc;
}

.white-nav .nav-links ul li .li-links ul {
  background: var(--body-bg) !important;
}

.white-nav .nav-links ul li .li-links ul li a {
  color: var(--p-color) !important;
}

@-webkit-keyframes shake {
  2% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
            transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  4% {
    -webkit-transform: translate(2.5px, 1.5px) rotate(1.5deg);
            transform: translate(2.5px, 1.5px) rotate(1.5deg);
  }
  6% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(0.5deg);
            transform: translate(2.5px, 0.5px) rotate(0.5deg);
  }
  8% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
            transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(-0.5px, -1.5px) rotate(1.5deg);
            transform: translate(-0.5px, -1.5px) rotate(1.5deg);
  }
  12% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(1.5deg);
            transform: translate(-0.5px, 0.5px) rotate(1.5deg);
  }
  14% {
    -webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
            transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  }
  16% {
    -webkit-transform: translate(2.5px, 1.5px) rotate(1.5deg);
            transform: translate(2.5px, 1.5px) rotate(1.5deg);
  }
  18% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(-0.5deg);
            transform: translate(0.5px, -0.5px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(0.5deg);
            transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(2.5px, -0.5px) rotate(0.5deg);
            transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  24% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(1.5deg);
            transform: translate(-0.5px, 0.5px) rotate(1.5deg);
  }
  26% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(1.5deg);
            transform: translate(-1.5px, 0.5px) rotate(1.5deg);
  }
  28% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
            transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  30% {
    -webkit-transform: translate(1.5px, 1.5px) rotate(1.5deg);
            transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }
  32% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
            transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
            transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(1.5px, 2.5px) rotate(1.5deg);
            transform: translate(1.5px, 2.5px) rotate(1.5deg);
  }
  38% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
            transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  40% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(1.5deg);
            transform: translate(0.5px, -0.5px) rotate(1.5deg);
  }
  42% {
    -webkit-transform: translate(2.5px, -1.5px) rotate(-0.5deg);
            transform: translate(2.5px, -1.5px) rotate(-0.5deg);
  }
  44% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
            transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(1.5px, 0.5px) rotate(0.5deg);
            transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  48% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(-0.5deg);
            transform: translate(0.5px, -0.5px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(0.5deg);
            transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
            transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  56% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  58% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  62% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  64% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  68% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  72% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  74% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  76% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  78% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  82% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  84% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  86% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  88% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  92% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  94% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  96% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  98% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}

@keyframes shake {
  2% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
            transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  4% {
    -webkit-transform: translate(2.5px, 1.5px) rotate(1.5deg);
            transform: translate(2.5px, 1.5px) rotate(1.5deg);
  }
  6% {
    -webkit-transform: translate(2.5px, 0.5px) rotate(0.5deg);
            transform: translate(2.5px, 0.5px) rotate(0.5deg);
  }
  8% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
            transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(-0.5px, -1.5px) rotate(1.5deg);
            transform: translate(-0.5px, -1.5px) rotate(1.5deg);
  }
  12% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(1.5deg);
            transform: translate(-0.5px, 0.5px) rotate(1.5deg);
  }
  14% {
    -webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg);
            transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  }
  16% {
    -webkit-transform: translate(2.5px, 1.5px) rotate(1.5deg);
            transform: translate(2.5px, 1.5px) rotate(1.5deg);
  }
  18% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(-0.5deg);
            transform: translate(0.5px, -0.5px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(0.5deg);
            transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(2.5px, -0.5px) rotate(0.5deg);
            transform: translate(2.5px, -0.5px) rotate(0.5deg);
  }
  24% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(1.5deg);
            transform: translate(-0.5px, 0.5px) rotate(1.5deg);
  }
  26% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(1.5deg);
            transform: translate(-1.5px, 0.5px) rotate(1.5deg);
  }
  28% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
            transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  30% {
    -webkit-transform: translate(1.5px, 1.5px) rotate(1.5deg);
            transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }
  32% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(0.5deg);
            transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
            transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(1.5px, 2.5px) rotate(1.5deg);
            transform: translate(1.5px, 2.5px) rotate(1.5deg);
  }
  38% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
            transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  40% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(1.5deg);
            transform: translate(0.5px, -0.5px) rotate(1.5deg);
  }
  42% {
    -webkit-transform: translate(2.5px, -1.5px) rotate(-0.5deg);
            transform: translate(2.5px, -1.5px) rotate(-0.5deg);
  }
  44% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
            transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(1.5px, 0.5px) rotate(0.5deg);
            transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  48% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(-0.5deg);
            transform: translate(0.5px, -0.5px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(0.5deg);
            transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(0.5px, -0.5px) rotate(0.5deg);
            transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  56% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  58% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  62% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  64% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  68% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  72% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  74% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  76% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  78% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  80% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  82% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  84% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  86% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  88% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  92% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  94% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  96% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  98% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}

.pyro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 88%;
  right: 144px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
          box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    -webkit-box-shadow: 149px -229.66667px #00d9ff, 5px -406.66667px #00d5ff, -174px 23.33333px #ff8000, -203px -285.66667px #00c4ff, 229px -401.66667px #3cff00, 209px 21.33333px #55ff00, 154px -295.66667px #f200ff, -214px -218.66667px #ff7b00, -116px -74.66667px #00ff2b, 69px -130.66667px #00ffe6, 106px -199.66667px #ff5100, -72px -301.66667px #00ff26, 232px 51.33333px #6aff00, 23px 71.33333px #1e00ff, -164px -308.66667px #ff0044, -128px -77.66667px #00ffe6, -217px -86.66667px #001aff, 68px -168.66667px #c8ff00, -227px -70.66667px #ff2f00, -22px -294.66667px #0022ff, 85px 16.33333px #ff0055, -55px -183.66667px #4800ff, -104px -119.66667px #0062ff, 235px -297.66667px #ff3c00, -164px -55.66667px #ff009d, -165px -57.66667px #ff7b00, -100px -74.66667px #4400ff, 40px -95.66667px #ff00aa, -125px -377.66667px #ff0077, 214px 21.33333px #0044ff, -197px -253.66667px #eaff00, 183px -272.66667px #ff003c, -83px -177.66667px #59ff00, 178px -379.66667px #bfff00, 215px -249.66667px #0095ff, -236px 55.33333px #00ff22, -20px -179.66667px #91ff00, -126px 26.33333px #ff0095, -35px -55.66667px #00ff80, -71px -250.66667px #2bff00, -173px -321.66667px #007bff, -16px -161.66667px #ff001a, -228px -83.66667px #00ff73, -173px -51.66667px #00fbff, -5px -27.66667px #ff0099, 160px -390.66667px #e100ff, -62px -180.66667px #ff0080, 108px -29.66667px #00c4ff, -132px -183.66667px #ff9d00, 221px -107.66667px #0059ff, -245px -10.66667px #ff4d00;
            box-shadow: 149px -229.66667px #00d9ff, 5px -406.66667px #00d5ff, -174px 23.33333px #ff8000, -203px -285.66667px #00c4ff, 229px -401.66667px #3cff00, 209px 21.33333px #55ff00, 154px -295.66667px #f200ff, -214px -218.66667px #ff7b00, -116px -74.66667px #00ff2b, 69px -130.66667px #00ffe6, 106px -199.66667px #ff5100, -72px -301.66667px #00ff26, 232px 51.33333px #6aff00, 23px 71.33333px #1e00ff, -164px -308.66667px #ff0044, -128px -77.66667px #00ffe6, -217px -86.66667px #001aff, 68px -168.66667px #c8ff00, -227px -70.66667px #ff2f00, -22px -294.66667px #0022ff, 85px 16.33333px #ff0055, -55px -183.66667px #4800ff, -104px -119.66667px #0062ff, 235px -297.66667px #ff3c00, -164px -55.66667px #ff009d, -165px -57.66667px #ff7b00, -100px -74.66667px #4400ff, 40px -95.66667px #ff00aa, -125px -377.66667px #ff0077, 214px 21.33333px #0044ff, -197px -253.66667px #eaff00, 183px -272.66667px #ff003c, -83px -177.66667px #59ff00, 178px -379.66667px #bfff00, 215px -249.66667px #0095ff, -236px 55.33333px #00ff22, -20px -179.66667px #91ff00, -126px 26.33333px #ff0095, -35px -55.66667px #00ff80, -71px -250.66667px #2bff00, -173px -321.66667px #007bff, -16px -161.66667px #ff001a, -228px -83.66667px #00ff73, -173px -51.66667px #00fbff, -5px -27.66667px #ff0099, 160px -390.66667px #e100ff, -62px -180.66667px #ff0080, 108px -29.66667px #00c4ff, -132px -183.66667px #ff9d00, 221px -107.66667px #0059ff, -245px -10.66667px #ff4d00;
  }
}

@keyframes bang {
  to {
    -webkit-box-shadow: 149px -229.66667px #00d9ff, 5px -406.66667px #00d5ff, -174px 23.33333px #ff8000, -203px -285.66667px #00c4ff, 229px -401.66667px #3cff00, 209px 21.33333px #55ff00, 154px -295.66667px #f200ff, -214px -218.66667px #ff7b00, -116px -74.66667px #00ff2b, 69px -130.66667px #00ffe6, 106px -199.66667px #ff5100, -72px -301.66667px #00ff26, 232px 51.33333px #6aff00, 23px 71.33333px #1e00ff, -164px -308.66667px #ff0044, -128px -77.66667px #00ffe6, -217px -86.66667px #001aff, 68px -168.66667px #c8ff00, -227px -70.66667px #ff2f00, -22px -294.66667px #0022ff, 85px 16.33333px #ff0055, -55px -183.66667px #4800ff, -104px -119.66667px #0062ff, 235px -297.66667px #ff3c00, -164px -55.66667px #ff009d, -165px -57.66667px #ff7b00, -100px -74.66667px #4400ff, 40px -95.66667px #ff00aa, -125px -377.66667px #ff0077, 214px 21.33333px #0044ff, -197px -253.66667px #eaff00, 183px -272.66667px #ff003c, -83px -177.66667px #59ff00, 178px -379.66667px #bfff00, 215px -249.66667px #0095ff, -236px 55.33333px #00ff22, -20px -179.66667px #91ff00, -126px 26.33333px #ff0095, -35px -55.66667px #00ff80, -71px -250.66667px #2bff00, -173px -321.66667px #007bff, -16px -161.66667px #ff001a, -228px -83.66667px #00ff73, -173px -51.66667px #00fbff, -5px -27.66667px #ff0099, 160px -390.66667px #e100ff, -62px -180.66667px #ff0080, 108px -29.66667px #00c4ff, -132px -183.66667px #ff9d00, 221px -107.66667px #0059ff, -245px -10.66667px #ff4d00;
            box-shadow: 149px -229.66667px #00d9ff, 5px -406.66667px #00d5ff, -174px 23.33333px #ff8000, -203px -285.66667px #00c4ff, 229px -401.66667px #3cff00, 209px 21.33333px #55ff00, 154px -295.66667px #f200ff, -214px -218.66667px #ff7b00, -116px -74.66667px #00ff2b, 69px -130.66667px #00ffe6, 106px -199.66667px #ff5100, -72px -301.66667px #00ff26, 232px 51.33333px #6aff00, 23px 71.33333px #1e00ff, -164px -308.66667px #ff0044, -128px -77.66667px #00ffe6, -217px -86.66667px #001aff, 68px -168.66667px #c8ff00, -227px -70.66667px #ff2f00, -22px -294.66667px #0022ff, 85px 16.33333px #ff0055, -55px -183.66667px #4800ff, -104px -119.66667px #0062ff, 235px -297.66667px #ff3c00, -164px -55.66667px #ff009d, -165px -57.66667px #ff7b00, -100px -74.66667px #4400ff, 40px -95.66667px #ff00aa, -125px -377.66667px #ff0077, 214px 21.33333px #0044ff, -197px -253.66667px #eaff00, 183px -272.66667px #ff003c, -83px -177.66667px #59ff00, 178px -379.66667px #bfff00, 215px -249.66667px #0095ff, -236px 55.33333px #00ff22, -20px -179.66667px #91ff00, -126px 26.33333px #ff0095, -35px -55.66667px #00ff80, -71px -250.66667px #2bff00, -173px -321.66667px #007bff, -16px -161.66667px #ff001a, -228px -83.66667px #00ff73, -173px -51.66667px #00fbff, -5px -27.66667px #ff0099, 160px -390.66667px #e100ff, -62px -180.66667px #ff0080, 108px -29.66667px #00c4ff, -132px -183.66667px #ff9d00, 221px -107.66667px #0059ff, -245px -10.66667px #ff4d00;
  }
}

@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

.no-details .project-card .project-info a {
  display: none !important;
}

.swiper-wrapper.disabled {
  -webkit-transform: translate3d(0px, 0, 0) !important;
          transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
  display: none;
}

.close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(22, 22, 34, 0.6);
  z-index: 999;
  -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;
}

.open-popup {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1806fc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1806fc85;
}
/*# sourceMappingURL=main.css.map */