/*global css*/
.custom-width {
  max-width: 1520px;
  margin: auto;
  padding: 0 54px;
  width: 100%;
}

body {
  overflow-x: hidden;
}

.video-space:after {
  position: absolute;
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgb(10 190 255 / 47%);
  left: 0;
  top: 0;
}

video#otherVideo {
  position: absolute;
  left: 0;
  bottom: 9vh;
  right: 0;
  margin: auto;
  width: 100%;
}

a {
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: 'Roboto', sans-serif;
}

body.no-scroll {
  overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}

.mybutton-responsive {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  /* border: 1px solid #fff; */
  border-radius: 50px;
  width: 62px;
  height: 60px;
  padding: 6px;
  background-color: #0ABEFF;
}

/*header CSS*/
.custom-navbar {
  position: fixed;
  width: 100%;
  z-index: 9999;
  /* background: #fff; */
  transition-duration: 0.6s;
  padding: 36px 0;
}

.navbar-scroll {
  background: #ffffff;
  padding: 1rem 0;
  box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.17);
  transition-duration: 0.5s;
}

.nav-dropdown-scroll {
  background: #fff;
  box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
}

.navbar-brand {
  position: relative;
  z-index: 1003;
}

.navbar-brand .normal img:first-child {
  opacity: 0;
  top: -15px;
  position: absolute;
}

.navbar-brand .normal img:last-child {
  opacity: 1;
  display: block;
}

.navbar-scroll .navbar-brand .normal img:last-child {
  opacity: 0;
  display: none;
}

/* .navbar-scroll .navbar-brand .normal img:first-child {
  opacity: 1;
  position: relative;
} */

.navbar-scroll .navbar-brand img:first-child {
  top: 6px;
  bottom: 0;
  margin: auto;
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(.5, 0.5, 0.5, .5);
  animation-iteration-count: 2;
  opacity: 1;
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -15px, 0);
  }
}

.navbar-brand .overlay {
  opacity: 0;
  -webkit-transform: translateY(0px) translateZ(0);
  transform: translateY(0px) translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: opacity .8s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0s linear .8s;
  transition: opacity .8s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0s linear .8s;
  transition: opacity .8s cubic-bezier(.895, .03, .685, .22), transform 0s linear .8s;
  transition: opacity .8s cubic-bezier(.895, .03, .685, .22), transform 0s linear .8s, -webkit-transform 0s linear .8s;
}

.navbar-brand .overlay.logo-animate,
.navbar-brand .normal {
  opacity: 1;
  -webkit-transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1) .4s, opacity .4s cubic-bezier(.165, .84, .44, 1) .4s;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1) .4s, opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .4s;
  position: relative;
}

.menu-icon {
  width: 66px;
  height: 66px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 20px 22px;
  line-height: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  z-index: 1002;
  right: 54px;
  opacity: 1;
  display: flex;
  -webkit-transition: opacity .2s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .2s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .2s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1) .2s, opacity .2s cubic-bezier(.165, .84, .44, 1) .2s;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1) .2s, opacity .2s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .2s;
}

.menu-icon:hover {
  background: #fff;
  border-color: #fff;
}


.menu-icon.open {
  border-color: #fff;
}

.menu-icon.open:hover span {
  background: #0ABEFF !important;
}

.menu-icon span {
  display: block;
  width: 19px;
  height: 2px;
  background: #fff;
  line-height: 1;
  margin: 0;
  padding: 0;
  opacity: 1;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-icon:hover span {
  background: #0ABEFF;
}

.menu-icon span:nth-child(2) {
  width: 13px;
}

.menu-icon span:nth-child(1) {
  top: 20px;
  left: 22px;
}

.menu-icon span:nth-child(2) {
  top: 30px;
  left: 22px;
}

.menu-icon span:nth-child(3) {
  top: 40px;
  left: 22px;
}

.menu-icon.open span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #fff;
}

.menu-icon.open span:nth-child(2) {
  opacity: 0;
  left: 0px;
}

.menu-icon.open span:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #fff;
}

.navbar-inner .menu-icon {
  border-color: #000;
}

.navbar-inner .menu-icon span {
  background: #000;
}

.navbar-inner .menu-icon.open {
  border-color: #fff;
}

.menu-overlay {
  z-index: 999;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: visibility;
  -webkit-transition: visibility .8s cubic-bezier(.165, .84, .44, 1);
  transition: visibility .8s cubic-bezier(.165, .84, .44, 1);
  height: 100vh;
  position: fixed;
  width: 100vw;
  padding-top: 20vh;
}

.menu-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0ABEFF;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: skew(-10deg) scaleX(0) translateZ(0);
  transform: skew(-10deg) scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition: transform .8s cubic-bezier(.77, 0, .175, 1);
  transition: transform .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
}

.menu-overlay ul:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 3vw;
  height: 16.675vw;
  bottom: -20vh;
  left: -15vw;
  transform: matrix(-0.73, -0.68, 0.68, -0.73, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}

.menu-overlay.open {
  transform: skew(0deg) scaleX(1) translateZ(0);
  visibility: visible;
  z-index: 999;
  opacity: 1;
  top: 0;
}

