@media all and (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/*@import "about";
@import "our-service";
@import "review";
@import "doctor";
@import "contact";
@import "faq"; */
/* One page */
.text-underline {
  text-decoration: underline; }

.text-green {
  color: #00B89C; }
  .text-green a {
    color: #00B89C; }

.text-purple {
  color: #e6692b; }
  .text-purple a {
    color: #e6692b; }

.text-yellow {
  color: #ffc850; }

.text-magenta {
  color: #994a99; }

.title-block {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 2.2rem; }
  .title-block .text-primary, .title-block span {
    font-weight: 500; }

.block-header {
  text-align: center;
  margin-bottom: 24px; }
  .block-header p {
    line-height: 1.9; }

.btn-groups {
  text-align: center; }
  .btn-groups .btn {
    margin-bottom: 45px;
    border-radius: 30px 30px 30px 30px;
    transition-duration: .3s;
    transition-property: transform;
    margin-left: 30px;
    margin-right: 30px;
    min-width: 190px; }
    .btn-groups .btn:hover {
      transform: scale(1.1); }

.one-page-baner {
  margin-bottom: 75px; }

/**/
.digital-top-sec-wrap .block-header {
  padding: 0 60px; }
.digital-top-sec-wrap .title-block {
  font-size: 2.7em;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 15px; }
  .digital-top-sec-wrap .title-block .text-primary {
    font-weight: 400; }
.digital-top-sec-wrap .digital-marketing-sec {
  margin-bottom: 0px;
  padding-bottom: 100px;
  border-bottom: none; }

.business-owner-sec {
  margin-bottom: 120px; }

.business-owner-item {
  text-align: center;
  margin-bottom: 25px; }
  .business-owner-item .business-owner-img {
    margin-bottom: 15px; }
    .business-owner-item .business-owner-img img {
      transition-duration: .3s;
      transition-property: transform; }
    .business-owner-item .business-owner-img:hover img {
      transform: scale(1.09); }
  .business-owner-item .owner-title {
    font-size: 1.35em;
    font-weight: 700;
    margin-bottom: 8px; }
  .business-owner-item .desgn {
    font-size: 1.05rem;
    line-height: 1.7; }

/* digitala marketing quotaion  */
.digital-market-quote-sec {
  padding-top: 70px;
  padding-bottom: 60px;
  margin-bottom: 80px;
  background: #f8f9fb;
  font-family: "Open Sans", sans-serif; }
  .digital-market-quote-sec .container {
    max-width: 810px; }
  .digital-market-quote-sec p {
    line-height: 1.9;
    margin-bottom: 24px; }
  .digital-market-quote-sec ul {
    list-style: disc;
    margin-bottom: 24px;
    padding-left: 0; }
    .digital-market-quote-sec ul li {
      line-height: 1.9;
      margin-left: 24px; }

.quote-left, .quote-right {
  color: #c8c8c8;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 20px; }

.quote-right {
  text-align: right; }

.digital-quote-heading {
  margin-bottom: 24px;
  font-weight: 700; }

.digital-quote-text {
  margin-bottom: 60px; }

/* Course Outline  */
.course-outline-sec {
  margin-bottom: 80px; }
  .course-outline-sec .container {
    max-width: 846px; }
  .course-outline-sec .block-header {
    margin-bottom: 40px; }
  .course-outline-sec .title-block {
    margin-bottom: 12px; }

.outline-content-box {
  border-radius: 10px;
  border: 1px solid #CECECE;
  padding: 35px 30px 0px 30px; }

.outline-block-header {
  text-align: center;
  margin-bottom: 44px; }
  .outline-block-header .outline-block-icon {
    margin-bottom: 20px; }
    .outline-block-header .outline-block-icon img {
      width: 45px;
      height: 45px; }
  .outline-block-header .outline-block-title {
    margin-bottom: 20px;
    color: #12aaeb;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.27em; }
  .outline-block-header p {
    line-height: 1.9; }

.outline-content-row {
  padding-bottom: 20px; }
  .outline-content-row .row {
    margin-left: 0;
    margin-right: 0px; }
    .outline-content-row .row [class*="col-"] {
      padding-left: 0px;
      padding-right: 0px; }
  .outline-content-row .outline-element-item {
    padding: 15px 30px 0px 30px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px;
    height: calc(100% - 30px); }
    .outline-content-row .outline-element-item p {
      font-size: 1.05rem;
      line-height: 1.9; }
      .outline-content-row .outline-element-item p .text-primary {
        display: block; }
  .outline-content-row .outline-border {
    border-left: 1px solid #CECECE; }
  .outline-content-row .border-line {
    border-bottom: 1px solid #CECECE;
    text-align: center;
    margin: 40px 0 40px 0;
    font-size: 25px;
    line-height: 25px; }
    .outline-content-row .border-line .fa-caret-down {
      color: #12aaeb;
      background: #fff;
      padding: 4px 15px;
      position: relative;
      top: 17px; }

/*  Course speaker sec  */
.course-speaker-sec {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 120px;
  background: #f8f9fb;
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s; }
  .course-speaker-sec .title-block {
    margin-bottom: 15px; }

.course-speaker-txt {
  text-align: center;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px 35px 35px; }
  .course-speaker-txt .course-speaker-img {
    margin-bottom: 16px;
    transition-duration: .3s;
    transition-property: transform; }
    .course-speaker-txt .course-speaker-img:hover {
      transform: scale(1.09); }
  .course-speaker-txt .speaker-name {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 8px; }
  .course-speaker-txt .speaker-acadmy {
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    line-height: 1.7em;
    margin-bottom: 1rem; }
  .course-speaker-txt .indent, .course-speaker-txt p {
    font-size: 1.05rem;
    text-indent: 3.3em;
    line-height: 1.9;
    text-align: justify; }

/* what learn video */
.what-learn-sec {
  padding-bottom: 100px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 100px; }

.learn-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .learn-list-item .learn-list-icon {
    margin-right: 16px;
    min-width: 75px; }
  .learn-list-item p {
    font-size: 1.05rem; }

/* Student video */
.student-video-review-sec {
  margin-bottom: 55px; }
  .student-video-review-sec .youtube-icon-txt {
    padding-left: 30px; }
    .student-video-review-sec .youtube-icon-txt h2, .student-video-review-sec .youtube-icon-txt h3 {
      font-weight: 300;
      margin-bottom: 15px; }
    .student-video-review-sec .youtube-icon-txt p {
      margin-bottom: 24px; }
      .student-video-review-sec .youtube-icon-txt p.indent {
        text-indent: 3.3em;
        line-height: 1.9; }
  .student-video-review-sec .dot-border {
    line-height: 5px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px dashed #CECECE; }

.mfp-iframe-holder .mfp-content {
  max-width: 1170px; }

.gallery-item-video {
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 55px; }
  .gallery-item-video .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    color: #fff;
    border: 5px solid #fff;
    display: inline-block;
    padding: 30px;
    border-radius: 50%;
    cursor: pointer;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 24px;
    line-height: 30px; }
    .gallery-item-video .video-icon:hover {
      background: #ff0000;
      border-color: #ff0000; }

.video-icon i:before {
  font-family: "Font Awesome 5 Pro"; }

/* Historical sec */
.historical-sec {
  margin-bottom: 80px;
  padding: 70px 0 70px 0;
  background: #f8f9fb;
  transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s; }
  .historical-sec .block-header {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
  .historical-sec .history-info-wrap {
    margin-top: 70px; }
    .historical-sec .history-info-wrap .his-heading-title {
      text-align: center;
      font-size: 1.7rem;
      margin-bottom: 20px; }
    .historical-sec .history-info-wrap .row {
      margin-left: -30px;
      margin-right: -30px; }
      .historical-sec .history-info-wrap .row [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px; }
  .historical-sec .hist-count-wrap {
    text-align: center;
    margin-bottom: 15px; }
    .historical-sec .hist-count-wrap .count-num {
      color: #45b5ee;
      font-family: "Roboto", sans-serif;
      font-size: 4.7rem;
      line-height: 1.2;
      font-weight: 700; }
    .historical-sec .hist-count-wrap .count-info {
      font-size: 1.52em;
      font-family: "Prompt", sans-serif;
      font-weight: 300;
      line-height: 1.35em; }

/* Student say about */
.student-say-about-sec {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #CECECE; }
  .student-say-about-sec .block-header .title-block {
    font-size: 2.2rem; }
  .student-say-about-sec .block-header p {
    line-height: 1.9; }
  .student-say-about-sec .block-header2 {
    padding: 10px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .student-say-about-sec .block-header2 h2 {
      font-size: 2.3rem; }

.student-say-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  font-family: "Prompt", sans-serif; }
  .student-say-list .say-list-item {
    width: 50%;
    color: #12aaeb;
    font-size: 1.75em;
    line-height: 1.2;
    margin-bottom: 35px;
    position: relative;
    padding: 0 20px; }
    .student-say-list .say-list-item .book-icon {
      display: none; }
    .student-say-list .say-list-item:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f02e";
      margin-right: 15px;
      font-size: 102%;
      position: relative;
      top: 1; }

.leading-company-list-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }
  .leading-company-list-row .leading-company-item {
    width: 20%;
    text-align: center;
    margin-bottom: 30px; }

/*  course question sec */
.course-question-sec {
  margin-bottom: 100px; }

.faq-course-sec {
  border: 1px solid #CECECE;
  border-top: none;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }

.toggle-heading {
  padding: 15px 20px;
  margin-bottom: 0px;
  line-height: 1;
  display: flex;
  cursor: pointer;
  font-weight: 400;
  border-top: 1px solid #CECECE;
  color: #12aaeb;
  font-size: 1rem; }
  .toggle-heading .toggle-icon {
    min-width: 24px; }

.toggle-content {
  padding: 15px 20px 5px 20px;
  border-top: 1px solid #CECECE;
  transition: all 0.9s ease-out;
  height: fit-content;
  display: none;
  text-indent: 3.3em;
  line-height: 1.9; }
  .toggle-content p {
    line-height: 1.9; }
    .toggle-content p .indent {
      text-indent: 3.3em; }

.toggle-row.active .toggle-icon:before {
  content: "\f0aa"; }
.toggle-row.active .toggle-content {
  display: block; }

/*  Course question sec */
/*  Certificate sec */
.certificate-sec {
  margin-bottom: 100px;
  background: #f8f9fb;
  padding-top: 120px;
  padding-bottom: 100px; }
  .certificate-sec .certificate-img {
    margin-bottom: 20px; }
    .certificate-sec .certificate-img img {
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5); }
  .certificate-sec .certificate-txt {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.72em;
    font-family: "Prompt", sans-serif; }

/*  Digital Marketing sec */
.digital-marketing-sec {
  border-bottom: 1px solid #CECECE;
  margin-bottom: 60px;
  padding-bottom: 80px; }
  .digital-marketing-sec .row {
    margin-left: -20px;
    margin-right: -20px; }
    .digital-marketing-sec .row [class*="col-"] {
      padding-left: 20px;
      padding-right: 20px; }
  .digital-marketing-sec .digital-box {
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
    padding: 25px 15px 35px 15px;
    text-align: center; }
    .digital-marketing-sec .digital-box .digital-title {
      font-size: 1.7rem;
      font-weight: 300;
      margin-bottom: 9px; }
  .digital-marketing-sec .digital-detail {
    margin-bottom: 20px;
    background: #f8f9fb;
    padding: 15px 15px 0 25px;
    overflow: hidden; }
    .digital-marketing-sec .digital-detail .digital-detail-title {
      font-size: 1.125rem;
      margin-bottom: 24px;
      font-weight: 700;
      text-decoration: underline;
      font-size: "Open Sans", sans-serif; }
    .digital-marketing-sec .digital-detail table {
      border-bottom: 1px solid #ccc;
      margin-bottom: 24px; }
    .digital-marketing-sec .digital-detail td {
      padding: 7px 10px 7px 0;
      border-top: 1px solid #ccc;
      font-size: .95rem;
      font-weight: 300;
      border-left: none;
      border-right: none; }
      .digital-marketing-sec .digital-detail td.lbl {
        width: 26%; }
      .digital-marketing-sec .digital-detail td strong {
        font-weight: 700; }

/*  How register sec */
.how-reg-sec {
  margin-bottom: 60px; }
  .how-reg-sec .container {
    max-width: 930px; }
  .how-reg-sec .block-header {
    margin-bottom: 44px; }
  .how-reg-sec .row {
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 30px; }
    .how-reg-sec .row [class*="col-"] {
      padding-left: 2px;
      padding-right: 2px; }
  .how-reg-sec .reg-step-img {
    margin-bottom: 10px; }

.reg-step-txt {
  padding-right: 30px; }
  .reg-step-txt h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em; }
  .reg-step-txt p {
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 24px; }

.reg-step2 {
  padding-top: 65px; }

.reg-step3 {
  padding-top: 130px; }

/*  People  section */
.people-sec {
  margin-bottom: 60px; }
  .people-sec .container {
    max-width: 930px; }

.people-sec-content {
  margin-bottom: 60px; }
  .people-sec-content .row {
    margin-left: -10px;
    margin-right: -10px; }
    .people-sec-content .row [class*="col-"] {
      padding-left: 10px;
      padding-right: 10px; }

.people-sec-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CECECE;
  padding: 15px;
  border-radius: 10px;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  width: 100%; }
  .people-sec-box .people-sec-img {
    min-width: 140px;
    margin-right: 20px; }
    .people-sec-box .people-sec-img:hover img {
      transform: scale(1.1); }
    .people-sec-box .people-sec-img img {
      transition-duration: 0.3s; }
  .people-sec-box .people-sec-txt h3 {
    margin-bottom: 2px;
    font-size: 1rem;
    line-height: 1.75; }
  .people-sec-box .people-sec-txt p {
    margin-bottom: 0px;
    font-size: 1.05rem;
    line-height: 1.8; }

@media all and (max-width: 991px) {
  .course-speaker-txt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .leading-company-list-row .leading-company-item {
    width: 33.33%; }

  .content-wrap {
    overflow-x: hidden; } }
@media all and (min-width: 768px) {
  .desk-hide {
    display: none !important; } }
@media all and (max-width: 767px) {
  .mob-hide {
    display: none !important; }

  .one-page-baner {
    margin-bottom: 30px; }

  .title-block {
    font-size: 1.85rem;
    margin-bottom: 15px; }

  /**/
  .digital-top-sec-wrap .digital-marketing-sec {
    padding-bottom: 75px; }
  .digital-top-sec-wrap .block-header {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px; }
    .digital-top-sec-wrap .block-header p {
      margin-bottom: 5px; }
  .digital-top-sec-wrap .title-block {
    font-size: 1.9em;
    line-height: 1.3em;
    margin-bottom: 10px; }
  .digital-top-sec-wrap .btn-groups {
    margin-top: 30px; }
    .digital-top-sec-wrap .btn-groups .btn {
      min-width: 230px; }

  .business-owner-sec {
    margin-bottom: 105px; }

  .digital-marketing-sec .row > .col-md-5 {
    order: 2; }
  .digital-marketing-sec .digital-detail {
    padding: 15px 20px 0 20px;
    margin-bottom: 15px; }
  .digital-marketing-sec .digital-box {
    margin-top: 15px; }

  /**/
  .digital-market-quote-sec {
    padding-top: 65px; }

  .digital-quote-text .digital-quote-heading {
    font-size: 1.9rem;
    font-family: "Roboto", sans-serif; }

  .outline-content-row .outline-element-item {
    border-left: 1px solid #CECECE; }
  .outline-content-row .col-md-4:first-child .outline-element-item, .outline-content-row .col-md-4:last-child .outline-element-item, .outline-content-row .col-md-6:first-child .outline-element-item, .outline-content-row .col-md-6:last-child .outline-element-item {
    border-left: none; }

  /**/
  .course-speaker-sec {
    padding-bottom: 30px;
    margin-bottom: 75px; }

  .learn-list-item {
    margin-bottom: 20px; }
    .learn-list-item p {
      font-size: 1.4rem; }

  /**/
  .course-outline-sec .block-header p {
    font-size: 1.15rem;
    line-height: 1.5; }

  .outline-content-row .outline-element-item p {
    font-size: 1.25rem;
    line-height: 1.9; }

  .course-speaker-sec .course-speaker-txt p {
    font-size: 1.25rem; }

  /**/
  .what-learn-sec {
    margin-bottom: 55px;
    padding-bottom: 55px; }

  .btn-groups .btn {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 240px; }

  /**/
  .student-video-review-sec .block-header {
    margin-bottom: 20px; }
  .student-video-review-sec .title-block {
    font-size: 1.9rem;
    line-height: 1; }
  .student-video-review-sec .youtube-icon-txt {
    padding-left: 0px; }
    .student-video-review-sec .youtube-icon-txt h2 {
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.4; }

  /**/
  .historical-sec {
    padding-top: 65px;
    padding-bottom: 20px;
    margin-bottom: 75px; }
    .historical-sec .hist-count-wrap {
      margin-bottom: 50px; }
      .historical-sec .hist-count-wrap .count-num {
        margin-bottom: 10px;
        font-size: 4rem;
        line-height: 1; }
      .historical-sec .hist-count-wrap .count-info {
        font-size: 1.75rem; }

  /**/
  .student-say-about-sec .block-header .title-block {
    font-size: 1.9rem;
    margin-bottom: 15px; }

  .student-say-list .say-list-item {
    width: 100%;
    text-align: center; }
    .student-say-list .say-list-item:before {
      display: block;
      margin-bottom: 10px;
      font-size: 45px; }

  /**/
  .student-say-about-sec {
    padding-bottom: 45px; }

  .leading-company-list-row .leading-company-item {
    width: 50%;
    margin-bottom: 35px; }

  .toggle-heading {
    line-height: 1.9; }
    .toggle-heading .toggle-icon {
      line-height: 1.9; }

  /**/
  .certificate-sec {
    padding-top: 85px;
    padding-bottom: 65px;
    margin-bottom: 75px; }
    .certificate-sec .certificate-txt {
      font-size: 1.17rem;
      text-align: center; }
      .certificate-sec .certificate-txt p {
        font-size: 1.17rem; }

  .order2 {
    order: 2; }

  /**/
  .digital-marketing-sec .digital-detail td {
    font-size: 1.17rem; }
    .digital-marketing-sec .digital-detail td.lbl {
      width: 30%; }

  .how-reg-sec {
    text-align: center; }
    .how-reg-sec .row {
      padding-left: 0px; }

  .reg-step2, .reg-step3 {
    padding-top: 0px; }

  /**/
  .people-sec-box {
    margin-bottom: 10px;
    height: calc(100% - 10px); }
    .people-sec-box .people-sec-img {
      max-width: 116px;
      min-width: 116px; }
    .people-sec-box .people-sec-txt h3, .people-sec-box .people-sec-txt p {
      font-size: 1.25em;
      line-height: 1.77em; } }
