body {
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 0;
}
h1 {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
h2, h3, h4, h5, h6 {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}
.btn, .navbar {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
h2 {
    padding-bottom: 2rem;
}
p, body, footer {
    color: #938eb3;
}
.main_container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #0C0537;
}
.steps {
    display: block;
    line-height: 1;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
}
.steps p {
    font-weight: 600;
    text-align: center;
}
#description {
    padding: 3rem 0;
}
.color_red {
    color: #53D9E2;
}
.site_header {
    height: 80px;
    background: #000;
}
.under_header {
    max-width: 700px;
    margin: 0 auto 2rem auto;
}
.how_desc {
    max-width: 340px;
    margin: 0 auto;
}
.z100 {
    z-index: 100;
}
.z101 {
    z-index: 101;
}
.z102 {
    z-index: 102;
}
.z103 {
    z-index: 103;
}
.zc {
    z-index: 999;
}
.zm {
    z-index: 998;
}
.top_container h1 {
    line-height: 1.2;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.underline_red {
    box-shadow: inset 0 -0.1em #53D9E2;
}
.top_container p {
    margin-bottom: 1.1rem;
}
.top_container p, p {
  word-spacing: 1px;
}
.col-desc, .col-title {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}
.stats {
    color: #53D9E2;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.stats_m {
    margin: 0 16px;
}
.stats_m_ext {
    margin: 0 41px;
}
.feat_icon img {
    width:24px;
}
.feat_icon_ml1 {
    margin-left: 3px;
}
.feat_icon_ml2 {
    margin-left: 4px;
}
.feat_container {
    margin-bottom: 2rem;
}
#chart {
    padding-bottom: 5em;
}
.mb-50 {
    margin-bottom: 50px;
}
.pricing .btn {
    width: 270px;
    font-size: 16px;
}
.tablet_view_break_lg {
    display: block;
}
.tablet_view_break {
    display: none;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.text_container_pricing {
    max-width: 490px;
    margin: 0px auto 50px auto;
    width: 100%;
}
.text_container {
    max-width: 490px;
    margin: 0px auto 0px auto;
    width: 100%;
}
.under_headline {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.mobile_desc_img {
    display: block;
    visibility: visible;
}
.mobile_desc_img img{
    display: block;
    width: 85%;
}
.mobile_img_1, .mobile_img_2 {
    margin: 0 auto;
}
.mobile_text_center {
    text-align: center;
}
.mobile_btn_margin {
    margin-bottom: 10px;
}
.icon {
    margin-bottom: 1rem;
}
.mobile_how_col {
    margin: 70px 0 0 0;
}
.stats_col {
    margin-bottom: 1rem;
}
video {
    width: 100%;
}
.btn {
    font-size: 14px!important;
    font-weight: 500!important;
    border-radius: 4px;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.btn_red {
    background: #53D9E2;
    box-shadow: 0px 10px 40px rgba(83, 217, 226, 0.9);
    color: #fff!important;
}
.btn_red:hover {
    background: #28ABB4;
    color: #fff!important;
    box-shadow: 0px 10px 40px rgba(40, 171, 180, 0);
}
#pricing .btn_red:hover {
    background: #28ABB4;
    color: #fff!important;
    box-shadow: 0px 10px 40px rgba(245, 111, 94, 0);
}
#pricing .btn_transparent {
    background: transparent;
    border: 1px solid #53D9E2;
    color: #53D9E2;
    margin: 0;
    width: 100%;
}
#pricing .btn_transparent:hover {
    background: transparent;
    border: 1px solid #28ABB4;
    color: #28ABB4;
    text-decoration: underline;
}
.navbar .btn_transparent {
    background: transparent;
    border: 1px solid #53D9E2;
    color: #53D9E2;
}
.navbar .btn_transparent:hover {
    background: transparent;
    border: 1px solid #28ABB4;
    color: #28ABB4;
    text-decoration: underline;
}
.btn_text {
    background: transparent;
    color: #ffffff;
}
.btn_text:hover,
.btn_text:focus,
.btn_text:active {
    color: #53D9E2!important;
    text-decoration: underline;
}
.btn_red_text {
    background: transparent;
    color: #53D9E2;
    padding-left: 0!important;
    padding-right: 0!important;
}
.btn_red_text:hover,
.btn_red_text:focus,
.btn_red_text:active {
    color: #28ABB4!important;
    text-decoration: underline;
}
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
}
.btn_text .fas,
.btn_red_text .fas{
    margin-left: 0.35rem;
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-check:before {
    content: "\f00c";
}
.mobile_pricing_col {
    margin-bottom: 80px;
}
.hero_text {
    width: 100%;
    margin: 0 auto;
}

.top_container {
    min-height: 1px;
    padding: 9rem 0 3rem 0;
}
.hero_left, .hero_right {
    display: none;
}
.hero_left {
    bottom: 0px;
    left: 0px;
}
.hero_right {
    width: 500px;
    top: 50px;
    right: 0px;
    z-index: 998;
}
.hero_mobile_container {
    display: block;
    padding-bottom: 3rem;
}
.hero_mobile_container img {
    width: 100%;
    margin-left: 0;
}
.hero_mobile {
    display: block;
}
.m1, .m2, .m3 {
    width: 0px;
}
.m1 img, .m2 img, .m3 img {
    display: block;
    width: 100%;
}
.m1, .m2, .m3 {
    display: none;
    visibility: hidden;
}
.anchor_link {
    color: #53D9E2;
}
.anchor_link:hover {
    color: #53D9E2;
    text-decoration: underline;
}
#features h4 {
    margin-top: 4px!important;
}
li {
    display: block;
}
.icon h4{
    word-spacing: 4px;
    margin-top: 0.5rem;
}
h4 {
    font-size: 16px;
    word-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 4px;
}
.feat_list_item {
    padding: 16px 0;
}
.feat_list_item p {
    margin-bottom: 0px;
}
.icon p {
    font-weight: 400;
}
#services {
    padding: 6rem 0;
}
#description1 {
    padding: 3rem 0;
}
#training-description {
    padding: 3rem 0;
}
#mobile {
    padding: 4rem 0;
}
#features {
    padding: 2rem 0 0 0;
}
.media-body p {
    margin-bottom: 0;
}
#pricing {
    padding: 2rem 0;
}
#pricing .col-sm-12 {
}
.icon_container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.icon_container img {
    width: 100%;
}
.price_container {
    width: 100%;
    height: 100%;
    padding: 2rem 1.5rem 1rem 1.5rem;
}
.price_container h3 {
    padding-bottom: 0.5rem;
}
.price_border {
    border-right: 0px solid #353150;
    border-bottom: 1px solid #353150;
}
.price {
    color: #53D9E2;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.pricing {
    font-size: 14px;
    margin: 1.4rem 0 1.6rem 0;
}
.price .currency {
    color: #53D9E2;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    top: -0.95rem;
}
.price .type {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    position: relative;
    top: 0rem;
}
#pricing .details {
    font-size: 14px;
    color: #938eb3;
    margin-bottom: 1rem;
}
#pricing .fa-check {
    color: #53D9E2;
    margin-right: 0.5rem;
}
#pricing .btn {
    width: 250px;
    margin: 0 auto;
}
#pricing .btn {
    margin-bottom: 2rem!important;
}
#pricing h3 {
    font-size: 18px;
}
#technologies {
    background: #170C5A;
    box-shadow: 0 20px 50px rgb(0 0 0);
    padding: 2rem 1rem;
}
.technology {
    padding: 1rem;
}
.technology p {
    font-size: 0.75em;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 0.5rem;
}
.technology img {
    width: 45px;
}
footer {
    background: #170C5A;
    font-size: 0.875rem;
    padding: 0.5rem;
}
@media (max-width: 575px) {
    .col-pro {
        -webkit-box-shadow: 10px 17.3px 40px rgba(99,117,138,0.2);
        -moz-box-shadow: 10px 17.3px 40px rgba(99,117,138,0.2);
        box-shadow: 10px 17.3px 40px rgba(99,117,138,0.2);
    }
}
@media (min-width: 576px) {
    .pricing {
        margin: 3rem 0;
    }
    .price_container {
        padding: 2rem 4rem 1rem 4rem;
    }
    .hero_mobile_container img {
        width: 85%;
        margin-left: 15%;
    }
    .top_container h1 {
        font-size: 2.8rem;
        font-weight: 500;
        margin-bottom: 2rem;
    }
    .top_container p {
        margin-bottom: 2.5rem;
    }
    .stats {
        font-size: 4rem;
    }
    .mt2 {
        margin-top: 50px;
    }
    .mt3 {
        margin-top: 60px;
    }
    .feat_container {
        margin-bottom: 50px;
    }
    .text_container_pricing {
        margin: 0 auto 80px auto;
    }
    .hero_text {
        width: 420px;
    }
    .text_container {
        margin: 0 auto 4rem auto;
    }
    .stats_col {
        margin: 0;
    }
    .mobile_how_col {
        margin: 80px 0 0 0;
    }
    .mobile_desc_img {
        display: none;
        visibility: hidden;
    }
    .mobile_btn_margin {
        margin-bottom: 0px;
    }
    .col-desc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .chart-container {
    width: 500px;
    height: 334px;
    bottom: -62px;
    left: 0px;
  }
  .col-start {
      position: absolute;
      right: 0px;
  }
  .col-pro {
      position: absolute;
      left: 0px;
      -webkit-transform: translateX(-12px);
      -moz-transform: translateX(-12px);
      -ms-transform: translateX(-12px);
      -o-transform: translateX(-12px);
      transform: translateX(-12px);
  }
  .pricing .btn {
      width: 220px;
      font-size: 14px;
  }
    .m1, .m2, .m3 {
        width: 350px;
        display: block;
        visibility: visible;
    }
    .m1 {
        top: 50px;
        left: -100px;
    }
    .m2 {
        top: 70px;
        right: -150px;
    }
    .m3 {
        top: 80px;
        left: -130px;
    }
    .btn_transparent {
        padding: 15px 33px;
        margin-left: 10px;
    }
    #services {
        padding: 6rem 0;
    }
    #description1 {
        padding: 2rem 0;
    }
    #mobile {
        padding: 0 0 2rem 0;
    }
    #pricing {
        padding: 6rem 0 3rem 0;
    }
    h2 {
        font-size: 2.3rem;
    }
}
@media (min-width: 768px) {
    #pricing .details {
        margin-bottom: 1rem;
    }
    .price_border {
        border-right: 1px solid #353150;
        border-bottom: 0px solid #353150;
    }
    .price_container {
        padding: 1.5rem 0 0.5rem 0;
    }
    #pricing .btn {
        width: 100%;
    }
    .top_container .content {
        padding-right: 0px;
    }
    .top_container .content p {
        padding-right: 20px;
    }
    .hero_mobile {
        display: none;
    }
    .hero_right {
        width: 550px;
        top: 100px;
        right: -280px;
        display: block;
    }
    .top_container {
        padding: 10em 0;
    }
    .top_container h1 {
        font-size: 2.8rem;
    }
    .hero_text {
        width: 420px;
        margin: 0 auto;
    }
    .btn_last {
        margin-left: 5px;
    }
    .mt2 {
        margin-top: 60px;
    }
    #mobile {
        padding: 3rem 0;
    }
    #features {
        padding: 6rem 0 0 0;
    }
    #pricing {
        padding: 8rem 0 5rem 0;
    }
    #services {
        padding: 8rem 0;
    }
    #description, #description1 {
        padding: 3rem 0;
    }
    .mobile_how_col {
        margin: 100px 0 0 0;
    }
    .mt4 {
        margin-top: 380px;
    }
    .mobile_text_center {
        text-align: left;
    }
  .col-desc {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  h1 {
    font-size: 40px;
  }
  .pricing .btn {
      width: 270px;
      font-size: 16px;
  }
    .m1, .m2, .m3 {
        width: 370px;
    }
    .m1 {
        top: 50px;
        left: 30px;
    }
    .m2 {
        right: 0;
    }
    .m3 {
        left: 0;
    }
    .under_header {
        margin: 0 auto 3rem auto;
    }
    h4 {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .price_container {
        padding: 2rem 15px 1rem 15px;
    }
    #pricing .btn {
        width: 250px;
    }
    .top_container {
        height: auto;
        min-height: 350px;
    }
    .hero_right {
        width: 500px;
        top: 60px;
        right: 0;
    }
    .hero_mobile_container {
        display: none;
    }
    .top_container h1 {
        font-size: 2.8rem;
    }
    .hero_text {
        width: 460px;
    }
    .mobile_how_col {
        margin: 0px;
    }
    .steps_border_orange, .steps_border_red {
        margin-top: 0px;
    }
    .line {
        display: block;
        visibility: visible;
        margin-top: 50px;
    }
    .nav-item .nav-link, .nav-item .nav-link-last{
        -webkit-transition: all 0.15s;
        transition: all 0.15s;
    }
    .nav-item:hover .nav-link, .nav-item:hover .nav-link-last{
    }
    .mobile_pricing_col {
        margin-bottom: 0px;
    }
    video {
        width: 720px;
    }
    .icon {
        margin-bottom: 0px;
    }
    .tablet_view_break_lg {
        display: none;
    }
    .tablet_view_break {
        display: block;
    }
  .col-desc {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 40px;
      font-weight: 500;
  }
    .m1, .m2, .m3 {
        width: 450px;
    }
    .m1 {
        top: 50px;
        left: 50px;
    }
    .m3 {
        top: 100px;
    }
    #description {
        padding: 7rem 0 6rem 0;
    }
    #description1 {
        padding: 5rem 0 3rem 0;
    }
    #mobile {
        padding: 4rem 0 3rem 0;
    }
    #training-description {
        padding: 7rem 0;
    }
    .technology img {
        width: 60px;
    }
}
@media (min-width: 1200px) {
    .price_container {
        padding: 2rem 25px 1rem 25px;
    }
    body {
        font-size: 16px;
    }
    .hero_right {
        width: 650px;
    }
    .top_container {
        padding: 10rem 0 16rem 0;
    }
    .top_container h1 {
        font-size: 3.2rem;
    }
    h2 {
        font-size: 3rem;
    }
    .price-container {
        min-height: 1px;
    }
    .text_container {
        margin: 0px auto 160px auto;
    }
    .m1, .m2, .m3 {
        width: 600px;
    }
    .m1 {
        top: -30px;
        left: 50px;
    }
    .m2 {
        top: 0;
    }
    .m3 {
        top: 50px;
    }
    .hero_text {
        width: 520px;
    }
    #services {
        padding: 10rem 0;
    }
    .technology {
        padding: 1rem;
    }
    #pricing {
        padding: 10rem 0 5rem 0;
    }
}
@media (min-width: 1400px) {
    .hero_right {
        width: 740px;
    }
    .m1, .m2, .m3 {
        width: 700px
    }
    .m1 {
        top: -30px;
    }
    .m3 {
        top: 0;
    }
    .top_container {
        padding: 10rem 0 15rem 0;
    }
    .top_container h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 3rem;
    }
    #services {
        padding: 12rem 0;
    }
    #description {
        padding: 10rem 0 6rem 0;
    }
    #description1 {
        padding: 6rem 0;
    }
    .technology {
        padding: 1rem 1.5rem;
    }
}
@media (min-width: 1700px) {
    .hero_right {
        width: 850px;
    }
    .top_container {
        padding: 12rem 0 20rem 0;
    }
    .m1 {
        left: 150px;
    }
    .m2 {
        right: 100px;
    }
    .m3 {
        left: 100px;
    }
    .technology {
        padding: 1rem 1.75rem;
    }
}
@keyframes fadeInUp {
      from {
          opacity: 0;
          transform:translateY(30px);
          -ms-transform:translateY(30px);
          -webkit-transform:translateY(30px);
      }

      to {
          opacity: 1;
          transform:translateY(0px);
          -ms-transform:translateY(0px);
          -webkit-transform:translateY(0px);
      }
  }

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform:translateY(30px);
        -ms-transform:translateY(30px);
        -webkit-transform:translateY(30px);
    }

    to {
        opacity: 1;
        transform:translateY(0px);
        -ms-transform:translateY(0px);
        -webkit-transform:translateY(0px);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
.delay-1 {
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}
.delay-2 {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}
@-webkit-keyframes horizontal_btn_animation {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes horizontal_btn_animation {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.horizontal_btn_effect {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.horizontal_btn_effect:hover,
.horizontal_btn_effect:focus,
.horizontal_btn_effect:active {
    -webkit-animation-name: horizontal_btn_animation;
    animation-name: horizontal_btn_animation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}