@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 10px;
}

body {
  color: #000000;
  font-size: 2rem;
  direction: ltr;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 8rem;
  font-weight: 700;
}

h2 {
  font-size: 7rem;
  font-weight: 600;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 2rem;
}

pre {
  font-size: 2rem;
  font-family: inherit;
  white-space: unset;
  margin-bottom: 0;
  overflow: visible;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Quicksand", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

ul li,
ol li {
  text-align: left;
}

a,
input[type=submit],
button,
.transition {
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #3366FF;
}

img {
  max-width: 100%;
  height: auto;
}

img.grayscale {
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  border-radius: 50%;
}

.content ol,
.content ul {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 0;
  transition: all ease 1s;
}

ul#main-menu > li {
  position: relative;
  display: flex;
  align-items: center;
}
ul#main-menu > li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
  display: inline-block;
}
ul#main-menu > li:first-child::before, ul#main-menu > li:last-child::before {
  display: none;
}
ul#main-menu > li.contact a {
  border: 2px solid #000000;
  border-radius: 25px;
}
ul#main-menu > li.contact:hover a {
  background: #000000;
  color: white !important;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 2rem;
  color: #000000;
  line-height: 1.5;
  padding: 2px 2rem;
  font-weight: 500;
}
ul#main-menu > li > a:hover {
  color: #3366FF !important;
}

ul#main-menu > li.current-menu-item > a {
  color: #000000;
}

ul#main-menu > li > a:focus,
ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #000000;
}

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: -15px;
  top: 100%;
  width: 250px;
  display: none;
}

ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}

ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #3366FF;
  margin-right: 2px;
  margin-left: 2px;
}

ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #000000;
}

ul#main-menu ul.sub-menu li:hover > a {
  color: #000000;
}

/*############################ General ############################*/
.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.center {
  text-align: center;
}

sup, .sup {
  font-size: 20%;
  vertical-align: super;
}

.white {
  color: #fff;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.page-template-accessibility {
  direction: rtl;
}
.page-template-accessibility a.accessibility {
  margin-top: 5px;
  display: block;
}
.page-template-accessibility .main-container {
  padding: 70px 15px;
}
.page-template-accessibility h1 {
  text-align: center;
}
.page-template-accessibility h2 {
  font-size: 2rem;
  margin-top: 50px;
  text-align: right;
}
.page-template-accessibility p {
  text-align: right !important;
  line-height: 1.4;
}
.page-template-accessibility .content ul {
  direction: rtl;
  list-style: disc;
}
.page-template-accessibility .content ul p {
  text-align: right;
}
.page-template-accessibility .content ul li {
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 10px;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: white;
  padding: 1rem 0 1rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  transition: all ease 1s;
}
.header .logo img {
  width: 200px;
  transition: all ease 1s;
}
.header.minimize {
  padding: 1rem 0 0.5rem;
}
.header.minimize .logo img {
  width: 150px;
}
.header.minimize ul#main-menu {
  margin-top: 0;
}
.header.minimize ul#main-menu li a {
  font-size: 1.7rem;
}

.text16 {
  font-size: 1.6rem;
}

.text25 {
  font-size: 2.5rem;
}

.text40 {
  font-size: 4rem;
}

.text70 {
  font-size: 7rem;
}

.button {
  border: none;
  border-radius: 25px;
  padding: 0.5rem 2rem;
  overflow: hidden;
  position: relative;
}
.button::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 200%;
  left: 0;
  bottom: 0;
  transform: translateX(-110%);
  transition: all ease 1s;
}
.button a {
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
  padding: 0.5rem 2rem;
  display: inline-block;
}
.button:hover a {
  color: #000000 !important;
}
.button:hover::after {
  transform: translateX(0);
}
.button.blue {
  background: #3366FF;
}
.button.blue a {
  color: white;
}
.button.blue:hover {
  background: #3CDA87;
}
.button.green {
  background: #3CDA87;
}
.button.green a {
  color: #000000;
}
.button.green:hover {
  background: #3366FF;
}
.button.green:hover a {
  color: white !important;
}

