body {
  font-family: "Poppins", sans-serif;
}
.scroll-active .header-landing {
  background-color: #f6f6f7;
  position: fixed;
  margin-top: 0;
  padding: 15px 0;
}
.scroll-active .header-landing .container-fluid {
  padding: 0 10px;
}
.scroll-active .header-landing .logo-normal {
  display: none;
}
@media (min-width: 768px) {
  .scroll-active .header-landing {
    padding: 15px;
  }
  .scroll-active .header-landing .logo-sticky-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .scroll-active .header-landing .logo-sticky-mobile {
    display: block;
    max-width: 100px;
  }
  .scroll-active .header-landing .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .scroll-active .header-landing .col:first-child {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
  }
  .scroll-active .header-landing .col:last-child {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 5px;
    margin-top: 0 !important;
  }
}
@media (max-width: 380px) {
  .scroll-active .header-landing .logo-sticky-mobile {
    display: block;
    max-width: 65px;
  }
  .scroll-active .header-landing .asb, .scroll-active .header-landing .gpb {
    padding: 0 5px;
  }
  .scroll-active .header-landing .asb svg, .scroll-active .header-landing .gpb svg {
    max-width: 100px;
    height: auto;
    display: block;
  }
}
.header-landing {
  margin-top: 15px;
  padding: 15px 55px;
  position: static;
  left: 0;
  right: 0;
  z-index: 1024;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.header-landing .logo-sticky-desktop, .header-landing .logo-sticky-mobile {
  display: none;
}
.header-landing .asb, .header-landing .gpb {
  padding: 0 5px;
}
.header-landing .asb svg, .header-landing .gpb svg {
  max-width: 135px;
  height: auto;
  display: block;
}
.header-landing .gpb svg .fillable {
  fill: transparent;
}
.header-landing .gpb:hover svg .fillable {
  fill: #2b285d;
}
.header-landing .gpb:hover svg .hover-white path {
  fill: #fff !important;
}
.header-landing .asb svg .fillable {
  fill: transparent;
}
.header-landing .asb:hover svg .fillable {
  fill: #0be4f4;
}
.header-landing .asb:hover svg .hover-white path {
  fill: #fff !important;
}
.header-landing .google-play-button {
  margin-right: 20px;
}
.header-landing .logos img {
  height: auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .header-landing {
    margin-top: 0;
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .header-landing {
    padding: 15px 10px;
  }
  .header-landing .google-play-button {
    margin-right: 10px;
  }
}
.google-play-button {
  border: 2px solid #3d3980;
  border-radius: 30px;
  max-width: 195px;
  height: 58px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .google-play-button {
    max-width: 160px;
    height: 50px;
  }
}
.google-play-button a {
  padding: 0 25px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .google-play-button a {
    padding: 7px 10px 10px !important;
    display: flex;
    align-items: center;
    height: auto;
    align-self: center;
    justify-self: center;
    margin: 0;
  }
}
.google-play-button a .icon {
  width: 30px;
  margin-right: 6px;
  display: block;
}
.google-play-button a .icon svg {
  display: block;
}
.google-play-button a .icon svg #g1 {
  fill: #2196f3;
}
.google-play-button a .icon svg #g2 {
  fill: #4caf50;
}
.google-play-button a .icon svg #g3 {
  fill: #ffc107;
}
.google-play-button a .icon svg #g4 {
  fill: #f44336;
}
.google-play-button a .text {
  width: 110px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  color: #2b285d;
}
.google-play-button a .text small {
  font-weight: 400;
  font-size: 13px;
}
.google-play-button a .text strong {
  display: block;
  font-weight: 900;
  font-size: 17px;
}
@media (max-width: 991px) {
  .google-play-button a {
    padding: 0 15px;
  }
  .google-play-button a .icon {
    width: 18px;
  }
  .google-play-button a .icon svg {
    width: 18px;
  }
  .google-play-button a .text {
    width: 90px;
  }
  .google-play-button a .text small {
    font-size: 10px;
  }
  .google-play-button a .text strong {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .google-play-button a {
    padding: 0 5px;
  }
  .google-play-button a .icon {
    width: 26px;
  }
  .google-play-button a .icon svg {
    width: 22px;
    margin-top: 3px;
  }
  .google-play-button a .text small {
    font-size: 11px;
  }
  .google-play-button a .text strong {
    font-size: 12px;
  }
}
.google-play-button a:hover {
  text-decoration: none;
}
.google-play-button a:focus {
  outline: none;
}
.google-play-button:hover {
  background-color: #3d3980;
}
.google-play-button:hover a .icon #g1 {
  fill: #fff;
}
.google-play-button:hover a .icon #g2 {
  fill: #ccc;
}
.google-play-button:hover a .icon #g3 {
  fill: #f2f2f2;
}
.google-play-button:hover a .icon #g4 {
  fill: #c1c1c1;
}
.google-play-button:hover a .text {
  color: #fff;
}
.apple-store-button {
  border: 2px solid #11eff9;
  border-radius: 30px;
  max-width: 195px;
  height: 58px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .apple-store-button {
    max-width: 160px;
    height: 50px;
  }
}
.apple-store-button a {
  padding: 0 25px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .apple-store-button a {
    padding: 7px 10px 10px !important;
    align-items: center;
    align-self: center;
    justify-self: center;
    margin: 0;
  }
}
.apple-store-button a .icon {
  width: 30px;
  margin-right: 6px;
  display: block;
}
.apple-store-button a .icon svg {
  display: block;
  width: 30px;
}
.apple-store-button a .icon svg g {
  fill: #2b285d;
}
.apple-store-button a .text {
  width: 110px;
  line-height: 1;
  color: #2b285d;
}
.apple-store-button a .text small {
  font-weight: 400;
  font-size: 13px;
}
.apple-store-button a .text strong {
  display: block;
  font-weight: 900;
  font-size: 17px;
}
@media (max-width: 991px) {
  .apple-store-button a {
    padding: 0 15px;
  }
  .apple-store-button a .icon {
    width: 18px;
  }
  .apple-store-button a .icon svg {
    width: 18px;
  }
  .apple-store-button a .text {
    width: 90px;
  }
  .apple-store-button a .text small {
    font-size: 10px;
  }
  .apple-store-button a .text strong {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .apple-store-button a {
    padding: 0 5px;
  }
  .apple-store-button a .icon {
    width: 26px;
  }
  .apple-store-button a .icon svg {
    width: 22px;
    margin-top: 3px;
  }
  .apple-store-button a .text small {
    font-size: 9px;
  }
  .apple-store-button a .text strong {
    font-size: 13px;
  }
}
.apple-store-button a:hover {
  text-decoration: none;
}
.apple-store-button a:focus {
  outline: none;
}
.apple-store-button:hover {
  background-color: #11eff9;
}
.apple-store-button:hover a .icon svg g {
  fill: #fff;
}
.apple-store-button:hover a .text {
  color: #fff;
}
.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icons .social {
  width: 36px;
  height: 36px;
  margin: 0 12px;
  display: block;
}
.social-icons .social svg {
  max-width: 36px;
  display: block;
}
@media (max-width: 767px) {
  .social-icons .social {
    margin: 0 5px;
  }
}
.social-icons .social:first-child {
  margin-left: 0;
}
.social-icons .social:last-child {
  margin-right: 0;
}
#bitnami-banner {
  display: none;
}
#slider_area {
  position: relative;
  overflow: hidden;
}
#slider_area > svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.ares.tp-bullets.modified {
  transform: none !important;
  top: inherit !important;
  bottom: 1px !important;
  position: absolute !important;
  z-index: 10 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto 0;
}
@media (max-width: 991px) {
  .ares.tp-bullets.modified {
    bottom: -10px !important;
  }
}
@media (max-width: 767px) {
  .ares.tp-bullets.modified {
    bottom: -20px !important;
  }
}
.slider-container {
  position: relative;
}
.intro {
  background-color: #0be4f4;
  padding: 45px 0 120px;
  position: relative;
}
.intro:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}
.intro .inner-wrap {
  position: relative;
  z-index: 3;
}
.intro h1 {
  color: #2b285d;
  font-size: 46px;
  font-weight: 700;
  letter-spacnig: 0.48px;
  text-align: center;
  margin: 0;
}
@media (max-width: 992px) {
  .intro h1 {
    font-size: 20px;
  }
}
.intro p {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0 0;
}
@media (max-width: 992px) {
  .intro p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .intro p {
    letter-spacing: 2px;
  }
}
.intro .social-icons {
  margin-top: 60px;
}
.intro .angle-shape {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .intro {
    padding: 45px 0 70px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding: 45px 0 50px;
  }
  .intro .social-icons {
    margin-top: 30px;
  }
}
.steps {
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .steps {
    margin-top: -85px;
  }
}
@media (min-width: 1200px) {
  .steps {
    margin-top: -100px;
  }
}
@media (max-width: 580px) {
  .steps .social-icons .social {
    width: 20px;
    height: 20px;
  }
}
.steps-wrapper {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.steps-wrapper .centerline {
  background-color: #f4f4f4;
  width: 1px;
  height: 800px;
  position: absolute;
  right: 50%;
  top: 140px;
}
.steps-wrapper .centerline:before {
  content: '';
  position: absolute;
  background-color: #f4f4f4;
  width: 20px;
  height: 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  border-radius: 50%;
}
.steps-wrapper .centerline:after {
  content: '';
  position: absolute;
  background-color: #f4f4f4;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .steps-wrapper .centerline {
    height: 685px;
  }
}
@media (max-width: 991px) {
  .steps-wrapper .centerline {
    height: 576px;
  }
}
@media (max-width: 767px) {
  .steps-wrapper .centerline {
    top: 50px;
    height: 455px;
  }
}
.step {
  position: relative;
  z-index: 1;
  margin: 65px 0;
}
.step .social-icons {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .step .social-icons {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .step {
    margin: 20px 0;
  }
}
.step:nth-last-child(2) {
  margin-bottom: 0;
}
.step .step-image {
  padding: 25px;
}
@media (min-width: 1200px) {
  .step .step-image {
    padding: 25px 60px;
  }
}
@media (max-width: 1199px) {
  .step .step-image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
.step:first-child {
  margin-top: 0;
}
.step:first-child .step-image {
  position: relative;
}
.step:first-child .step-image img {
  background-color: #fff;
  border: 10px solid #f6f6f7;
  height: auto;
  width: auto;
  display: block;
  border-radius: 50%;
  max-width: 100%;
}
.step .step-text {
  padding: 25px;
}
@media (max-width: 767px) {
  .step .step-text {
    padding: 15px;
    max-width: 230px;
    margin: 0 auto;
  }
}
.step .step-text .step-label {
  color: #bcbcbc;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .step .step-text .step-label {
    font-size: 8px;
    letter-spacing: 3px;
  }
}
.step .step-text .step-heading-1 {
  color: #2b285d;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.27px;
  margin: 0;
}
@media (max-width: 992px) {
  .step .step-text .step-heading-1 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .step .step-text .step-heading-1 {
    font-size: 14px;
    letter-spacing: -0.4px;
  }
}
.step .step-text .step-heading-2 {
  color: #0be4f4;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.42px;
  margin: 0;
}
@media (max-width: 992px) {
  .step .step-text .step-heading-2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .step .step-text .step-heading-2 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-top: 10px;
  }
}
.step:not(.single) {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.step:not(.single) .step-image {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.step:not(.single) .step-text {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 1200px) {
  .step:not(.single) .step-text {
    padding: 25px 60px;
  }
}
.step.left-image .step-text {
  text-align: left;
}
.step.right-image .step-image {
  order: 1;
}
@media (min-width: 1200px) {
  .step.right-image .step-image {
    display: flex;
    justify-content: center;
  }
  .step.right-image .step-image img {
    justify-content: flex-end;
  }
}
.step.right-image .step-text {
  text-align: right;
  order: 0;
}
@media (max-width: 767px) and (min-width: 380px) {
  .step.right-image .step-text {
    padding-left: 65px;
    padding-right: 25px;
  }
}
@media (max-width: 379px) and (min-width: 360px) {
  .step.right-image .step-text {
    padding-left: 30px;
    padding-right: 25px;
  }
}
.step.single {
  background-color: #fff;
  border: 2px solid #f4f4f4;
  box-shadow: 0 0 10px #fff;
  padding: 20px 20px;
  border-radius: 45px;
  text-align: center;
  box-shadow: 0 0 0 20px #fff;
}
@media (max-width: 767px) {
  .step.single {
    box-shadow: 0 0 0 0 #fff;
    padding: 5px 5px;
    border-radius: 15px;
  }
}
.pre-footer {
  background-color: #f6f6f7;
  text-align: center;
}
@media (min-width: 992px) {
  .pre-footer {
    margin-top: -45px;
  }
}
@media (min-width: 1200px) {
  .pre-footer {
    margin-top: -75px;
  }
}
.pre-footer svg {
  display: block;
  height: auto;
  background-color: #fff;
}
.pre-footer h2 {
  text-align: center;
  color: #2b285d;
  font-weight: 400;
}
@media (max-width: 992px) {
  .pre-footer h2 {
    font-size: 20px;
  }
}
.pre-footer strong {
  display: block;
  font-weight: 800;
}
@media (max-width: 992px) {
  .pre-footer strong {
    font-size: 32px;
  }
}
.pre-footer .pre-footer-wrap {
  padding: 65px 0 70px;
}
@media (max-width: 767px) {
  .pre-footer .pre-footer-wrap {
    padding: 85px 0 60px;
  }
}
.social-media-widget {
  text-align: center;
}
.social-media-widget .social-media-widget-label h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.social-media-widget .social-media-widget-label h3 strong {
  color: #0be4f4;
  display: block;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .social-media-widget .social-media-widget-label h3 {
    font-size: 17px;
  }
  .social-media-widget .social-media-widget-label h3 strong {
    font-size: 26px;
  }
}
.social-media-widget .social-media-widget-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .social-media-widget .social-media-widget-icons {
    margin-top: 35px;
  }
}
.social-media-widget .social-media-widget-icons a {
  width: 36px;
  height: 36px;
  margin: 0 12px;
  display: block;
}
@media (max-width: 767px) {
  .social-media-widget .social-media-widget-icons a {
    width: 30px;
    height: 30px;
    margin: 0 8px;
  }
}
.social-media-widget .social-media-widget-icons a svg {
  max-width: 36px;
  display: block;
}
@media (max-width: 767px) {
  .social-media-widget .social-media-widget-icons a svg {
    max-width: 28px;
  }
}
.social-media-widget .social-media-widget-icons a:hover svg .hovered {
  transition: ease all 1s;
  fill: #fff !important;
}
.social-media-widget .social-media-widget-icons a img {
  max-width: 36px;
  display: block;
}
.landing-footer {
  background-image: url(../images/footer-bg.png);
  background-size: 100% auto;
  padding: 95px 35px 45px;
}
@media (min-width: 1440px) {
  .landing-footer {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media (max-width: 1199px) {
  .landing-footer {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .landing-footer {
    padding: 85px 35px 35px;
    background-size: cover;
    background-position: center top;
  }
}
.landing-footer .footer-logo img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 1199px) {
  .landing-footer .footer-logo img {
    max-width: 115px;
  }
}
.landing-footer .back-to-top {
  max-width: 95px;
  margin-left: auto;
  margin-top: 35px;
  border: 1px solid #0be4f4;
  border-radius: 50%;
  height: 95px;
}
.landing-footer .back-to-top div {
  cursor: pointer;
  max-width: 87px;
  height: 87px;
  margin: 3px auto;
  background-color: #0be4f4;
  border-radius: 86px;
  padding: 1px;
}
@media (max-width: 1199px) {
  .landing-footer .back-to-top {
    height: 65px;
    max-width: 65px;
    margin-top: -5px;
  }
  .landing-footer .back-to-top div {
    height: 56px;
    max-width: 56px;
  }
}
@media (max-width: 767px) {
  .landing-footer .back-to-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -112px;
  }
}
.landing-footer .back-to-top svg {
  display: block;
  max-height: 35px;
  transform: rotate(44deg);
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .landing-footer .back-to-top svg {
    max-height: 25px;
    margin-top: 15px;
  }
}
.landing-footer .footer-bottom-row {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .landing-footer .footer-bottom-row {
    margin-top: 35px;
  }
}
.landing-footer .footer-bottom-row p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1199px) {
  .landing-footer .footer-bottom-row p {
    font-size: 12px;
  }
}
.landing-footer .footer-bottom-row .menu {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .landing-footer .footer-bottom-row .menu {
    justify-content: center;
  }
}
.landing-footer .footer-bottom-row .menu li {
  color: #0be4f4;
  list-style: none;
  font-size: 12px;
  padding: 0 20px;
  position: relative;
}
.landing-footer .footer-bottom-row .menu li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 4px;
  width: 4px;
  border-radius: 4px;
  background-color: #0be4f4;
  transform: translatey(-50%);
}
.landing-footer .footer-bottom-row .menu li:first-child {
  padding-left: 0;
}
.landing-footer .footer-bottom-row .menu li:first-child:before {
  display: none;
}
.landing-footer .footer-bottom-row .menu li:last-child {
  padding-right: 0;
}
.landing-footer .footer-bottom-row .menu li a {
  color: #0be4f4;
  font-size: 18px;
  display: block;
}
@media (max-width: 1199px) {
  .landing-footer .footer-bottom-row .menu li a {
    font-size: 12px;
  }
}
