.trainHero__inner {
  display: flex;
  align-items: center;
  height: 730px;
}
.trainHero {
  background: RGBA(101, 7, 100, 0.03);
}
.trainHero__content {
  width: calc(55% - 100px);
  padding-right: 100px;
}
.trainHero__content .title {
  color: #102e4a;
  /*font-size: 45px;*/
  font-size: 2.2rem;
  /*line-height: 58px;*/
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 40px;
}
.trainHero__content .subtitle {
  color: #6c767d;
  /*font-size: 25px;
  line-height: 35px;*/
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 40px;
  margin-bottom: 20px;
}
.trainHero__content .para {
  color: #6c767d;
  font-size: 20px;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 40px;
}
.trainHero__content .btn__row {
  display: flex;
  align-items: center;
}
.trainHero__content .btn__row .btn {
  padding: 20px 30px;
  border-radius: 5px;
  background: #650764;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  margin-right: 20px;
  position: relative;
}
.trainHero__content .btn__row .btn::before {
  position: absolute;
  content: "";
  top: 10px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  height: 110%;
  background: #650764;
  opacity: 0.2;
  filter: blur(15px);
}
.trainHero__content .btn__row .btn:last-child::before {
  background: #ae13ac;
}
.trainHero__content .btn__row .btn:first-child {
  background: #650764;
  transition: .2s ease-out;
}
.trainHero__content .btn__row .btn:first-child:hover {
  background: #871686;
}
.trainHero__content .btn__row .btn:last-child {
  background: #ae13ac;
  transition: .2s ease-out;
}
.trainHero__content .btn__row .btn:last-child:hover {
  background: #c23cc0;
}
.trainHero__info .trainHero__shape:nth-child(1) {
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  padding: 5px 15px;
  background: #650764;
  width: 200px;
  margin-bottom: 10px;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}
.trainHero__info .trainHero__shape:nth-child(2) {
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  width: 240px;
  padding: 5px 15px;
  background: #650764;
  min-width: 230px;
  margin-bottom: 10px;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}
.trainHero__info .trainHero__shape:nth-child(3) {
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  padding: 5px 15px;
  width: 440px;
  background: #650764;
  min-width: 230px;
  margin-bottom: 10px;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}
.trainHero__info .trainHero__shape:nth-child(4) {
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  width: 160px;
  padding: 5px 15px;
  background: #650764;
  min-width: 230px;
  margin-bottom: 10px;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}