.gradient {
  background: -webkit-linear-gradient(0deg, #3366FF 0%, #3CDA87 100%);
}

.gradient-text {
  background: -webkit-linear-gradient(0deg, #3366FF 0%, #3CDA87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.mb-6 {
  margin-bottom: 5rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.px-10 {
  padding: 0 10rem;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}

.note {
  display: inline;
  position: relative;
}
.note::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../svg/notemark.svg) center center no-repeat #3366FF;
  cursor: pointer;
  border-radius: 50%;
}
.note:hover .note-tooltip {
  opacity: 1;
  visibility: visible;
}
.note .note-tooltip {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #EDE9E9;
  border-radius: 7px;
  padding: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  text-align: left;
}

.page404 {
  padding: 15rem 0;
}
.page404 h1 {
  font-size: 15rem;
}
.page404 h2 {
  font-size: 3rem;
}

#hp-video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#hp-video video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  height: 100%;
  overflow: visible;
}
#hp-video .overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(10deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

#hp-top-slider {
  min-height: 100vh;
  position: relative;
  background: transparent;
  line-height: 1.1;
}
#hp-top-slider .hp-top {
  margin-top: 20%;
}
#hp-top-slider button {
  margin-top: 3rem;
}
#hp-top-slider .owl-stage {
  display: flex;
  align-items: center;
}
#hp-top-slider .top-slide {
  padding: 4rem 0 4rem 30%;
  position: relative;
}
#hp-top-slider .top-slide p:first-child {
  position: relative;
}
#hp-top-slider .top-slide p:first-child span {
  position: relative;
  z-index: 1;
}
#hp-top-slider .top-slide p:first-child:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -30px;
  width: 76px;
  height: 55px;
  background: url(../svg/quotation.svg) center center no-repeat;
  background-size: contain !important;
}
#hp-top-slider .owl-dots {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hp-top-slider .owl-dots .owl-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: white;
  margin: 0 0 10px 0;
  opacity: 0.3;
}
#hp-top-slider .owl-dots .owl-dot.active {
  opacity: 1;
}

#hp-need {
  position: relative;
  z-index: 1;
  transform: translateY(50%);
  margin-top: -300px;
  padding: 10rem 0;
}
#hp-need .need-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background: white;
  border-radius: 0 500px 500px 0;
}
#hp-need .hp-numbers {
  margin-bottom: 10rem;
}

.slogan p {
  margin-bottom: 0;
  line-height: 1.1;
}

#hp-solution {
  position: relative;
  padding: 10rem 0 30rem;
  background: -webkit-linear-gradient(45deg, #3366FF 0%, #3CDA87 90%);
}
#hp-solution #solution-anchor {
  padding-top: 10rem;
}
#hp-solution .solution-bg {
  position: absolute;
  left: 0;
  top: 0;
}
#hp-solution .solution-steps .steps-slide {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}
#hp-solution .solution-steps .steps-slide img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
#hp-solution .solution-steps .steps-slide .step-text {
  position: absolute;
  top: 2rem;
  left: 3rem;
}
#hp-solution .solution-steps .steps-slide .step-text .text70 {
  line-height: 1;
}
#hp-solution .tech-steps {
  margin-top: 8rem;
  position: relative;
  min-height: 700px;
}
#hp-solution .tech-steps .teps-wrapper {
  position: absolute;
  width: 100%;
}
#hp-solution .step-image {
  height: 290px;
  border-radius: 20px 20px 500px 500px;
  position: relative;
  overflow: hidden;
}
#hp-solution .step-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hp-solution .plus {
  width: 24px;
  height: 24px;
  background: black;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 12px);
  top: -12px;
  transition: all ease 0.5s;
}
#hp-solution .plus.active {
  transform: rotate(180deg);
}
#hp-solution .plus.active span:first-child {
  opacity: 0;
  visibility: hidden;
}
#hp-solution .plus span {
  width: 10px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  display: inline-block;
  background: white;
  transition: all ease 0.5s;
  opacity: 1;
  visibility: visible;
}
#hp-solution .plus span:first-child {
  left: calc(50% - 5px);
  top: calc(50% - 2px);
  transform: rotate(90deg);
}
#hp-solution .plus span:last-child {
  left: calc(50% - 5px);
  top: calc(50% - 2px);
}
#hp-solution .step-desc {
  display: none;
  margin-bottom: 3rem;
}

