@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Exo:100,300,400,600,700&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 25px;
}

body {
  color: #000000;
  font-size: 1rem;
  direction: ltr;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Exo", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Exo", sans-serif;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 0;
}

h1 {
  font-size: 3.2rem; /* 80/25 */
  font-weight: 100;
}
h1 strong {
  font-weight: 600;
}

h2 {
  font-size: 3.2rem; /* 80/25 */
}

h3 {
  font-size: 1.4rem; /* 35/25 */
  line-height: 1.2;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Exo", 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;
  color: #000000;
}

a:hover,
a:focus {
  color: #FF00FF;
}

img {
  max-width: 100%;
}

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: 1rem;
  line-height: 1.4em;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 0.6rem;
}

/****************************************************************
    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;
  max-width: 1200px;
  padding: 10px 15px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_container .logo img {
  max-width: 200px;
  height: auto;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #000000;
  z-index: 5555555;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.5);
}
header .logo img {
  transition: 0.5s;
}
header.active .logo img {
  transition: 0.5s;
  max-width: 120px;
  height: auto;
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#main-menu > li {
  position: relative;
}
ul#main-menu > li:last-of-type a {
  padding: 0px 3px;
}
ul#main-menu > li.contact-tab {
  background-color: #FF00FF;
  padding: 10px;
  border-radius: 25px;
  transition: 0.5s;
  margin-left: 15px;
}
ul#main-menu > li.contact-tab:hover {
  background-color: #fff;
  color: #FF00FF;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 0.8rem; /* 20/25 */
  color: #fff;
  line-height: 1.1rem;
  padding: 5px 15px;
}

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: #FF00FF;
}