.menu-overlay.open:before {
  -webkit-transform: skew(0deg) scaleX(1) translateZ(0);
  transform: skew(0deg) scaleX(1) translateZ(0);
}

.menu-overlay.open ul:after {
  opacity: 1;
  visibility: visible;
  transition: all 4s ease-in-out;
}



.menu-overlay ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1520px;
  margin: auto;
  position: relative;
}

.menu-overlay.open ul {
  transition: all 0.2s;
}

.menu-overlay ul li.nav-item {
  opacity: 0;
  -webkit-transform: translateY(80px) translateZ(0);
  transform: translateY(80px) translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: opacity .4s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0s linear .4s;
  transition: opacity .4s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0s linear .4s;
  transition: opacity .4s cubic-bezier(.895, .03, .685, .22), transform 0s linear .4s;
  transition: opacity .4s cubic-bezier(.895, .03, .685, .22), transform 0s linear .4s, -webkit-transform 0s linear .4s;
}

.menu-overlay.open ul li.nav-item {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.menu-overlay.open ul li.nav-item:first-child {
  -webkit-transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .4s;
  transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .4s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .4s, opacity .8s cubic-bezier(.165, .84, .44, 1) .4s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .4s, opacity .8s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .4s;
}

.menu-overlay.open ul li.nav-item:nth-child(2) {
  -webkit-transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .5s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .5s;
  transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .5s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .5s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .5s, opacity .8s cubic-bezier(.165, .84, .44, 1) .5s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .5s, opacity .8s cubic-bezier(.165, .84, .44, 1) .5s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .5s;
}

.menu-overlay.open ul li.nav-item:nth-child(3) {
  -webkit-transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .6s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .6s;
  transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .6s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .6s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .6s, opacity .8s cubic-bezier(.165, .84, .44, 1) .6s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .6s, opacity .8s cubic-bezier(.165, .84, .44, 1) .6s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .6s;
}

.menu-overlay.open ul li.nav-item:nth-child(4) {
  -webkit-transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .7s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .7s;
  transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .7s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .7s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .7s, opacity .8s cubic-bezier(.165, .84, .44, 1) .7s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .7s, opacity .8s cubic-bezier(.165, .84, .44, 1) .7s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .7s;
}

.menu-overlay.open ul li.nav-item:nth-child(5) {
  -webkit-transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .8s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .8s;
  transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .8s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .8s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .8s, opacity .8s cubic-bezier(.165, .84, .44, 1) .8s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .8s, opacity .8s cubic-bezier(.165, .84, .44, 1) .8s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .8s;
}

.menu-overlay.open ul li.nav-item:nth-child(6) {
  -webkit-transition: opacity 0.9s cubic-bezier(.165, .84, .44, 1) .9s, -webkit-transform .9s cubic-bezier(.165, .84, .44, 1) 0.9s;
  transition: opacity .9s cubic-bezier(.165, .84, .44, 1) .9s, -webkit-transform .9s cubic-bezier(.165, .84, .44, 1) .9s;
  transition: transform .9s cubic-bezier(.165, .84, .44, 1) .9s, opacity .9s cubic-bezier(.165, .84, .44, 1) .9s;
  transition: transform .9s cubic-bezier(.165, .84, .44, 1) .9s, opacity .9s cubic-bezier(.165, .84, .44, 1) .9s, -webkit-transform .9s cubic-bezier(.165, .84, .44, 1) .9s;
}

.menu-overlay.open ul li.nav-item:nth-child(7) {
  -webkit-transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1s;
  transition: opacity 1s cubic-bezier(.165, .84, .44, 1) 1s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1s;
  transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1s;
  transition: transform 1s cubic-bezier(.165, .84, .44, 1) 1s, opacity 1s cubic-bezier(.165, .84, .44, 1) 1s, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1) 1s;
}

.menu-overlay .nav-link {
  font-size: 3vw;
  color: #fff;
  font-weight: bold;
  opacity: 0.4;
  line-height: 4vw;
  padding-left: 0;
}

.menu-overlay .nav-link:hover,
.menu-overlay .active .nav-link {
  opacity: 1;
  color: #fff;
  border-bottom: none;
}

.menu-overlay .social-media {
  position: relative;
  margin-top: 4vh;
}

.menu-overlay .social-media a {
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 12px;
  text-align: center;
  /* background: linear-gradient(to right, white 50%, #0ABEFF 50%); */
  background-size: 200% 100%;
  background-position: right bottom;
  opacity: 0;
  background: #0ABEFF;
}

.menu-overlay.open .social-media a {
  opacity: 1;
  /* -webkit-transform: translateZ(0); */
  /* transform: translateZ(0); */
}

.menu-overlay.open .social-media a:last-child {
  margin-right: 0;
}



.social-media .fab {
  color: #fff;
  font-size: 24px;
  line-height: 49px;
  transition: all .6s ease-out;
}

.social-media a:hover {
  background: #fff;
}

a:hover .fab {
  color: #0ABEFF;
}

.navbar-nav {
  opacity: 0;
  -webkit-transform: translateY(0px) translateZ(0);
  transform: translateY(0px) translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: opacity .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0.1s linear .1s;
  transition: opacity .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0s linear .1s;
  transition: opacity .1s cubic-bezier(.895, .03, .685, .22), transform 0.1s linear .1s;
  transition: opacity .1s cubic-bezier(.895, .03, .685, .22), transform 0.1s linear .1s, -webkit-transform 0.1s linear .1s;
}

.navbar-scroll .menu-icon {
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}

.navbar-scroll .navbar-nav {
  opacity: 1;
  display: flex;
  -webkit-transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .4s cubic-bezier(.165, .84, .44, 1) .4s;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1) .4s, opacity .4s cubic-bezier(.165, .84, .44, 1) .4s;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1) .4s, opacity .4s cubic-bezier(.165, .84, .44, 1) .4s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .4s;
}

.navbar-scroll a.nav-link {
  font-family: 'Open Sans';
  color: rgba(0, 0, 0, 1) !important;
  margin-left: 1vw;
}

.navbar-scroll a.nav-link:hover,
.navbar-scroll .active a.nav-link {
  color: #0ABEFF !important;
  border-bottom: 1px solid;
}

/*intro section*/
.kockpit-intro {
  padding: 130px 0 100px;
  background: #fff;
  position: relative;
  z-index: 99;
  height: 100vh;
}

.kockpit-intro .button-primary {
  border: 1px solid #fff;
  padding: 14px 32px;
  line-height: 1;
  font-size: 17px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  width: 190px;
  position: relative;
  background: linear-gradient(to right, #fff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  margin-bottom: 1px;
}

.kockpit-intro .button-primary:after {
  position: absolute;
  content: '';
  width: 36px;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  background: linear-gradient(to right, #0ABEFF 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.kockpit-intro .button-primary:hover {
  color: #0ABEFF;
}

/* #particle-canvas {
  width: 100%;
  height: 100%;
} */
.video-space {
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.no-after.video-space:after {
  display: none;
}

.primary-heading {
  font: normal normal 300 66px/90px Open Sans;
  letter-spacing: -1.22px;
  color: #fff;
  margin-bottom: 2vw;
}

.intro-text {
  position: absolute;
  z-index: 9;
}

.intro-text span {
  font-weight: 800;
}

.button-primary {
  border: 1px solid #0ABEFF;
  padding: 14px 69px 14px 32px;
  line-height: 1;
  font-size: 17px;
  border-radius: 4px;
  color: #0ABEFF;
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #0ABEFF 50%, transparent 50%);
  background-size: 204% 100%;
  background-position: right bottom;
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.button-primary:after {
  position: absolute;
  content: '';
  width: 36px;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 17px;
  background: linear-gradient(to right, #fff 50%, #0ABEFF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.button-primary:hover,
.button-primary:hover:after {
  background-position: left bottom;
  color: #fff;
}

.button-primary:hover:after {
  transition: all .6s ease-out;
}

.button-secondary {
  border: 1px solid #fff;
  padding: 14px 80px 14px 32px;
  line-height: 1;
  font-size: 17px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #fff 50%, #0ABEFF 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-in-out;
}

.button-secondary:after {
  position: absolute;
  content: '';
  width: 36px;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  background: linear-gradient(to right, #0ABEFF 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.button-secondary:hover,
.button-secondary:hover:after {
  background-position: left bottom;
  color: #0ABEFF;
}

.button-secondary:hover:after {
  transition: all .6s ease-out;
}

/*why kockpit section*/
.why-kockpit {
  background: #000;
  padding: 100px 0 80px;
  position: relative;
  z-index: 9;
}

.why-kockpit:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
  left: 0;
  top: 0;
}

.why-kockpit svg {
  position: absolute;
  transform: matrix(-0.73, -0.68, 0.68, -0.73, 0, 0);
  left: -46.99954223632812px;
  top: 38px;
  animation: rotate 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  animation-iteration-count: 1;
  animation-fill-mode: both;

}

.secondary-title {
  font-size: 50px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-bottom: 17px;
}

span.bold {
  font-weight: bold;
}

.about-kockpit p {
  text-align: center;
  font: normal normal normal 20px/32px Open Sans;
  letter-spacing: -0.67px;
  color: #9DAFBD;
  width: 80%;
  margin: auto;
}

.about-kockpit {
  max-width: 1280px;
  margin: 0 auto 45px;
  width: 100%;
  position: relative;
  z-index: 9;
}

.width-medium {
  max-width: 266px;
  width: 100%;
  height: 35vh;
  margin-top: 43px;
  margin-left: 77px;
  margin-right: 36px;
  padding: 28px 24px 0;
  max-height: 265px;
}

.width-medium:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 64px;
  background: #3bcbff;
  right: 0;
  transform: rotate(45deg);
  top: 16px;
}

.kockpit-card-layout {
  max-width: 724px;
  margin: auto;
  width: 100%;
  position: relative;
  max-height: calc(100vh - 154px);
  padding: 16px 50px 53px 60px;
  z-index: 9999;
}

.kockpit-card-layout .circle {
  position: absolute;
  width: 32vw;
  height: 32vw;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 540px;
  min-height: 540px;
}

.kockpit-card {
  background: #0ABEFF;
  border-radius: 14px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.kockpit-card.expand {
  transform: scale(1.1) !important;
  background: #fff;
}

.kockpit-card.shrink {
  transform: scale(0.9) !important;
}

.width-large {
  max-width: 301px;
  margin-right: 36px;
  padding: 49px 36px 0;
  width: 100%;
  height: 38vh;
  max-height: 284px;
}

.width-large:before {
  position: absolute;
  content: '';
  width: 17px;
  height: 64px;
  background: #3bcbff;
  right: 0;
  transform: rotate(45deg);
  top: 16px;
}

.kockpit-card p {
  color: #fff;
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.kockpit-card.expand p {
  color: #0ABEFF;
}

.width-large p:first-child {
  font: normal normal bold 10vh/12vh Open Sans;
  letter-spacing: 0;
}

.width-large p {
  text-align: left;
  font: normal normal 400 28px/38px Open Sans;
  letter-spacing: 0;
  margin: 0;
}

.width-small {
  max-width: 228px;
  width: 100%;
  height: 32vh;
  padding: 23px 43px 0 23px;
  max-height: 230px;
}

.width-small:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 64px;
  background: #3bcbff;
  right: 0;
  transform: rotate(45deg);
  top: 16px;
}

.width-small p:first-child {
  text-align: left;
  font: normal normal bold 8vh/10vh Open Sans;
  letter-spacing: 0;
}

.width-small p:last-child {
  text-align: left;
  font: normal normal 600 22px/38px Open Sans;
  letter-spacing: 0;
}

.width-small p:first-child span {
  font: normal normal bold 35px/49px Open Sans;
  letter-spacing: 0;
  vertical-align: middle;
}

.kockpit-card:last-child {
  vertical-align: top;
  margin-top: 43px;
}

.width-medium p:first-child {
  text-align: left;
  font: normal normal bold 9vh/13vh Open Sans;
  letter-spacing: 0;
  margin-top: 0;
}

.width-medium span {
  font: normal normal bold 42px/59px Open Sans;
  letter-spacing: 0;
  vertical-align: middle;
}

.width-medium p:last-child {
  text-align: left;
  font: normal normal 600 22px/38px Open Sans;
  letter-spacing: 0;
  margin-left: 26px;
  margin-right: 16px;
}

.width-large span {
  text-align: left;
  font: normal normal bold 39px/55px Open Sans;
  letter-spacing: 0;
  vertical-align: middle;
}

.width-small p:last-child {
  font-size: 22px;
}

.kockpit-card.width-small p:last-child {
  font-size: 22px;
}

.width-small p {
  font-size: 22px;
}

.width-medium p {
  font-size: 22px;
}

.kockpit-card ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  bottom: 2vh;
  width: 80%;
  left: 0;
  right: 0;
  display: flex;
}

li.line {
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-right: 1vw;
}

li.line.medium {
  width: 30%;
}

li.line.small {
  width: 20%;
}

li.line.large {
  width: 40%;
}

li.line:last-child {
  margin-right: 0;
}

.expand li.line {
  background: #0ABEFF;
}

/*kockpit offerings*/
.kockpit-offering {
  background: #000;
  position: relative;
  z-index: 9;
  padding: 69px 0 80px;
}

.offering-card h3 {
  font: normal normal 600 30px/41px Open Sans;
  letter-spacing: -0.56px;
  color: #0ABEFF;
}

.offering-card p {
  font: normal normal normal 18px/32px Open Sans;
  letter-spacing: 0;
  color: #9DAFBD;
  margin-bottom: 0;
}

.offering-card {
  width: 100%;
  max-width: 603px;
  padding-left: 3vw;
}

.offering-card span.arrow {
  color: #0ABEFF;
}

.offering-card-layout .item {
  display: flex;
  align-items: center;
}

.offering-card-layout:after {
  position: absolute;
  content: '';
  width: 636px;
  height: 636px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.07);
  right: 0;
  border-radius: 50%;
  z-index: -1;
}

.offering-card-layout .owl-dots {
  position: absolute;
  left: -7px;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  height: 236px;
}

.offering-card-layout {
  position: relative;
  margin-top: 80px;
}

/* .offering-card-layout:after {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, black, transparent);
  width: 100%;
  height: 30%;
  top: 0;
  z-index: 999;
  opacity: 0.6;
} */

.offer-card-image {
  width: 100%;
  max-width: 642px;
  margin-left: auto;
  height: 642px;
  overflow: hidden;
  border-radius: 7px;
  text-align: center;
  position: relative;
  background: url(../images/other-slider-image-blank.png) center no-repeat;
}
.owl-item:first-child .offer-card-image {
  background: transparent;
}

.offer-card-image video {
  width: 100%;
  padding: 28px;
  height: 486px;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin: auto;
}

.owl-theme .owl-dots .owl-dot {
  display: block;
  margin: 0 0 40px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 5px;
  height: 5px;
  opacity: 0.2;
}

#particle-canvas {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
  background: #fff;
  position: relative;
}

.owl-theme .owl-dots .owl-dot:nth-child(n):hover span:after,
.owl-theme .owl-dots .owl-dot.active:nth-child(n) span:after {
  position: absolute;
  left: -24px;
  top: -5px;
  color: #fff;
  font-size: 11px;
}

.owl-theme .owl-dots .owl-dot:nth-child(1):hover span:after,
.owl-theme .owl-dots .owl-dot.active:nth-child(1) span:after {
  content: '1/5';
}

.owl-theme .owl-dots .owl-dot:nth-child(2):hover span:after,
.owl-theme .owl-dots .owl-dot.active:nth-child(2) span:after {
  content: '2/5';
}

.owl-theme .owl-dots .owl-dot:nth-child(3):hover span:after,
.owl-theme .owl-dots .owl-dot.active:nth-child(3) span:after {
  content: '3/5';
}

.owl-theme .owl-dots .owl-dot:nth-child(4):hover span:after,
.owl-theme .owl-dots .owl-dot.active:nth-child(4) span:after {
  content: '4/5';
}

.owl-theme .owl-dots .owl-dot:nth-child(5):hover span:after,
.owl-theme .owl-dots .owl-dot.active:nth-child(5) span:after {
  content: '5/5';
}

button:focus {
  outline: none;
}

/* .kockpit-offering .secondary-title {position: absolute;left: 2vw;top: 7vh;} */

.offer-card-image img {
  width: auto !important;
  max-height: 100%;
  display: inline-block !important;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.owl-item:first-child .offer-card-image img:first-child {
  margin-right: 22px;
  left: 45px;
  top: 0;
  bottom: unset;
  right: unset;
}

.owl-item:first-child .offer-card-image img:last-child {
    margin-left: 22px;
    margin-top: 112px;
    right: 45px;
    left: unset;
    bottom: 0;
    top: unset;
}

.offering-card a,.learnmore-witharrow-left {
  font: normal normal 300 20px/27px Open Sans;
  letter-spacing: -0.37px;
  color: #0ABEFF;
  position: relative;
  user-select: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
}
.learnmore-witharrow-left span.arrow {
  color: #0ABEFF;
}
.underline-right:after {
  position: absolute;
  z-index: -1
}

.underline-right:after {
  content: "";
  width: 1px;
  height: 1px;
  left: 0;
  bottom: -5px
}

.underline-right:focus:after,
.underline-right:hover:after {
  width: 100%;
  height: 1px
}

a.underline-right:focus,
a.underline-right:hover {
  outline: 0;
  color: #1B98E0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}

a.underline-right:focus:after,
a.underline-right:focus:before,
a.underline-right:hover:after,
a.underline-right:hover:before {
  outline: 0;
  background-color: #1B98E0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.underline-right:after,
a.underline-right:before {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*kockpit services*/
.kockpit-services {
  padding: 69px 0 80px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.service-intro {
  max-width: 973px;
  width: 100%;
  text-align: center;
  margin: 0 auto 80px;
}

.color-black {
  color: #000!important;
}

.service-intro p {
  font: normal normal normal 20px/32px Open Sans;
  letter-spacing: -0.67px;
}

.service-card-layout {
  display: flex;
  justify-content: space-between;
}

.service-card {
  background: #0ABEFF;
  padding: 40px 40px 0;
  min-height: 465px;
  width: 46vw;
  max-width: 690px;
  border-radius: 7px;
  position: relative;
}

.service-card:after {
  position: absolute;
  content: '';
  width: 44px;
  height: 156px;
  background: rgba(255, 255, 255, 0.2);
  right: -10px;
  top: 20px;
  transform: rotate(45deg);
}

.service-card-title {
  font: normal normal bold 50px/64px Open Sans;
  letter-spacing: 0;
  color: #FFFFFF;
}

.service-card-text {
  font: normal normal 600 20px/40px Open Sans;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 41px;
  width: 100%;
  min-height: 160px;
}

.learn-more {
  font: normal normal normal 20px/27px Open Sans;
  letter-spacing: -0.37px;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #fff 50%, #0ABEFF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  padding: 0;
  border-bottom: 1px solid #fff;
  transition: color .5s;
}

span.arrow {
  font-size: 16px;
  margin-right: 6px;
  display: inline-block;
  transition: all .3s;
  color: #fff;
}

.learn-more:hover {
  color: #fff;
}

.learn-more:after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background: #3bcbff;
  transition: width .3s;
  left: 0;
  bottom: -1px;
  display: block;
}

.learn-more:hover:after {
  width: 100%;
}

.learn-more:hover span.arrow {
  transform: scaleX(1.3);
  color: #fff;
}

.service-card hr {
  position: absolute;
  bottom: 8%;
  border-color: #fff;
  width: 90%;
}

.service-card hr:before,
.service-card hr:after {
  position: absolute;
  content: '';
  width: 6%;
  height: 1px;
  background: #0ABEFF;
  bottom: 0;
  left: 15%;
}

.service-card hr:after {
  left: 50%;
}

/*kockpit case study*/
.kockpit-case-study {
  padding: 69px 0 160px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.case-study-layout {
  margin-top: 80px;
  position: relative;
}

.cs-image {
  width: 1105px;
  position: relative;
}

.cs-image {
  width: 1105px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 7px;
}

.reveal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  /* background: rgba(255,255,255,0.5); */
}

.reveal-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  transition-property: transform;
  transition-duration: 24s;
}

.reveal-block.left.aos-animate::before {
  transform: scaleX(0);
}

.reveal-block.left::before {
  transform: scaleX(1);
  transform-origin: 0 100%;
}


/* AOS animate */
[data-aos=reveal-top],
[data-aos=reveal-left],
[data-aos=reveal-right],
[data-aos=reveal-bottom] {
  transition-property: transform;
  transition-delay: 1s;
}

[data-aos=reveal-top] {
  transform: scaleY(1);
}

[data-aos=reveal-top].aos-animate {
  transform: scaleY(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-left] {
  transform: scaleX(1);
}

[data-aos=reveal-left].aos-animate {
  transform: scaleX(0);
  transform-origin: 0 100%;
}

[data-aos=reveal-right] {
  transform: scaleX(1);
}

[data-aos=reveal-right].aos-animate {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-bottom] {
  transform: scaleY(1);
}

[data-aos=reveal-bottom].aos-animate {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 24s;
}

[data-aos=reveal-item].aos-animate {
  visibility: visible;
}

.cs-desc {
  position: absolute;
  right: 0;
  width: 581px;
  background: #0ABEFF;
  height: 500px;
  padding: 67px 35px 67px 33px;
  bottom: -78px;
  border-radius: 7px;
  z-index: 3;
}

.cs-name {
  font: normal normal bold 40px/55px Open Sans;
  letter-spacing: -0.74px;
  color: #FFFFFF;
}

.cs-content {
  font: normal normal normal 20px/32px Open Sans;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 36px;
}

/*upcoming events*/
.kockpit-upcoming-event {
  padding: 80px 0;
  position: relative;
  z-index: 9;
  background: #fff;
}

.card-align {
  width: 100%;
  max-width: 67.1vw;
  margin: auto;
  display: flex;
  align-items: center;
}

.event-left {
  /* float: left; */
  width: 60%;
  position: relative;
}

.event-right {
  /* float: right; */
  padding: 0 0 0 84px;
  width: 40%;
}

.event-image {
  text-align: right;
}
.event-image img {
  border-radius: 7px;
}
.event-prim {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 9;
  height: 17.5vh;
}

.event-prim .secondary-title {
  text-align: left;
}

span.event-date {
  font: normal normal normal 24px/40px Open Sans;
  letter-spacing: -0.67px;
  color: #10212F;
  display: inline-block;
  vertical-align: middle;
}

span.event-tag {
  background: #000000 0% 0% no-repeat padding-box;
  font: normal normal bold 14px/19px Open Sans;
  letter-spacing: -0.32px;
  color: #FFFFFF;
  padding: 10px 20px 11px 20px;
  border-radius: 7px;
  margin-left: 54px;
  display: inline-block;
  position: relative;
  min-width: 117px;
  text-align: center;
}

.event-basic {
  margin: 0 0 17px;
}

p.event-desc {
  font: normal normal normal 20px/32px Open Sans;
  letter-spacing: -0.08px;
  color: #10212F;
}

a.event-link {
  font: normal normal normal 20px/27px Open Sans;
  letter-spacing: -0.37px;
  color: #0ABEFF;
  /* border-bottom: 1px solid; */
  position: relative;
}

.event-card {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}

.event-card:last-child {
  border-bottom: none;
}

span.event-tag:before {
  content: '';
  position: absolute;
  width: 44px;
  height: 1px;
  background: #ccc;
  left: -54px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*community page*/
.kockpit-community {
  padding: 69px 0 80px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.community-page p {
  font: normal normal normal 20px/32px Open Sans;
  letter-spacing: 0;
  color: #10212F;
  text-align: center;
  max-width: 1280px;
  margin: auto;
}

.community-page {
  margin-bottom: 60px;
}

.community-card-layout {
  display: flex;
  /* flex: 0 0 auto; */
}


.community-card {
  margin-right: 54px;
  flex: auto;
  padding-right: 53px;
  border-right: 1px solid #ccc;
  width: 100%;
}

.community-card img {
  width: 100%;
  border-radius: 7px;
}

p.community-type-time {
  font: normal normal bold 14px/19px Open Sans;
  letter-spacing: -0.32px;
  color: #000000;
}

.community-heading {
  font: normal normal 600 24px/36px Open Sans;
  letter-spacing: -0.1px;
  color: #000000;
  margin-bottom: 22px;
}

.about-community {
  margin-top: 30px;
}

.community-card:last-child {
  margin: 0;
  padding: 0;
  border-right: 0;
}

/*kockpit customers*/
.kockpit-customer {
  background: #fff;
  padding: 65px 0 0;
  position: relative;
  z-index: 9;
}

.customer-logo {
  text-align: center;
  margin: 70px 0;
}

.customer-logo .col {
  margin: 0px 20px 20px;
  padding: 0.5rem;
}

.customer-logo .col img {
  max-height: 54px;
  transition: all 0.3s ease-in-out;
}

.customer-logo .col img:hover {
  transform: scale(1.2);
}

.ko-logo {
  position: relative;
}

.ko-logo img {
  opacity: 0;
}

/*kockpit team*/
.kockpit-team {
  background: #000;
  padding: 110px 0 80px;
  position: relative;
  z-index: 9;
}

.about-team .secondary-title {
  text-align: left;
}

.about-team>p {
  font: normal normal normal 20px/40px Open Sans;
  letter-spacing: 0;
  color: #9DAFBD;
  width: 46vw;
  margin-bottom: 314px;
  z-index: 999;
  position: relative;
}

.member-layout {
  display: flex;
  flex: 0 0 auto;
  z-index: 2;
  position: relative;
  border-bottom: 1px solid #202426;
}

.member-name {
  font: normal normal bold 28px/38px Open Sans;
  letter-spacing: -0.52px;
  color: #FFFFFF;
}

p.member-position {
  font: normal normal normal 24px/33px Open Sans;
  letter-spacing: -0.44px;
  color: #FFFFFF;
}

p.member-desc {
  font: normal normal normal 24px/33px Open Sans;
  letter-spacing: -0.44px;
  color: #FFFFFF;
}

.team-member {
  flex: auto;
  width: 25%;
  padding-right: 32px;
  margin-right: 32px;
  cursor: pointer;
  padding-bottom: 24px;
  transition: all 0.35s;
}

.team-member * {
  opacity: 0.5;
}

.team-member:hover,
.team-member.selected {
  border-bottom: 4px solid #0ABEFF;
  margin-bottom: -2px;
}

.team-member.selected * {
  opacity: 1;
}

.team-member:last-child {
  margin-right: 0;
}

.team-pic {
  position: absolute;
  animation: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 817px;
  height: 100%;
}

.about-team {
  position: relative;
  z-index: 9;
}

.team-pic img {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}

.team-pic img.opaque {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}

/*lets talk section*/
.lets-talk {
  background: #0ABEFF;
  padding: 64px 0 80px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.lets-talk a {
  margin-top: 52px;
}

/*footer*/
footer {
  background: #000;
  position: relative;
  height: 441px;
}

.footer-inner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 90px 54px 90px;
  z-index: 1;
  right: 0;
}

.footer-inner div {
  float: left;
  width: calc(100% / 6);
}

.link-section a {
  font: normal normal 600 20px/26px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 27px;
  display: block;
}

.link-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-section a:hover {
  color: #0ABEFF;
}

.contact-section p:first-child {
  font: normal normal 600 20px/26px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}

p.address {
  font: normal normal normal 16px/24px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 80%;
  margin-top: 24px;
}

.address i {
  display: inline-block;
  width: 12%;
  height: 100%;
  vertical-align: unset;
}

.address span {
  display: inline-block;
  width: 84%;
  vertical-align: top;
}

p.phone {
  font: normal normal normal 16px/24px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 80%;
}

.email a {
  color: #fff;
}

.follow-section p:first-child {
  font: normal normal 600 20px/26px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.follow-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.follow-section a {
  color: #fff;
  display: block;
}

.follow-section li {
  margin-top: 24px;
}

.quote-section p {
  font: normal normal 600 20px/26px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0;
}

a.quote-btn {
  background: #0ABEFF 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 16px;
  display: inline-block;
  margin-top: 18px;
  width: 100%;
  max-width: 261px;
  font: normal normal bold 20px/34px Open Sans;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-radius: 5px;
}

.footer-statement {
  text-align: center;
  font: normal normal 300 14px/34px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  padding: 20px;
  margin: 52px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/*our offering page*/
.kockpit-offering-page {
  padding: 130px 0 100px;
  background: #fff;
  position: relative;
  z-index: 99;
  height: 100vh;
}

.our-offering {
  background: #fff;
  position: relative;
  z-index: 99;
  height: 100%;
  padding: 80px 0;
  overflow: hidden;
}
.our-offering .secondary-title {
  z-index: 2;
  position: relative;
}
/* 
.bubble-svg img {
  transform: rotate(90deg);
} */

.bubble-svg {
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 1; */
  background: url(../images/bubbles.svg) top left repeat;
  width: 1889px;
  height: 1920px;
  z-index: 1;
  transform: rotate(90deg);
}

.offering-page-layout {
  display: inline-flex;
  z-index: 2;
  position: relative;
  max-width: 92%;
}

.offering-page-card {
  max-width: 455px;
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 25px 25px;
  margin: 2.6rem 2.7rem 1px 0px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.offering-page-card:last-child {
  margin-right: 0;
}

.card-circle {
  position: absolute;
  width: 934px;
  height: 934px;
  top: 0;
  right: -25%;
  z-index: 1;
}

.circle-1 {
  position: absolute;
  content: '';
  width: 534px;
  height: 534px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid rgba(10,190,255, 1);
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  left: 0;
  opacity: 0.07;
  transition: all 0.3s ease-in-out;
}

.circle-2 {
  position: absolute;
  content: '';
  width: 634px;
  height: 634px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid rgba(10,190,255, 1);
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  left: 0;
  opacity: 0.07;
  transition: all 0.3s ease-in-out;
}

.circle-3 {
  position: absolute;
  content: '';
  width: 734px;
  height: 734px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid rgba(10,190,255, 1);
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  left: 0;
  opacity: 0.07;
  transition: all 0.3s ease-in-out;
}

.circle-4 {
  position: absolute;
  content: '';
  width: 834px;
  height: 834px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid rgba(10,190,255, 1);
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  left: 0;
  opacity: 0.07;
  transition: all 0.3s ease-in-out;
}

.circle-5 {
  position: absolute;
  content: '';
  width: 934px;
  height: 934px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid rgba(10,190,255, 1);
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  left: 0;
  opacity: 0.07;
  transition: all 0.3s ease-in-out;
}

.offering-page-card:hover {
  transform: scale(1.04);
  cursor: pointer;
}

.card-icon {
  margin-bottom: 17px;
  position: relative;
}

.card-icon .icon-box {
  width: 84px;
  height: 84px;
  background: #E3F8FF;
  border-radius: 20px;
  margin-bottom: 17px;
  position: relative;
}

.card-icon:after {
  position: absolute;
  content: '';
  background: url(../images/arrow-forward.svg) center right no-repeat;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.offering-page-card .card-title {
  text-align: left;
  font: normal normal 700 28px/34px Open Sans;
  letter-spacing: 0px;
  color: #000;
}

.card-desc p {
  margin: 0;
  font: normal normal normal 18px/28px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 600;
}
/*business form*/
.form-overlay {
  z-index: 9999;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: visibility;
  -webkit-transition: visibility .8s cubic-bezier(.165, .84, .44, 1);
  transition: visibility .8s cubic-bezier(.165, .84, .44, 1);
  height: 100vh;
  position: fixed;
  width: 100vw;
  padding-top: 0;
  display: flex;
}
.form-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0ABEFF;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: skew(-10deg) scaleX(0) translateZ(0);
  transform: skew(-10deg) scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
  transition: transform .8s cubic-bezier(.77, 0, .175, 1);
  transition: transform .8s cubic-bezier(.77, 0, .175, 1), -webkit-transform .8s cubic-bezier(.77, 0, .175, 1);
}
.form-overlay.open {
  transform: skew(0deg) scaleX(1) translateZ(0);
  visibility: visible;
  z-index: 9999;
  opacity: 1;
  top: 0;
}
.form-overlay.open:before {
  -webkit-transform: skew(0deg) scaleX(1) translateZ(0);
  transform: skew(0deg) scaleX(1) translateZ(0);
}

.form-overlay .form-overlay-header,.form-overlay .form-overlay-layout {
  opacity: 0;
  -webkit-transform: translateY(80px) translateZ(0);
  transform: translateY(80px) translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: opacity .2s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0s linear .2s;
  transition: opacity .2s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0s linear .2s;
  transition: opacity .2s cubic-bezier(.895, .03, .685, .22), transform 0s linear .2s;
  transition: opacity .2s cubic-bezier(.895, .03, .685, .22), transform 0s linear .2s, -webkit-transform 0s linear .2s;
}
.form-overlay.open .form-overlay-header,.form-overlay.open .form-overlay-layout  {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.form-overlay.open .form-overlay-header,.form-overlay.open .form-overlay-layout {
  -webkit-transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .8s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .8s;
  transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .8s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .8s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .8s, opacity .8s cubic-bezier(.165, .84, .44, 1) .8s;
  transition: transform .8s cubic-bezier(.165, .84, .44, 1) .8s, opacity .8s cubic-bezier(.165, .84, .44, 1) .8s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .8s;
}

.form-overlay-layout {
  display: flex;
  justify-content: center;
  z-index: 99999;
  position: relative;
  align-items: center;
}
.form-content {
  width: 40%;
}

.form-content p {
  font-size: 22px;
  color: #fff;
  text-align: left;
  font-weight: 300;
  margin-bottom: 0;
  padding-left: 0;
}

.business-form {
  width: 40%;
  background: #fff;
  padding: 2vw;
  border-radius: 12px;
}

.business-form .contact-form .form-field {
  margin-bottom: 8px;
}

.business-form .contact-form .label {
  font-size: 15px;
  margin-bottom: 0;
}
.business-form .contact-form .input-text:focus + .label,.business-form .contact-form .input-text.not-empty + .label {
  transform: translateY(-11px);
  font-size: 13px;
  opacity: 0.5;
}
.business-form h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  position: relative;
}
.close-form-overlay i {
  font-size: 2vw;
  color: #fff;
}
.form-overlay-header {
  position: absolute;
  top: 4vh;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1520px;
  padding: 0 54px;
  display: flex;
  align-items: center;
}
a.close-form-overlay {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

a.close-form-overlay:before {
  position: absolute;
  content: 'X';
  font-family: 'Open Sans';
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  font-size: 20px;
  height: 72%;
  top: 0;
  bottom: 0;
  text-align: center;
}
/*mobile solutions page*/
.primary-text {font: normal normal normal 20px/36px Open Sans;margin-bottom: 6vh;color: #000;}