
.bt-features:before {
  content: "\e68d";
}

/*for lms badge*/
.demo .demo-img span.lms {
  position: absolute;
  display: block;
  width: 225px;
  height: 44px;
    line-height: 16px;
  background-color: #ffdd3e;
  color: #141621;
  /* text-transform: uppercase; */
  text-align: center;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* right: -40px; */
  top: 25px;
  left: -63px;
  -webkit-transform: rotate(
          -45deg
  );
  transform: rotate(
          -45deg
  );
  padding: 0 55px;
  font-weight: bold;
}


.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-md-3,
.col-md-4 {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: 'Open Sans';
  color: #777;
  margin: 0;
  padding: 0;
  background: #f0f2f5;
  max-width: 100%;
  overflow-x: hidden; }
  body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none; }

.page-container {
  position: relative;
  overflow: hidden; }

.bg-line {
  background-color: #d5e2f1;
  position: fixed;
  height: 582px;
  width: 8000px;
  z-index: -1;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 1270px;
  right: -1460px; }

.head-font {
  font-family: 'Poppins'; }

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top; }

a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s; }

h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -1.2px; }

h1, h2, h3, h4 {
  color: #153e4d;
  margin: 0;
  font-family: 'Poppins'; }
  h1 span, h2 span, h3 span, h4 span {
    color: #1bc744; }

h2 {
  font-size: 45px;
  line-height: 52px;
  letter-spacing: -.9px;
  text-align: center; }

h4 {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: -.44px;
  margin-bottom: 20px; }

.button {
  display: inline-block;
  color: #fff;
  background-color: #1bc744;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px; }
  .button:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

header {
  padding-top: 60px; }

.container {
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .header-wrap img {
    position: relative;
    z-index: 11; }
  .header-wrap .burger {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: calc(50% + 7px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 11; }
    .header-wrap .burger span {
      display: inline-block;
      width: 25px;
      height: 4px;
      background-color: #153e4d;
      margin-bottom: 4px;
      border-radius: 10px;
      -webkit-transition: .5s;
      transition: .5s;
      position: absolute;
      left: 0; }
      .header-wrap .burger span:first-child {
        top: 0; }
      .header-wrap .burger span:nth-child(2) {
        top: 8px; }
      .header-wrap .burger span:nth-child(3) {
        top: 16px; }
    .header-wrap .burger.open span:first-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: 4px; }
    .header-wrap .burger.open span:nth-child(2) {
      opacity: 0; }
    .header-wrap .burger.open span:nth-child(3) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: -12px; }
  @media (min-width: 1025px) {
    .header-wrap .burger {
      display: none; } }
  @media (max-width: 1024px) {
    .header-wrap img {
      width: 150px; }
    .header-wrap .menu-links {
      display: none; }
      .header-wrap .menu-links.open {
        display: block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        left: 50%;
        top: -20px;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 10;
        padding-top: 200px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        .header-wrap .menu-links.open a {
          display: block !important;
          text-align: center !important;
          width: 100%;
          margin-left: 0;
          margin-bottom: 20px; }
          .header-wrap .menu-links.open a i {
            display: none; } }

.menu-links {
  padding-top: 10px; }

.menu-links a {
  display: inline-block;
  margin-left: 50px;
  font-size: 18px;
  color: #153e4d; }

.menu-links a span {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  overflow: hidden; }

.menu-links a span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #839199;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s; }

.menu-links a:hover span:before {
  left: 80%; }

.menu-links a i {
  font-size: 24px;
  vertical-align: top;
  margin-right: 5px; }

.header-wrap .menu-links {
  width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  text-align: right; }

.animation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .animation-wrap .right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 190px;
    padding-left: 15px;
    text-align: center;
    padding-right: 15px; }
    .animation-wrap .right h1 {
      margin-bottom: 21px;
      width: 800px;
      max-width: 100%;
      margin-right: auto;
      margin-left: auto; }
    .animation-wrap .right .subtitle {
      font-size: 26px;
      font-weight: 300;
      color: #153e4d;
      margin-bottom: 48px; }
    .animation-wrap .right .video-wrap a {
      font-weight: 700;
      color: #153e4d;
      display: inline-block;
      background-color: #edf1f3;
      padding: 16px 26px 14px 90px;
      font-size: 16px;
      border-radius: 50px;
      position: relative;
      -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
              box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12); }
      .animation-wrap .right .video-wrap a .video-button {
        display: inline-block;
        position: absolute;
        background-color: #1bc744;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 77px;
        height: 77px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
                box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
        border: 1px #1bc744 solid;
        -webkit-transition: .3s;
        transition: .3s; }
        .animation-wrap .right .video-wrap a .video-button .video-lines {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          display: block; }
          .animation-wrap .right .video-wrap a .video-button .video-lines:after {
            content: '';
            display: block;
            width: calc(100% - 4px);
            height: calc(100% - 4px);
            border: 1px #1bc744 solid;
            border-radius: 50%;
            position: absolute;
            -webkit-animation: 1.5s video infinite ease-in-out;
                    animation: 1.5s video infinite ease-in-out;
            -webkit-animation-delay: .75s;
                    animation-delay: .75s;
            left: 1px;
            top: 2px; }
        .animation-wrap .right .video-wrap a .video-button:before {
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-left: 16px solid #fff;
          border-bottom: 10px solid transparent;
          position: absolute;
          top: 50%;
          left: calc(50% + 4px);
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .animation-wrap .right .video-wrap a .video-button:after {
          content: '';
          display: block;
          width: calc(100% - 4px);
          height: calc(100% - 4px);
          border: 1px #1bc744 solid;
          border-radius: 50%;
          position: absolute;
          -webkit-animation: 1.5s video infinite ease-in-out;
                  animation: 1.5s video infinite ease-in-out;
          left: 1px;
          top: 2px; }
        .animation-wrap .right .video-wrap a .video-button:hover {
          background-color: #153e4d;
          border-color: #153e4d; }
          .animation-wrap .right .video-wrap a .video-button:hover:after {
            border-color: #153e4d; }
          .animation-wrap .right .video-wrap a .video-button:hover .video-lines:after {
            border-color: #153e4d; }
  .animation-wrap .left {
    padding-top: 195px;
    height: 860px;
    width: 58%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    position: relative;
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%); }
    .animation-wrap .left span {
      position: absolute;
      opacity: 0;
      -webkit-transition: .8s;
      transition: .8s;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      display: block; }
    .animation-wrap .left .demo1 {
      z-index: 1;
      left: 13.5%;
      top: 4%; }
      .animation-wrap .left .demo1.animated {
        -webkit-transition-delay: 1.2s !important;
                transition-delay: 1.2s !important;
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .animation-wrap .left .demo2 {
      z-index: 2;
      left: 0;
      top: 9%; }
      .animation-wrap .left .demo2.animated {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition-delay: .9s !important;
                transition-delay: .9s !important; }
    .animation-wrap .left .demo3 {
      z-index: 3;
      right: 13.7%;
      top: 6%; }
      .animation-wrap .left .demo3.animated {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition-delay: .6s !important;
                transition-delay: .6s !important; }
    .animation-wrap .left .demo4 {
      z-index: 4;
      right: 8.7%;
      top: 28%; }
      .animation-wrap .left .demo4.animated {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition-delay: .3s !important;
                transition-delay: .3s !important; }
    .animation-wrap .left .demo5 {
      top: 54%;
      left: 2%; }
      .animation-wrap .left .demo5.animated {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .animation-wrap.about-coach .right {
    width: 42%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    text-align: left; }
    @media (max-width: 1024px) {
      .animation-wrap.about-coach .right {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-top: 0;
        padding-bottom: 50px; } }
    .animation-wrap.about-coach .right h2 {
      text-align: left;
      font-size: 36px;
      margin-bottom: 40px; }
    .animation-wrap.about-coach .right .subtitle {
      font-size: 20px; }
      .animation-wrap.about-coach .right .subtitle ul {
        padding-left: 0;
        list-style-type: none; }
        .animation-wrap.about-coach .right .subtitle ul li {
          margin-bottom: 20px; }
  .animation-wrap#top .right {
    padding-top: 100px;
    padding-bottom: 100px; }

#features {
  text-align: center;
  margin-bottom: 80px; }
  #features h2 {
    margin-bottom: 70px; }
  #features .col-md-4 {
    margin-bottom: 30px; }
  #features .feature {
    padding: 35px 30px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.11);
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s; }
    #features .feature:hover {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.11);
              box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.11); }
    #features .feature-image {
      margin-bottom: 25px;
      min-height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #features .feature-text {
      line-height: 26px; }

