@import url("http://fonts.cdnfonts.com/css/averta-standard?styles=17375");
@import url("http://fonts.cdnfonts.com/css/helvetica-255?styles=15805,30118,15802");


@font-face {
  font-family: 'Muller';
  src: url('../fonts/Muller-Regular.woff2') format('woff2'),
       url('../fonts/Muller-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Body styles */
body {
  font-family: 'Muller', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, p, a, ul li, span {
  font-family: 'Muller', sans-serif !important;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 820px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1048px;
  }
}
.error404 {
  background-color: #6B6D70;
}
.error404 header {
  display: none;
}
.error404 footer {
  display: none;
}

.notfound {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notfound .box {
  background: white;
  padding: 50px;
  text-align: center;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.notfound .box h2 {
  font-size: 7em;
  font-weight: bold;
}
.notfound .box h2 span {
  color: #002972;
}
.notfound .box h2,
.notfound .box h3,
.notfound .box h4,
.notfound .box h5 {
  color: #8a8a8a;
}
.notfound .box h4 {
  font-weight: bold;
  margin-bottom: 25px;
}
.notfound .box h5 a {
  text-decoration: none;
  color: #002972;
}

@media only screen and (max-width: 991px) {
  .notfound .box {
    padding: 40px 20px;
  }
  .notfound .box h2 {
    font-size: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .notfound .box {
    width: 80%;
    margin: auto;
  }
  .notfound .box h2 {
    font-size: 3em;
  }
  .notfound .box h3, .notfound .box h4, .notfound .box h5 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 576px) {
  .notfound .box h3, .notfound .box h4, .notfound .box h5 {
    font-size: 1em;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Helvetica", "Arial", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.3em;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

.navbar--fixed #navbarNav {
  background-color: #002972;
}

nav.navbar {
  position: absolute;
  background-color: transparent;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  transition: 0.5s ease-in-out;
  padding: 50px;
}
@media (max-width: 767px) {
  nav.navbar {
    padding: 20px;
  }
}
nav.navbar .navbar_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  position: relative;
  z-index: 2;
}
nav.navbar .navbar_wrap img {
  width: 200px;
}
@media (max-width: 576px) {
  nav.navbar .navbar_wrap img {
    width: 170px;
  }
}
nav.navbar .navbar_wrap .navbar-brand:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}
nav.navbar .navbar_wrap .language {
  position: absolute;
  color: white;
  right: 70px;
}
@media (max-width: 576px) {
  nav.navbar .navbar_wrap .language {
    right: 40px;
  }
}
nav.navbar .navbar_wrap .toggler {
  cursor: pointer;
  position: relative;
  width: 35px;
  height: 20px;
}
@media (max-width: 576px) {
  nav.navbar .navbar_wrap .toggler {
    width: 25px;
  }
}
nav.navbar .navbar_wrap .toggler .line {
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
nav.navbar .navbar_wrap .toggler .line:first-child {
  top: 10%;
}
nav.navbar .navbar_wrap .toggler .line:nth-child(2) {
  top: 50%;
}
nav.navbar .navbar_wrap .toggler .line:last-child {
  top: 90%;
}
nav.navbar .navbar_wrap .toggler.active .line:first-child {
  transform: rotate(45deg);
  top: 50%;
}
nav.navbar .navbar_wrap .toggler.active .line:nth-child(2), nav.navbar .navbar_wrap .toggler.active .line:last-child {
  transform: rotate(-45deg);
  top: 50%;
}
nav.navbar #navbarNav {
  position: absolute;
  top: 100%;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  transition: height 3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  transition: all 1s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 20px 10px 20px;
}
@media (max-width: 767px) {
  nav.navbar #navbarNav {
    padding: 60px 20px 10px 20px;
    justify-content: flex-end;
  }
}
nav.navbar #navbarNav .navbar-nav li {
  margin: 10px 0;
  text-align: right;
}
nav.navbar #navbarNav .navbar-nav li a {
  color: #fff;
  font-size: 1.1em;
  color: white;
  text-decoration: none;
  position: relative;
  letter-spacing: 1px;
  padding: 5px 32px;
  opacity: 0.7;
  font-weight: 300;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  nav.navbar #navbarNav .navbar-nav li a {
    font-size: 1.1em;
    padding: 5px 0px;
  }
}
@media (max-width: 576px) {
  nav.navbar #navbarNav .navbar-nav li a {
    font-size: 1em;
  }
}
nav.navbar #navbarNav .navbar-nav li a:hover {
  opacity: 1;
}
nav.navbar #navbarNav .navbar-nav li a:hover::before {
  width: 100%;
}