/** 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;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px;
  color: #00FFFF;
  border-right: 1px solid #00FFFF;
  border-left: 1px solid #00FFFF;
  border-bottom: 1px solid #a1a1a1;
  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;
}

.top-section {
  position: relative;
  min-height: 90vh;
}
.top-section video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
}
.top-section .bg-image {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  bottom: 0;
  left: 0;
  position: absolute;
}
.top-section .container {
  min-height: 75vh;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-section h3 {
  margin: 35px 0 75px 0;
}
.top-section .bounce-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 5;
  animation: bounce 3s infinite;
  transition: all 0.7s ease;
  cursor: pointer;
}
.top-section .bounce-icon svg {
  transform: translateX(-50%);
}
.top-section .read-more:hover {
  background-color: #FF00FF;
}

#challenge-section h2::after {
  margin-left: 0em;
}
#challenge-section .sub-title {
  max-width: 666px;
  margin: 30px auto 120px auto;
}
#challenge-section .container {
  padding: 100px 15px 140px 15px;
}
#challenge-section .image {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  position: relative;
}
#challenge-section .image .blob {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  height: 110%;
  animation-name: floating;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
#challenge-section .image .blob svg {
  height: 100%;
}
#challenge-section .image .bg-color {
  border-radius: 50%;
  background-image: linear-gradient(to bottom right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
#challenge-section .image-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#challenge-section .single-challenge {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateX(-120%);
  transition: 1.3s;
}
#challenge-section .single-challenge.active {
  opacity: 1;
  transform: translateX(0);
}
#challenge-section .single-challenge p {
  margin-bottom: 0;
}
#challenge-section .single-challenge .icon {
  margin-right: 30px;
}
#challenge-section .single-challenge .icon svg {
  width: 100px;
  height: auto;
}

#pink-section {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#pink-section .side {
  position: relative;
  width: 50%;
  padding: 100px 70px;
  overflow: hidden;
}
#pink-section .side .bg-color {
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.5s;
  mix-blend-mode: multiply;
}
#pink-section .side path, #pink-section .side line {
  stroke: rgb(255, 0, 255);
  transition: 0.5s;
}
#pink-section .side:hover .bg-color {
  background-color: rgba(255, 0, 255, 0.75);
}
#pink-section .side:hover path, #pink-section .side:hover line {
  stroke: #fff;
}
#pink-section .content {
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 670px;
  transition: 2s;
  transition-delay: 0.3s;
  transform: translateX(-150%);
  opacity: 0;
}
#pink-section .content .text {
  opacity: 0;
  transition: 2.5s;
  transform: translateX(-200%);
  transition-delay: 1s;
}
#pink-section .content.active {
  transform: translateX(0);
  opacity: 1;
}
#pink-section .content.active .text {
  opacity: 1;
  transform: translateX(0);
}
#pink-section .content .icon {
  margin-right: 25px;
}
#pink-section .content .title {
  margin-bottom: 40px;
  max-width: 505px;
}
#pink-section .content strong {
  color: #00FFFF;
}

#solution-section {
  background-color: #000000;
}
#solution-section .container {
  padding: 100px 15px;
}
#solution-section .sub-title {
  margin: 30px auto 80px auto;
  max-width: 540px;
}
#solution-section .single-solution {
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transform: translateX(-120%);
  transition: 1.3s;
}
#solution-section .single-solution.active {
  opacity: 1;
  transform: translateX(0);
}
#solution-section .single-solution .icon-wrapper {
  position: relative;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#solution-section .single-solution .icon-wrapper .blob {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  transition: 0.6s;
  animation-name: testi-blob;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#solution-section .single-solution .icon-wrapper .blob svg {
  max-height: 110%;
  width: auto;
}
#solution-section .single-solution .icon {
  display: flex;
  align-items: center;
}
#solution-section .single-solution .number-text {
  display: flex;
  margin-top: 50px;
}
#solution-section .single-solution .number-text strong {
  color: #00FFFF;
}
#solution-section .single-solution .number {
  font-size: 150px;
  font-weight: 100;
  line-height: 0.8;
  margin-right: 8px;
  color: #FF00FF;
}

.analysis-title {
  max-width: 710px;
  margin: 0 auto 25px auto;
}

#analysis-section {
  background-color: #000000;
}
#analysis-section h2 {
  max-width: 710px;
  margin: 0 auto 100px auto;
  padding-top: 100px;
}
#analysis-section h2::after {
  margin-left: -0.25em;
}
#analysis-section .right, #analysis-section .left {
  width: 50%;
}
#analysis-section .wrapper {
  display: flex;
}
#analysis-section .left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  padding: 80px 15px 40px 15px;
  width: 60%;
  position: relative;
  z-index: 2;
}
#analysis-section .right {
  min-width: 975px;
  min-height: 550px;
}
#analysis-section .analysis-slider {
  height: 100%;
}
#analysis-section .single-image {
  width: 100%;
  padding-top: 61%;
}
#analysis-section .single-analysis {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  max-width: 570px;
}
#analysis-section .single-analysis .icon {
  margin-right: 25px;
}
#analysis-section .single-analysis .icon svg {
  width: 80px;
  height: auto;
}
#analysis-section .single-analysis .title {
  opacity: 0;
  transform: translateX(-150%);
  transition: 1s;
  display: flex;
  align-items: center;
}
#analysis-section .single-analysis .sub-title {
  opacity: 0;
  height: 0;
  transition: 0.4s;
  margin-top: 10px;
}
#analysis-section .single-analysis .plus {
  font-size: 35px;
  margin-left: 10px;
  transition: 0.5s;
  opacity: 1;
}
#analysis-section .single-analysis .title-line {
  display: inline-block;
  position: relative;
}
#analysis-section .single-analysis .title-line .line {
  margin-left: 10px;
  opacity: 0;
  position: relative;
  border-bottom: 2px solid #fff;
  width: 25vw;
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateY(-50%);
}
#analysis-section .single-analysis .title-line .line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 10px;
  height: 10px;
  background-color: #FF00FF;
  border-radius: 50%;
}
#analysis-section .single-analysis.active .title {
  opacity: 1;
  transform: translateX(0);
}
#analysis-section .single-analysis.clicked .sub-title {
  opacity: 1;
  height: auto;
}
#analysis-section .single-analysis.clicked .title-line .line {
  opacity: 1;
}
#analysis-section .single-analysis.clicked .plus {
  opacity: 0;
}
#tech-section .container {
  padding: 100px 15px;
}
#tech-section .tech-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
#tech-section .images-wrapper {
  position: relative;
  min-height: 600px;
  margin-top: 70px;
  margin-left: 100px;
}
#tech-section .images-wrapper .single-inner {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  transform: translate(0);
}
#tech-section .images-wrapper .single-inner img {
  max-width: 280px;
  height: auto;
}

#partners-section h2 {
  margin-bottom: 60px;
}
#partners-section .container {
  padding: 200px 15px 70px 15px;
}
#partners-section .collaborations {
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
  position: relative;
}
#partners-section .collaborations::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF00FF;
  position: absolute;
  right: 0;
  bottom: -6px;
}
#partners-section .collaborations .col-md-6 {
  margin-bottom: 40px;
}
#partners-section .collaborations .text {
  max-width: 370px;
}
#partners-section .euro-flag {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
#partners-section .euro-flag .flag {
  margin-right: 15px;
}
#partners-section .euro-flag .flag img {
  min-width: 65px;
}
#partners-section .euro-flag .text {
  font-size: 0.8rem;
  font-weight: bold;
}
#partners-section .single-alliance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
}
#partners-section .single-alliance .text {
  text-align: center;
}
#partners-section .single-alliance.no-text {
  display: flex;
  align-items: center;
}
#partners-section .single-alliance .logo {
  display: flex;
  justify-content: center;
}
#partners-section .single-alliance .logo img {
  max-height: 150px;
  width: auto;
}

#about-section {
  position: relative;
}
#about-section h2 {
  margin-bottom: 100px;
}
#about-section .bg-color {
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2;
}
#about-section .container {
  padding: 100px 15px;
  z-index: 3;
}
#about-section .about-text {
  max-width: 535px;
  font-size: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateX(-80%);
  transition: 1.3s;
  transition-delay: 0.5s;
}
#about-section .about-text.active {
  opacity: 1;
  transform: translateX(0);
}
#about-section .about-text strong {
  color: #00FFFF;
  font-size: 40px;
  font-weight: 300;
}
#about-section .wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#about-section .wrapper #about-image > path {
  opacity: 0;
  transition: 0.5s;
  animation: blink;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#team-section .container {
  padding: 100px 15px;
}
#team-section h2 {
  margin-bottom: 80px;
}
#team-section .row {
  opacity: 0;
  transform: translateY(150px);
  transition: 1s;
  transition-delay: 0.7s;
}
#team-section .row.active {
  opacity: 1;
  transform: translateY(0);
}
#team-section .col-md-4 {
  margin-bottom: 60px;
}
#team-section .single-team {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#team-section .single-team .image {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  filter: grayscale(1);
}
#team-section .single-team .title {
  margin: 15px 0 10px 0;
}
#team-section .single-team .social {
  display: flex;
  margin-top: 15px;
}
#team-section .single-team .single-social {
  margin: 0 5px;
}

#contact-section {
  background-color: #000000;
  position: relative;
}
#contact-section .top-banner {
  background-color: #00FFFF;
  padding: 45px 15px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 21px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
  min-width: 940px;
}
#contact-section .top-banner .circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FF00FF;
  border: 1px solid;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
#contact-section .top-banner .text {
  max-width: 575px;
  margin: 0 auto;
}
#contact-section .container {
  padding: 180px 15px 100px 15px;
}
#contact-section .contact-sub {
  max-width: 530px;
  margin: 30px auto 40px auto;
}
#contact-section .form-wrapper {
  margin-top: 80px;
  opacity: 0;
  transform: translateY(70%);
  transition: 0.8s;
  transition-delay: 0.3s;
}
#contact-section .form-wrapper.active {
  opacity: 1;
  transform: translateY(0);
}
#contact-section .field-wrapper {
  display: flex;
  justify-content: space-between;
}
#contact-section .field-wrapper .duo, #contact-section .field-wrapper .right {
  width: 48%;
}
#contact-section .field-wrapper .wpcf7-form-control-wrap {
  position: static;
}
#contact-section .wpcf7 form.invalid .wpcf7-response-output,
#contact-section .wpcf7 form.unaccepted .wpcf7-response-output,
#contact-section .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FF00FF;
  color: #fff;
  font-size: 18px;
}
#contact-section input, #contact-section textarea {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 40px;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  color: #fff;
  padding: 18px 10px;
}
#contact-section input[type=submit], #contact-section textarea[type=submit] {
  background-color: #00FFFF;
  color: #000000;
  text-align: center;
  border: 0;
  padding: 10px 25px;
  min-width: 260px;
  font-size: 30px;
  width: auto;
  transition: 0.5s;
}
#contact-section input[type=submit]:hover, #contact-section textarea[type=submit]:hover {
  background-color: #FF00FF;
}
#contact-section textarea {
  max-height: 210px;
}
#contact-section label {
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
}
#contact-section form > p {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/****** General ******/
.grecaptcha-badge {
  opacity: 0;
  transform: translateX(100%);
}

.page-template-simple-content {
  font-size: 18px;
}
.page-template-simple-content h2 {
  font-size: 1.5rem;
  margin: 40px 0 10px 0;
  font-weight: 600;
}

#acwp-toolbar-btn-wrap {
  background-color: #FF00FF;
}
#acwp-toolbar-btn-wrap button {
  background: #FF00FF;
}

.acwp-toolbar.acwp-toolbar-show, #acwp-toolbar-btn-wrap {
  top: 160px !important;
  z-index: 999999999;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  color: #fff;
  font-size: 18px;
}

.error-container {
  padding: 70px 15px;
}
.error-container h1 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3;
}
.error-container h1 a {
  color: #FF00FF;
}

.wpcf7-spinner {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background-color: #FF00FF;
  color: #fff;
  font-size: 18px;
}
footer a {
  color: #fff;
}
footer .container {
  padding: 10px 15px;
}

.credit-accessibility {
  display: flex;
  justify-content: space-between;
}
.credit-accessibility a:hover {
  color: #000000;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 16px;
}

.accept {
  margin: 20px 0;
}
.accept a {
  text-decoration: underline;
}
.accept .gdpr-label-text {
  font-size: 16px;
  line-height: 1.5;
}
.accept .wpcf7-checkbox {
  position: relative;
}
.accept .wpcf7-list-item {
  display: flex;
}
.accept label {
  max-width: 530px;
}
.accept .wpcf7-acceptance label {
  position: relative;
}
.accept .wpcf7-acceptance label::before, .accept .wpcf7-acceptance label::after {
  display: none;
}
.accept .wpcf7-acceptance label .gdpr-label-text {
  margin-top: 0;
}
.accept .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 10px;
}
.accept .wpcf7-acceptance::before,
.accept .wpcf7-checkbox::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.accept .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  margin-top: 3px;
  padding-left: 25px;
}
.accept .privacy-policy-link {
  color: #00FFFF;
}
.accept .gdpr-checkbox {
  display: flex;
}
.accept input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin-top: 0 !important;
  top: 8px;
  left: -7px;
  cursor: pointer;
  width: auto;
  z-index: 99;
  width: 20px;
  height: 20px;
}
.accept input[type=checkbox]:checked + span::before {
  content: "✔";
  position: absolute;
  left: -2px;
  top: 7px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
}

