@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit Bold.eot");
  src: url("../font/Outfit Bold.eot?#iefix") format("embedded-opentype"), url("../font/Outfit Bold.woff2") format("woff2"), url("../font/Outfit Bold.woff") format("woff"), url("../font/Outfit Bold.svg#Outfit Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0327;
}
@font-face {
  font-family: "Outfit Medium";
  src: url("../font/Outfit Medium.eot");
  src: url("../font/Outfit Medium.eot?#iefix") format("embedded-opentype"), url("../font/Outfit Medium.woff2") format("woff2"), url("../font/Outfit Medium.woff") format("woff"), url("../font/Outfit Medium.svg#Outfit Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0327;
}
@font-face {
  font-family: "Outfit ExtraBold";
  src: url("../font/Outfit ExtraBold.eot");
  src: url("../font/Outfit ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/Outfit ExtraBold.woff2") format("woff2"), url("../font/Outfit ExtraBold.woff") format("woff"), url("../font/Outfit ExtraBold.svg#Outfit ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0327;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins Bold.eot");
  src: url("../font/Poppins Bold.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Bold.woff2") format("woff2"), url("../font/Poppins Bold.woff") format("woff"), url("../font/Poppins Bold.svg#Poppins Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins Regular.eot");
  src: url("../font/Poppins Regular.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Regular.woff2") format("woff2"), url("../font/Poppins Regular.woff") format("woff"), url("../font/Poppins Regular.svg#Poppins Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../font/Poppins Medium.eot");
  src: url("../font/Poppins Medium.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Medium.woff2") format("woff2"), url("../font/Poppins Medium.woff") format("woff"), url("../font/Poppins Medium.svg#Poppins Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Poppins";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.p-v-70 {
  padding: 70px 0;
}

.p-v-80 {
  padding: 80px 0;
}

.p-v-60 {
  padding: 60px 0;
}

.p-v-90 {
  padding: 90px 0;
}

.p-v-100 {
  padding: 100px 0;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.relative {
  position: relative;
}

h1 {
  font-size: 64px;
  font-family: "Outfit Medium";
  color: #000;
  background: linear-gradient(94.43deg, #ed1e79 0%, #f47b20 98.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: 64px;
  font-family: "Outfit Medium";
  color: #000;
  background: linear-gradient(94.43deg, #ed1e79 0%, #f47b20 98.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading {
  font-size: 64px;
  font-family: "Outfit Medium";
  color: #fff;
  font-weight: 500;
  background: transparent;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
}

h3 {
  font-size: 31px;
  font-family: "Outfit ExtraBold";
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 700;
}

p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}

.btn-button {
  position: relative;
  overflow: hidden;
  border: 1px solid #18181a;
  color: #000;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  padding: 12px 35px 13px;
  text-decoration: none;
  cursor: pointer;
  background: #8bc53f;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 100px;
  font-weight: 500;
  border: 1px solid #8bc53f;
}

.btn-button span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.btn-button span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
  text-wrap: nowrap;
}

.btn-button:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.btn-button:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.btn-button:hover span:last-child {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.btn-button.btn-button2 {
  background-color: #00b7f1;
  color: #fff;
  border: 1px solid #00b7f1;
}

.btn-button-outline {
  background-color: transparent;
  border-color: #434343;
  color: #b3b3b3;
}
.btn-button-outline::after {
  background-color: #8bc53f;
}
.btn-button-outline span:last-child {
  color: #000;
}

#header {
  transition: all 0.5s;
  background-color: #000;
  padding: 25px 0;
}
#header .logo a {
  color: #fff;
  font-size: 30px;
}
#header .logo a img {
  width: 100px;
}

.secgap {
  padding-left: 15px;
  padding-right: 15px;
}
.secgap .roundpic {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.secgap .experience2 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* background: var(--electricTeal); */
  background: #2b2e2e;
  color: #fff;
  height: calc(100% - 100px);
  width: 100%;
  padding: 15px;
}

#gapSolution {
  position: relative;
  padding: 100px 0;
  padding-left: 15px;
  padding-right: 15px;
}
#gapSolution img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
#gapSolution .solutionbox {
  padding: 55px;
}
#gapSolution .solutionbox .subhead {
  color: #8bc53f;
  text-transform: uppercase;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  font-weight: 600;
}

.story {
  position: relative;
  z-index: 1;
  color: #fff;
}
.story h2 {
  font-size: 46px;
}
.story .stepbox {
  margin: 5% 0;
}
.story .stepbox .content {
  width: 33.333%;
  flex: 0 0 33.333%;
  position: relative;
  font-weight: 400;
  padding: 0 20px;
  margin-top: -37px;
  cursor: pointer;
}
.story .stepbox .content h2 {
  font-size: 10vw;
  opacity: 0.5;
  display: none;
}
.story .stepbox .content h3 {
  position: absolute;
  top: 40%;
  right: 5%;
  font-size: 31px;
  text-transform: capitalize;
}
.story .stepbox .content p {
  font-size: 16px;
  margin-bottom: 0;
}
.story .stepbox .roundPic {
  border-radius: 50%;
  border: #fff 2px dashed;
  padding: 15px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.story .stepbox .roundPic::before {
  position: absolute;
  top: -110px;
  width: 35px;
  height: 140px;
  left: 8%;
  content: "";
  background: url("../images/left_arrow.png") no-repeat;
  background-size: cover;
}
.story .stepbox .roundPic img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  transition: 0.3s ease-in-out;
}
.story::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  content: "";
}
.story .flex-row-reverse.stepbox .roundPic {
  position: relative;
}
.story .flex-row-reverse.stepbox .roundPic::after {
  position: absolute;
  top: -110px;
  width: 35px;
  height: 140px;
  right: 8%;
  content: "";
  background: url("../images/right_arrow.png") no-repeat;
  background-size: cover;
  z-index: 0;
}
.story .flex-row-reverse.stepbox .roundPic::before {
  display: none;
}

.stepbox:first-child .roundPic::before {
  display: none;
}

.innerBanner {
  position: relative;
  padding: 100px 0;
}
.innerBanner h1 {
  z-index: 1;
  position: relative;
  font-size: 3.75rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
  color: #fff !important;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.innerBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

footer {
  background: #000;
}
footer p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
footer p a {
  color: #fff;
  transition: all 0.4s;
}/*# sourceMappingURL=style.css.map */