nav.navbar--fixed {
  background: #002972;
  position: fixed;
  z-index: 11;
  padding: 20px 50px;
}
@media (max-width: 767px) {
  nav.navbar--fixed {
    padding: 20px;
  }
}

nav.navbar.active #navbarNav {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}

.widget_polylang {
  list-style: none;
}
.widget_polylang label {
  display: none;
}
.widget_polylang select {
  background: transparent;
  color: white;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 12px;
  font-weight: 700;
  margin-top: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.widget_polylang select option {
  color: black;
}

footer {
  padding: 80px 0;
  background: linear-gradient(145deg, #7433B2 0%, #7936B5 1%, #A954CF 8%, #CE6BE4 15%, #E97BF3 21%, #F985FC 27%, #FF89FF 31%, #E794FD 36%, #A9B1FA 45%, #47DEF3 58%, #00FFEF 67%, #13FFD7 76%, #43FF98 95%, #52FF85 100%);
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0;
  }
}
footer .wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  footer .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  footer .wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .wrapper .linkedin {
    order: 3;
    margin-bottom: 20px;
  }
}
footer .wrapper .linkedin img {
  width: 100px;
}
footer .wrapper .contact-details .address {
  padding-right: 20px;
}
@media (max-width: 767px) {
  footer .wrapper .contact-details {
    order: 2;
    margin-bottom: 20px;
  }
}
footer .wrapper .contact-details h4 {
  color: #fff;
  font-size: 2.25em;
  padding-bottom: 70px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  footer .wrapper .contact-details h4 {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  footer .wrapper .contact-details h4 {
    padding-bottom: 20px;
  }
}
footer .wrapper .contact-details p, footer .wrapper .contact-details a {
  color: #fff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  footer .wrapper .contact-details p, footer .wrapper .contact-details a {
    font-size: 15px;
  }
}
footer .wrapper .contact-details a {
  transition: 0.4s ease-in-out;
}
footer .wrapper .contact-details a:hover {
  opacity: 0.6;
}
footer .wrapper .contact-details .contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  footer .wrapper .contact-details .contact-info {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .wrapper .contact-details .contact-info .email_phone {
  display: grid;
}
footer .wrapper .slogan {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  footer .wrapper .slogan {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  footer .wrapper .slogan {
    order: 1;
  }
}
footer .wrapper .slogan h2 {
  font-family: "Public Sans", sans-serif;
  color: #fff;
  font-size: 2em;
	font-style:italic;
}
@media (max-width: 991px) {
  footer .wrapper .slogan h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  footer .wrapper .slogan h2 {
    font-size: 1.4em;
  }
}

.about_us {
  background-color: #002972;
  padding: 0px 0;
}
@media (max-width: 767px) {
  .about_us {
    padding: 30px 0;
  }
}
.about_us .content {
  width: 90%;
}
@media (max-width: 767px) {
  .about_us .content {
    width: 100%;
  }
}
.about_us .content h2 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 50px;
  font-size: 3em;
}
@media (max-width: 767px) {
  .about_us .content h2 {
    padding-bottom: 20px;
    font-size: 2em;
  }
}
@media (max-width: 576px) {
  .about_us .content h2 {
    padding-bottom: 20px;
    font-size: 1.2em;
  }
}
.about_us .content p {
  color: #fff;
  font-size: 17px;
  font-family: "Averta Standard", sans-serif;
}
@media (max-width: 767px) {
  .about_us .content p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .about_us .content p {
    padding-bottom: 20px;
    font-size: 14px;
  }
}

.services {
  position: relative;
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(89.56deg, #002972 -5.46%, #002972 -1.86%, rgba(0, 41, 114, 0) 91.48%);
}
.services .content {
  position: relative;
  width: 60%;
}
@media (max-width: 767px) {
  .services .content {
    width: 100%;
  }
}
.services .content h2 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
  font-size: 3em;
}
@media (max-width: 767px) {
  .services .content h2 {
    padding-bottom: 20px;
    font-size: 2em;
  }
}
@media (max-width: 576px) {
  .services .content h2 {
    font-size: 1.2em;
  }
}
.services .content h3 {
  color: #47DEF3;
  font-size: 2.2em;
  font-family: "Averta Standard", sans-serif;
  font-weight: 400;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .services .content h3 {
    padding-bottom: 10px;
    font-size: 1.6em;
  }
}
@media (max-width: 576px) {
  .services .content h3 {
    font-size: 1.2em;
  }
}
.services .content p {
  color: #fff;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .services .content p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .services .content p {
    padding-bottom: 20px;
    font-size: 14px;
  }
}