/* online start
====================================================== */
.online {
  padding: 100px 0;
}
.online__inner {
  display: flex;
  align-items: center;
}
.online__inner .image__outer {
  width: calc(55% - 60px);
  padding-left: 50px;
  border-radius: 10px;
  position: relative;
}
.online__inner .image__outer img {
  width: 100%;
}
.online__inner .online__content {
  width: calc(45% - 50px);
  padding-right: 50px;
}
.online__content .title {
  color: #102e4a;
  /*font-size: 40px;*/
  font-size:  2.2rem;
  /*font-weight: 700;*/
  font-weight: 550;
  /*line-height: 50px;*/
  line-height: 44px;
  margin-bottom: 30px;
}
.online__content .para {
  color: #5e5d5d;
  font-size: 16px;
  font-weight: 400;
  /*line-height: 28px;*/
  line-height: 1.6;
  margin-bottom: 30px;
}
.online__footer {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: space-between;
}
.online__footer-row {
  display: flex;
  align-items: center;
  width: 23%;
  justify-content: center;
}
.online__footer-row .icon__outer {
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin-right: 15px;
  background: #d7d9dd;
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: #102e4a;
  justify-content: center;
}
.online__footer-info .online__footer-title {
  color: #102e4a;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.online__footer-info .online__footer-subtitle {
  color: #9d9a9e;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
/* online end
  ====================================================== */
/* ourCourse start
  ====================================================== */
.ourCourse {
  background: #fcfbfe;
  padding: 90px 0;
}
.ourCourse__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.ourCourse__title {
  color: #161739;
  /*font-size: 40px;*/
  font-size: 2.2rem;
  /*line-height: 50px;
  font-weight: 700;*/
  line-height: 1.6;
  font-weight: 550;
  text-align: center;
  margin-bottom: 70px;
}
.ourCourse__card {
  padding: 40px 50px;
  background: #ffffff;
  box-shadow: 0px 8px 20px RGBA(23, 66, 105, 0.08);
  border-radius: 10px;
  margin: 30px 0;
}
.ourCourse__card .card__header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.ourCourse__card .card__header .uptitle {
  display: flex;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.ourCourse__card .card__header .uptitle i {
  color: #5e60f2;
  background: RGBA(94, 96, 242, 0.1);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.ourCourse__card .card__header .favourite {
  color: RGBA(94, 93, 93, 0.3);
  background: none;
  font-size: 24px;
}
.ourCourse__card .card__header .title {
  color: #10223b;
  /*font-size: 3rem;
  line-height: 2.5rem;
  font-weight: 700;*/
  font-size: 2.2rem;
  font-weight: 550;
  line-height: 1.6;
  margin: 10px 0px;
}
.ourCourse__card .card__header .card__header-row {
  display: flex;
  align-items: center;
}
.ourCourse__card .card__header .card__header-row .inner__text {
  color: #5e5d5d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-right: 40px;
}
.ourCourse__card .card__header .card__header-row .inner__text span {
  color: #995ef2;
}
.ourCourse__card
  .card__header
  .card__header-row
  .inner__text:nth-child(2)
  span {
  color: #650764;
  font-weight: 600;
}
.ourCourse__card .card__body {
  padding: 15px 0;
}
.ourCourse__card .card__body .tag__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ourCourse__card .card__body .tag__row .tag__column {
  padding: 4px 12px;
  border-radius: 13px;
  background: #f4f7fc;
  margin: 8px 8px 8px 0;
  color: #5e5d5d;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.ourCourse__card .card__body .card__title {
  color: #10223b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 15px 0 10px 0;
}
.ourCourse__card .card__body .para {
  color: /*#5e5d5d;*/ black;
  /*font-size: 18px;*/
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  /*max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.ourCourse__card .card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ourCourse__card .card__footer .uptitle {
  display: flex;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.ourCourse__card .card__footer .uptitle i {
  color: #650764;
  background: RGBA(101, 7, 100, 0.1);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.ourCourse__card .card__footer .tag__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.ourCourse__card .card__footer .tag__row .tag__column {
  padding: 4px 7px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  margin: 8px 10px 8px 0;
}
.ourCourse__card .card__footer .tag__row .tag__column:nth-child(1) {
  color: #32a05f;
  background: RGBA(50, 160, 95, 0.1);
}
.ourCourse__card .card__footer .tag__row .tag__column:nth-child(2) {
  color: #5e60f2;
  background: RGBA(94, 96, 242, 0.1);
}
.ourCourse__card .card__footer .tag__row .tag__column:nth-child(3) {
  color: #fb6f6b;
  background: RGBA(251, 111, 107, 0.1);
}
.card__footer .more {
  padding: 15px 30px;
  background: #650764;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
/* ourCourse end
  ====================================================== */
/* premise end
  ====================================================== */
.premise {
  padding: 100px 0;
}
.premise__inner {
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  align-items: center;
}
.premise__inner .title {
  color: #161739;
  /*font-size: 40px;
  line-height: 50px;
  font-weight: 700;*/
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 550;
  padding-top: 15px;
  position: relative;
  text-align: center;
}
.premise__inner .title::before {
  width: 90px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 4px;
  position: absolute;
  content: "";
  background: rgb(101, 7, 100);
  background: linear-gradient(
    90deg,
    rgba(101, 7, 100, 1) 50%,
    rgba(153, 94, 242, 1) 50%
  );
}
.premise__inner .para {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
  color: #5e5d5d;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 25px;
}
/* premise end
  ====================================================== */
@media (max-width: 1340px) {
  .online__inner .online__content {
    width: calc(45% - 25px);
    padding-right: 25px;
  }
  .online__inner .image__outer {
    width: calc(55% - 25px);
    padding-left: 25px;
  }
}
@media (max-width: 1240px) {
  .trainHero__content {
    width: calc(65% - 50px);
    padding-right: 50px;
  }
  .trainHero__info .trainHero__shape:nth-child(1) {
    font-size: 32px;
    line-height: 42px;
    width: unset;
  }
  .trainHero__info .trainHero__shape:nth-child(2) {
    font-size: 32px;
    line-height: 42px;
    width: unset;
  }
  .trainHero__info .trainHero__shape:nth-child(3) {
    font-size: 32px;
    line-height: 42px;
    width: unset;
  }
  .trainHero__info .trainHero__shape:nth-child(4) {
    font-size: 32px;
    line-height: 42px;
    width: unset;
  }
  .online__footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .online__footer-row {
    width: calc(33.3% - 20px);
    margin: 10px;
  }
}
@media (max-width: 980px) {
  .trainHero__inner {
    height: unset;
    padding: 50px 0;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .online {
      padding: 50px 0;
  }
  .ourCourse {
      padding: 50px 0;
  }
  .premise {
      padding: 50px 0;
  }
  .trainHero__content {
    width: 100%;
    padding: 0;
  }
  .trainHero__info {
    width: 100%;
    margin-top: 50px;
  }
  .trainHero__info .trainHero__shape:nth-child(1) {
    width: unset;
  }
  .trainHero__info .trainHero__shape:nth-child(2) {
    width: unset;
  }
  .trainHero__info .trainHero__shape:nth-child(3) {
    width: unset;
  }
  .trainHero__info .trainHero__shape:nth-child(4) {
    width: unset;
  }
  .online__inner {
      flex-direction: column;
      -ms-flex-direction: column;
  }
  .online__inner .online__content {
      width: 100%;
      padding: 20px 0;
  }
  .online__inner .image__outer {
      width: 100%;
      padding: 0;
  }
}
@media (max-width: 840px) {
  .online__footer {
    justify-content: flex-start;
  }
  .online__footer-row {
    width: calc(50% - 20px);
    margin: 10px;
    justify-content: flex-start;
  }
  .ourCourse__card .card__footer {
      flex-direction: column;
      -ms-flex-direction: column;
      align-items: flex-start;
  }
  .card__footer .more {
      margin-top: 20px;
  }
  .ourCourse__card .card__body .para {
      /*max-height: 90px;*/
  }
  .ourCourse__card .card__header .card__header-row {
      flex-direction: column;
      -ms-flex-direction: column;
      align-items: flex-start;
  }
  .ourCourse__card .card__header .card__header-row .inner__text {
      margin-right: 0;
  }
}
@media (max-width: 560px) {
  .online__footer-row {
      width: 100%;
      margin: 10px 0;
      justify-content: flex-start;
  }
  .ourCourse__card {
      padding: 30px 20px;
  }
  .trainHero__content .title {
      font-size: 2.2rem;
      line-height: 42px;
      margin-bottom: 20px;
  }
  .trainHero__content .subtitle {
      font-size: 20px;
      line-height: 30px;
  }
  .trainHero__content .para {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px;
  }
  .trainHero__content .btn__row {
      flex-direction: column;
      -ms-flex-direction: column;
  }
  .trainHero__content .btn__row .btn {
      width: calc(100% - 60px);
      margin: 10px 0;

  }
  .trainHero__info {
      margin-top: 20px;
  }
}