.col-md-6 {
  padding-left: 15px;
  padding-right: 15px; }

#demos {
  padding-top: 55px;
  padding-bottom: 33px;
  text-align: center; }
  #demos .container-fluid {
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 1200px) {
      #demos .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
    #demos .container-fluid h2 {
      margin-bottom: 40px; }
    #demos .container-fluid .col-md-4 {
      padding-left: 25px;
      padding-right: 25px; }
  @media (max-width: 767px) {
    #demos .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #demos .row .col-lg-4 {
    margin-bottom: 72px; }
  #demos .demo-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #153e4d;
    margin-bottom: 33px; }
  #demos .demo-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15); }
    #demos .demo-img img {
      border-radius: 10px; }
    #demos .demo-img:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s; }
    #demos .demo-img a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 190px;
      height: 190px;
      color: #fff;
      border-radius: 50%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -30%);
              transform: translate(-50%, -30%);
      z-index: -1;
      opacity: 0;
      font-weight: 700; }
      #demos .demo-img a:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 50%;
        background-color: #1bc744;
        position: absolute;
        z-index: -1;
        -webkit-transition: .3s;
        transition: .3s; }
      #demos .demo-img a:hover:before {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  #demos .demo:hover .demo-img:before {
    opacity: 1; }
  #demos .demo:hover .demo-img a {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2; }