#hp-advantages {
  padding: 10rem 0 30rem;
  background: white;
  position: relative;
  text-align: center;
  border-radius: 300px 0 0 0;
  margin-top: -300px;
  z-index: 2;
}
#hp-advantages h2 {
  margin: 0 auto 10rem;
}
#hp-advantages .advantages {
  flex-wrap: wrap;
  justify-content: center;
}
#hp-advantages .advantage {
  flex: 1;
}
#hp-advantages .advantage svg {
  height: 120px;
}
#hp-advantages .advantage svg path, #hp-advantages .advantage svg line {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset 4s ease;
}
#hp-advantages .advantage h3 {
  margin: 3rem 0 1rem;
}
#hp-advantages .advantage.animation-on svg path, #hp-advantages .advantage.animation-on svg line {
  stroke-dashoffset: 0;
}

#hp-partner {
  transform: translateY(-50%);
  position: relative;
  z-index: 3;
  position: absolute;
  width: 100%;
}
#hp-partner .partner-wrapper {
  background: black;
  padding: 5rem 8rem;
  border-radius: 200px;
  color: white;
}

#hp-vision {
  background: #E9E9E9;
  background: linear-gradient(135deg, rgb(233, 233, 233) 0%, rgb(255, 255, 255) 100%);
  position: relative;
  padding: 20rem 0 20rem;
}
#hp-vision #hp-vision-anchor {
  padding-top: 10rem;
}
#hp-vision .vision-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
#hp-vision .team {
  margin-top: 10rem;
}
#hp-vision .team .single-team .team-photo {
  width: 35%;
  position: relative;
  flex-shrink: 0;
}
#hp-vision .team .single-team .team-photo figure {
  aspect-ratio: 1/1.1;
  border-radius: 20px 150px 150px 20px;
  position: relative;
  overflow: hidden;
}
#hp-vision .team .single-team .team-photo figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
#hp-vision .team .single-team .team-photo a.linkedin {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3366FF;
  border-radius: 50%;
}
#hp-vision .team .single-team .team-bio {
  margin-top: 2rem;
  padding-left: 2rem;
  position: relative;
}
#hp-vision .team .single-team .team-bio::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  border-radius: 3px;
  background: #3366FF;
  background: linear-gradient(180deg, #3366FF 0%, #3CDA87 100%);
}

.footer {
  padding: 10rem 0 0;
  background: #3366FF;
  background: linear-gradient(90deg, rgba(51, 102, 255, 0.8) 0%, rgba(60, 218, 135, 0.8) 100%);
  position: relative;
  color: white;
}
.footer a {
  color: white;
}
.footer .footer-contact-form {
  margin-top: 5rem;
}
.footer .footer-contact-form label, .footer .footer-contact-form span, .footer .footer-contact-form input, .footer .footer-contact-form textarea {
  max-width: 100%;
}
.footer .footer-contact-form span {
  display: inline-block;
  margin-top: 1rem;
}
.footer .footer-contact-form input, .footer .footer-contact-form textarea {
  border: none;
  border-radius: 25px;
  padding: 1rem 2rem;
}
.footer .footer-contact-form textarea {
  max-height: 185px;
}
.footer .footer-contact-form p {
  margin-bottom: 3rem;
}
.footer .footer-contact-form .form-submit p {
  display: flex;
  flex-direction: row-reverse;
}
.footer .footer-contact-form .form-submit input[type=submit] {
  background: transparent;
  border: 2px solid white;
  color: white;
}
.footer .footer-contact-form .form-submit input[type=submit]:hover {
  background: white;
  color: #000000;
}
.footer .footer-linkedin {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 6px;
}
.footer .footer-linkedin svg {
  width: 25px;
  height: 25px;
}
.footer .footer-linkedin svg path {
  fill: #3366FF;
}
.footer .rights-credit {
  padding: 1rem 0;
  background: white;
  color: #000000;
  margin-top: 10rem;
}
.footer .rights-credit a {
  color: #3366FF;
}
.footer .rights-credit .credit {
  border-left: 1px solid #000000;
  padding-left: 1rem;
}