.services-items {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .services-items {
    padding: 50px 0;
  }
}
.services-items svg {
  position: absolute;
  bottom: 0;
  right: -15%;
}
.services-items .wrapper {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: stretch;
}
@media (max-width: 767px) {
  .services-items .wrapper {
    width: 100%;
  }
}
.services-items .wrapper .item {
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #07378E;
  flex: 1 1 50%;
  color: #5B5B5B;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 576px) {
  .services-items .wrapper .item {
    flex: 1 1 100%;
  }
}

.jobs {
  background-color: #002972;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .jobs {
    padding: 50px 0;
  }
}
.jobs h2 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
  font-size: 3em;
}
@media (max-width: 767px) {
  .jobs h2 {
    padding-bottom: 20px;
    font-size: 2em;
  }
}
@media (max-width: 576px) {
  .jobs h2 {
    font-size: 1.2em;
  }
}
.jobs .wrapper .item {
  border-bottom: 1px solid #fff;
  width: 40%;
  padding: 10px 0;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 0.6;
}
.jobs .wrapper .item:hover {
  opacity: 1;
}
.jobs .wrapper .item p {
  display: flex;
  justify-content: space-between;
}
.jobs .wrapper .item p svg {
  width: 20px;
}
.jobs .wrapper .item a {
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .jobs .wrapper .item {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .jobs .wrapper .item {
    font-size: 16px;
    width: 100%;
  }
}
.jobs .application_description {
  padding-top: 50px;
  display: flex;
  width: 80%;
}
@media (max-width: 991px) {
  .jobs .application_description {
    width: 100%;
  }
}
.jobs .application_description p,
.jobs .application_description a {
  color: #7C76DE;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
@media (max-width: 767px) {
  .jobs .application_description p,
.jobs .application_description a {
    font-size: 15px;
  }
}
.jobs .application_description a {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.jobs .application_description a:before {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.jobs .application_description a:hover {
  background-position: 0;
}
.jobs .application_description a:hover:before {
  width: 100%;
}

.slider-wrapper {
  overflow: hidden;
  background-color: #002972;
}

.slider {
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.circle {
  background: conic-gradient(from 180deg at 50% 50%, #8B1AFF 0deg, #E1ABFA 99.37deg, #03FDC4 178.12deg, #94C9FE 258.75deg, #35F0E6 303.75deg, #8E20FF 358.66deg, #871DFF 358.7deg, #8B1AFF 360deg);
  height: 360px;
  width: 360px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.circle * {
  color: white;
}

.circle span {
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 180deg at 50% 50%, #8B1AFF 0deg, #E1ABFA 99.37deg, #03FDC4 178.12deg, #94C9FE 258.75deg, #35F0E6 303.75deg, #8E20FF 358.66deg, #871DFF 358.7deg, #8B1AFF 360deg);
  border-radius: 50%;
  -webkit-animation: animate 10s linear infinite;
          animation: animate 10s linear infinite;
}

.circle span:nth-child(1) {
  filter: blur(5px);
}

.circle span:nth-child(2) {
  filter: blur(10px);
}

.circle span:nth-child(3) {
  filter: blur(10xpx);
}

.circle span:nth-child(4) {
  filter: blur(20px);
}

.mask {
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: circle(130px at center);
          clip-path: circle(130px at center);
  z-index: 999;
}

@-webkit-keyframes animate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes animate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animateBw {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes animateBw {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fadein {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes fadein {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
  }
}
.intro {
  position: relative;
}
.intro .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(6, 0, 117, 0) 4.08%, rgba(1, 0, 22, 0.51308) 53.21%, #06007E 100%);
  mix-blend-mode: multiply;
  z-index: 9;
}

main.intro {
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
main.intro .intro-bg {
  height: 100%;
  background-size: cover;
}

@media (max-width: 767px) {
  .mask {
    resize: none;
  }
}
.mask #mask-inner {
  background-image: url(http://localhost/conneksio/wp-content/uploads/2022/10/2-2.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.circle {
  height: 70vh;
  position: absolute;
  right: 20%;
  bottom: 15%;
}
@media (max-width: 1200px) {
  .circle {
    right: 5%;
    height: 60vh;
  }
}
@media (max-width: 991px) {
  .circle {
    height: 55vh;
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  .circle {
    left: 50%;
    top: 20%;
    transform: translate(-50%, -20%);
    z-index: 999;
  }
}
@media (max-width: 576px) {
  .circle {
    height: 35vh;
  }
}
@media (max-width: 767px) {
  .circle .circle-content {
    left: 50%;
    bottom: -30%;
    transform: translateX(-50%);
    z-index: 999;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
  }
}
.circle .circle-content h2 {
  font-size: 30px;
  position: absolute;
  left: -40%;
  top: 45%;
  color: #fff;
}
@media (max-width: 991px) {
  .circle .circle-content h2 {
    left: -40%;
  }
}
@media (max-width: 767px) {
  .circle .circle-content h2 {
    position: relative;
    left: 0;
  }
}

ul.missions {
  height: 120px;
  overflow: hidden;
  margin-left: 100px;
}
@media (max-width: 767px) {
  ul.missions {
    margin-left: 20px;
  }
}
ul.missions li {
  font-size: 20px;
  line-height: 25px;
  height: 30px;
  opacity: 0.6;
  color: #fff;
  transition: all .5s ease-in-out forwards;
}
ul.missions li.active {
  transition: all .5s ease-in-out forwards;
  -webkit-animation: fadein 1s ease forwards;
          animation: fadein 1s ease forwards;
}
ul.missions li.current {
  transition: all .5s ease-in-out forwards;
  font-size: 30px;
  font-weight: 700;
  opacity: 1;
}
@media (max-width: 767px) {
  ul.missions li.current {
    font-size: 25px;
  }
}

.full {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.zoom {
  -webkit-animation: scale 70s linear infinite;
          animation: scale 70s linear infinite;
}

@-webkit-keyframes scale {
  50% {
    transform: scale(1.4);
  }
}

@keyframes scale {
  50% {
    transform: scale(1.4);
  }
}
@keyframes fadein {
  from {
	transition: all .5s ease-in-out forwards;
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px);
	transition: all .5s ease-in-out forwards;
  }
}
.mobile-mask-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .desktop-mask-wrapper {
    display: none;
  }
  main.intro {
    display: flex;
    align-items: center;
  }
  .mobile-mask-wrapper {
    display: block;
  }
  .mobile-mask-wrapper img {
    width: 250px;
    position: relative;
    z-index: 99;
    margin-bottom: 50px;
  }
  .mobile-mask-wrapper .circle-content {
    display: flex;
  }
  .mobile-mask-wrapper .circle-content h2 {
    color: #fff;
    z-index: 9;
    font-size: 26px;
    padding-top: 35px;
  }
	ul.missions li.current {
		font-size:24px;
	}
	ul.missions li {
		font-size:16px;
	}
}
@media (max-width: 767px) {
  .wrapper-all {
    display: block !important;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }
  .wrapper-all img {
    width: 300px;
  }
}
/*# sourceMappingURL=main.css.map */