#footer {
  padding-top: 113px;
  padding-bottom: 110px;
  background-color: #fff;
  text-align: center; }
  #footer img {
    margin-bottom: 30px; }
  #footer h3 {
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 66px;
    margin-bottom: 22px; }
  #footer div.head-font {
    font-weight: 300;
    font-size: 26px;
    color: #153e4d;
    margin-bottom: 46px; }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: none; }
  .modal.open {
    display: block; }
  .modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2; }
  .modal .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 15px;
    z-index: 3;
    cursor: pointer; }
    .modal .close:before, .modal .close:after {
      content: '';
      display: inline-block;
      width: 30px;
      height: 2px;
      background-color: #fff;
      position: absolute; }
    .modal .close:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: 10px; }
    .modal .close:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: 10px; }
  .modal-wrap {
    position: absolute;
    left: 50%;
    top: 70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 10px;
    width: 1170px;
    z-index: 3;
    max-width: 80%; }
    @media (max-width: 1300px) {
      .modal-wrap {
        top: 60px; } }
    @media (max-width: 767px) {
      .modal-wrap {
        max-width: 90%; } }
    .modal-wrap .iframe-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 56.25%; }
      .modal-wrap .iframe-wrapper iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }

@-webkit-keyframes video {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4); } }

@keyframes video {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4); } }

@media (min-width: 1025px) and (max-width: 1400px) {
  .animation-wrap .right {
    padding-left: 35px; } }

@media (max-width: 1024px) {
  .menu-links a span:before {
    display: none; }
  header {
    padding-top: 20px; }
  .animation-wrap .left {
    position: absolute;
    width: 800px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 800px;
    z-index: 2;
    opacity: .2; }
  .animation-wrap .right {
    width: 100%;
    padding: 100px 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 2; } }

@media (max-width: 480px) {
  .bg-line {
    top: 1590px; }
  h1 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -.9px; }
  h2 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -.8px; }
  #features h2 {
    margin-bottom: 50px; }
  #demos .row .col-lg-4 {
    margin-bottom: 50px; }
  #demos .demo-title {
    margin-bottom: 20px; }
  #footer {
    padding-top: 80px;
    padding-bottom: 80px; }
    #footer h3 {
      font-size: 48px;
      line-height: 54px;
      letter-spacing: -.9px; } }

.lms-section {
  font-family: 'Poppins';
  padding: 100px 0; }
  .lms-section h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px; }
  .lms-section p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 300; }

#lms-plugin {
  padding: 120px 0 130px;
  color: #fff;
  background-color: #195ec8;
  position: relative;
  overflow: hidden;
  color: #fff; }
  #lms-plugin .bg-line {
    background-color: #306ece;
    position: absolute;
    height: 582px;
    width: 8000px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
            transform: translate(-50%, -50%) rotate(-30deg);
    z-index: 1; }
  #lms-plugin > .container {
    z-index: 5;
    position: relative; }
  #lms-plugin .text-left {
    text-align: left; }
    #lms-plugin .text-left h2 {
      text-align: left;
      color: #fff; }
  #lms-plugin .align-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #lms-plugin .image {
    margin-right: -45px;
    margin-left: -25px; }

#lms-cta {
  background: url(../image/lms-cta.jpg) center no-repeat;
  background-size: cover;
  padding: 120px 0 100px;
  text-align: center;
  color: #fff; }
  #lms-cta h2 {
    color: #fff; }
  #lms-cta .button {
    margin-top: 50px; }

#lms-possibilities {
  background-color: #fff; }

#lms-features {
  padding-bottom: 70px; }
  #lms-features h2 {
    margin-bottom: 60px; }
  #lms-features .container-fluid {
    max-width: 1520px;
    margin: 0 auto; }
  #lms-features [class*="col-"] {
    margin-bottom: 30px; }
  #lms-features .iconbox {
    padding: 35px 30px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.11);
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center; }
    #lms-features .iconbox:hover {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.11);
              box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.11); }
    #lms-features .iconbox-image {
      margin-bottom: 25px;
      min-height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #lms-features .iconbox-text {
      line-height: 26px; }