.has-dot {
  position: relative;
}
.has-dot::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF00FF;
  display: inline-block;
  margin-left: 0;
}

.read-more {
  font-size: 0.8rem; /* 20/25 */
  text-align: center;
  padding: 12px 20px;
  background-color: #00FFFF;
  border-radius: 25px;
  transition: 0.5s;
}
.read-more:hover {
  color: #00FFFF;
  background-color: #fff;
  text-decoration: none;
}

#benefits-section .container {
  padding: 100px 15px;
  max-width: 1320px;
}
#benefits-section h2 {
  max-width: 730px;
  margin: 0 auto;
}
#benefits-section .sub-title {
  margin: 25px 0 60px 0;
}
#benefits-section .benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#benefits-section .single-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 215px;
  margin: 0 20px 40px 20px;
  position: relative;
}
#benefits-section .single-benefit .icon-wrapper {
  min-height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#benefits-section .single-benefit .blob {
  animation-name: color-blob;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: 0;
  top: 0;
}
#benefits-section .single-benefit .blob svg {
  width: 215px;
}
#benefits-section .single-benefit .icon {
  z-index: 2;
}
#benefits-section .single-benefit .title {
  margin: 15px 0 10px 0;
  font-size: 25px;
}

.center {
  text-align: center;
}

.big {
  font-size: 1.2rem; /* 30/25 */
}