main.general {
  padding: 10rem 0;
}

.owl-carousel .animated {
  animation-duration: 0 ms !important;
  animation-fill-mode: both !important;
}
.owl-carousel .fadeIn {
  animation-name: fadeIn;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.text-mask {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.text-mask * {
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
.text-mask .slide-right {
  transform: translateX(-100%);
  opacity: 0;
}
.text-mask .slide-right.animation-on {
  transform: translateX(0);
  opacity: 1;
}
.text-mask .slide-top {
  transform: translateY(100%);
  opacity: 0;
}
.text-mask .slide-top.animation-on {
  transform: translateY(0);
  opacity: 1;
}

.animated-title {
  position: relative;
  z-index: 1;
}
.animated-title span.text {
  overflow: hidden;
  position: relative;
  color: transparent;
  background: transparent;
  transition: all ease 0.5s;
  transition-delay: 0.5s;
}
.animated-title span.text::after {
  position: absolute;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #3366FF 0%, #3CDA87 100%);
  width: 0;
  top: 0;
}
.animated-title.animation-on span.text {
  background: -webkit-linear-gradient(0deg, #3366FF 0%, #3CDA87 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.animated-title.animation-on span.text::after {
  animation: wipe ease 1s;
}

@keyframes wipe {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@keyframes slide {
  to {
    transform: translatex(0);
    opacity: 1;
  }
}
.off-canvas.is-open ul.mobile-menu > li:nth-child(1n) {
  animation-delay: 0.1s;
}

.off-canvas.is-open ul.mobile-menu > li:nth-child(2n) {
  animation-delay: 0.2s;
}

.off-canvas.is-open ul.mobile-menu > li:nth-child(3n) {
  animation-delay: 0.3s;
}

.off-canvas.is-open ul.mobile-menu > li:nth-child(4n) {
  animation-delay: 0.4s;
}

.off-canvas.is-open ul.mobile-menu > li:nth-child(5n) {
  animation-delay: 0.5s;
}

.off-canvas.is-open ul.mobile-menu > li:nth-child(6n) {
  animation-delay: 0.6s;
}

.off-canvas.is-open ul.mobile-menu > li:nth-child(7n) {
  animation-delay: 0.7s;
}

.off-canvas.is-open ul.mobile-menu > li:nth-child(8n) {
  animation-delay: 0.8s;
}

.off-canvas.is-open ul.mobile-menu > li:nth-child(9n) {
  animation-delay: 0.9s;
}

.off-canvas.is-open ul.mobile-menu > li:nth-child(10n) {
  animation-delay: 1s;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 28px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #3366FF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}
.triggerMobileMenu span:nth-child(2) {
  top: 11px;
}
.triggerMobileMenu span:nth-child(3) {
  top: 22px;
}
.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.off-canvas.is-open {
  z-index: 998;
  background: #fff;
  transform: translate(0);
}
.off-canvas.is-open ul.mobile-menu > li {
  animation: slide 1s ease-out both;
}

.position-left {
  transform: translateX(-100%);
  left: 0;
}

.position-right {
  transform: translateX(250px);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
  text-align: center;
}

.mobile_menu_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  background: #3366FF;
  border-bottom: 1px solid #3366FF;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul#mobile-menu li {
  position: relative;
  display: block;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 15px;
  color: #000000;
  text-align: center;
}
ul#mobile-menu > li {
  transform: translateX(-300px);
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1.6rem;
}
ul#mobile-menu ul.sub-menu li a:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0px;
  content: ">>";
  font-size: 0.7rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #3366FF;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1600px) {
  #hp-need .need-bg {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  #hp-advantages .advantage {
    flex: 0 0 auto;
    width: 33%;
    margin-bottom: 3rem;
  }
  #hp-solution .tech-steps {
    min-height: 1000px;
  }
  #hp-solution .tech-steps .single-step {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 1280px) {
  h2 {
    font-size: 5rem;
  }
  h3 {
    font-size: 3rem;
  }
  .header {
    padding: 1rem 0 0.5rem;
  }
  .header .logo img {
    width: 160px;
  }
  .header ul#main-menu {
    margin-top: 0;
  }
  #hp-need {
    padding: 10rem 0;
  }
  #hp-solution {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  #hp-solution #solution-anchor {
    padding-top: 0;
  }
  #hp-solution .steps-wrapper {
    padding: 0 !important;
  }
  #hp-solution .step-image {
    height: 400px;
  }
  .px-10 {
    padding: 0 !important;
  }
  ul#main-menu > li > a {
    padding: 2px 1.5rem;
  }
  .text70 {
    font-size: 5rem;
  }
  .text40 {
    font-size: 3rem;
  }
  #hp-need .need-bg {
    border-radius: 0 200px 0 0;
  }
  #hp-vision {
    padding: 20rem 0 10rem;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  #hp-advantages .advantage svg {
    height: 70px;
  }
  .mobile_menu_button {
    display: block;
  }
  .wrap_main_menu {
    display: none;
  }
  #hp-solution {
    padding-left: 0;
    padding-right: 0;
  }
  #hp-video video {
    -o-object-position: -60px 0;
       object-position: -60px 0;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  body.admin-bar .off-canvas {
    top: 46px;
  }
  #hp-need {
    padding: 10rem 0 10rem 0;
    margin: 0;
    transform: translate(0);
  }
  #hp-need .need-bg {
    border-radius: 0;
  }
  #hp-advantages {
    border-radius: 100px 0 0 0;
  }
  #hp-advantages .advantage {
    width: 50%;
  }
  #hp-partner .partner-wrapper {
    border-radius: 100px;
  }
  .footer .footer-contact-form .form-submit p {
    flex-direction: row;
  }
  #hp-top-slider .text70 {
    font-size: 5rem;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 576px) {
  .text70, h2 {
    font-size: 5rem;
  }
  #hp-top-slider .top-slide p:first-child:before {
    left: -35px;
  }
} /* end of (max-width: 576px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  #hp-advantages .advantage {
    width: 100%;
  }
  #hp-partner .partner-wrapper {
    padding: 3rem 4rem;
    border-radius: 60px;
  }
  h3 {
    font-size: 3rem;
  }
  #hp-top-slider .text70 {
    font-size: 3rem;
  }
  #hp-top-slider .text40 {
    font-size: 2.5rem;
  }
  #hp-top-slider .top-slide p:first-child:before {
    left: -25px;
  }
  #hp-video video {
    -o-object-position: 25% 0;
       object-position: 25% 0;
  }
} /* end of (max-width: 480px) */
@media only screen and (max-width: 400px) {
  #hp-video {
    height: 90%;
  }
  #hp-top-slider .top-slide p:first-child:before {
    width: 60px;
    height: 40px;
  }
  #hp-top-slider .hp-top {
    margin-top: 40%;
  }
  #hp-top-slider .top-slide {
    padding: 4rem 0 1rem 10%;
  }
  #hp-solution {
    padding: 5rem 0 30rem;
  }
  #hp-solution .step-image {
    height: 290px;
  }
  #hp-solution .step-desc {
    display: block;
  }
  #hp-solution .plus {
    display: none;
  }
  #hp-solution .solution-steps .steps-slide img {
    top: 60%;
  }
  #hp-solution .solution-steps .steps-slide p {
    font-size: 1.8rem;
  }
  #hp-advantages {
    padding: 5rem 0 20rem;
  }
  #hp-advantages h2 {
    margin-bottom: 5rem;
  }
  #hp-vision #hp-vision-anchor {
    padding-top: 5rem;
  }
  #hp-partner .partner-wrapper {
    border-radius: 0 100px 0 0;
  }
  #hp-partner > .container {
    padding: 0;
  }
  .text70, h2 {
    font-size: 4rem;
  }
  #hp-need, #solution-anchor, #hp-advantages, #hp-vision-anchor {
    scroll-margin-top: 100px;
  }
}
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */