@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&amp;display=swap);
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 4rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: initial;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
h1 {
  color: #02474f;
}
i.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.icon-blog {
  display: block;
}
.container-fluid {
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
}
.container,
.container-default {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
  .container-new {
    width: 1200px;
    margin: auto;
  }
}
@media (min-width: 1366px) {
  .container-fluid {
    max-width: 1400px;
  }
  .container {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .container-fluid {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .container-default {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container-default {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-default {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-default {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .why-skill .reasons .container-default {
    max-width: 1110px;
  }
}
@media (min-width: 1400px) {
  .why-skill .reasons .container-default {
    max-width: 1320px;
  }
}
.loader-wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 999999999;
  background: #f4f4f4;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.btn {
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  box-shadow: 0 4px 7px 0 transparent;
  transform-origin: bottom;
  border-radius: 100px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  outline: none;
  opacity: 1;
  box-shadow: none;
  transform: scale(1);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: no-drop;
  background: #ababab;
}
.btn.no-shadow {
  box-shadow: none;
}
.btn.no-shadow.focus,
.btn.no-shadow:focus,
.btn.no-shadow:hover {
  opacity: 0.8;
  box-shadow: none;
  transform: none;
}
.btn a {
  color: #fff !important;
}
.btn.login {
  background: #0ba0d7;
}
.btn.join {
  background: #72be44;
  padding: 1rem 5rem;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block,
section {
  width: 100%;
}
/* section {
  display: flex;
  position: relative;
  overflow: hidden;
} */
section .parallex_act {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
section.banner {
  height: 29vw;
}
section.banner .cat {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 25%;
}
section.banner .cat img {
  width: 50%;
}
section.banner .cat h2 {
  font-size: clamp(15px, 2.3vw, 27px);
  color: #a3a3a3;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: SFProDisplayMedium;
}
section.banner .cat p {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #a3a3a3;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
  font-family: SFProDisplayRegular;
}
section.banner .floating-cloud-left {
  left: -11%;
  top: 3%;
  z-index: 9;
  background: url(../parallex/left-down-cloud1.png);
  background-size: 28%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
section.banner .floating-cloud-right {
  top: 38%;
  right: -67%;
  z-index: 9;
  background: url(../parallex/right-down-cloud.png);
  background-size: 43%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
section.banner .sun {
  top: 53%;
  z-index: -1;
  background: url(../parallex/sun-2.png);
  background-size: calc(6% + 10px);
  background-repeat: no-repeat;
  background-position: 68% 0;
}
section.banner .side-cloud {
  top: 0;
  z-index: 1;
  background: url(../parallex/cloud-background1.png);
  background-size: 110%;
  background-repeat: no-repeat;
  overflow: initial;
  background-position: 50% 27%;
}
section.banner .massive-cloud {
  top: -15%;
  z-index: 1;
  background: url(../parallex/massive-cloud1.png);
  background-size: 112%;
  background-repeat: no-repeat;
  background-position: 20% 0;
}
section.banner .pyramid {
  top: 115px;
  z-index: 1;
  background: url(../parallex/pyramid.png);
  background-size: 77%;
  background-repeat: no-repeat;
  background-position: 80% 0;
}
section.banner .upper-mountain {
  top: 42%;
  z-index: 2;
  background: url(../parallex/top-mountain1.png);
  background-size: 145%;
  background-position: 45% 0;
  overflow: hidden !important;
  background-repeat: no-repeat;
}
section.banner .lower-mountain {
  top: 33%;
  z-index: 10;
  background: url(../parallex/banner-lower-mountain.png);
  background-size: 140%;
  background-position: 45% 0;
  overflow: hidden !important;
  background-repeat: no-repeat;
}
@media (min-width: 3500px) {
  section.banner {
    overflow: hidden;
  }
  section.banner .floating-cloud-left {
    top: -8%;
    background-position: 0 50%;
  }
  section.banner .floating-cloud-right {
    top: 38%;
  }
  section.banner .sun {
    top: 50%;
    background-size: calc(9% + 15px);
    background-position: 68% 0;
  }
  section.banner .massive-cloud {
    top: 1%;
    background-position: 20% 11%;
  }
  section.banner .pyramid {
    top: 20%;
  }
  section.banner .upper-mountain {
    top: 41%;
  }
  section.banner .lower-mountain {
    top: 33%;
    background-position: 45% 15%;
  }
}
@media (min-width: 2000px) and (max-width: 3500px) {
  section.banner {
    overflow: hidden;
  }
  section.banner .floating-cloud-left {
    top: -8%;
    background-position: 0 50%;
  }
  section.banner .floating-cloud-right {
    top: 38%;
  }
  section.banner .sun {
    top: 50%;
    background-size: calc(9% + 15px);
    background-position: 68% 0;
  }
  section.banner .massive-cloud {
    top: 1%;
    background-position: 20% 11%;
  }
  section.banner .pyramid {
    top: 20%;
  }
  section.banner .upper-mountain {
    top: 41%;
  }
  section.banner .lower-mountain {
    top: 33%;
    background-position: 45% 15%;
  }
}
@media (min-width: 1500px) and (max-width: 2000px) {
  section.banner {
    height: 29vw;
    overflow: hidden;
  }
  section.banner .floating-cloud-left {
    top: -11%;
    background-position: 0 65%;
  }
  section.banner .floating-cloud-right {
    top: 38%;
  }
  section.banner .sun {
    top: 50%;
    background-size: calc(10% + 15px);
    background-position: 69% 0;
  }
  section.banner .massive-cloud {
    top: -14%;
    height: 100vh;
  }
  section.banner .lower-mountain {
    top: 26.5%;
    background-size: 140%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  section.banner {
    height: 29vw;
    overflow: hidden;
  }
  section.banner .floating-cloud-left {
    top: -9%;
    background-position: 0 55%;
  }
  section.banner .floating-cloud-right {
    top: 38%;
  }
  section.banner .sun {
    top: 55%;
    background-size: calc(7% + 15px);
    background-position: 69% 0;
  }
  section.banner .massive-cloud {
    top: -14%;
    height: 100vh;
  }
  section.banner .upper-mountain {
    top: 43%;
  }
  section.banner .lower-mountain {
    top: 27.5%;
  }
}
@media (min-width: 950px) and (max-width: 1200px) {
  section.banner {
    height: 35vw;
    overflow: hidden;
  }
  section.banner .floating-cloud-left {
    top: 10%;
  }
  section.banner .floating-cloud-right {
    top: 40%;
  }
  section.banner .sun {
    top: 55%;
    background-size: calc(7% + 15px);
    background-position: 69% 0;
  }
  section.banner .massive-cloud {
    top: -10%;
    height: 100vh;
  }
  section.banner .upper-mountain {
    top: 42%;
  }
  section.banner .lower-mountain {
    top: 34.5%;
    background-position: 45% 15%;
  }
}
@media (min-width: 750px) and (max-width: 950px) {
  section.banner {
    height: 30vw;
    overflow: hidden;
  }
  section.banner .floating-cloud-left {
    top: -10%;
    background-position: 0 50%;
  }
  section.banner .sun {
    top: 50%;
    background-size: calc(7% + 15px);
    background-position: 68% 0;
  }
  section.banner .massive-cloud {
    top: -17%;
  }
  section.banner .pyramid {
    top: 75px;
  }
  section.banner .upper-mountain {
    top: 40%;
  }
  section.banner .lower-mountain {
    top: 32.5%;
    background-position: 44% 15%;
  }
}
@media (min-width: 450px) and (max-width: 750px) {
  section.banner {
    height: 50vw;
    overflow: hidden;
  }
  section.banner .floating-cloud-left {
    top: 20%;
    left: -11%;
  }
  section.banner .floating-cloud-right {
    top: 43%;
  }
  section.banner .sun {
    top: 50%;
    background-size: calc(7% + 15px);
    background-position: 68% 0;
  }
  section.banner .side-cloud {
    top: 8%;
  }
  section.banner .massive-cloud {
    top: 9%;
  }
  section.banner .pyramid {
    top: 90px;
  }
  section.banner .upper-mountain {
    top: 44%;
  }
  section.banner .lower-mountain {
    top: 33.5%;
    background-position: 44% 15%;
  }
}
@media (max-width: 450px) {
  section.banner {
    height: 50vw;
    overflow: hidden;
  }
  section.banner .cat {
    top: 47%;
    left: 29%;
  }
  section.banner .cat h2 {
    font-size: clamp(11px, 2.3vw, 30px);
    line-height: clamp(14px, 2.3vw, 30px);
    width: 117px;
  }
  section.banner .floating-cloud-left {
    top: 32%;
  }
  section.banner .floating-cloud-right {
    top: 54.5%;
  }
  section.banner .sun {
    top: 65%;
    background-size: calc(7% + 15px);
    background-position: 68% 0;
  }
  section.banner .side-cloud {
    top: 20%;
  }
  section.banner .massive-cloud {
    top: 19%;
  }
  section.banner .pyramid {
    top: 75px;
  }
  section.banner .upper-mountain {
    top: 55%;
  }
  section.banner .lower-mountain {
    top: 44%;
    background-position: 44% 15%;
  }
}
.newss {
  position: relative;
  overflow: initial;
}
.newss .evolve {
  position: absolute;
  height: 100%;
  width: 125%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: -45%;
  left: -12%;
  pointer-events: none;
}
.newss .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
.newss .abstract {
  content: "";
  position: absolute;
  width: 500px;
  height: 550px;
  left: -295px;
  top: -50px;
  z-index: 1;
  background: url(../parallex/abstract-one.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  overflow: hidden !important;
}
.newss .swiper-container-news {
  margin-top: 80px;
  overflow: hidden;
}
.newss .swiper-container-news.dnone {
  display: block !important;
  margin-top: 0 !important;
  overflow: hidden;
}
.newss .quote {
  position: absolute;
  top: 90px;
  left: 35px;
  width: 213px;
}
.newss .quote img {
  width: 100%;
}
.newss .quote.dnone {
  display: block !important;
  position: absolute !important;
  left: 35px !important;
  width: 160px !important;
}
@media (max-width: 800px) {
  .newss .quote.dnone {
    display: block !important;
    position: absolute !important;
    left: 50px !important;
    width: 90px !important;
    top: 72px !important;
  }
}
.newss .quote.dnone img {
  width: 100%;
}
.newss .news-content.dnone {
  display: flex !important;
  margin: 70px 0 100px !important;
}
.newss .news-content.dnone .indicators {
  left: -1px !important;
}
.newss .news-content {
  align-items: center;
  display: flex;
  margin: 180px 0 125px;
  padding: 0 8% !important;
  box-sizing: content-box;
}
.newss .news-content .info {
  position: relative;
  text-align: right;
  width: 55%;
}
.newss .news-content .info h3,
.newss .news-content .info h4,
.newss .news-content .info p {
  margin: 0;
}
.newss .news-content .info p {
  font-size: 16px;
  line-height: 22px;
  color: #606060;
  margin-bottom: 15px;
  font-family: SFProDisplayLight;
}
.newss .news-content .info h3 {
  font-size: 16px;
  color: #606060;
  line-height: 26px;
  font-family: SFProDisplayBold;
}
.newss .news-content .info h4 {
  color: #606060;
  font-size: 16px;
  font-family: SFProDisplayLight;
  font-weight: 100;
}
.newss .news-content .image-wrapper {
  position: relative;
  margin-left: 50px;
  width: 50%;
  height: 400px;
}
.newss .news-content .image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newss .news-content .image-wrapper .indicators {
  position: absolute;
  width: 130px;
  height: 51px;
  background: #e9c91a;
  border-radius: 10px;
  right: -65px;
  bottom: -1px;
  display: flex;
  justify-content: space-between;
}
.newss .news-content .image-wrapper .indicators .left,
.newss .news-content .image-wrapper .indicators .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.newss .news-content .image-wrapper .indicators .left:hover,
.newss .news-content .image-wrapper .indicators .right:hover {
  background: #222;
}
.newss
  .news-content
  .image-wrapper
  .indicators
  .left:not(.swiper-button-disabled),
.newss
  .news-content
  .image-wrapper
  .indicators
  .right:not(.swiper-button-disabled) {
  -webkit-animation-name: swapColor1;
  animation-name: swapColor1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.newss .news-content .image-wrapper .indicators .left.disabled,
.newss .news-content .image-wrapper .indicators .right.disabled {
  -webkit-animation-name: swapColor12;
  animation-name: swapColor12;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.newss .news-content .image-wrapper .indicators .left:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.newss .news-content .image-wrapper .indicators .right:hover {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@-webkit-keyframes swapColor1 {
  0% {
    color: #fff;
  }
  50% {
    color: #aa2827;
  }
}
@keyframes swapColor1 {
  0% {
    color: #fff;
  }
  50% {
    color: #aa2827;
  }
}
@-webkit-keyframes swapColor12 {
  0% {
    color: #fff;
  }
  50% {
    color: #aa2827;
  }
}
@keyframes swapColor12 {
  0% {
    color: #fff;
  }
  50% {
    color: #aa2827;
  }
}
@media (max-width: 800px) {
  .newss .quote {
    position: absolute;
    top: 90px;
    left: 50px;
    width: 150px;
  }
  .newss .news-content {
    flex-direction: column;
    align-items: center;
    margin: 200px 0 85px;
  }
  .newss .news-content .image-wrapper {
    order: -1;
    margin-left: 0;
    margin-bottom: 30px;
    width: 70%;
  }
  .newss .news-content .image-wrapper img {
    width: 100%;
  }
  .newss .news-content .info {
    width: 100%;
    padding: 0 10%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .newss .news-content .image-wrapper {
    width: 100% !important;
  }
  .newss .news-content .image-wrapper .indicators {
    width: 90px !important;
    height: 40px !important;
    right: -3px !important;
  }
  .newss .news-content img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .newss .news-content {
    margin: 180px 0 35px;
  }
  .newss .news-content .image-wrapper {
    height: 300px;
  }
  .newss .news-content .image-wrapper .indicators {
    right: -2px !important;
  }
}
.call-to-action {
  overflow: initial;
  height: 300px;
  background: url(../parallex/blue-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.call-to-action .robot,
.call-to-action .rocket {
  position: absolute;
  left: -530px;
  top: -169px;
  width: 500px;
}
@media (max-width: 700px) {
  .call-to-action .robot,
  .call-to-action .rocket {
    display: none;
  }
}
.call-to-action .robot img,
.call-to-action .rocket img {
  width: 100%;
}
.call-to-action .robot .white {
  -webkit-animation-name: swapColorRobot;
  animation-name: swapColorRobot;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.call-to-action .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 200px;
}
.call-to-action .inner h2 {
  margin: 0;
  font-size: clamp(35px, 5vw, 50px);
  line-height: clamp(40px, 5.5vw, 50px);
  color: #fff;
}
.call-to-action .inner h2.sub {
  font-size: clamp(25px, 4vw, 35px);
  color: #55a2bf;
}
.call-to-action .inner .btn {
  margin-top: 20px;
  padding: 1.5rem 6em;
}
@media (max-width: 400px) {
  .call-to-action .inner .btn {
    padding: 1.5rem 2em;
  }
}
@media (max-width: 850px) {
  .call-to-action .inner {
    align-items: center;
    margin-left: 0;
  }
}
@-webkit-keyframes swapColorRobot {
  50% {
    fill: #ec1413;
  }
}
@keyframes swapColorRobot {
  50% {
    fill: #ec1413;
  }
}
.innerpage .time-for-skill {
  margin-top: 150px !important;
  position: relative;
}
.innerpage .time-for-skill:after {
  content: "";
  position: absolute;
  background-color: #f8f8f8;
  height: 50%;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
section.time-for-skill.unique {
  height: 35vw !important;
  align-items: flex-end !important;
  margin-top: 0 !important;
}
section.time-for-skill.unique .container {
  background: #f8f8f8;
}
section.time-for-skill.unique .evolve {
  position: absolute;
  height: 100%;
  width: 125%;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: -20%;
  pointer-events: none;
}
@media (max-width: 1100px) {
  section.time-for-skill.unique .evolve {
    top: -30%;
  }
}
section.time-for-skill.unique .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 900px) {
  section.time-for-skill.unique {
    height: 45vw !important;
  }
}
@media (max-width: 650px) {
  section.time-for-skill.unique {
    height: 50vw !important;
  }
}
@media (max-width: 550px) {
  section.time-for-skill.unique {
    height: 65vw !important;
  }
}
@media (max-width: 450px) {
  section.time-for-skill.unique {
    height: 75vw !important;
  }
}
@media (max-width: 400px) {
  section.time-for-skill.unique {
    height: 90vw !important;
  }
}
section.time-for-skill {
  height: 55vw;
  overflow: initial !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  padding: 0px 0 0;
  margin: 0px;
  z-index: 9999;
}
@media (max-width: 1050px) {
  section.time-for-skill {
    margin-top: 80px !important;
  }
}
section.time-for-skill .abstract {
  content: "";
  position: absolute;
  width: 465px;
  height: 450px;
  top: -280%;
  right: -357.5px;
  z-index: 9999;
  /*background: url(../parallex/abstract-two.png);*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}
section.time-for-skill .upper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
section.time-for-skill .upper .banner {
  margin-bottom: 25px;
  text-align: center;
}
section.time-for-skill .upper .banner img {
  margin: 0;
  width: 415px;
}
section.time-for-skill .upper .banner p {
  color: #55a2bf;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 10px;
}
section.contact {
  z-index: 999;
}
section.contact .title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  margin: 0 0 20px;
  line-height: 25px;
  font-family: SFProDisplayLight;
}
section.contact .evolve {
  position: absolute;
  height: 100%;
  width: 145%;
  z-index: -1 !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 59%;
  left: -20%;
}
section.contact .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
section.contact .tagline {
  position: absolute;
  display: flex;
  justify-content: center;
  top: -150px;
  width: 100%;
}
section.contact .tagline h2 {
  margin: 0;
  font-size: 55px;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
section.contact .tagline h2.lg {
  display: block;
}
section.contact .tagline h2.sm {
  display: none;
}
section.contact .purple-bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../parallex/purple-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden !important;
}
section.contact .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
}
section.contact .wrapper .upper__area {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
section.contact .wrapper .upper__area .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.contact .wrapper .upper__area .info .info__image {
  display: flex;
  justify-content: center;
  position: relative;
  width: 400px;
}
section.contact .wrapper .upper__area .info .info__image .ctc {
  width: 400px;
}
section.contact .wrapper .upper__area .info .info__image .sm {
  display: none;
}
section.contact .wrapper .upper__area .info .info__image .skill {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 20px;
  z-index: 1;
  pointer-events: none;
}
section.contact .wrapper .upper__area .info .info__image .skill img {
  width: 100px;
}
section.contact .wrapper .upper__area .info .info__image .knowledge {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 126px;
  z-index: 1;
  pointer-events: none;
}
section.contact .wrapper .upper__area .info .info__image .knowledge img {
  width: 100px;
}
section.contact .wrapper .upper__area .info .info__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
}
section.contact .wrapper .upper__area .info .info__content h3 {
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.5px;
  font-family: SFProDisplayBold;
}
section.contact .wrapper .upper__area .info .info__content p {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f6bf2d;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-family: SFProDisplayLight;
}
section.contact .wrapper .upper__area .info .info__content p span:last-child {
  font-weight: 700;
}
section.contact .wrapper .upper__area .info .info__content h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.6px;
  padding: 10px 0 20px;
  opacity: 1;
  font-family: SFProDisplayBold;
}
section.contact .wrapper .upper__area .info .info__content h4 span {
  font-weight: 800;
  letter-spacing: 0.9px;
}
section.contact .wrapper .upper__area .form__area {
  display: flex;
  flex-direction: column;
  flex: 1;
}
section.contact .wrapper .upper__area .form__area p {
  font-size: 16px;
  color: #fff;
  display: none;
}
section.contact .wrapper .upper__area .form__area form {
  position: relative;
}
section.contact .wrapper .upper__area .form__area form span.success {
  color: #fff;
  padding-top: 10px;
  font-size: 12px;
}
section.contact .wrapper .upper__area .form__area form span.error {
  position: absolute;
  color: red;
  text-align: right;
  font-size: 12px;
  top: -7px;
  pointer-events: none;
}
section.contact .wrapper .upper__area .form__area form .input-box {
  width: 495px;
  position: relative;
}
section.contact .wrapper .upper__area .form__area form .input-box input,
section.contact .wrapper .upper__area .form__area form .input-box textarea {
  width: 100%;
  padding: 20px 5px 10px;
  margin: 0 0 20px;
  border: none;
  border-bottom: 1px solid rgba(246, 191, 45, 0.5);
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.9);
  outline: 0;
  background: transparent;
  box-shadow: none;
}
section.contact
  .wrapper
  .upper__area
  .form__area
  form
  .input-box
  input.is-invalid,
section.contact
  .wrapper
  .upper__area
  .form__area
  form
  .input-box
  textarea.is-invalid {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}
section.contact
  .wrapper
  .upper__area
  .form__area
  form
  .input-box
  input::-moz-placeholder,
section.contact
  .wrapper
  .upper__area
  .form__area
  form
  .input-box
  textarea::-moz-placeholder {
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(246, 191, 45, 0.9);
  font-size: 14px;
  font-family: SFProDisplayLight;
  font-weight: 100;
}
section.contact
  .wrapper
  .upper__area
  .form__area
  form
  .input-box
  input:-ms-input-placeholder,
section.contact
  .wrapper
  .upper__area
  .form__area
  form
  .input-box
  textarea:-ms-input-placeholder {
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(246, 191, 45, 0.9);
  font-size: 14px;
  font-family: SFProDisplayLight;
  font-weight: 100;
}
section.contact
  .wrapper
  .upper__area
  .form__area
  form
  .input-box
  input::placeholder,
section.contact
  .wrapper
  .upper__area
  .form__area
  form
  .input-box
  textarea::placeholder {
  transition: all 0.2s ease-in-out;
  color: rgba(246, 191, 45, 0.9);
  font-size: 14px;
  font-family: SFProDisplayLight;
  font-weight: 100;
}
section.contact .wrapper .upper__area .form__area form button {
  position: relative;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
section.contact .wrapper .upper__area .form__area form button .loader {
  position: absolute;
  border-radius: 50%;
  border: 10px solid #fff;
  border-top-color: #6a1c57;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  right: 20px;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
section.contact .wrapper .lower__area {
  display: flex;
}
section.contact .wrapper .lower__area .contact__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.contact .wrapper .lower__area .contact__info h2 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 10px;
  font-family: SFProDisplayBold;
}
section.contact .wrapper .lower__area .contact__info h4 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-family: SFProDisplayLight;
}
section.contact .wrapper .lower__area .contact__info ul {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
section.contact .wrapper .lower__area .contact__info ul li {
  margin-top: 10px;
  padding-right: 20px;
}
section.contact .wrapper .lower__area .contact__info ul li i {
  color: #fff;
}
section.contact .wrapper .lower__area .contact__info ul li:last-child {
  padding-right: 0;
}
section.contact .wrapper .lower__area .contact__number {
  flex: 1;
}
section.contact .wrapper .lower__area .contact__number h3 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 25px;
  font-family: SFProDisplayLight;
}
section.contact .wrapper .lower__area .contact__number h3 span {
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 0 2px;
}
section.contact .wrapper .lower__area .contact__number h3 span a {
  color: #f6bf2d;
}
.inner-water {
  position: relative;
  height: 455px;
}
.inner-water .evolve {
  position: absolute;
  height: 100%;
  width: 130%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  left: -15%;
  pointer-events: none;
}
.inner-water .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
.inner-water .inner {
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.inner-water .inner .image-wrapper {
  position: absolute;
  width: 430px;
  left: 3%;
}
@media (max-width: 1260px) {
  .inner-water .inner .image-wrapper {
    width: calc(430px - 12vw);
  }
}
@media (max-width: 768px) {
  .inner-water .inner .image-wrapper {
    display: none;
  }
}
.inner-water .inner .image-wrapper img {
  width: 100%;
}
.inner-water .inner .content {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 200px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .inner-water .inner .content {
    margin-left: 0;
    align-items: center;
  }
}
@media (max-width: 475px) {
  .inner-water .inner .content {
    margin-top: 50px;
  }
}
.inner-water .inner .content h2 {
  margin: 0;
  font-size: clamp(26px, 5vw, 50px);
  line-height: clamp(35px, 5.5vw, 50px);
  color: #fff;
}
.inner-water .inner .content h2.sub {
  font-size: clamp(25px, 4vw, 35px);
  color: #55a2bf;
}
.inner-water .inner .content .btn {
  text-transform: uppercase;
  margin-top: 20px;
  padding: 1.5rem 6em;
}
@media (max-width: 768px) {
  .inner-water .inner .content .btn {
    padding: 1rem 2.5rem;
  }
}
.inner-water .overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.inner-water .overlay,
.inner-water .overlay img {
  height: 100%;
  width: 100%;
}
.header-default {
  position: absolute;
  height: 150px;
  min-width: 100%;
  z-index: 999;
}
.header-static {
  position: fixed;
  background: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 6px 10px 0 hsla(0, 0%, 65.9%, 0.3);
  height: 100px;
  min-width: 100%;
  z-index: 99999;
}
.header-static .logo img,
.header-static .logo svg {
  height: 50px !important;
}
header {
  transition: all 0.5s ease;
}
header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
header .container-fluid .logo img,
header .container-fluid .logo svg {
  width: 250px;
}
header .container-fluid ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
header .container-fluid ul a {
  display: flex;
}
header .container-fluid ul li {
  position: relative;
  margin-left: 40px;
}
header .container-fluid ul li.ham {
  display: none;
  cursor: pointer !important;
}
header .container-fluid ul li#exp:hover > .sub-menu {
  display: flex;
}
header .container-fluid ul li .sub-menu {
  padding: 0;
  position: absolute;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  width: 220px;
  display: none;
}
header .container-fluid ul li .sub-menu .transparent-div {
  width: 100%;
  height: 20px;
  background: transparent !important;
}
header .container-fluid ul li .sub-menu a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #fff;
}
header .container-fluid ul li .sub-menu a:nth-child(2):hover {
  background: #e8913e;
}
header .container-fluid ul li .sub-menu a:nth-child(2):hover li {
  color: #fff;
}
header .container-fluid ul li .sub-menu a:nth-child(3):hover {
  background: #d26ba1;
}
header .container-fluid ul li .sub-menu a:nth-child(3):hover li {
  color: #fff;
}
header .container-fluid ul li .sub-menu a:nth-child(4):hover {
  background: #6bb263;
}
header .container-fluid ul li .sub-menu a:nth-child(4):hover li {
  color: #fff;
}
header .container-fluid ul li .sub-menu a:nth-child(5):hover {
  background: #00a2da;
}
header .container-fluid ul li .sub-menu a:nth-child(5):hover li {
  color: #fff;
}
header .container-fluid ul li .sub-menu li {
  margin: 0;
  color: #606060;
  text-transform: none;
}
header .container-fluid ul li .sub-menu li :hover {
  background: red;
}
header .container-fluid ul li:first-child {
  margin-left: 0;
}
header .container-fluid ul li a {
  color: #606060;
  text-decoration: none;
  text-transform: uppercase;
}
.sidemenu__container {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(3, 3, 3, 0.1);
  opacity: 0;
  pointer-events: none;
  z-index: 99999;
}
.sidemenu {
  position: fixed;
  min-height: 100vh;
  width: 300px;
  transform: translateX(300px);
  background: #fff;
  right: 0;
  z-index: 999999;
}
.sidemenu ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 100px 0 0;
}
.sidemenu ul li {
  list-style: none;
  border-top: 1px solid #ccc;
  padding: 20px 0 20px 40px;
  cursor: pointer;
}
.sidemenu ul li.close {
  border: none !important;
}
.sidemenu ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.sidemenu ul li .menu-item-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidemenu ul li a {
  font-size: 16px;
  color: #606060;
  font-family: SFProDisplayBold;
  letter-spacing: 1px;
  display: flex;
}
.sidemenu ul li a:first-child:hover {
  color: #222;
}
.sidemenu ul li .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 60px;
  border-left: 1px solid #ccc;
}
.sidemenu ul li .icon-wrapper i {
  transition: all 0.2s linear;
}
.sidemenu ul li.sm {
  padding: 1rem 4rem !important;
}
.sidemenu ul li.close {
  top: 10px;
  right: 0;
  margin-right: 20px;
  position: absolute;
  color: #222;
  cursor: pointer;
  font-size: 20px;
}
.sidemenu ul li .sub-menu-res {
  position: relative;
  left: 0;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 20px 0 0;
}
.sidemenu ul li .sub-menu-res.menu-hide {
  display: none;
}
.sidemenu ul li .sub-menu-res a:first-child li {
  color: #e8913e;
}
.sidemenu ul li .sub-menu-res a:nth-child(2) li {
  color: #d26ba1;
}
.sidemenu ul li .sub-menu-res a:nth-child(3) li {
  color: #6bb263;
}
.sidemenu ul li .sub-menu-res a:nth-child(4) li {
  color: #00a2da;
}
.sidemenu ul li .sub-menu-res li {
  margin: 0;
  color: #606060;
  font-size: 16px;
  border: none;
  padding: 10px 0;
}
.box-shadow-one {
  box-shadow: 5px 0 5px -4px hsla(0, 0%, 78%, 0.8),
    -5px 0 5px -4px rgba(200, 201, 203, 0.8);
}
.box-shadow-two {
  box-shadow: 5px 5px 5px -4px hsla(0, 0%, 78%, 0.8),
    -5px 5px 5px -4px rgba(200, 201, 203, 0.8);
}
.menu-hide-icon-toggle {
  transform: rotate(90deg) !important;
}
footer {
  position: absolute;
  background: #d26ba1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  color: #fff;
  font-family: SFProDisplayLight;
  margin-top: -2px;
}
@media (min-width: 1050px) {
  section.mylanding .cat {
    left: 0% !important;
  }
  section.time-for-skill {
    margin: 0px 0 0 !important;
  }
  section.time-for-skill .upper .btn {
    font-size: 16px !important;
    padding: 2rem 7rem !important;
    border-radius: 50px;
  }
  section.contact {
    height: 1050px !important;
  }
  section.contact .evolve {
    bottom: 55% !important;
  }
}
@media (max-width: 950px) {
  section.mylanding .cat .btn {
    padding: 0.6rem 1.8rem !important;
  }
  header.header-default nav ul li.ham,
  header.header-static nav ul li.ham {
    display: block !important;
    cursor: pointer;
  }
  header.header-default nav ul li.menu,
  header.header-static nav ul li.menu {
    display: none !important;
  }
}
@media (max-width: 950px) {
  header.header-default,
  header.header-static {
    height: 70px !important;
  }
  header.header-default .container-fluid .logo svg,
  header.header-static .container-fluid .logo svg {
    width: 160px !important;
  }
}
@media (max-width: 1050px) {
  .container-fluid {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .abstract {
    display: none;
  }
  header.header-default .container-fluid ul .btn,
  header.header-static .container-fluid ul .btn {
    padding: 0.6rem 2rem !important;
  }
  section.mylanding {
    height: 60vw !important;
  }
  section.mylanding .cat {
    top: 35% !important;
    left: 0% !important;
  }
  section.mylanding .cat h3 {
    font-size: clamp(18px, 1vw, 20px) !important;
    padding-bottom: 8px !important;
  }
  section.mylanding .cat h2 {
    font-size: clamp(15px, 6vw, 35px) !important;
    line-height: clamp(15px, 6vw, 35px) !important;
  }
  section.mylanding .cat .btn {
    margin-top: 85px !important;
    padding: 0.8rem 3rem;
    font-size: 12px;
  }
  section.mylanding .massive-cloud {
    top: 31% !important;
  }
  section.mylanding .floating-cloud-left {
    top: 63% !important;
  }
  section.mylanding .floating-cloud-right {
    top: 70% !important;
  }
  section.mylanding .side-cloud {
    top: 24% !important;
  }
  section.mylanding .sun {
    top: 71% !important;
    background-position: 64% 0 !important;
  }
  section.mylanding .pyramid {
    top: 58% !important;
  }
  section.mylanding .upper-mountain {
    top: 74% !important;
  }
  section.mylanding .lower-mountain {
    top: 70% !important;
  }
  section.connecting .headline {
    top: 55px !important;
  }
  section.connecting .headline h1 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  section.connecting h2 {
    top: -20px !important;
    font-size: clamp(18px, 1vh, 30px) !important;
  }
  section.features,
  section.why-us,
  section.news {
    height: 100vw !important;
  }
  section.contact {
    height: 1600px !important;
  }
  section.why-us .wrapper {
    flex-direction: column;
    height: auto;
  }
  section.why-us .info {
    flex: 0 !important;
    text-align: center;
    margin-right: 0 !important;
  }
  section.why-us .info p {
    padding: 0 8%;
  }
  section.why-us .info .info-inner {
    align-items: center !important;
    width: 100% !important;
  }
  section.why-us .info .info-inner h2 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  section.why-us .info .info-inner .boat {
    top: -30% !important;
    left: -1% !important;
    background-size: 30% !important;
  }
  section.why-us .skills {
    flex: 0 !important;
    margin-left: 0 !important;
    margin-top: 30px;
    margin-right: 0 !important;
  }
  section.features .evolve {
    width: 130% !important;
    bottom: -45% !important;
  }
  section.features .wrapper .text-content {
    padding: 0 8% !important;
  }
  /* section.features .wrapper .tagline.lg {
    display: none !important;
  } */
  section.features .wrapper .tagline.sm {
    display: block !important;
  }
  section.features .wrapper .box-container .box.four .standing {
    top: -175px;
    left: 190px;
  }
  section.features .wrapper .group {
    flex-direction: column;
  }
  section.features .wrapper .group .box.one,
  section.features .wrapper .group .box.three {
    margin-bottom: 20px;
  }
  section.news .wrapper {
    margin-top: 50px !important;
    flex-direction: column;
  }
  section.news .wrapper .info {
    flex: 0 !important;
    margin: 0 0 60px !important;
  }
  section.news .wrapper .info .news-right {
    align-items: center;
    text-align: center;
  }
  section.news .wrapper .info .news-right .news-tagline {
    margin-bottom: 40px !important;
  }
  section.news
    .wrapper
    .info
    .news-right
    .news-tagline
    h2 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  section.news .wrapper .newss-content {
    margin-left: 0 !important;
  }
  section.news .wrapper .newss-content .news-left {
    align-items: center !important;
    width: 100% !important;
  }
  section.news
    .wrapper
    .newss-content
    .news-left
    .news-image {
    margin-left: 0 !important;
    width: 225px !important;
    height: 250px !important;
  }
  section.news
    .wrapper
    .newss-content
    .news-left
    .newss {
    right: auto !important;
    width: 400px !important;
    padding: 60px 20px 30px !important;
    z-index: 23 !important;
    top: 85% !important;
    text-align: center;
  }
  section.news
    .wrapper
    .newss-content
    .news-left
    .newss:before {
    top: -50px;
    left: -25px;
    height: 65px;
    width: 90px;
  }
  section.contact .evolve {
    bottom: 49% !important;
    left: -10% !important;
  }
  section.contact .tagline {
    z-index: 99 !important;
  }
  section.contact .upper__area {
    flex-direction: column !important;
    align-items: center !important;
  }
  section.contact .upper__area .form__area {
    margin-top: 50px;
  }
  section.contact .upper__area .form__area p {
    display: block !important;
  }
  section.contact .upper__area .form__area form .btn {
    width: 100% !important;
    justify-content: center !important;
  }
  section.contact .lower__area {
    flex-direction: column-reverse !important;
    align-items: center;
  }
  section.contact .lower__area .contact__number {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.29);
  }
}
@media (max-width: 1290px) {
  header.header-default,
  header.header-static {
    height: 100px;
  }
  header.header-default .container-fluid .logo svg,
  header.header-static .container-fluid .logo svg {
    width: 200px;
  }
  header.header-default .container-fluid ul li,
  header.header-static .container-fluid ul li {
    margin-left: 20px;
  }
  header.header-default .container-fluid ul li a,
  header.header-static .container-fluid ul li a {
    font-size: 12px;
  }
  header.header-default .container-fluid ul li.ham a,
  header.header-static .container-fluid ul li.ham a {
    font-size: 16px;
  }
}
@media (max-width: 870px) {
  section.features,
  section.why-us,
  section.news {
    height: 900px !important;
  }
  section.contact {
    height: 1500px !important;
  }
  section.contact .tagline {
    top: -100px !important;
  }
  section.contact .tagline h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 650px) {
  header.header-default,
  header.header-static {
    height: 70px;
  }
  header.header-default .container-fluid .logo svg,
  header.header-static .container-fluid .logo svg {
    width: 120px !important;
  }
  section.mylanding {
    height: 88vw !important;
  }
  section.mylanding .cat {
    top: 25% !important;
    left: 0 % !important;
  }
  section.mylanding .cat h3 {
    font-size: clamp(18px, 1vw, 20px) !important;
    padding-bottom: 8px !important;
  }
  section.mylanding .cat h2 {
    font-size: clamp(15px, 6vw, 35px) !important;
    line-height: clamp(15px, 6vw, 35px) !important;
  }
  section.mylanding .cat .btn {
    padding: 0.8rem 3rem;
    font-size: 12px;
  }
  section.mylanding .massive-cloud {
    background-size: 160% !important;
    top: 31% !important;
    background-position: 36% 0 !important;
  }
  section.mylanding .floating-cloud-left {
    top: 66% !important;
  }
  section.mylanding .floating-cloud-right {
    right: -65% !important;
    top: 74% !important;
  }
  section.mylanding .side-cloud {
    background-size: 182% !important;
    top: 25% !important;
    background-position: 100% 0 !important;
  }
  section.mylanding .sun {
    background-size: calc(8% + 10px) !important;
    top: 70% !important;
    background-position: 59% 0 !important;
  }
  section.mylanding .pyramid {
    top: 58% !important;
  }
  section.mylanding .upper-mountain {
    top: 72% !important;
  }
  section.mylanding .lower-mountain {
    top: 70% !important;
  }
  section.connecting .mountain-range-front {
    top: 8% !important;
  }
  section.connecting .mountain-range-cover {
    top: -45% !important;
  }
  section.connecting .right-hill {
    top: 25% !important;
  }
  section.connecting .bridge .bridge-left {
    transform-origin: left 20px !important;
  }
  section.connecting .bridge .bridge-right {
    transform-origin: right 20px !important;
  }
  section.connecting .headline {
    display: flex !important;
    top: 30px !important;
    opacity: 0;
  }
  section.connecting .headline.lg {
    display: none !important;
  }
  section.connecting .headline h1 {
    font-size: clamp(25px, 2vw, 30px) !important;
    line-height: clamp(25px, 2vw, 40px) !important;
  }
  section.connecting h2 {
    font-size: 13px !important;
    top: 15px !important;
    z-index: 4 !important;
  }
  section.connecting h2.lg {
    display: none !important;
  }
  section.connecting h2.sm {
    text-align: center;
    display: flex !important;
    opacity: 1 !important;
  }
  section.why-us .wrapper .info {
    display: block !important;
  }
  section.features {
    margin-top: -2px !important;
  }
  section.features .evolve {
    bottom: -47% !important;
  }
  section.features .wrapper .box-container .box {
    width: 150px !important;
    height: 140px !important;
  }
  section.features .wrapper .box-container .box .icon img {
    height: 30px !important;
  }
  section.features .wrapper .box-container .box .title h3 {
    font-size: clamp(14px, 1vw, 25px) !important;
    line-height: clamp(16px, 1vw, 25px) !important;
  }
  section.features .wrapper .box-container .box .standing {
    top: -119px !important;
    left: 123px !important;
  }
  section.features .wrapper .box-container .box .standing img {
    height: 260px !important;
  }
  section.news .wrapper .info {
    display: block !important;
  }
  section.time-for-skill .upper .banner {
    margin-bottom: 10px !important;
  }
  section.time-for-skill .upper .banner img {
    width: 360px !important;
  }
  section.time-for-skill .upper .banner p {
    font-size: 14px !important;
    padding: 0 8%;
  }
  section.contact .evolve {
    bottom: 48% !important;
  }
  section.contact .tagline {
    width: 100%;
    z-index: 99 !important;
    top: -95px !important;
  }
  section.contact .tagline h2 {
    font-size: 32px !important;
  }
  section.contact .upper__area p {
    width: 100%;
    text-align: left !important;
  }
  section.contact .upper__area .info__image {
    width: 350px !important;
  }
  section.contact .upper__area .form__area {
    width: 100% !important;
  }
  section.contact .upper__area .form__area p {
    padding: 0 8%;
  }
  section.contact .upper__area .form__area form {
    padding: 0 8%;
    width: 100% !important;
  }
  section.contact .upper__area .form__area form .input-box {
    width: 100% !important;
  }
  section.contact .lower__area .contact__number {
    text-align: center;
  }
}
@media (max-width: 650px) and (min-width: 500px) and (orientation: landscape) {
  section.mylanding {
    height: 400px !important;
  }
  section.mylanding .cat h3 {
    font-size: 16px !important;
  }
  section.mylanding .cat h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  section.mylanding .massive-cloud {
    top: 20% !important;
  }
  section.mylanding .floating-cloud-right {
    top: 67% !important;
  }
  section.mylanding .floating-cloud-left {
    top: 58% !important;
  }
  section.mylanding .side-cloud {
    top: 28% !important;
  }
  section.mylanding .sun {
    z-index: 1 !important;
    top: 64% !important;
  }
  section.mylanding .pyramid {
    top: 49% !important;
  }
  section.mylanding .upper-mountain {
    top: 67% !important;
  }
  section.mylanding .lower-mountain {
    top: 62% !important;
  }
}
@media (max-width: 450px) {
  header.header-default .container-fluid ul li.ham a,
  header.header-static .container-fluid ul li.ham a {
    font-size: 10px;
  }
  /* .container {
    padding: 0 !important;
  } */
  .container-fluid {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  section.mylanding {
    height: 120vw !important;
  }
  section.mylanding .cat h3 {
    font-size: 16px !important;
  }
  section.mylanding .cat h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  section.mylanding .massive-cloud {
    top: 37% !important;
  }
  section.mylanding .floating-cloud-left {
    top: 68% !important;
  }
  section.mylanding .side-cloud {
    top: 28% !important;
  }
  section.mylanding .sun {
    z-index: 1 !important;
    top: 69% !important;
  }
  section.mylanding .pyramid {
    top: 61% !important;
  }
  section.mylanding .upper-mountain {
    top: 72% !important;
  }
  section.mylanding .lower-mountain {
    top: 70% !important;
  }
  section.why-us .evolve {
    bottom: -48% !important;
  }
  section.why-us .wrapper .info .info-inner .boat {
    top: 11px !important;
    left: 0 !important;
  }


  section.why-us .wrapper .skills .group {
    justify-content: center !important;
  }
  section.why-us .wrapper .skills .group .box {
    height: 135px !important;
    width: 135px !important;
  }
  section.features .evolve {
    bottom: -48% !important;
  }
  section.features .wrapper .tagline.sm h2 {
    font-size: clamp(28px, 5vw, 70px) !important;
    line-height: clamp(35px, 5vw, 70px) !important;
  }
  section.features .wrapper .box-container .group .box.one,
  section.features .wrapper .box-container .group .box.three {
    margin-bottom: 10px !important;
  }
  section.features .wrapper .box-container .box {
    width: 110px !important;
    height: 110px !important;
    margin-right: 10px !important;
    padding: 15px !important;
  }
  section.features .wrapper .box-container .box .icon img {
    height: 20px !important;
    margin-bottom: 5px !important;
  }
  section.features .wrapper .box-container .box .title h3 {
    font-size: 11px !important;
    font-weight: 400;
  }
  section.features .wrapper .box-container .box .standing {
    left: 88px !important;
    top: -96px !important;
  }
  section.features .wrapper .box-container .box .standing img {
    height: 207px !important;
  }
  section.news
    .wrapper
    .newss-content
    .news-left
    .news-image {
    width: 180px !important;
    height: 210px !important;
  }
  section.news
    .wrapper
    .newss-content
    .news-left
    .newss {
    width: 300px !important;
  }
  section.news
    .wrapper
    .newss-content
    .news-left
    .newss:before {
    top: -35px !important;
    left: -20px !important;
    height: 50px !important;
    width: 70px !important;
  }
  section.time-for-skill .upper .banner img {
    width: 255px !important;
  }
  section.contact {
    height: 1410px !important;
  }
  section.contact .upper__area .info .info__content p {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  section.contact .upper__area .info__image .sm img {
    width: 305px !important;
  }
  section.contact .tagline {
    top: -70px !important;
  }
  section.contact .tagline h2 {
    font-size: 22px !important;
  }
  footer p {
    font-size: 12px !important;
  }
}
@media (max-width: 750px) {
  section.firsst .cat {
    top: 27% !important;
    left: 30% !important;
  }
  section.firsst .cat h3 {
    font-size: 18px !important;
    padding-bottom: 8px !important;
  }
  section.firsst .cat h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  section.firsst .cat .btn {
    margin-top: 85px !important;
    padding: 0.8rem 3rem;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1050px) {
  section.features,
  section.why-us,
  section.news {
    height: 900px !important;
  }
  .features .abstract {
    width: 400px !important;
    left: -323px !important;
  }
  .time-for-skill .abstract {
    width: 252px !important;
    right: -282px !important;
  }
}
@media (min-width: 1500px) {
  section.connecting .headline {
    top: calc(150px - 2vw) !important;
  }
  section.features {
    margin-top: -5px !important;
  }
  section.news .wrapper {
    margin-top: 0 !important;
  }
  section.contact {
    height: calc(1000px + 5vw) !important;
  }
}
@media (min-width: 2400px) {
  section.connecting .headline.lg {
    top: calc(150px - 4vw) !important;
  }
  section.contact {
    height: calc(1000px + 12vw) !important;
  }
}
@media (min-width: 3500px) {
  .container {
    width: 1400px !important;
  }
  section.features,
  section.why-us,
  section.news {
    height: calc(1000px + 10vw) !important;
  }
  section.features .wrapper,
  section.news .wrapper {
    padding-bottom: 400px !important;
  }
  section.features .wrapper .box-container .box {
    height: 220px !important;
    width: 220px !important;
  }
  section.features .wrapper .box-container .box.four .standing {
    top: -193px !important;
    left: 165px !important;
  }
  section.features .wrapper .box-container .box.four .standing img {
    height: 415px !important;
  }
  section.time-for-skill .upper .banner img {
    width: 600px !important;
  }
  section.time-for-skill .upper .banner p {
    font-size: 26px !important;
    margin-top: 30px !important;
  }
  section.time-for-skill .upper .btn.join {
    padding: 3rem 9rem !important;
    font-size: 20px !important;
  }
  section.contact {
    height: calc(1060px + 12vw) !important;
  }
  section.contact .evolve {
    bottom: 64% !important;
  }
  section.contact .wrapper {
    padding-top: 70% !important;
    justify-content: center !important;
  }
}
@media (max-width: 400px) {
  .why .inner .text-content.swiper-container .swiper-button-next,
  .why
    .inner
    .text-content.swiper-container
    .swiper-container-rtl
    .swiper-button-prev {
    right: -10px !important;
  }
  section.contact .wrapper .upper__area .info .info__image .knowledge {
    top: 96px !important;
  }
  section.contact .wrapper .upper__area .info .info__image .knowledge img {
    width: 90px !important;
  }
  section.contact .wrapper .upper__area .info .info__image .ctc {
    width: 320px !important;
  }
  section.contact .wrapper .upper__area .info .info__image .skill img {
    width: 77px !important;
  }
  section.contact .wrapper .lower__area .contact__info h2 {
    font-size: 18px !important;
  }
}
@media (max-width: 325px) {
  section.connecting .headline {
    top: 50px !important;
  }
  section.connecting h2 {
    top: 35px !important;
  }
}
@media (max-width: 350px) {
  main.indexpage section.news .counter h4 {
    font-size: 20px !important;
  }
  section.news
    .wrapper
    .newss-content
    .news-left
    .newss {
    width: 270px !important;
  }
  section.news
    .wrapper
    .newss-content
    .news-left
    .newss:before {
    top: -22px !important;
    left: -10px !important;
    height: 35px !important;
    width: 45px !important;
  }
  main.indexpage section.news .evolve {
    bottom: -47% !important;
  }
  section.time-for-skill {
    margin: 50px 0 0 !important;
  }
  .call-to-action .inner h2 {
    font-size: clamp(25px, 5vw, 50px);
    line-height: clamp(30px, 5.5vw, 50px);
    text-align: center;
  }
  .call-to-action .inner h2.sub {
    font-size: clamp(20px, 4vw, 35px);
  }
}
body {
  overflow-x: hidden !important;
}
.dnone {
  display: none !important;
}
.wrapper {
  overflow-x: hidden !important;
}
a {
  text-decoration: none;
}
p {
  line-height: 1.4;
}
.innerpage .time-for-skill .abstract {
  display: none !important;
}
::-webkit-scrollbar {
  width: 0;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #414141;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
::-webkit-scrollbar-thumb:hover {
  background: #161616;
}
main.indexpage section {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
}
main.indexpage section.connecting,
main.indexpage section.mylanding {
  height: 50vw;
}

main.indexpage section.features,
main.indexpage section.why-us,
main.indexpage section.news {
  height: 50vw;
}

main.indexpage section .parallex_act {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
main.indexpage section.mylanding {
  overflow: initial;
}
main.indexpage section.mylanding .cat {
  top: 25%;
  left: 0%;
  z-index: 1;
}
main.indexpage section.mylanding .cat h3 {
  font-size: clamp(16px, 2vw, 50px);
  color: #a7b7c8;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}
main.indexpage section.mylanding .cat h2 {
  font-size: clamp(25px, 3vw, 60px);
  color: #a7b7c8;
  font-weight: 400;
  line-height: clamp(25px, 3vw, 60px);
  letter-spacing: 1px;
  margin: 0;
}
main.indexpage section.mylanding .cat .btn {
  margin-top: 100px;
}
main.indexpage section.mylanding .floating-cloud-left {
  left: -3%;
  top: 48%;
  z-index: 4;
  background: url(../parallex/left-down-cloud1.png);
  background-size: 29%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
main.indexpage section.mylanding .floating-cloud-right {
  top: 58%;
  right: -60%;
  z-index: 4;
  background: url(../parallex/right-down-cloud1.png);
  background-size: 42%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
main.indexpage section.mylanding .sun {
  top: 55%;
  z-index: -1;
  background: url(../parallex/sun-2.png);
  background-size: calc(6% + 10px);
  background-repeat: no-repeat;
  background-position: 59% 0;
}
main.indexpage section.mylanding .side-cloud {
  top: 7%;
  z-index: 1;
  background: url(../parallex/cloud-background1.png);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: 61% 0;
}
main.indexpage section.mylanding .massive-cloud {
  top: 10%;
  z-index: 1;
  background: url(../parallex/massive-cloud1.png);
  background-size: 112%;
  background-repeat: no-repeat;
  background-position: 20% 0;
}
main.indexpage section.mylanding .pyramid {
  top: 30%;
  z-index: 1;
  background: url(../parallex/pyramid-1.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 71% 0;
}
main.indexpage section.mylanding .upper-mountain {
  top: 55%;
  z-index: 2;
  background: url(../parallex/top-mountain1.png);
  background-size: 145%;
  background-position: 45% 0;
  overflow: hidden !important;
  background-repeat: no-repeat;
}
main.indexpage section.mylanding .lower-mountain {
  top: 52%;
  z-index: 3;
  background: url(../parallex/mountain-last-layer1.png);
  background-size: 160%;
  background-position: 44% 0;
  overflow: hidden !important;
  background-repeat: no-repeat;
}
main.indexpage section.connecting {
  overflow: initial !important;
}
main.indexpage section.connecting .mountain-bg {
  top: 0;
  z-index: 3;
  background: url(../parallex/mountain-last-layer1.png);
  background-size: cover;
  background-position: 44% 0;
  overflow: hidden !important;
}
main.indexpage section.connecting .mountain-range {
  top: -10%;
  left: -15%;
  z-index: 4;
  background: url(../parallex/second-mountain-range1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden !important;
}
main.indexpage section.connecting .mountain-range-front {
  top: 26%;
  left: 5%;
  z-index: 4;
  background: url(../parallex/mountain-range-front1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden !important;
}
main.indexpage section.connecting .mountain-range-cover {
  top: -20%;
  left: 0;
  z-index: 3;
  background: url(../parallex/mountain-cover1.png);
  background-size: 137%;
  background-repeat: no-repeat;
  background-position: 20% 0;
}
main.indexpage section.connecting .right-hill {
  top: 30%;
  left: 25%;
  z-index: 5;
  background: url(../parallex/right-hill1.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden !important;
}
main.indexpage section.connecting .left-hill {
  top: 12%;
  left: -13%;
  z-index: 5;
  background: url(../parallex/left-hill-1.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden !important;
}
main.indexpage section.connecting .water {
  top: calc(61% - 2px);
  z-index: 4;
  background: url(../parallex/water-1.png);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: 58% 0;
  overflow: hidden !important;
}
main.indexpage section.connecting .bridge {
  content: "";
  width: 35%;
  left: 32%;
  top: 58%;
  height: 100%;
  z-index: 21;
  position: absolute;
  display: flex;
}
main.indexpage section.connecting .bridge .bridge-left {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  display: flex;
  left: 0;
  justify-content: flex-end;
  align-items: flex-end;
  background: url(../parallex/bridge-left1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform-origin: left 70px;
  transform: rotate(-30deg);
}
main.indexpage section.connecting .bridge .bridge-right {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url(../parallex/bridge-right1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform-origin: right 70px;
  transform: rotate(30deg);
}
main.indexpage section.connecting .sand {
  top: 40%;
  z-index: 1;
  background: url(../parallex/sand1.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 112% 0;
  overflow: hidden !important;
}
main.indexpage section.connecting .rock-left {
  top: 65%;
  z-index: 20;
  background: url(../parallex/rock-left1.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: -5% 0;
  overflow: hidden !important;
}
main.indexpage section.connecting .rock-right {
  top: calc(64% + 1px);
  z-index: 20;
  background: url(../parallex/rock-right1.png);
  background-repeat: no-repeat;
  background-size: 38%;
  background-position: 100% 0;
  overflow: hidden !important;
}
main.indexpage section.connecting .headline {
  top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  opacity: 0;
}
main.indexpage section.connecting .headline.sm {
  display: none;
}
main.indexpage section.connecting .headline h1 {
  color: #fff;
  font-size: clamp(40px, 3.5vw, 80px);
  line-height: clamp(45px, 3.5vw, 80px);
  font-weight: 400;
  margin: 0;
}
main.indexpage section.connecting h2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0b953;
  z-index: 22;
  font-size: clamp(25px, 3vh, 35px);
  font-weight: 300;
  opacity: 0;
  font-family: SFProDisplayLight;
}
main.indexpage section.connecting h2.sm {
  display: none;
}
main.indexpage section.why-us {
  z-index: 99;
  overflow: hidden;
}
main.indexpage section.why-us .evolve {
  position: absolute;
  height: 100%;
  width: 125%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: -47%;
  left: -15%;
  pointer-events: none;
}
main.indexpage section.why-us .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
main.indexpage section.why-us .water-image {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../parallex/water-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden !important;
}
main.indexpage section.why-us .water-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: url(../parallex/water-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden !important;
}
main.indexpage section.why-us .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden !important;
}
main.indexpage section.why-us .info {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
}
main.indexpage section.why-us .info .info-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 350px;
}
main.indexpage section.why-us .info .info-inner .boat {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -20px;
  left: -270px;
  z-index: -1;
  background: url(../parallex/boat-1.png);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: 0 0;
  overflow: initial !important;
}
main.indexpage section.why-us .info .info-inner h2,
main.indexpage section.why-us .info .info-inner p {
  display: block;
  margin: 0;
  color: #fff;
}
main.indexpage section.why-us .info .info-inner h2 {
  font-size: clamp(25px, 3.5vw, 70px);
  line-height: clamp(25px, 3.5vw, 70px);
  font-weight: 400;
  text-shadow: 1px 1px hsla(0, 0%, 40%, 0.4);
}
@media only screen and (min-width:1499px){
  main.indexpage section.why-us .info .info-inner {
    width: 450px;
  }
  main.indexpage section.why-us .info .info-inner h2 {
    font-size: 50px;
    line-height: clamp(15px, 3.5vw, 70px);
  }
}
main.indexpage section.why-us .info .info-inner p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 1px 1px rgba(77, 76, 76, 0.2);
  font-family: SFProDisplayLight !important;
}
main.indexpage section.why-us .info .info-inner p span {
  font-family: SFProDisplayLight !important;
}
main.indexpage section.why-us .skills {
  flex: 1;
  margin-left: 50px;
}
main.indexpage section.why-us .skills .group {
  display: flex;
  flex-wrap: wrap;
}
main.indexpage section.why-us .skills .group .box {
  position: relative;
  border-radius: 8px;
  width: 190px;
  height: 180px;
  background: red;
  margin: 5px;
}
main.indexpage section.why-us .skills .group .box .img-wrapper {
  margin-bottom: 10px;
}
main.indexpage section.why-us .skills .group .box .img-wrapper img {
  color: #fff;
  height: 40px;
}
main.indexpage section.why-us .skills .group .box.one {
  background: url(../parallex/on1.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
main.indexpage section.why-us .skills .group .box.one:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e8913e;
  opacity: 0.8;
  z-index: 1;
  border-radius: 8px;
}
main.indexpage section.why-us .skills .group .box.two {
  background: url(../parallex/two.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
main.indexpage section.why-us .skills .group .box.two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6bb263;
  opacity: 0.8;
  z-index: 1;
  border-radius: 8px;
}
main.indexpage section.why-us .skills .group .box.three {
  background: url(../parallex/three.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
main.indexpage section.why-us .skills .group .box.three:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d26ba1;
  opacity: 0.8;
  z-index: 1;
  border-radius: 8px;
}
main.indexpage section.why-us .skills .group .box.four {
  background: url(../parallex/four.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
main.indexpage section.why-us .skills .group .box.four:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00a2da;
  opacity: 0.8;
  z-index: 1;
  border-radius: 8px;
}
main.indexpage section.why-us .skills .group .box .inner {
  position: absolute;
  color: #fff;
  z-index: 2;
  bottom: 0;
  margin: 0 0 20px 20px;
}
main.indexpage section.why-us .skills .group .box .inner h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(16px, 1vw, 25px);
  line-height: clamp(16px, 1vw, 25px);
  text-shadow: 1px 1px hsla(0, 0%, 40%, 0.2);
  font-family: SFProDisplayBold;
}
main.indexpage section.features {
  overflow: initial;
  z-index: 99;
  margin-top: -2px;
}
main.indexpage section.features .evolve {
  position: absolute;
  height: 100%;
  width: 125%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: -55%;
  left: -12%;
  pointer-events: none;
}
main.indexpage section.features .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
main.indexpage section.features .orange-bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #388bbc;
  overflow: hidden !important;
}
main.indexpage section.features .orange-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  /*background: url(../parallex/orange-overlay.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden !important;
}
main.indexpage section.features .abstract {
  content: "";
  position: absolute;
  width: 570px;
  height: 620px;
  left: -428px;
  top: 100px;
  z-index: 1;
  /*background: url(../parallex/abstract-one.png);*/
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  overflow: hidden !important;
}
main.indexpage section.features .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
}
main.indexpage section.features .wrapper .tagline.lg,
main.indexpage section.features .wrapper .tagline.sm {
  text-align: center;
  margin-bottom: 30px;
}
main.indexpage section.features .wrapper .tagline.lg h2,
main.indexpage section.features .wrapper .tagline.sm h2 {
  font-size: clamp(40px, 3.5vw, 70px);
  line-height: clamp(45px, 3.5vw, 70px);
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 4px hsla(0, 0%, 58.8%, 0.5);
}
main.indexpage section.features .wrapper .tagline.sm {
  display: none;
}
main.indexpage section.features .wrapper .text-content {
  text-align: center;
  margin-bottom: 60px;
}
main.indexpage section.features .wrapper .text-content p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: SFProDisplayLight;
  margin: 0;
}
main.indexpage section.features .wrapper .box-container,
main.indexpage section.features .wrapper .box-container .group {
  display: flex;
}
main.indexpage section.features .wrapper .box-container .box {
  width: 192px;
  height: 180px;
  margin-right: 10px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}
main.indexpage section.features .wrapper .box-container .box.one {
  background: #c55c5c;
}
main.indexpage section.features .wrapper .box-container .box.two {
  background: #38a7e2;
}
main.indexpage section.features .wrapper .box-container .box.three {
  background: #a85097;
}
main.indexpage section.features .wrapper .box-container .box.four {
  position: relative;
  background: #9bb53e;
  margin-right: 10px;
}
main.indexpage section.features .wrapper .box-container .box.four .standing {
  pointer-events: none;
  position: absolute;
  top: -157px;
  left: 155px;
}
main.indexpage section.features .wrapper .box-container .box.four .standing img {
  height: 339px;
}
main.indexpage section.features .wrapper .box-container .box img {
  height: 40px;
  margin-bottom: 10px;
}
main.indexpage section.features .wrapper .box-container .box h3 {
  color: #fff;
  margin: 0;
  font-size: clamp(16px, 1vw, 25px);
  line-height: clamp(16px, 1vw, 25px);
  font-family: SFProDisplayBold;
}
main.indexpage section.news {
  overflow: initial;
  z-index: 999;
}
main.indexpage section.news .evolve {
  position: absolute;
  height: 100%;
  width: 160%;
  z-index: -1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: -46%;
  left: -47%;
}
main.indexpage section.news .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
main.indexpage section.news .red-bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #72be44;
  overflow: hidden !important;
}
main.indexpage section.news .red-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  /*background: url(../parallex/red-overlay.png);*/
  background-position: 50%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  overflow: hidden !important;
}
main.indexpage section.news .wrapper {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 100px;
  margin-top: 50px;
}
main.indexpage section.news .info {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
}
main.indexpage section.news .news-right {
  position: relative;
  width: 350px;
  display: flex;
  flex-direction: column;
}
main.indexpage section.news .newss-content {
  flex: 1;
  margin-left: 50px;
  margin-bottom: 50px;
}
main.indexpage section.news .news-left {
  display: flex;
  width: 380px;
  flex-direction: column;
  position: relative;
}
main.indexpage section.news .news-tagline {
  margin-bottom: 150px;
}
main.indexpage section.news .news-tagline h2 {
  color: #fff;
  font-size: clamp(25px, 3vw, 60px);
  line-height: clamp(25px, 3.5vw, 60px);
  font-weight: 400;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
main.indexpage section.news .counter {
  bottom: 25%;
  left: 20%;
  z-index: 25;
}
main.indexpage section.news .counter h4 {
  font-size: 25px;
  color: #fff;
  margin: 0;
  line-height: 30px;
  font-weight: 400;
  font-family: SFProDisplayLight;
}
main.indexpage section.news .counter h4 span {
  letter-spacing: 0.9px;
  font-family: SFProDisplayBold;
}
main.indexpage section.news .news-image {
  background-size: cover;
  margin-left: 100px;
  width: 300px;
  height: 380px;
  border-radius: 8px;
  right: 20%;
  top: 25%;
  z-index: 25;
  transform: scale(0.6);
}
main.indexpage section.news .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
main.indexpage section.news .newss {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.92);
  width: 420px;
  border-radius: 8px;
  right: 8%;
  top: 80%;
  padding: 30px 25px;
  text-align: right;
  z-index: 25;
}
main.indexpage section.news .newss:before {
  content: "";
  position: absolute;
  top: -45px;
  left: -32px;
  height: 70px;
  width: 100px;
  background: url(../parallex/quote.png);
  background-size: cover;
}
main.indexpage section.news .newss p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: SFProDisplayLight;
}
main.indexpage section.news .newss h5,
main.indexpage section.news .newss h6,
main.indexpage section.news .newss p {
  margin: 0;
  color: #606060;
}
main.indexpage section.news .newss h5 {
  font-size: 16px;
  font-family: SFProDisplayBold;
  margin-top: 10px;
}
main.indexpage section.news .newss h6 {
  font-size: 14px;
  font-family: SFProDisplayBold;
  line-height: 20px;
}
.why-skill .sixth .abstract,
.why-skill .time-for-skill:after {
  display: none;
}
.why-skill .news-content {
  margin: 247px 0 225px;
}
.why-skill .reasons {
  padding: 0 0 5.209%;
  background: #306048;
}
.why-skill .reasons .title {
  text-align: center;
  width: 600px;
  margin: 0 auto 70px;
}
.why-skill .reasons .title h2 {
  font-size: clamp(40px, 7vw, 70px);
  line-height: clamp(40px, 7vw, 70px);
  color: #fff;
  margin-bottom: 30px;
}
.why-skill .reasons .title p {
  font-size: 20px;
  line-height: 26px;
  color: #f6bf2d;
}
.why-skill .reasons .card-content {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.why-skill .reasons .card-content .card {
  width: 30%;
  margin: 0 10px;
  padding: 20px 30px;
}
.why-skill .reasons .card-content .card .icon {
  margin-bottom: 16px;
}
.why-skill .reasons .card-content .card .icon img {
  width: 150px;
  height: 150px;
}
.why-skill .reasons .card-content .card h3 {
  color: #fff;
  font-size: clamp(20px, 2vw, 25px);
  line-height: clamp(20px, 3vw, 30px);
  margin: 0;
}
.why-skill .reasons .card-content .card p {
  font-size: 16px;
  margin-top: 22px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.5);
}
@media (min-width: 4000px) {
  .newss .evolve {
    top: -33% !important;
  }
  .newss {
    padding-top: 250px !important;
  }
}
@media (min-width: 2000px) {
  .ambassador .skill-info {
    display: flex;
    align-items: center;
    height: calc(15vw + 80px);
  }
  .newss .evolve {
    top: -40%;
  }
  .newss {
    padding-top: 50px;
  }
  .newss .news-content {
    margin: 400px 0 125px !important;
  }
}
@media (max-width: 1200px) {
  .why-skill .reasons .card-content .card .icon img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1300px) {
  .newss .abstract {
    width: 290px;
    left: -166px;
  }
  .newss .news-content .info .quote {
    top: -305px;
    left: 10px;
    width: 190px;
  }
}
@media (max-width: 980px) {
  .newss .evolve {
    top: -47%;
  }
}
@media (max-width: 850px) {
  .why-skill .reasons .card-content .card {
    width: 45%;
  }
}
@media (max-width: 775px) {
  .why-skill .reasons .title {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 650px) {
  .why-skill .reasons .card-content .card {
    width: 80%;
  }
}
@media (max-width: 530px) {
  .newss .evolve {
    top: -48%;
  }
}
.ambassador .time-for-skill:after {
  display: none;
}
.ambassador h1,
.ambassador h2,
.ambassador h3,
.ambassador h4,
.ambassador p {
  margin: 0;
}
.ambassador .sixth .abstract {
  display: none;
}
.ambassador .skill-info {
  padding: 40px 0 70px;
  background: #306048;
}
.ambassador .skill-info .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ambassador .skill-info .inner h1 {
  color: #ffd915;
  font-size: clamp(20px, 5vw, 50px);
  line-height: clamp(20px, 5vw, 45px);
  font-family: SFProDisplayBold;
  margin-bottom: 24px;
  text-align: center;
}
.ambassador .skill-info .inner h2 {
  line-height: clamp(30px, 5vw, 50px);
}
.ambassador .skill-info .inner h2,
.ambassador .skill-info .inner h3 {
  color: #fff;
  font-size: clamp(20px, 4.5vw, 45px);
  font-family: SFProDisplayLight;
  font-weight: 400;
  text-align: center;
}
.ambassador .skill-info .inner h3 {
  margin-bottom: 30px;
}
.ambassador .skill-info .inner p {
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
  max-width: 630px;
  font-family: SFProDisplayLight;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 20px;
}
.ambassador .indicators.big {
  display: flex;
  position: absolute;
  bottom: 470px;
  z-index: 99999;
}
.ambassador .indicators.big .left,
.ambassador .indicators.big .right {
  position: absolute;
  font-size: 30px;
  top: calc(50% + 50px);
  color: #ddd !important;
  transition: transform 0.2s ease-in;
}
.ambassador .indicators.big .left:hover,
.ambassador .indicators.big .right:hover {
  color: #fff !important;
}
.ambassador .indicators.big .left {
  left: -50px;
  font-size: 50px;
  cursor: pointer;
  opacity: 0.5;
}
.ambassador .indicators.big .left:hover {
  transform: translateX(-5px);
}
.ambassador .indicators.big .right {
  left: 580px;
  font-size: 50px;
  cursor: pointer;
}
.ambassador .indicators.big .right:hover {
  transform: translateX(5px);
}
.ambassador .text-content {
  padding: 0 10%;
}
.ambassador .text-content .evolve {
  position: absolute;
  height: 100%;
  width: 125%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: -47%;
  left: -15%;
  pointer-events: none;
}
.ambassador .text-content .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
.ambassador .text-content .container-default {
  padding-bottom: 200px;
}
.ambassador .text-content .items {
  position: relative;
  opacity: 0.6;
}
.ambassador .text-content .items.swiper-slide-active {
  opacity: 1;
}
.ambassador .text-content .inner {
  margin-bottom: 200px;
}
.ambassador .text-content .inner .lower,
.ambassador .text-content .inner .upper {
  display: flex;
  align-items: center;
}
.ambassador .text-content .inner .lower .paragraph,
.ambassador .text-content .inner .lower .title,
.ambassador .text-content .inner .upper .paragraph,
.ambassador .text-content .inner .upper .title {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.ambassador .text-content .inner .lower .title h2,
.ambassador .text-content .inner .upper .title h2 {
  font-size: clamp(25px, 5vw, 40px);
  line-height: clamp(30px, 5vw, 40px);
  color: #606060;
}
.ambassador .text-content .inner .lower .title p,
.ambassador .text-content .inner .upper .title p {
  max-width: 410px !important;
  font-size: 16px;
  line-height: 22px;
  color: #606060;
  font-family: SFProDisplayLight;
}
.ambassador .text-content .inner .lower .paragraph img,
.ambassador .text-content .inner .upper .paragraph img {
  width: 100%;
  border-radius: 8px;
}
.ambassador .text-content .upper {
  margin-bottom: 100px;
}
.ambassador .text-content .upper .title {
  align-items: flex-end;
  margin-right: 50px;
}
.ambassador .text-content .upper .paragraph {
  align-items: flex-start;
}
.ambassador .text-content .lower .title {
  max-width: 350px !important;
  align-items: flex-start;
}
.ambassador .text-content .lower .paragraph {
  text-align: right;
  margin-right: 50px;
}
.ambassador .text-content .last.upper {
  position: relative;
  margin-top: 100px;
  justify-content: flex-end;
}
.ambassador .text-content .last.upper .title {
  align-items: flex-start;
  left: 0;
  top: 0;
  max-width: 480px !important;
}
.ambassador .text-content .last.upper .title h2 {
  line-height: clamp(30px, 5vw, 40px);
}
.ambassador .text-content .last.upper .paragraph {
  max-width: 420px !important;
  text-align: left;
}
.ambassador .text-content .last.upper .paragraph span {
  display: block;
}
.why {
  overflow: initial !important;
  z-index: 9;
}
.why .red-bg {
  background: #aa2827;
}
.why .red-bg,
.why .red-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden !important;
}
.why .red-bg:before {
  top: 0;
  background: url(../parallex/red-overlay.png);
  background-position: 50%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}
.why .evolve {
  position: absolute;
  height: 100%;
  width: 125%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: -52%;
  left: -12%;
  pointer-events: none;
}
.why .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
.why .container-default {
  padding-bottom: 200px;
}
.why .inner-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -280px;
  margin-bottom: 60px;
}
.why .inner-header .why-image img {
  height: 420px;
}
.why .inner-header .inner-wrapper {
  margin-left: 50px;
}
.why .inner-header .inner-wrapper .title h2 {
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1;
  color: #f2f2f2;
}
.why .inner-header .inner-wrapper .title h2.sm {
  display: none;
}
.why .inner-content .inner-info .sub-title {
  margin-bottom: 15px;
}
.why .inner-content .inner-info .sub-title h3 {
  font-size: 20px;
  color: #f6bf2d;
  font-family: SFProDisplayLight;
  font-weight: 400;
}
.why .inner-content .inner-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #dfdfdf;
}
.why .inner-list {
  margin-top: 100px;
}
.why .inner-list .list-wrapper {
  display: flex;
}
.why .inner-list .list-wrapper .list-item {
  flex: 1;
  margin-right: 80px;
}
.why .inner-list .list-wrapper .list-item:last-child {
  margin-right: 0;
}
.why .inner-list .list-wrapper .list-item .title {
  margin-bottom: 25px;
}
.why .inner-list .list-wrapper .list-item .title h2 {
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.1;
  color: #f2f2f2;
}
.why .inner-list .list-wrapper .list-item .sub-title {
  margin-bottom: 20px;
}
.why .inner-list .list-wrapper .list-item .sub-title h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #f0b953;
  font-family: SFProDisplayLight;
  font-weight: 400;
}
.why .inner-list .list-wrapper .list-item .sub-title span {
  font-weight: 700;
}
.why .inner-list .list-wrapper .list-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why .inner-list .list-wrapper .list-item ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #dfdfdf;
  padding-bottom: 15px;
}
.why .inner-list .list-wrapper .list-item ul li i {
  padding-right: 5px;
  font-size: 1px;
  transform: translateY(-2px) scale(0.8);
}
.tabbed-content {
  padding: 150px 0 100px;
  overflow: initial;
  z-index: 999;
}
.tabbed-content .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tabbed-content .inner h2 {
  font-size: clamp(30px, 4vw, 50px);
  color: #606060;
  margin-bottom: 50px;
}
.tabbed-content .inner p {
  font-size: 16px;
  line-height: 24px;
  color: #606060;
  margin-bottom: 16px;
}
.tabbed-content .inner h3 {
  margin-top: 30px;
  color: #f6bf2d;
  font-size: 20px;
  font-family: SFProDisplayLight;
  font-weight: 400;
}
.tabbed-content .inner .header-title {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.tabbed-content .inner .header-title .item {
  cursor: pointer;
  position: relative;
  text-align: center;
  opacity: 0.5;
  transition: all 0.1s ease-in-out;
}
.tabbed-content .inner .header-title .item:hover {
  opacity: 1;
}
.tabbed-content .inner .header-title .item:hover span {
  display: block;
}
.tabbed-content .inner .header-title .item span {
  display: none;
}
.tabbed-content .inner .header-title .item.active {
  opacity: 1;
}
.tabbed-content .inner .header-title .item.active span {
  display: block;
}
.tabbed-content .inner .header-title .item h3 {
  font-size: clamp(18px, 2vw, 23px);
  color: #606060;
  margin: 0;
}
.tabbed-content .inner .header-title .item .space {
  margin-bottom: 15px;
}
.tabbed-content .inner .header-title .item span {
  position: absolute;
  content: "";
  background: #f6bf2d;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.tabbed-content .inner .tabbed-sm {
  display: none;
}
.tabbed-content .inner .tabbed-sm .item {
  margin: 30px 0 20px;
}
.tabbed-content .inner .tabbed-sm .item h3 {
  font-size: clamp(20px, 2vw, 25px);
  line-height: 27px;
  color: #606060;
  margin: 0;
}
.tabbed-content .inner .tabbed {
  height: 300px;
}
.tabbed-content .inner .tabbed .tabbed-content-inner {
  display: none;
}
.tabbed-content .inner .tabbed .tabbed-content-inner.active {
  display: block;
}
.call-to-action .rocket {
  left: -425px !important;
  top: -67px !important;
  width: 400px !important;
}
@media (max-width: 1050px) {
  .ambassador .spacing {
    padding: 0 8% !important;
  }
  .ambassador .text-content .inner {
    margin-bottom: 70px;
  }
  .ambassador .why .inner-header {
    justify-content: center;
    margin-top: -210px;
  }
  .ambassador .why .inner-header .why-image img {
    height: 350px;
  }
  .tabbed-content {
    padding: 120px 0 100px;
  }
}
@media (max-width: 850px) {
  .ambassador .why .evolve {
    bottom: -49%;
  }
  .ambassador .why .inner {
    flex-direction: column;
  }
  .ambassador .why .inner .text-content .title.first {
    margin-top: 100px;
  }
  .ambassador .why .inner .why-image {
    display: flex;
    justify-content: center;
  }
  .tabbed-content {
    padding: 70px 0 100px;
  }
}
@media (max-width: 800px) {
  .ambassador .text-content .evolve {
    bottom: -48% !important;
  }
  .ambassador .text-content .inner {
    margin-bottom: 250px;
  }
  .ambassador .text-content .inner .lower,
  .ambassador .text-content .inner .upper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }
  .ambassador .text-content .inner .lower .title,
  .ambassador .text-content .inner .upper .title {
    width: 100% !important;
    align-items: center;
    margin-right: 0;
    text-align: center;
    order: 1;
    margin-top: 30px;
  }
  .ambassador .text-content .inner .lower .title p,
  .ambassador .text-content .inner .upper .title p {
    width: 100% !important;
    padding: 0 10%;
  }
  .ambassador .text-content .inner .lower .paragraph,
  .ambassador .text-content .inner .upper .paragraph {
    width: 65% !important;
    margin-right: 0 !important;
  }
  .ambassador .text-content .inner .lower .paragraph img,
  .ambassador .text-content .inner .upper .paragraph img {
    width: 100%;
  }
  .ambassador .text-content .inner .last.upper {
    margin-top: 0 !important;
  }
  .ambassador .tabbed-sm {
    display: block !important;
  }
  .ambassador .tabbed {
    display: none !important;
  }
  .ambassador .text-content .container-default {
    padding-bottom: 70px;
  }
}
@media (max-width: 750px) {
  .why .inner-list .list-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .why .inner-list .list-wrapper .list-item {
    margin-right: 0;
    margin-bottom: 70px;
  }
  .why .inner-list .list-wrapper .list-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .why .inner-header {
    margin-top: -180px !important;
    align-items: center;
    flex-direction: column;
  }
  .why .inner-header .inner-wrapper {
    margin-top: 20px;
    margin-left: 0;
  }
  .why .inner-header .inner-wrapper .title {
    text-align: center;
  }
  .why .inner-header .inner-wrapper .title h2.lg {
    display: none !important;
  }
  .why .inner-header .inner-wrapper .title h2.sm {
    display: block !important;
    line-height: 1.2;
  }
}
@media (max-width: 500px) {
  .ambassador .text-content .evolve {
    bottom: -49% !important;
  }
  .ambassador .text-content .inner .lower .paragraph,
  .ambassador .text-content .inner .lower .title,
  .ambassador .text-content .inner .upper .paragraph,
  .ambassador .text-content .inner .upper .title {
    width: 100% !important;
  }
}
@-webkit-keyframes swapColor2 {
  0% {
    color: #fff;
  }
  50% {
    color: #aa2827;
  }
}
@keyframes swapColor2 {
  0% {
    color: #fff;
  }
  50% {
    color: #aa2827;
  }
}
@media (max-width: 530px) {
  .newss .evolve {
    top: -49% !important;
  }
}
@media (max-width: 980px) {
  .newss .evolve {
    top: -48%;
  }
}
.contact-page .contact .purple-bg {
  background: url(../parallex/purple-bg__contact.png) no-repeat;
  background-size: cover;
}
@media (min-width: 2000px) {
  .contact-page .contact.single {
    height: calc(100vh - 52px) !important;
    margin-top: 0 !important;
  }
}
.academy .skill-info {
  overflow: initial;
  padding: 40px 0 100px;
  background: #306048;
}
@media (min-width: 3840px) {
  .academy .skill-info {
    height: 11vw;
  }
}
@media (max-width: 1000px) {
  .academy .skill-info {
    padding: 40px 0 45px;
  }
}
@media (max-width: 1100px) {
  .academy .skill-info {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.academy .skill-info .evolve {
  position: absolute;
  height: 100%;
  width: 125%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 60%;
  left: -12%;
  pointer-events: none;
}
@media (max-width: 500px) {
  .academy .skill-info .evolve {
    top: 53% !important;
  }
}
@media (max-width: 1000px) {
  .academy .skill-info .evolve {
    top: 56%;
  }
}
@media (min-width: 2000px) {
  .academy .skill-info .evolve {
    top: 70%;
  }
}
.academy .skill-info .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
.academy .skill-info .container-default {
  display: flex;
}
.academy .skill-info .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.academy .skill-info .inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .academy .skill-info .inner {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.academy .skill-info .inner h1 {
  color: #f2ce57;
  font-size: clamp(20px, 5vw, 50px);
  line-height: clamp(20px, 5vw, 45px);
  font-family: SFProDisplayBold;
  margin-bottom: 24px;
}
.academy .skill-info .inner h1 span {
  display: block;
}
.academy .skill-info .inner p {
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.8);
  font-family: SFProDisplayLight;
  font-weight: 400;
  margin: 0 0 10px;
}
.academy .skill-info .side-image {
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 9999;
}
@media (max-width: 600px) {
  .academy .skill-info .side-image {
    display: none;
  }
}
@media (max-width: 800px) {
  .academy .skill-info .side-image {
    top: auto;
  }
}
@media (min-width: 2000px) {
  .academy .skill-info .side-image {
    top: 0;
  }
}
.academy .skill-info .side-image img {
  width: clamp(100px, 20vw, 260px);
}
.academy .event-item {
  z-index: 999;
  padding: 250px 0 80px;
}
@media (min-width: 3840px) {
  .academy .event-item {
    padding-top: 10%;
  }
}
@media (max-width: 1000px) {
  .academy .event-item {
    padding: 150px 0 80px;
  }
}
.academy .event-item .evolve {
  position: absolute;
  height: 100%;
  width: 120%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: -50%;
  left: -17%;
  pointer-events: none;
}
.academy .event-item .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
.academy .event-item .card-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
}
@media (max-width: 1100px) {
  .academy .event-item .card-group {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.academy .event-item .card-group .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .academy .event-item .card-group .card {
    flex-direction: column;
  }
  .academy .event-item .card-group .card .image-wrapper,
  .academy .event-item .card-group .card .text-wrapper {
    width: 100% !important;
  }
  .academy .event-item .card-group .card .image-wrapper {
    margin-top: 25px;
    order: 2;
  }
}
.academy .event-item .card-group .card .image-wrapper {
  width: 48%;
}
.academy .event-item .card-group .card .image-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.academy .event-item .card-group .card .text-wrapper {
  width: 48%;
}
.academy .event-item .card-group .card .text-wrapper h2 {
  font-size: 28px;
  color: #606060;
}
.academy .event-item .card-group .card .text-wrapper h2 span {
  display: block;
}
.academy .event-item .card-group .card .text-wrapper p {
  color: #606060;
  font-size: 16px;
}
.enjoy .skill-info {
  overflow: initial;
  padding: 40px 0 100px;
  background: #306048;
}
@media (min-width: 3840px) {
  .enjoy .skill-info {
    height: 11vw;
  }
}
@media (max-width: 1000px) {
  .enjoy .skill-info {
    padding: 40px 0 45px;
  }
}
@media (max-width: 1100px) {
  .enjoy .skill-info {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.enjoy .skill-info .evolve {
  position: absolute;
  height: 100%;
  width: 125%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 65%;
  left: -12%;
  pointer-events: none;
}
@media (max-width: 500px) {
  .enjoy .skill-info .evolve {
    top: 53% !important;
  }
}
@media (max-width: 1000px) {
  .enjoy .skill-info .evolve {
    top: 56%;
  }
}
@media (min-width: 2000px) {
  .enjoy .skill-info .evolve {
    top: 70%;
  }
}
.enjoy .skill-info .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
.enjoy .skill-info .container-default {
  display: flex;
}
.enjoy .skill-info .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enjoy .skill-info .inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.enjoy .skill-info .inner h1 {
  color: #f2ce57;
  font-size: clamp(20px, 5vw, 50px);
  line-height: clamp(20px, 5vw, 45px);
  font-family: SFProDisplayBold;
  margin-bottom: 24px;
}
.enjoy .skill-info .inner h1 span {
  display: block;
}
.enjoy .skill-info .inner p {
  font-size: 16px;
  line-height: 1.4;
  color: hsla(0, 0%, 100%, 0.8);
  font-family: SFProDisplayLight;
  font-weight: 400;
  margin: 0 0 10px;
}
.enjoy .skill-info .side-image {
  position: absolute;
  right: -247px;
  top: -51px;
  z-index: 9999;
}
.enjoy .skill-info .side-image img {
  width: 570px;
}
.enjoy .enjoy-content {
  z-index: 999;
  padding: 250px 0 0;
}
@media (min-width: 3840px) {
  .enjoy .enjoy-content {
    padding-top: 10%;
  }
}
.enjoy .enjoy-content .inner {
  display: flex;
  flex-direction: column;
}
.enjoy .enjoy-content .inner p {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(96, 96, 96, 0.8);
  font-family: SFProDisplayLight;
  font-weight: 400;
  margin: 0;
}
.enjoy .enjoy-content .inner .left {
  margin-right: 15px;
}
.enjoy .enjoy-content .inner .first {
  display: flex;
  justify-content: space-between;
}
.enjoy .enjoy-content .inner .first .left {
  width: 60%;
}
.enjoy .enjoy-content .inner .first .left p {
  margin-left: 20px;
  width: 70%;
}
.enjoy .enjoy-content .inner .first .right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.enjoy .enjoy-content .inner .first .right img {
  width: 100%;
}
.enjoy .enjoy-content .inner .first .right .image-wrapper {
  position: relative;
  margin-bottom: 30px;
  width: 290px;
  height: 100%;
}
.enjoy .enjoy-content .inner .first .right .image-wrapper .line-first {
  position: absolute;
  width: 200px;
  bottom: -170px;
  left: -100px;
}
.enjoy .enjoy-content .inner .first .right .image-wrapper .line-first img,
.enjoy .enjoy-content .inner .first .right .image-wrapper img {
  width: 100%;
}
.enjoy .enjoy-content .inner .second {
  display: flex;
  justify-content: space-between;
}
.enjoy .enjoy-content .inner .second .left {
  width: 65%;
}
.enjoy .enjoy-content .inner .second .left .image-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.enjoy .enjoy-content .inner .second .left .image-wrapper .coffee {
  position: absolute;
  width: 170px;
  top: -205px;
  right: -40px;
}
.enjoy .enjoy-content .inner .second .left .image-wrapper .coffee img,
.enjoy .enjoy-content .inner .second .left .image-wrapper img {
  width: 100%;
}
.enjoy .enjoy-content .inner .second .right {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enjoy .enjoy-content .inner .second .right .a {
  display: flex;
  justify-content: flex-end;
}
.enjoy .enjoy-content .inner .second .right .a p {
  margin-top: 50px;
  width: 60%;
}
.enjoy .enjoy-content .inner .second .right .b {
  display: flex;
  width: 50%;
}
.enjoy .enjoy-content .inner .second .right .b .image-wrapper img {
  width: 100%;
}
.enjoy .enjoy-content .inner .third {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.enjoy .enjoy-content .inner .third .left {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enjoy .enjoy-content .inner .third .left .a p {
  text-align: right;
  margin-left: 20px;
  width: 70%;
}
.enjoy .enjoy-content .inner .third .left .b {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.enjoy .enjoy-content .inner .third .left .b .image-wrapper {
  width: 70%;
}
.enjoy .enjoy-content .inner .third .left .b .image-wrapper .line-third {
  position: absolute;
  width: 80px;
  right: 0;
  bottom: -35px;
  right: -85px;
}
.enjoy .enjoy-content .inner .third .left .b .image-wrapper .line-third img,
.enjoy .enjoy-content .inner .third .left .b .image-wrapper img {
  width: 100%;
}
.enjoy .enjoy-content .inner .third .right {
  width: 35%;
}
.enjoy .enjoy-content .inner .third .right .image-wrapper {
  position: relative;
  margin-bottom: 100px;
}
.enjoy .enjoy-content .inner .third .right .image-wrapper .line-second {
  position: absolute;
  width: 150px;
  left: -150px;
  top: -60px;
}
.enjoy .enjoy-content .inner .third .right .image-wrapper .line-second img,
.enjoy .enjoy-content .inner .third .right .image-wrapper img {
  width: 100%;
}
.enjoy .enjoy-content .inner .fourth {
  display: flex;
  margin-top: 30px;
}
.enjoy .enjoy-content .inner .fourth .left {
  margin-top: 80px;
  width: 45%;
}
.enjoy .enjoy-content .inner .fourth .left p {
  text-align: right;
}
.enjoy .enjoy-content .inner .fourth .right {
  width: 55%;
  margin-left: 70px;
}
.enjoy .enjoy-content .inner .fourth .right .image-wrapper {
  position: relative;
}
.enjoy .enjoy-content .inner .fourth .right .image-wrapper .line-fourth {
  position: absolute;
  width: 260px;
  left: -270px;
  bottom: -80px;
}
.enjoy .enjoy-content .inner .fourth .right .image-wrapper .line-fourth img,
.enjoy .enjoy-content .inner .fourth .right .image-wrapper img {
  width: 100%;
}
.enjoy .enjoy-content .inner .fifth {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 75px;
}
.enjoy .enjoy-content .inner .fifth .left {
  width: 65%;
}
.enjoy .enjoy-content .inner .fifth .left .image-wrapper {
  position: relative;
}
.enjoy .enjoy-content .inner .fifth .left .image-wrapper .line-fifth {
  position: absolute;
  width: 240px;
  right: -250px;
  top: 10px;
}
.enjoy .enjoy-content .inner .fifth .left .image-wrapper .line-fifth img,
.enjoy .enjoy-content .inner .fifth .left .image-wrapper img {
  width: 100%;
}
.enjoy .enjoy-content .inner .fifth .right {
  width: 35%;
  margin-left: 40px;
  margin-bottom: 50px;
  width: 40%;
}
.enjoy .enjoy-content .inner .fifth .right p {
  margin-bottom: 10px;
}
.enjoy .enjoy-content .inner .fifth .right p:last-child {
  margin-bottom: 0;
}
.enjoy .list {
  margin: 100px 0;
}
.enjoy .list .inner {
  display: flex;
  flex-direction: column;
  width: 1000px;
}
.enjoy .list .inner h2 {
  font-size: 35px;
  color: #606060;
}
.enjoy .list .inner ul {
  margin: 0;
  padding: 0 20px;
  list-style-position: inside;
}
.enjoy .list .inner ul li {
  font-size: 16px;
  line-height: 1.4;
  color: #606060;
  font-family: SFProDisplayLight;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.events .info-extend {
  position: relative;
  height: 31.5vw;
  background: #306048;
}
@media (max-width: 1919px) {
  .events .info-extend {
    height: 35vw;
  }
}
@media (max-width: 1280px) {
  .events .info-extend {
    height: 40vw;
  }
}
@media (max-width: 960px) {
  .events .info-extend {
    height: 50vw;
  }
}
@media (max-width: 700px) {
  .events .info-extend {
    height: 60vw;
  }
}
@media (max-width: 550px) {
  .events .info-extend {
    height: 70vw;
    height: 80vw;
  }
}
@media (max-width: 450px) {
  .events .info-extend {
    height: 100vw;
  }
}
@media (max-width: 350px) {
  .events .info-extend {
    height: 120vw;
  }
}
.events .info-extend .inner-cloud {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 56%;
  background: url(../parallex/inner-cloud.png);
  background-size: 122%;
  background-repeat: no-repeat;
  overflow: initial;
  background-position: 30% 0;
  z-index: 4;
}
@media (min-width: 1920px) {
  .events .info-extend .inner-cloud {
    top: 49%;
  }
}
@media (max-width: 1366px) {
  .events .info-extend .inner-cloud {
    top: 60%;
  }
}
@media (max-width: 960px) {
  .events .info-extend .inner-cloud {
    top: 70%;
  }
}
@media (max-width: 700px) {
  .events .info-extend .inner-cloud {
    top: 75%;
  }
}
@media (max-width: 550px) {
  .events .info-extend .inner-cloud {
    top: 80%;
  }
}
@media (max-width: 450px) {
  .events .info-extend .inner-cloud {
    top: 85%;
  }
}
@media (max-width: 350px) {
  .events .info-extend .inner-cloud {
    top: 88%;
  }
}
.events .info-extend .inner-cloud-bg {
  background: url(../parallex/inner-cloud-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.events .info-extend .flying,
.events .info-extend .inner-cloud-bg {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: initial;
}
.events .info-extend .flying {
  z-index: 5;
  background: url(../parallex/flying.png);
  background-size: 30vw;
  background-repeat: no-repeat;
  background-position: 50% 90%;
}
@media (max-width: 700px) {
  .events .info-extend .flying {
    display: none;
  }
}
.events .info-extend .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events .info-extend .inner h1 {
  color: #f2ce57;
  font-size: clamp(20px, 5vw, 50px);
  line-height: clamp(20px, 5vw, 45px);
  font-family: SFProDisplayBold;
  margin-bottom: 24px;
  text-align: center;
}
.events .info-extend .inner p {
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
  font-family: SFProDisplayLight;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 900px;
}
.events .event-item {
  z-index: 999;
  padding: 100px 0;
}
@media (max-width: 700px) {
  .events .event-item {
    padding: 100px 0 50px;
  }
}
.events .event-item .evolve {
  position: absolute;
  height: 100%;
  width: 120%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: -50%;
  left: -17%;
  pointer-events: none;
}
.events .event-item .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
.events .event-item .card-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
}
@media (max-width: 1100px) {
  .events .event-item .card-group {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.events .event-item .card-group .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 700px) {
  .events .event-item .card-group .card {
    flex-direction: column;
  }
  .events .event-item .card-group .card .image-wrapper,
  .events .event-item .card-group .card .text-wrapper {
    width: 100% !important;
  }
  .events .event-item .card-group .card .image-wrapper {
    margin-top: 25px;
    order: 2;
  }
}
.events .event-item .card-group .card .image-wrapper {
  width: 48%;
}
.events .event-item .card-group .card .image-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.events .event-item .card-group .card .text-wrapper {
  width: 48%;
}
.events .event-item .card-group .card .text-wrapper h2 {
  padding: 0;
  font-size: 28px;
  color: #606060;
  margin: 0 0 20px;
}
.events .event-item .card-group .card .text-wrapper h2 span {
  display: block;
}
.events .event-item .card-group .card .text-wrapper p {
  color: #606060;
  font-size: 16px;
}
@media (min-width: 2000px) {
  .events section.features {
    height: 33vw !important;
  }
}
@media (min-width: 3500px) {
  .events section.features .wrapper {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1050px) and (max-width: 2000px) {
  .events section.features {
    height: 600px !important;
  }
}
@media (max-width: 1050px) {
  .events section.features {
    height: 600px !important;
  }
  .events section.features .wrapper {
    padding-top: 0 !important;
  }
  .events section.features .wrapper .rocket {
    width: 100px !important;
    left: 33px !important;
    top: 100px !important;
  }
  .events section.features .wrapper .text-content {
    margin-bottom: -20px !important;
  }
  .events
    section.second
    .container-default
    .card-group
    .card:nth-child(2n)
    .image-wrapper {
    margin-right: 25px !important;
  }
}
@media (max-width: 800px) {
  .events .third {
    height: 400px !important;
  }
  .events .third .wrapper {
    height: 100%;
    width: 80%;
    margin: auto;
  }
  .events .third .wrapper .rocket {
    width: 200px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: -25px !important;
  }
}
@media (max-width: 700px) {
  .events section.features {
    height: 500px !important;
  }
  .events section.features .wrapper .rocket {
    width: 100px !important;
    left: 33px !important;
    top: 80px !important;
  }
  .events section.features .wrapper .text-content {
    margin-bottom: -70px !important;
  }
  .events section.second {
    padding-bottom: 50px;
  }
  .events section.second .card-group .card {
    flex-direction: column;
  }
  .events section.second .card-group .card .image-wrapper {
    width: 80% !important;
    order: -1;
  }
  .events section.second .card-group .card .text-wrapper {
    width: 80%;
  }
  .events section.second {
    margin-top: 40px !important;
  }
  .events section.second .container-default .card-group .card .image-wrapper {
    width: 80%;
  }
  .events section.second .list {
    flex-direction: column;
  }
  .events section.second .list .image-overlay {
    order: -1;
    width: 60% !important;
    margin: 0 !important;
    margin-top: 30px;
  }
  .events section.second .list ol {
    width: 80% !important;
  }
  .events section.contact .title {
    padding: 0 8%;
  }
}
@media (max-width: 500px) {
  .events section.features {
    height: 450px !important;
  }
  .events section.features .wrapper {
    padding-top: 50px !important;
  }
  .events section.features .wrapper .rocket {
    display: none;
  }
  .events section.features .wrapper .text-content {
    margin-bottom: 0 !important;
  }
  .events section.second {
    margin-top: 50px !important;
  }
  .events section.second .container-default .card-group {
    flex-direction: column;
    align-items: center;
  }
  .events section.second .container-default .card-group .card {
    width: 80%;
  }
  .events section.second .container-default .card-group .card .image-wrapper {
    width: 100%;
  }
  .events section.second .container-default .text-overlay {
    width: 80% !important;
    margin: auto;
    text-align: center;
  }
  .events section.second .list {
    flex-direction: column;
  }
  .events section.second .list .image-overlay {
    order: -1;
    width: 60% !important;
    margin: 0 !important;
    margin-top: 30px;
  }
  .events section.second .list ol {
    width: 80% !important;
  }
}
.showcase .skill-info {
  overflow: initial;
  padding: 40px 0 100px;
  background: #306048;
}
@media (min-width: 3840px) {
  .showcase .skill-info {
    height: 11vw;
  }
}
@media (max-width: 1000px) {
  .showcase .skill-info {
    padding: 40px 0 45px;
  }
}
@media (max-width: 1100px) {
  .showcase .skill-info {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.showcase .skill-info .evolve {
  position: absolute;
  height: 100%;
  width: 125%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 60%;
  left: -12%;
  pointer-events: none;
}
@media (max-width: 500px) {
  .showcase .skill-info .evolve {
    top: 53% !important;
  }
}
@media (max-width: 1000px) {
  .showcase .skill-info .evolve {
    top: 56%;
  }
}
@media (min-width: 2000px) {
  .showcase .skill-info .evolve {
    top: 70%;
  }
}
.showcase .skill-info .evolve svg {
  width: 100% !important;
  height: 100% !important;
}
.showcase .skill-info .container-default {
  display: flex;
}
.showcase .skill-info .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.showcase .skill-info .inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .showcase .skill-info .inner {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.showcase .skill-info .inner h1 {
  color: #f2ce57;
  font-size: clamp(20px, 5vw, 50px);
  line-height: clamp(20px, 5vw, 45px);
  font-family: SFProDisplayBold;
  margin-bottom: 24px;
}
.showcase .skill-info .inner h1 span {
  display: block;
}
.showcase .skill-info .inner p {
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.8);
  font-family: SFProDisplayLight;
  font-weight: 400;
  margin: 0 0 10px;
}
.showcase .skill-info .side-image {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 9999;
}
@media (max-width: 600px) {
  .showcase .skill-info .side-image {
    display: none;
  }
}
@media (max-width: 800px) {
  .showcase .skill-info .side-image {
    top: auto;
  }
}
@media (min-width: 2000px) {
  .showcase .skill-info .side-image {
    top: 0;
  }
}
.showcase .skill-info .side-image img {
  width: clamp(200px, 35vw, 400px);
}
.showcase .projects {
  background: #fafafa;
  padding-top: 200px;
}
@media (min-width: 3840px) {
  .showcase .projects {
    padding-top: 10%;
  }
}
@media (max-width: 1000px) {
  .showcase .projects {
    padding-top: 150px;
  }
}
@media (max-width: 1000px) {
  .showcase .projects .inner {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.showcase .projects .inner .info-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.showcase .projects .inner .info-header h2 {
  color: #606060;
  font-size: clamp(20px, 5vw, 40px);
  margin: 0;
}
.showcase .projects .inner .info-header h2.last {
  margin-bottom: 40px !important;
}
.showcase .projects .inner .info-header p {
  font-size: 16px;
  line-height: 1.4;
  color: #606060;
  font-family: SFProDisplayLight;
  font-weight: 400;
  margin: 0 0 15px;
}
.showcase .projects .inner .card-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.showcase .projects .inner .card-group .card {
  position: relative;
  background: #fff;
  width: 32%;
  margin-bottom: 100px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .showcase .projects .inner .card-group .card {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .showcase .projects .inner .card-group .card {
    width: 100%;
  }
}
.showcase .projects .inner .card-group .card:nth-child(3),
.showcase .projects .inner .card-group .card:nth-child(6),
.showcase .projects .inner .card-group .card:nth-child(9) {
  margin-right: 0;
}
.showcase .projects .inner .card-group .card:first-child:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  box-shadow: 0 8px 15px 0 rgba(224, 84, 42, 0.5);
}
.showcase .projects .inner .card-group .card:first-child .image-wrapper:before {
  background: #e0542a;
}
.showcase .projects .inner .card-group .card:first-child .card-body h3 {
  color: #e0542a;
}
.showcase .projects .inner .card-group .card:nth-child(2):hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  box-shadow: 0 8px 15px 0 rgba(174, 197, 92, 0.5);
}
.showcase
  .projects
  .inner
  .card-group
  .card:nth-child(2)
  .image-wrapper:before {
  background: #aec55c;
}
.showcase .projects .inner .card-group .card:nth-child(2) .card-body h3 {
  color: #aec55c;
}
.showcase .projects .inner .card-group .card:nth-child(3):hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  box-shadow: 0 8px 15px 0 rgba(246, 191, 45, 0.5);
}
.showcase
  .projects
  .inner
  .card-group
  .card:nth-child(3)
  .image-wrapper:before {
  background: #f6bf2d;
}
.showcase .projects .inner .card-group .card:nth-child(3) .card-body h3 {
  color: #f6bf2d;
}
.showcase .projects .inner .card-group .card:nth-child(4):hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  box-shadow: 0 8px 15px 0 rgba(5, 143, 204, 0.5);
}
.showcase
  .projects
  .inner
  .card-group
  .card:nth-child(4)
  .image-wrapper:before {
  background: #058fcc;
}
.showcase .projects .inner .card-group .card:nth-child(4) .card-body h3 {
  color: #058fcc;
}
.showcase .projects .inner .card-group .card:nth-child(5):hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  box-shadow: 0 8px 15px 0 rgba(232, 145, 62, 0.5);
}
.showcase
  .projects
  .inner
  .card-group
  .card:nth-child(5)
  .image-wrapper:before {
  background: #e8913e;
}
.showcase .projects .inner .card-group .card:nth-child(5) .card-body h3 {
  color: #e8913e;
}
.showcase .projects .inner .card-group .card:nth-child(6):hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  box-shadow: 0 8px 15px 0 rgba(62, 96, 111, 0.5);
}
.showcase
  .projects
  .inner
  .card-group
  .card:nth-child(6)
  .image-wrapper:before {
  background: #3e606f;
}
.showcase .projects .inner .card-group .card:nth-child(6) .card-body h3 {
  color: #3e606f;
}
.showcase .projects .inner .card-group .card:nth-child(7):hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  box-shadow: 0 8px 15px 0 rgba(0, 152, 84, 0.5);
}
.showcase
  .projects
  .inner
  .card-group
  .card:nth-child(7)
  .image-wrapper:before {
  background: #009854;
}
.showcase .projects .inner .card-group .card:nth-child(7) .card-body h3 {
  color: #009854;
}
.showcase .projects .inner .card-group .card:nth-child(8):hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  box-shadow: 0 8px 15px 0 rgba(232, 145, 62, 0.5);
}
.showcase
  .projects
  .inner
  .card-group
  .card:nth-child(8)
  .image-wrapper:before {
  background: #e8913e;
}
.showcase .projects .inner .card-group .card:nth-child(8) .card-body h3 {
  color: #e8913e;
}
.showcase .projects .inner .card-group .card:nth-child(9):hover:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  box-shadow: 0 8px 15px 0 rgba(135, 47, 118, 0.5);
}
.showcase
  .projects
  .inner
  .card-group
  .card:nth-child(9)
  .image-wrapper:before {
  background: #872f76;
}
.showcase .projects .inner .card-group .card:nth-child(9) .card-body h3 {
  color: #872f76;
}
.showcase .projects .inner .card-group .card .wrapper {
  position: relative;
  background: #fff;
  overflow: initial !important;
  height: 100%;
}
.showcase .projects .inner .card-group .card .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  transform: translateY(-20px);
}
.showcase .projects .inner .card-group .card .image-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% - 30px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
  mix-blend-mode: multiply;
  z-index: 99;
}
.showcase .projects .inner .card-group .card .image-wrapper img {
  width: calc(100% - 30px);
}
.showcase .projects .inner .card-group .card .card-body {
  margin-top: 40px;
  padding: 0 40px;
  text-align: center;
}
.showcase .projects .inner .card-group .card .card-body h4 {
  color: #707070;
  font-size: 18px;
  padding-bottom: 16px;
  margin: 0;
}
.showcase .projects .inner .card-group .card .card-body h3 {
  font-size: 20px;
  font-family: SFProDisplayBold;
  padding-bottom: 24px;
  margin: 0;
}
.showcase .projects .inner .card-group .card .card-body p {
  font-size: 16px;
  line-height: 1.4;
  color: #606060;
  font-family: SFProDisplayLight;
  font-weight: 400;
  padding-bottom: 74px;
  margin: 0;
}
.showcase .projects .inner .btn-wrapper {
  text-align: center;
  margin-bottom: 80px;
}
.showcase .projects .inner .btn-wrapper .btn.join {
  font-size: 17px;
  padding: 1.3rem 5rem;
}
.showcase .gallery {
  background: #fff;
  padding-top: 80px;
}
.showcase .gallery .card-group .card {
  margin-bottom: 20px !important;
}
.showcase .gallery .card-group .card:hover:before {
  display: none;
}
.showcase .gallery .card-group .card .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  transform: translateY(0) !important;
}
.showcase .gallery .card-group .card .image-wrapper:before {
  display: none;
}
.showcase .gallery .card-group .card .image-wrapper img {
  width: 100% !important;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
main.indexpage section.footer-area{
  display: block !important;
}
/* .footer-area{
  background: #f5f6f7;
} */