/* Banner */
.main-banner {
  display: block;
}
.main-banner {
  background-color: #002e3f;
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (min-width:992px){
  .main-banner .mid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }
}
.main-banner .left {
  padding: 20px;
  color: #fff;
  background-color: #73bf46;
  position: relative;
  z-index: 9;
}

.main-banner h1 {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.main-banner .sub-title {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.main-banner p {
  margin-bottom: 2rem;
  color: #fff;
}


.btn.btn-teritory {
  background-color: #faa411;
  color: #fff;
}

.btn.btn-icon i {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 180%;
  width: auto;
}

.main-banner .item,
.main-banner .owl-carousel,
.main-banner .owl-item,
.main-banner .owl-stage,
.main-banner .owl-stage-outer {
  height: 100%;
  z-index: 2;
}

@media (min-width: 1570px) {
  .main-banner .mid img {
    height: auto !important;
  }
}

.main-banner .right {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .main-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-banner .left {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
    padding: 35px 15px;
    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;
  }

  .main-banner .left .centered {
    max-width: 500px;
  }

  .main-banner h1 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.3;
  }

  .main-banner .right {
    color: #fff;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    max-width: 300px;
    display: block;
  }

  .main-banner .right .box-half {
    background-color:rgb(114 190 68);
    height: 50%;
    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;
    padding: 30px 20px;
    max-width: none;
  }

  .main-banner .right .title {
    font-size: 50px;
  }

  .main-banner .right .frame {
    max-width: 300px;
  }

  .main-banner .right .title sup {
    font-size: 30px;
    position: relative;
    top: -18px;
    left: -6px;
  }

  .main-banner .mid {
    -ms-flex-preferred-size: calc(65% - 300px);
    flex-basis: calc(65% - 300px);
    max-width: calc(65% - 300px);
    display: block;
    position: relative;
  }
}

.main-banner .ico-wrapper {
  margin-bottom: 3px;
}

.main-banner .ico-wrapper img {
  max-width: 40px;
}

.main-banner .right .title {
  font-size: 44px;
}

@media (min-width: 1300px) {
  .main-banner .right .frame {
    max-width: 250px;
    font-size: 18px;
  }

  .main-banner .right .ico-wrapper img {
    max-width: 100%;
  }

  .main-banner h1 {
    font-size: 30px;
  }

  .main-banner .left {
    padding: 10px 30px;
  }
}

.main-banner .right .frame {
  max-width: 250px;
  font-size: 15px;
}

.main-banner .right .title sup {
  font-size: 20px;
  position: relative;
  top: -28px;
  left: -5px;
}

@media (min-width: 1600px) {
  .main-banner .mid {
    -ms-flex-preferred-size: calc(60% - 350px);
    flex-basis: calc(60% - 350px);
    max-width: calc(60% - 350px);
  }

  .main-banner .right {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    max-width: 450px;
  }

  .main-banner .left {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }
}

@media only screen and (max-width: 992px) {
  .main-banner .right .box-half {
    padding: 15px 20px;
    background-color:  rgb(11 71 71);
    height: 220px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .main-banner .mid {
    display: none;
  }
}

.btn-holder .btn:hover {
  background-color: #2d2d2d;
  color: #ddd;
}

.home-single.owl-carousel:hover .owl-nav {
  opacity: 1;
}

.home-single.owl-carousel .owl-nav {
  opacity: 0;
}

.home-single .owl-nav .owl-next,
.home-single .owl-nav .owl-prev {
  background-color: #cd0404 !important;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px !important;
  line-height: 30px !important;
}

.home-single .owl-nav .owl-next i,
.home-single .owl-nav .owl-prev i {
  position: absolute;
  left: 50%;
  top: 15px;
  font-size: 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-banner .right .box-half:last-child {
  background-color: #faa411;
  color: #fff;
}
.home-single.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.home-single .owl-nav .owl-next {
  left: auto;
  right: 10px;
}
.mid .home-single .item img {
  height: 100%;
}
.home-single.owl-carousel:hover .owl-nav {
  opacity: 1;
}

.home-single.owl-carousel .owl-nav {
  opacity: 0;
}

.home-single .owl-nav .owl-next,
.home-single .owl-nav .owl-prev {
  background-color: #cd0404 !important;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px !important;
  line-height: 30px !important;
}

.home-single .owl-nav .owl-next i,
.home-single .owl-nav .owl-prev i {
  position: absolute;
  left: 50%;
  top: 15px;
  font-size: 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-single.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.home-single .owl-nav .owl-next {
  left: auto;
  right: 10px;
}
.mid .home-single .item img {
  height: 100%;
}
.home-single.owl--action-styled .owl-nav div.owl-prev {
  left: 20px !important;
}
.home-single.owl--action-styled .owl-nav div.owl-next {
  right: 20px !important;
}
/* cources */

/* faculties */
.school-info .single-item {
    padding: 14px;
}
.school-info .single-item-wrapper {
    box-shadow: 0 5px 19px 0 rgb(17 12 30 / 25%);
}
.school-info .courses-img-wrapper {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.hvr-bounce-to-bottom:before {
    background: none;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.school-info .courses-content-wrapper {
    padding: 35px;
    background-color: #F9F9F9;
}
.school-info .section-title {
    font-size: 23px;
}
.school-info .entry-content ul {
    margin-bottom: 25px;
    list-style-type: disc;
}
.school-info .entry-content ul li {
    margin-bottom: 8px;
}
.school-info .read-more {
    display: flex;
}
.school-info .read-more a:first-child {
    margin-right: 14px;
}
.view-all-primary-btn {
    text-align: center;
    color: #FFFFFF;
    padding: 12px 0;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border: none;
    width: 130px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main-btn-wrap input{
    background-color: #111d5e;
    color: #fff;
}

.main-btn-wrap input:hover{
    background-color: red;
    color: #fff;
}

/* blog Slider */
.single-events-card {
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-events-card .events-image {
    position: relative;
}
.single-events-card.style2 .events-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}
.single-events-card .events-content {
    padding: 30px;
    background-color: #fff;
}
.single-events-card.style2 .events-content h3 {
    margin-bottom: 15px;
}
.single-events-card .events-content h3 {
    font-size: 24px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    list-style: 1.3;
}
.single-events-card.style2 .events-content .admin-and-date ul {
    padding-left: 0;
    margin-bottom: 0;
}
.single-events-card.style2 .events-content .admin-and-date ul li {
    list-style-type: none;
}
.single-events-card.style2 .events-content .admin-and-date ul li a {
    color: #555;
}
.single-events-card.style2 .events-content .admin-and-date ul li a i {
    color: #e32845;
    margin-right: 7px;
}
.section-title {
    max-width: 700px;
    text-align: center;
    margin: -10px auto 40px;
    position: relative;
}

.pt-100 {
    padding-top: 100px;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* new cources css */
.detail-sub-header {
  padding: 15px 0;
  background-color: #fafcfe;
  border-bottom: 1px solid #deebff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.detail-sub-header i {
  font-size: 40px;
  color: #2a6fdb;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.course-detail-tab {
  padding: 5px 0;
  align-items: center;
}

.course-detail-tab {
  position: relative;
  padding: 15px 0;
  background-color: #fff;
  z-index: 99 !important;
  font-weight: 600;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
}

.course-detail-tab li:first-child {
  padding-left: 0;
}

.course-detail-tab li a {
  padding: 0;
}

.course-detail-tab a {
  color: #333;
  display: block;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.course-detail-tab li {
  padding: 25px 20px;
}

.side-block.upcoming {
  background-color: #2a6fdb;
  color: #fff;
  border-radius: 4px;
  padding: 15px;
}

.side-block {
  margin-bottom: 30px;
}

#course-info .title {
  font-size: 18px;
}

.side-block.upcoming .title {
  margin-bottom: 10px;
  color: #fff;
}

.side-block .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.side-block.upcoming .bl-container {
  color: #fff;
}

.bl-container {
  color: #717171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
}

.bl-container .time-slot {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 8px 5px;
}

.bl-container .time-slot .date,
.bl-container .time-slot .time {
  display: block;
  padding: 1px 0;
}

.cources {
  padding-top: 40px;
}

#course-info .title {
  font-size: 18px;
}

.course-des .title,
.section-sub .title {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2a6fdb;
}

.course-description-load_more h2 {
  font-size: 16px;
}

.section-sub ul li {
  padding: 5px 0 5px 30px;
  position: relative;
}

.section-sub ul li:before {
  content: "";
  font-family: icomoon;
  position: absolute;
  left: 0;
  top: 5px;
}

.detail-container .btn.btn-moreLess::before {
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 100px;
  z-index: -1;
}

.course-des,
.section-sub {
  font-size: 16px;
  line-height: 2;
}

.section-sub {
  padding: 20px 0;
}

.accor-header {
  display: flex;
}

.accor-header {
  display: flex;
  margin-bottom: 25px;
}

.accor-header .title {
  margin-bottom: 0;
  padding-right: 20px;
}

.accor-header .title {
  margin-bottom: 0;
  padding-right: 20px;
}

.accor-header .btn-icon.btn {
  padding-right: 40px;
}


.accor-header button.btn {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
}

.btn.btn-arrow-down i {
  -webkit-transform: rotate(90deg) translate(-50%, 0);
  transform: rotate(90deg) translate(-50%, 0);
  font-size: 120%;
}

.btn.btn-icon i {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 180%;
  width: auto;
}

.section-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-des .title,
.section-sub .title {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2a6fdb;
}

.section-sub .header-group {
  align-items: flex-start;
}

.section-sub .header-group {
  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;
  margin: 0 0 25px;
}

.section-sub .header-group h4 {
  margin: 0;
}

.section-sub .header-group .nav-link {
  padding: 0;
}

.section-sub .header-group .nav-link {
  margin-left: auto;
}

.nav-link {
  font-size: 18px;
  font-weight: 600;
}

.nav-link i {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.card.success-card.success-v2 {
  -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 16%);
  box-shadow: 0 1px 8px rgb(0 0 0 / 16%);
  padding: 15px;
}

.card.success-card {
  border: 0;
  padding: 7px;
}

.card {
  position: relative;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card.success-card.success-v2 .top-sp {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.card.success-card.success-v2 .company {
  color: #ec6705;
  font-weight: 600;
}

.card.success-card.success-v2 .auth-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.8;
}

.card.success-card.success-v2 .img {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
}

.card.success-card .img {
  border: 1px solid #ddd;
}

.card.success-card .img {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto -75px;
  position: relative;
  z-index: 2;
  border: 1px solid #ddd;
}

.card.success-card .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card.success-card.success-v2 .frame {
  padding-left: 0;
  flex-basis: calc(100% - 50px);
  max-width: calc(100% - 50px);
}

.card.success-card .frame {
  padding-left: 105px;
}

.card.success-card.success-v2 .name {
  margin-bottom: 0;
}

.card.success-card h3 {
  font-size: 16px;
  font-family: source sans pro, helvetica neue light, helvetica neue,
    helvetica, arial, sans-serif;
  font-weight: 600;
}

.card.success-card.success-v2 .frame .designation {
  line-height: 18px;
  padding-top: 6px;
}

.card.success-card .designation {
  font-size: 14px;
  display: inline-block;
}

.card.success-card.success-v2 .text {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 0 0;
  font-size: 14px;
}

.card.success-card .text {
  -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 16%);
  box-shadow: 0 1px 8px rgb(0 0 0 / 16%);
  padding: 90px 20px 20px;
  border-radius: 6px;
}

.card.success-card.success-v2 .plain-list {
  line-height: 1.5;
}

.card.success-card.success-v2 .plain-list li {
  padding: 0;
}

.card.success-card.success-v2 .left {
  width: 65px;
  padding-right: 10px;
}

.card.success-card.success-v2 .left,
.card.success-card.success-v2 .value {
  display: inline-block;
  vertical-align: top;
  text-overflow: inherit;
  overflow: visible;
  white-space: normal;
}

.card.success-card .value,
.card.success-card .left {
  vertical-align: middle;
}

.card.success-card .left {
  color: #717171;
}

.card.success-card.success-v2 .left,
.card.success-card.success-v2 .value {
  display: inline-block;
  vertical-align: top;
  text-overflow: inherit;
  overflow: visible;
  white-space: normal;
}

.card.success-card .value,
.card.success-card .left {
  vertical-align: middle;
}

.card.success-card .value {
  color: #2d2d2d;
  width: calc(100% - 105px);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card.success-card.success-v2 .value {
  width: calc(100% - 70px);
}

.card.success-card.success-v2 .date {
  font-size: 12px;
  color: #b5b5b5;
}

.card.success-card .date {
  color: #b5b5b5;
  display: block;
  margin-bottom: 7px;
}

.section-sub.section-bottom {
  padding-top: 30px;
}

.section-sub.section-bottom .course-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  font-size: 16px;
}

.course-sub-list {
  line-height: 1.2;
}

.section-sub.section-bottom .course-sub-list li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 25px;
}

.course-sub-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.course-sub-list .img {
  margin-right: 10px;
  width: 46px;
}

.tagcloud {
  line-height: 1.1;
}

.section-sub.section-bottom .tagcloud li {
  padding: 5px 10px;
}

.section-sub.section-bottom ul li {
  padding-left: 0;
}

.section-sub ul li {
  padding: 5px 0 5px 30px;
  position: relative;
}

.tagcloud li {
  padding: 0 10px 7px;
  display: inline-block;
  vertical-align: middle;
}

.section-sub.section-bottom .tagcloud a {
  color: #2a6fdb;
}

.course-des,
.section-sub {
  font-size: 16px;
  line-height: 2;
}

.side-block {
  margin-bottom: 30px;
}

/* cources contact */
.detail-container .contact-box {
  margin-bottom: 30px;
}

.contact-box {
  padding: 30px;
  -webkit-box-shadow: 0 3px 18px rgb(0 0 0 / 12%);
  box-shadow: 0 3px 18px rgb(0 0 0 / 12%);
  border-radius: 10px;
}

#course-info h2 {
  font-size: 16px;
}

.contact-box h2 {
  margin-bottom: 25px;
}

.contact-box .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-box .form-control,
.contact-box .form-select {
  background-color: #f4f4f4;
  height: 50px;
  border: 0;
  width: 100%;
  padding: 0 15px;
  border-radius: 4px;
}

.open-course-popup-link {
  position: relative;
}

.open-course-popup-link {
  line-height: 45px;
}

.open-course-popup-link::after {
  content: "\e907";
  font-family: icomoon;
  position: absolute;
  right: 10px;
  top: 3px;
  transform: rotate(90deg);
}

#course-popup,
#schedule-popup {
  padding-bottom: 70px;
}

.mfp-hide {
  display: none !important;
}

.white-popup {
  position: relative;
  border: 10px solid #fff;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  background: #fff;
}

.white-popup {
  max-width: 600px !important;
}

.course-combo {
  padding: 15px 10px;
}

.contact-box h2 {
  margin-bottom: 25px;
}

.course-combo .inner {
  max-height: 400px !important;
  list-style: none;
  padding: 15px 0 0;
}

.course-combo li {
  border-bottom: 1px solid #ddd;
}

.class-schedule-list {
  border: 0 !important;
  padding: 4px 0;
}

.course-combo li label {
  display: block;
}

.class-schedule-list label {
  padding: 7px 15px;
  background: #f5f5f5;
  border-radius: 5px;
}

.contact-box label {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 7px;
}

.class-schedule-list label a {
  padding: 0;
}

.course-combo a {
  cursor: pointer;
}

.course-combo a {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -ms-flex-line-pack: center;
  align-content: center;
}

.contact-box label span {
  color: red;
}

.course-combo li .ico {
  margin-left: auto;
}

.contact-box label span {
  color: red;
}

.label--checkbox {
  position: relative;
  font-family: Arial, sans-serif;
  line-height: 135%;
  cursor: pointer;
  display: inline-block;
  top: 3px;
}

.label--checkbox .checkbox,
.label--checkbox .fakeInput {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.label--checkbox input {
  display: none;
}

.label--checkbox .fakeInput {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.contact-box label span {
  color: red;
}

.contact-box .input-group {
  margin-bottom: 30px;
}

.contact-box .btn-holder {
  margin-bottom: 20px;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.btn-icon {
  text-align: left;
  position: relative;
}

.btn.btn-icon i {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 180%;
  width: auto;
}

.btn i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.btn.btn-primary i:before {
  color: #fff !important;
}

.icon-arrow-chevrolet:before {
  content: "";
}

.detail-container .btn.btn-moreLess {
  z-index: 1;
}

.course-description-load_more+[data-readmore-toggle],
.course-description-load_more[data-readmore] {
  display: block;
  width: 100%;
}
p{
  transform: none !important;
}
.school-info.wrapper{
  overflow: visible !important;
}
.course-carousel .card{
  border: none !important;
  background: transparent !important;
}
.course-carousel .card-body{
  background-color: #fff !important;
}
.skills .group .inner h4{
  color: #fff;
}
.testimonial-carousel-2 .card{
  border-radius: 10px;
}
.news .wrapper{
  overflow:  visible !important;
}
.course-carousel .card-image{
  background-color: #fff;
}
/* new cources */

/* new corporate page */
.jss47 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 8px;
}

.jss51 {
    min-height: 310px;
}
.jss50 {
    background-image: url(../img/corporate-training-banner.svg);
}
.jss48 {
    min-height: 368px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.MuiGrid-spacing-xs-3 {
    width: calc(100% + 24px);
    margin: -12px;
}
.MuiGrid-align-items-xs-center {
    align-items: center;
}
.MuiGrid-spacing-xs-3 > .MuiGrid-item {
    padding: 12px;
}
.MuiTypography-colorPrimary {
    color: rgba(63, 81, 181, 1);
}


.MuiTypography-h1 {
    font-size: 2rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
}

.jss49 {
    color: rgba(58, 58, 58, 1);
    margin-top: 20px;
    font-weight: 500;
}
.jss54 {
    min-width: 225px;
}

.jss52 {
    padding: 0;
}

.MuiButton-outlinedSizeLarge {
    padding: 7px 21px;
    font-size: 0.9375rem;
}

.MuiButton-outlinedPrimary {
    color: rgba(63, 81, 181, 1);
    border: 1px solid rgba(63, 81, 181, 0.5);
}
.jss53 {
    display: inline-block;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.jss55 * {
    color: #000000ad;
}
.jss55 .MuiBreadcrumbs-ol {
    margin: 8px 0px;
}
.MuiBreadcrumbs-separator {
    display: flex;
    margin-left: 8px;
    user-select: none;
    margin-right: 8px;
}
.jss55 .MuiBreadcrumbs-ol .MuiSvgIcon-fontSizeSmall {
    font-size: 0.825rem;
    margin-top: 2px;
}
.jss56 {
    padding: 42px 10px;
    padding-bottom: 65.6px;
}
.jss58 {
    font-size: 20px;
    font-weight: bold;
}
.jss57 {
    padding: 20px 0px;
}
.jss60 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.7rem;
}

.MuiTypography-colorSecondary {
    color: rgba(255, 173, 0, 1);
}
.MuiGrid-spacing-xs-2 > .MuiGrid-item {
    padding: 8px;
}
.jss61 .MuiBox-root {
    border: 1px solid;
    border-color: #dfdfdf;
}


.jss64 {
    padding: 8px;
    margin-bottom: 16px;
}
.jss62 {
    filter: grayscale(1);
    height: 50px;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    background-size: contain !important;
    background-position: center;
}
.jss78 {
    font-weight: 500;
}

.MuiTypography-gutterBottom {
    margin-bottom: 0.35em;
}
.jss79 {
    font-size: 1.52rem;
}
.jss82 {
    margin-top: 24px;
}
.jss83 {
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%), 0px 2px 2px 0px rgb(0 0 0 / 10%), 0px 3px 1px -2px rgb(0 0 0 / 10%);
    border-radius: 0;
    margin-bottom: 10px;
    background-color: #fff;
}
.jss83 .MuiCardContent-root:first-child {
    padding-bottom: 0;
}


.jss83 .MuiCardContent-root {
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 13px;
    min-height: 220px;
    text-align: center;
    font-weight: 500;
}
.jss83 .cer-avatar {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 0;
    background-size: contain;
}
.jss83 .MuiCardContent-root .MuiCardHeader-root {
    padding-bottom: 0;
}
.MuiCardHeader-content {
    flex: 1 1 auto;
}
.jss83 .cer-title .MuiCardHeader-title {
    font-size: 1.125rem;
    text-align: center;
}

.MuiTypography-displayBlock {
    display: block;
}
.jss83 .cer-center-content {
    padding: 24px 16px;
    align-items: center;
    justify-content: center;
}

.jss84 {
    display: flex;
}
.jss83 .MuiCardContent-root .MuiTypography-body1 {
    font-size: 13px;
    font-weight: 500;
}
.jss83 .MuiCardContent-root .MuiSvgIcon-root {
    color: rgba(255, 173, 0, 1);
    font-size: 16px;
    margin-right: 0;
    vertical-align: sub;
}
.jss83:hover {
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 10%), 0px 6px 10px 0px rgb(0 0 0 / 10%), 0px 1px 18px 0px rgb(0 0 0 / 10%);
}
.jss83:hover .MuiCardContent-root {
    border: 1px solid rgba(63, 81, 181, 1);
}
.jss83:hover .cer-title .MuiCardHeader-title {
    color: rgba(63, 81, 181, 1);
}
.MuiCardContent-root {
    padding: 16px;
}
.jss83 .MuiCardContent-root .MuiDivider-flexItem {
    margin: 0px 16px;
    background-color: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiDivider-flexItem {
    height: auto;
    align-self: stretch;
}
.MuiDivider-vertical {
    width: 1px;
    height: 100%;
}
.MuiDivider-root {
    border: none;
    height: 1px;
    margin: 0;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.12);
}
.MuiCardHeader-root {
    display: flex;
    padding: 16px;
    align-items: center;
}
.jss189 {
    display: flex;
    min-height: 430px;
    align-items: center;
    background-size: contend;
    justify-content: center;
    background-color: rgba(239, 242, 245, 1);
}
.jss191 {
    align-content: center;
    padding-bottom: 24px;
}
.MuiTypography-h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
}
.jss192 {
    box-shadow: none;
    background-color: rgba(239, 242, 245, 1);
}
.jss192 .MuiCardContent-root {
    text-align: center;
}
.jss192 .MuiCardContent-root .tpc-media {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    background-size: contain;
}
.MuiTypography-h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
}
.jss199 {
    width: 90%;
    margin: 30% auto;
}
.jss199 .MuiTypography-h2 {
    padding-top: 50px;
}

.jss199 .MuiTypography-h2 {
    font-size: 1.7rem;
    font-weight: 600;
}
.MuiList-padding {
    padding-top: 8px;
    padding-bottom: 8px;
}

.MuiList-root {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
.jss199 .MuiListItem-root {
    padding-top: 0;
    padding-bottom: 0;
}
.MuiListItem-gutters {
    padding-left: 16px;
    padding-right: 16px;
}
.MuiListItem-root {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: flex-start;
    text-decoration: none;
}
.jss199 .MuiListItemIcon-root {
    min-width: 23px;
}

.MuiListItemIcon-root {
    color: rgba(0, 0, 0, 0.54);
    display: inline-flex;
    min-width: 56px;
    flex-shrink: 0;
}
.MuiListItemText-root {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}
.jss199 .MuiTypography-body1 {
    font-weight: 500;
}
.jss197 {
    max-width: 100%;
    box-shadow: none;
}
.jss198 {
    height: 566px;
    box-shadow: none;
    background-size: contain !important;
    background-color: #fff;
}
.MuiCardMedia-root {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.jss204 .tabRoot .tab-content-area .form-heading-main {
    margin-bottom: 32px;
}
.jss204 .tabRoot .MuiTabs-root {
    border-bottom: 2px solid rgba(239, 242, 245, 1);
}

.MuiTabs-root {
    display: flex;
    overflow: hidden;
    min-height: 48px;
    -webkit-overflow-scrolling: touch;
}
.MuiTabs-fixed {
    width: 100%;
    overflow-x: hidden;
}
.MuiTabs-scroller {
    flex: 1 1 auto;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.MuiTabs-centered {
    justify-content: center;
}

.MuiTabs-flexContainer {
    display: flex;
}

.jss204 .tabRoot .MuiTab-root {
    margin: 0px 8px;
    font-size: 16px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgba(239, 242, 245, 1);
}
.MuiTab-textColorPrimary {
    color: rgba(74, 74, 74, 1);
}
@media (min-width: 767px){
    .MuiTab-root {
        min-width: 160px;
    }
    .jss210 {
        padding: 24px 0px 0px;
    }
    .jss207 {
        margin-left: 32px;
        padding-top: 16px;
        margin-right: 32px;
        padding-bottom: 16px;
    }
}
@media (min-width: 992px){
    .jss204 .tabRoot .MuiTab-root {
        width: 100%;
    }
    .jss204 .tabRoot .MuiTab-root {
        font-size: 10px;
    }
    .jss210 {
        padding: 24px;
    }
    .jss211 {
        margin-left: 64px;
        margin-right: 64px;
    }
    .jss207 {
        margin-left: 64px;
        padding-top: 16px;
        margin-right: 64px;
        padding-bottom: 16px;
    }
}
@media (min-width: 1200px){
    .jss210 {
        padding: 24px;
    }
    .jss211 {
        margin-left: 128px;
        margin-right: 128px;
    }
    .jss207 {
        margin-left: 128px;
        padding-top: 24px;
        margin-right: 128px;
        padding-bottom: 24px;
    }
}
@media (max-width: 767px){
    .jss204 .tabRoot .tab-content-area .form-heading-main {
        font-size: 1.5rem;
    }
    .jss210 {
        padding: 24px 0px 0px;
    }
    .jss211 {
        margin-left: 32px;
        margin-right: 32px;
    }
    .jss211 {
        margin-left: 16px;
        margin-right: 16px;
    }
    .jss207 {
        margin-left: 16px;
        padding-top: 16px;
        margin-right: 16px;
        padding-bottom: 16px;
    }
    .jss78 {
        font-size: 1.5rem;
    }
    .jss79 {
        font-size: 1.25rem;
    }
}
@media only screen and (max-width:1200px){
    .jss83 .cer-title .MuiCardHeader-title {
        min-height: 60px;
    }
}
@media only screen and (max-width:992px){
    .jss60 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.MuiTab-root {
    padding: 6px 12px;
    overflow: hidden;
    position: relative;
    font-size: 0.875rem;
    max-width: 264px;
    min-width: 72px;
    box-sizing: border-box;
    min-height: 48px;
    text-align: center;
    flex-shrink: 0;
    font-weight: 500;
    line-height: 1.75;
    white-space: normal;
    text-transform: initial;
}
.MuiButtonBase-root {
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    position: relative;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.MuiTab-wrapper {
    width: 100%;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.jss204 .tabRoot .active {
    border: 2px solid rgba(63, 81, 181, 1);
    background-color: rgba(255, 255, 255, 1);
}
.MuiTab-textColorPrimary.active {
    color: rgba(63, 81, 181, 1);
}
.MuiTypography-body1.active{
    border: none !important;
}
.MuiGrid-spacing-xs-2 {
    width: calc(100% + 16px);
    margin: -8px;
}
.jss372 .MuiGrid-item {
    padding: 0 8px !important;
}
.jss207 .contact-form.style-1{
    padding: 30px 0px 0px !important;
     margin-top: 0px !important;
}
.jss207 .contact-form.style-1 .inner{
    padding: 0px !important;
    box-shadow: none !important;
}
.jss204 .tabRoot {
    flex-grow: 1;
    border-radius: 5px;
    background-size: cover;
    background-color: #EEF2FE;
    background-repeat: no-repeat;
}
.jss204 .tabRoot .tab-content-area {
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 10%), 0px 8px 10px 1px rgb(0 0 0 / 10%), 0px 3px 14px 2px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
}
.custom-select {
    width: 100%;
}
.myradio{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.myradio input{
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.jss361 {
    text-align: center;
}
/* navbar */
.jss41 {
    display: flex;
    flex-direction: row;
}
.jss41 .mega-menu {
    width: max-content;
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-width: 265px;
    list-style: none;
    border-right: 1px solid rgba(239, 242, 245, 1);
    background-color: #fff;
}
.jss41 .mega-menu .menu-item .menu-item-link {
    color: rgba(58, 58, 58, 0.8);
    display: flex;
    padding: 10px 8px;
    text-decoration: none;
}
.jss41 .mega-menu .menu-item .menu-item-link label {
    width: 24px;
    height: 22px;
    opacity: 1;
    margin-left: 8px;
    margin-right: 8px;
    background-repeat: no-repeat;
}
.jss41 .mega-menu-container {
    width: 500px;
    padding: 8px 16px;
    background-color: #eef2ff;
}
.jss41 .mega-menu-container .list-row {
    display: none;
    flex-direction: row;
}
.jss41 .mega-menu-container .sub-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 16px;
}
.jss41 .mega-menu-container .sub-menu .sub-menu-item {
    opacity: 0.7;
    padding: 8px 0px;
    line-height: normal;
}
.jss41 .mega-menu-container .sub-menu .sub-menu-item-link {
    color: inherit;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.jss14 {
    top: 55px;
    left: 0;
    right: 0;
    width: max-content;
    z-index: 99;
    position: absolute;
    min-width: 400px;
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 10%), 0px 8px 10px 1px rgb(0 0 0 / 10%), 0px 3px 14px 2px rgb(0 0 0 / 10%);
}
.MuiCollapse-hidden {
    visibility: hidden;
}
.MuiCollapse-root {
    height: 0;
    overflow: hidden;
    transition: none;
}
.MuiCollapse-wrapper {
    display: flex;
}
.MuiCollapse-wrapperInner {
    width: 100%;
}
.jss41 .mega-menu .menu-item .active {
    color: rgba(63, 81, 181, 1)!important;
    opacity: 1!important;
    position: relative;
    background-color: #eef2ff!important;
}
.jss41 .mega-menu-container .list-row{
    display: none;
}
.MuiCollapse-hidden.enter{
    visibility: visible !important;
    overflow: visible !important;
}
.list-row.list-active0 {
    display: flex !important;
}
.list-row.list-active1 {
    display: flex !important;
}
/* cources detail page css */
.jss65 {
    z-index: 4;
    margin-top: 0px;
    top: 82px;
    margin-bottom: 24px;
}
@media only screen and (max-width:1200px){
    .jss65{
        top: 115px;
    }
}
.jss571 {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    background-color: #F6F9FC;
}
.jss571 .scroll-nav {
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.jss571 .scroll-nav li {
    display: inline-flex;
}
.jss571 .scroll-nav li .scroll-link {
    cursor: pointer;
    padding: 10px 0px;
    font-weight: 550;
}
.MuiButton-containedSizeSmall {
    padding: 4px 10px;
    font-size: 0.8125rem;
}
.jss571 .scroll-button {
    min-height: 30px;
}
.jss67 {
    color: rgba(58, 58, 58, 1);
    font-weight: 500;
    padding-bottom: 15px;
}
.jss67 .MuiTypography-h2 {
    font-size: 1.5rem;
}
.jss67 p {
    color: rgba(58, 58, 58, 1);
    margin-bottom: 1.35rem;
    font-size: 14px;
    text-align: justify;
}
.jss86 {
    overflow: unset;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 32px;
    background-color: transparent;
}
.jss86 .content-top {
    height: 174px;
    padding: 0;
    overflow: hidden;
    margin-top: 8px;
    padding-bottom: 0;
    background-size: 100% 100%;
    background-color: #dfdfdf;
}
.jss86 .content-top .video-banner {
    height: 0;
    position: relative;
    padding-top: 173px;
    background-size: inherit;
}
.jss86 .content-top .btn-play {
    top: 50%;
    left: 50%;
    color: #fff;
    padding: 8px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.jss89 {
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 10%), 0px 8px 10px 1px rgb(0 0 0 / 10%), 0px 3px 14px 2px rgb(0 0 0 / 10%);
    margin-top: 8px;
    border-radius: 0;
    background-color: #fff;
}
.jss89 .MuiCardHeader-root {
    color: #000;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}
.MuiCardHeader-content {
    flex: 1 1 auto;
}
.jss89 .MuiTypography-displayBlock {
    font-size: 18px;
}
@media (min-width: 1170px){
    .jss70 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .jss75 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media (min-width: 960px){
    .jss70 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .jss75 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
@media (min-width: 600px){
    .jss70 {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .jss75 {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media (min-width: 0px){
    .jss70 {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
@media (min-width: 1920px){
    .jss166 {
        padding-top: 64px;
    }    
}
@media (min-width: 1170px){
    .jss166 {
        padding-top: 32px;
    }
}
@media (min-width: 960px){
    .jss166 {
        padding-top: 32px;
    }
}
@media (min-width: 600px){
    .jss166 {
        padding-top: 16px;
    }
}
.jss69 .MuiTypography-h2 {
    font-size: 1.5rem;
}
.jss69 .feature {
    display: flex;
    font-size: 14px;
    align-items: flex-start;
    font-weight: 500;
}
.jss69 .feature .check {
    color: rgba(255, 173, 0, 1);
    height: auto;
    font-size: 20px;
    margin-top: 2px;
    margin-right: 8px;
}
.jss71 {
    padding: 0;
    z-index: 0;
    background: #fff;
    box-shadow: none;
    transition: unset;
    border-radius: 0;
}
.jss74 {
    font-size: 1.5rem;
    margin-bottom: 1.35rem;
}
.jss75 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.jss71 .MuiPaper-rounded {
    margin: 15px 0px;
}
.MuiAccordion-root:before {
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    opacity: 1;
    position: absolute;
    transition: none;
    background-color: rgba(0, 0, 0, 0.12);
}
.jss71 .MuiAccordionSummary-root {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
}
.MuiAccordionSummary-root {
    display: flex;
    padding: 0px 16px;
    min-height: 48px;
    transition: none;
}
.MuiAccordionSummary-content {
    margin: 12px 0;
    display: flex;
    flex-grow: 1;
    transition: none;
}
.jss71 .MuiTypography-body1 {
    font-size: 14px;
    font-weight: 500;
}
.MuiAccordionSummary-expandIcon {
    transform: rotate(0deg);
    transition: none;
}
.MuiIconButton-edgeEnd {
    margin-right: -12px;
}
.MuiIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}
.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: none;
    flex-shrink: 0;
    user-select: none;
}
.MuiCollapse-entered {
    height: auto;
    overflow: visible;
}
.jss71 .MuiAccordionDetails-root {
    padding: 15px 20px;
    background: #fff;
}
.MuiAccordionDetails-root {
    display: flex;
    padding: 8px 16px 16px;
}
.jss71 ul {
    margin: 0;
    padding: 0 20px;
    font-size: 14px;
    list-style: none;
    font-weight: 500;
}
.jss71 ul li::before {
    color: rgba(63, 81, 181, 1);
    width: 1em;
    content: "\2022";
    display: inline-block;
    font-weight: bold;
    line-height: 25px;
    margin-left: -1em;
}
.jss72 {
    padding: 20px;
}
.jss71 .Mui-expanded .MuiTypography-root {
    padding: 0 8px;
    font-size: 16px;
    font-weight: 500;
}
.jss73 {
    color: #fff;
    margin-top: 0px;
    text-decoration: none;
}
.jss78 {
    min-width: 205px;
}
.jss77 {
    display: inline-block;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.MuiAccordionSummary-expandIcon.Mui-expanded.collapsed {
    transform: rotate(180deg);
}
.MuiAccordionSummary-expandIcon {
    transform: rotate(0deg);
    transition: none;
}
.jss166 {
    padding-top: 16px;
}

.jss164 {
    padding-bottom: 50px;
}
.MuiGrid-spacing-xs-4 {
    width: calc(100% + 32px);
    margin: -16px;
}
.MuiGrid-spacing-xs-4 > .MuiGrid-item {
    padding: 16px;
}
.jss163 {
    text-decoration: none;
}
.jss165 {
    background: #fff;
    border-top: 1px solid #c7c7c7;
    box-shadow: none;
    border-left: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0;
}
.jss1591 {
    border-right: 5px solid #22b47f;
}
.jss165 .header-title {
    color: #000000;
    height: 75px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 20px;
    font-style: normal;
    word-break: break-word;
    font-family: Montserrat;
    font-weight: 600;
    line-height: normal;
    font-stretch: normal;
    letter-spacing: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.jss165 .subSection {
    display: flex;
    padding-top: 25px;
    padding-bottom: 0px;
}
.jss165 .CourseLink {
    cursor: pointer;
    height: 34px;
    font-size: 12px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 600;
    line-height: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-decoration: none;
}
.jss155 {
    color: #22b47f;
}
.jss165 .MuiDivider-flexItem {
    height: 20px;
    margin: 0px 8px;
    background-color: 1px solid rgba(0, 0, 0, 0.12);
}
.jss165 .CourseLink {
    cursor: pointer;
    height: 34px;
    font-size: 12px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 600;
    line-height: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-decoration: none;
}
.jss165:hover {
    box-shadow: 0px 6px 6px -3px rgb(0 0 0 / 10%), 0px 10px 14px 1px rgb(0 0 0 / 10%), 0px 4px 18px 3px rgb(0 0 0 / 10%);
}
.jss571 .scroll-nav li .scroll-link.active {
    color: rgba(63, 81, 181, 1);
    border-bottom: 3px solid rgba(255, 173, 0, 1);
    padding-bottom: 7px;
}
/* new home page design */
.tp-hero-overlay {
    overflow: hidden;
    background-color: #1117A0;
    position: relative;
    z-index: 1;
}
.blue-bg {
    background: #1117A0;
}
.p-relative {
    position: relative;
}
.pb-80 {
    padding-bottom: 80px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.tp-hero-4-shape-img {
    position: absolute;
    left: 0;
    top: 10%;
}
.tp-hero-glob-img {
    position: absolute;
    right: 15%;
    bottom: -6%;
    -webkit-animation: animationglob 50s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
.z-index-3 {
    position: relative;
    z-index: 3;
}
.tp-hero-4-main-img img{
    width: 100%;
}
.pt-10 {
    padding-top: 10px;
}
.tp-section-subtitle-4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F8FF35;
    display: inline-block;
}
.tp-section-subtitle-4::before {
    content: "";
    height: 1.5px;
    width: 20px;
    background-color: #F8FF35;
    display: inline-block;
    transform: translateY(-5px);
    margin-right: 10px;
}
.tp-hero-title-4 {
    font-weight: 600;
    font-size: 76px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.pb-35 {
    padding-bottom: 35px;
}
.p-relative {
    position: relative;
}
.tp-hero-4-main-img {
    animation: tpupdown 3s infinite alternate;
}
.tp-hero-4-sub-img {
    position: absolute;
    bottom: -27%;
    right: 11%;
}
@keyframes animationglob {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(0deg);
    }

}
@keyframes tpupdown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(30px);
    }
    100%{
        transform: translateY(0px);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .tp-hero-title-4 {
        font-size: 85px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px){
    .tp-hero-title-4 {
        font-size: 70px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .tp-hero-4-sub-img {
        right: 2%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .tp-hero-4-sub-img {
        bottom: -23%;
        right: 23%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .tp-hero-4-sub-img {
        bottom: -22%;
        right: 13%;
    }
}
@media (max-width: 767px){
    .tp-hero-4-sub-img {
        bottom: -38%;
        right: -2%;
    }
    .tp-hero-title-4 {
        font-size: 42px;
        padding-bottom: 20px;
    }
    .tp-hero-4-section-box {
        margin-bottom: 50px;
    }
    .tp-hero-overlay {
        padding-top: 50px;
    }
}
.tp-hero-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(358.24deg, rgba(13, 92, 225, 0.9) 1.52%, rgba(13, 92, 225, 0) 90.93%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: -1;
}
.content .read-more{
    color: #1283cf;
    font-size: 12px;
}
/* team page */
.teachers .teacher-item {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.teachers .teacher-item .teacher-image {
    float: left;
}
.teachers .teacher-item .teacher-image img {
    width: 100%;
    border-radius: 8px;
}
.teachers .teacher-item .teacher-content {
    display: table;
    padding: 10px;
    color: #000;
}
.teachers .teacher-item .teacher-content h4 {
    color: #1581cf;
    margin-bottom: 5px;
    font-size: 18px;
}
.teachers .teacher-item .teacher-content h4 span {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #000;
}
.teachers .teacher-item .teacher-content ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
.teachers .teacher-item .teacher-content ul li a {
    color: #000;
}

.teachers .teacher-item .teacher-content a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: all .2s linear;
    display: inline-block;
}
.teachers .teacher-item .teacher-content p {
    color: #000;
    margin-bottom: 10px;
}
.teachers .teacher-item .teacher-content a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: all .2s linear;
    display: inline-block;
}
.description p{
    color: #000 !important;
}
/* course lists */
.class-item.mylists{
    width: 100%;
    margin-right: 0px;
}
.class-item.mylists .schedule li{
    width: 33.33%;
}
.class-item.mylists .content h4{
    font-size: 20px;
}
@media only screen and (max-width: 600px){
    .class-item .schedule li span{
        white-space: pre-line;
    }
    .logo-box{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .logo-box a img{
        max-width: 90% !important;
    }
    .jss68.jss67 ol{
        padding-left: 15px !important;
    }
}