.med {
  font-size: 25px;
}

.huge {
  font-size: 1.8rem; /* 45/25 */
  line-height: 1.2;
}

.small {
  font-size: 0.8rem; /* 20/25 */
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 100;
}

.reg {
  font-weight: 300;
}

.white {
  color: #fff;
}
.white a {
  color: #fff;
}

.primary {
  color: #00FFFF;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
}

@keyframes blink {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes floating {
  from {
    transform: translate(-50%, 0);
  }
  15% {
    transform: translate(-45%, 5%) rotate(10deg);
  }
  45% {
    transform: translate(-35%, -5%) rotate(5deg);
  }
  85% {
    transform: translate(-45%, 2%) rotate(0deg);
  }
  to {
    transform: translate(-50%, 0);
  }
}
@keyframes bounce {
  0%, 25%, 50%, 75%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-12px);
  }
}
@keyframes testi-blob {
  0% {
    transform: translate(0) rotate(0);
  }
  10% {
    transform: translate(-10px, -20px) rotate(20deg) skewX(15deg);
  }
  40% {
    transform: translate(-15px, -15px) rotate(-15deg) skewX(-10deg);
  }
  80% {
    transform: translate(10px, 15px) rotate(30deg) skewX(-10deg) skewY(10deg);
  }
  100% {
    transform: translate(0) rotate(0);
  }
}
@keyframes color-blob {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(20deg) skewX(15deg);
  }
  40% {
    transform: rotate(-15deg) skewX(-10deg);
  }
  80% {
    transform: rotate(30deg) skewX(-10deg) skewY(10deg);
  }
  100% {
    transform: translate(0) rotate(0);
  }
}
@-moz-document url-prefix() {
  .has-dot::after, .analysis-title.has-dot::after {
    margin-left: 0;
  }
}
@supports (-moz-appearance: none) {
  .has-dot::after,
  .analysis-title.has-dot::after {
    margin-left: 0;
  }
}
@supports (-ms-ime-align: auto) {
  .has-dot::after,
  .analysis-title.has-dot::after {
    margin-left: 0;
  }
}
/* 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: 3px;
  width: 100%;
  background: #00FFFF;
  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: 9999;
  background: #fff;
  transform: translate(0);
}

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

.position-right {
  transform: translateX(130%);
  right: 0;
}

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

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
}

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

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0;
}

ul#mobile-menu li {
  position: relative;
  display: block;
  max-width: 95%;
}

ul#mobile-menu > li {
  border-bottom: 1px solid #00FFFF;
}

ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 10px 15px;
  color: #000000;
}

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: 0.9rem;
}

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: #00FFFF;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1440px) {
  html {
    font-size: 22px;
  }
  .flex_container .logo img {
    max-width: 150px;
  }
  ul#main-menu > li > a {
    font-size: 0.73rem;
  }
  #challenge-section .image {
    width: 350px;
    height: 350px;
  }
  #pink-section .side {
    padding: 70px 40px;
  }
  #pink-section .content {
    flex-direction: column;
  }
  #pink-section .content .icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #solution-section .single-solution .icon-wrapper {
    height: 300px;
  }
  #solution-section .single-solution .icon svg {
    height: 150px;
  }
  #solution-section .single-solution .number {
    font-size: 100px;
  }
  #tech-section .col-lg-1 {
    display: none;
  }
  #tech-section .tech-text {
    font-size: 22px;
  }
  #tech-section .images-wrapper .single-inner img {
    max-width: 280px;
  }
  #tech-section .tech-image img {
    max-width: 450px;
  }
  #about-section .wrapper svg {
    width: 350px;
    height: auto;
  }
  #about-section .about-text {
    font-size: 23px;
  }
  #about-section .about-text strong {
    font-size: 35px;
  }
  #analysis-section .right {
    min-width: 900px;
  }
  #analysis-section .single-analysis {
    flex-direction: column;
    align-items: flex-start;
  }
  #analysis-section .single-analysis .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #analysis-section .single-analysis .icon svg {
    width: 55px;
  }
}
/* end of (max-width: 1440px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1200px) {
  #analysis-section .single-analysis {
    max-width: 100%;
  }
  #analysis-section .single-analysis .title-line .line {
    display: none;
  }
  #analysis-section .left {
    padding-top: 50px;
    width: 100%;
  }
  #analysis-section .right {
    display: none;
  }
  #analysis-section .wrapper {
    flex-direction: column;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  .has-dot::after {
    width: 7px;
    height: 7px;
  }
  html {
    font-size: 20px;
  }
  #acwp-toolbar-btn-wrap {
    top: auto !important;
    bottom: 20px !important;
  }
  .mobile_menu_button {
    display: flex;
  }
  .wrap_main_menu {
    display: none;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .flex_container .logo img {
    max-width: 120px;
    height: auto;
  }
  h2 {
    font-size: 2.5rem;
  }
  .huge {
    font-size: 1.5rem;
  }
  .big {
    font-size: 1.1rem;
  }
  .top-section .bg-color {
    background-image: linear-gradient(to bottom, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0.4));
  }
  .top-section .bg-image {
    height: 85%;
  }
  .top-section h1 {
    font-size: 2.7rem;
  }
  .top-section h3 {
    margin: 10px 0 40px 0;
    font-size: 1.5rem;
  }
  #partners-section .container {
    padding: 20px 15px 50px 15px;
  }
  #challenge-section .sub-title {
    margin: 25px auto 60px auto;
  }
  #challenge-section .container {
    padding: 60px 15px 90px 15px;
  }
  #challenge-section .image-wrapper {
    justify-content: flex-start;
    margin-top: 40px;
  }
  #challenge-section .single-challenge {
    margin-bottom: 25px;
  }
  #challenge-section .single-challenge .icon {
    margin-right: 20px;
  }
  #challenge-section .single-challenge .icon svg {
    width: 75px;
  }
  #pink-section {
    flex-direction: column;
  }
  #pink-section .side {
    width: 100%;
    padding: 60px 15px 40px 15px;
  }
  #pink-section .side .icon svg {
    width: 80px;
    height: auto;
  }
  #solution-section .sub-title {
    margin: 20px auto 50px auto;
  }
  #solution-section .container {
    padding: 50px 15px;
  }
  #solution-section .col-lg-4 {
    margin-bottom: 40px;
  }
  #solution-section .single-solution {
    align-items: center;
  }
  #solution-section .single-solution .number-text {
    margin-top: 15px;
  }
  #solution-section .single-solution .text {
    max-width: 260px;
  }
  #solution-section .single-solution .icon-wrapper {
    height: 200px;
  }
  #solution-section .single-solution .icon svg {
    height: 100px;
  }
  #benefits-section .container {
    padding: 60px 15px 40px 15px;
  }
  #benefits-section .sub-title {
    margin: 15px 0 40px 0;
  }
  #benefits-section .single-benefit {
    margin: 0 15px 20px 15px;
  }
  #benefits-section .single-benefit .blob svg {
    height: 165px;
  }
  #benefits-section .single-benefit .icon svg {
    height: 65px;
    width: auto;
  }
  #benefits-section .single-benefit .title {
    margin: 5px 0 5px 0;
    font-size: 23px;
    line-height: 1.1;
  }
  #benefits-section .single-benefit svg {
    height: 140px;
    width: auto;
  }
  #analysis-section h2 {
    margin-bottom: 50px;
  }
  #analysis-section .container {
    padding: 60px 15px 20px 15px;
  }
  #analysis-section .single-analysis .icon {
    margin-right: 15px;
  }
  #analysis-section .single-analysis .icon svg {
    width: 50px;
  }
  #tech-section h2 {
    margin-bottom: 50px;
  }
  #tech-section .container {
    padding: 50px 15px 30px 15px;
  }
  #tech-section .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  #tech-section .images-wrapper {
    min-height: 485px;
    margin-top: 25px;
  }
  #tech-section .images-wrapper .single-inner img {
    max-width: 200px;
  }
  #tech-section .tech-image {
    margin-bottom: 25px;
  }
  #tech-section .tech-image img {
    max-width: 450px;
  }
  #tech-section .tech-text {
    padding-left: 0;
  }
  #about-section h2 {
    margin-bottom: 40px;
  }
  #about-section .container {
    padding: 50px 15px;
  }
  #about-section .about-text {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #about-section .wrapper {
    justify-content: flex-start;
  }
  #team-section h2 {
    margin-bottom: 50px;
  }
  #team-section .container {
    padding: 50px 15px 90px 15px;
  }
  #contact-section .top-banner {
    min-width: 500px;
  }
  #contact-section .accept {
    margin: 0;
  }
  #contact-section .container {
    padding: 150px 15px 50px 15px;
  }
  #contact-section .contact-sub {
    margin: 15px auto 20px auto;
  }
  #contact-section label, #contact-section input, #contact-section textarea {
    font-size: 18px;
  }
  #contact-section input {
    padding: 7px 10px;
  }
  #contact-section input[type=submit] {
    min-width: 150px;
    font-size: 22px;
  }
  #contact-section textarea {
    max-height: 150px;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  #tech-section .tech-image img {
    max-width: 280px;
  }
  #partners-section .collaborations {
    margin-bottom: 20px;
  }
  #partners-section .single-alliance {
    margin-bottom: 60px;
  }
  #about-section h2 {
    margin-bottom: 20px;
  }
  #about-section .wrapper svg {
    width: 225px;
  }
  #about-section .about-text {
    font-size: 20px;
  }
  #about-section .about-text strong {
    font-size: 24px;
  }
  #team-section .single-team .title {
    margin: 10px 0 5px 0;
  }
  #team-section .single-team .image {
    width: 130px;
    height: 130px;
  }
  #team-section .single-social svg {
    width: 27px;
    height: auto;
  }
  #contact-section form > p {
    margin-top: 0;
  }
  .credit-accessibility {
    font-size: 16px;
  }
  .scroll-div {
    scroll-margin-top: 70px;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 640px) {
  #contact-section .container {
    padding: 70px 15px 50px 15px;
  }
  #contact-section .top-banner {
    min-width: 500px;
    padding: 30px 15px;
  }
  #contact-section .top-banner .text {
    font-size: 20px;
  }
  #contact-section .form-wrapper {
    margin-top: 50px;
  }
} /* end of (max-width: 640px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .has-dot::after {
    margin-left: 0;
  }
  .top-section {
    min-height: 85vh;
  }
  .top-section .container {
    min-height: 70vh;
  }
  .top-section .bounce-icon {
    bottom: 10px;
  }
  .top-section .bounce-icon svg {
    width: 30px;
    height: auto;
  }
  .top-section h1 {
    font-size: 2.3rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.15rem;
  }
  .big {
    font-size: 1rem;
  }
  #challenge-section .single-challenge {
    flex-direction: column;
    align-items: flex-start;
  }
  #challenge-section .single-challenge .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #challenge-section .image {
    width: 270px;
    height: 270px;
  }
  #pink-section .side {
    padding-top: 40px;
  }
  #pink-section .content .title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  #benefits-section h2 {
    font-size: 2rem;
  }
  #solution-section .col-lg-4 {
    margin-bottom: 20px;
  }
  #solution-section .single-solution .number {
    font-size: 75px;
  }
  #solution-section .single-solution .icon-wrapper {
    height: 170px;
  }
  #solution-section .single-solution .icon svg {
    height: 85px;
  }
  #analysis-section h2 {
    font-size: 1.7rem;
  }
  #partners-section .single-alliance img {
    min-width: 85px;
  }
  #team-section .col-md-4 {
    margin-bottom: 40px;
  }
  #team-section .single-team .title, #team-section .single-team .role {
    font-size: 0.8rem;
  }
  #contact-section .accept p {
    margin-bottom: 0;
  }
  #contact-section .field-wrapper {
    flex-direction: column;
  }
  #contact-section .field-wrapper .duo, #contact-section .field-wrapper .right {
    width: 100%;
  }
  #tech-section .images-wrapper {
    min-height: 440px;
  }
  #tech-section .images-wrapper .single-inner img {
    max-width: 150px;
  }
  .page-template-accessibility .main-container {
    padding: 40px 15px;
  }
  .page-template-accessibility h2 {
    font-size: 1.2rem;
  }
  .credit-accessibility {
    flex-direction: column;
    align-items: center;
  }
  .credit-accessibility .rights {
    margin-top: 10px;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************/
/* end of (max-width: 320px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */