.link-group {
  align-items: center;
  display: flex;
  padding: 24px 0 0 0;
  border-top: 1px solid #EEF0F5; }
  .link-group:focus {
    outline: 0; }

.link-icon-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #FFF3ED;
  width: 32px;
  height: 32px;
  border-radius: 50%; }
  .link-icon-wrap i {
    color: #E31D1D; }
  .link-icon-wrap:hover i {
    padding-left: 8px; }

.link-text {
  color: #002A7E;
  font-weight: 500;
  line-height: 1;
  margin-right: 8px; }

.client-text {
  color: #002A7E;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  text-align: center; }

.services-list {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 42, 126, 0.1);
  padding: 24px;
  border-radius: 0.5rem; }
  .services-list-text {
    list-style-type: disc;
    margin-left: 16px; }
    .services-list-text a {
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: #333;
      margin-bottom: 4px; }
      .services-list-text a:hover {
        color: #002A7E; }

.faq .card {
  background-color: #fff;
  margin-bottom: 24px; }
.faq .btn-link {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center; }
  .faq .btn-link:hover {
    color: transparent; }
  .faq .btn-link .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff3ed;
    margin-left: auto; }
    .faq .btn-link .icon-wrap i {
      color: #E31D1D; }
.faq .card-header {
  padding: 24px; }
.faq .card-header-title {
  color: rgba(0, 42, 126, 0.6);
  color: #002A7E; }
.faq .card-body {
  padding: 24px;
  padding-top: 0; }

.demo-class {
  background-color: #002A7E;
  color: #fff;
  padding: 60px 40px;
  max-width: 420px; }

.free-online {
  background-color: #eef0f5;
  border-radius: 8px;
  display: inline-block;
  color: #002A7E;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 6px 12px;
  margin-bottom: 16px; }

.demo-detail-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 20px; }
  .demo-detail-content .font-weight-semibold {
    margin-bottom: 4px; }

.about-trainer .icon {
  color: #E31D1D;
  display: block;
  margin-right: 12px;
  margin-top: 6px; }

.demo-title {
  font-size: 24px;
  letter-spacing: 1.5px; }

.why-choose-list {
  display: flex;
  margin-bottom: 24px;
  position: relative; }
  .why-choose-list:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: calc(100% + 48px);
    height: calc(100% + 48px);
    z-index: 0;
    /* padding: 24px; */
    right: -24px;
    bottom: -24px;
    opacity: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); }
.why-choose-text {
  z-index: 2; }
.why-choose-icon {
  z-index: 2;
  width: 48px;
  height: 40px;
  margin-right: 24px; }

.why-choose-list:hover.why-choose-list:before {
  opacity: 1; }

.home-banner {
  height: 100vh; }
  .home-banner .banner-content {
    height: 100%; }

.google-review {
  background-color: #fff;
  padding: 40px; }
  .google-review .review-btn {
    background-color: #4285F4;
    height: max-content; }
  .google-review-title {
    color: #002A7E;
    font-size: 20px;
    font-weight: 600; }
  .google-review-address {
    font-size: 14px; }
  .google-review .avg-rating {
    font-size: 28px;
    font-weight: 600;
    margin-right: 8px; }
  .google-review .rated-icon {
    color: #F8B805; }
  .google-review .total-reviews {
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px; }
  .google-review .icon-wrap {
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #AB47BC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; }
  .google-review .user-icon-letter {
    font-size: 24px; }
  .google-review .user-wrap {
    width: 90%; }
    .google-review .user-wrap .rated-icon {
      font-size: 14px; }
  .google-review .user-name {
    color: #002A7E;
    font-size: 14px;
    font-weight: 600; }
  .google-review .user-reviews {
    font-size: 14px;
    margin-bottom: 8px; }
  .google-review .review-date {
    font-size: 14px;
    margin-left: 8px; }
  .google-review .review-text {
    font-size: 14px; }

/* course page */
.content-box {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  width: 100%;
  margin-bottom: 16px;
  padding: 32px; }
  .content-box .duration {
    font-size: 14px;
    color: #E31D1D; }
  .content-box .dot-icon {
    font-size: 8px;
    margin-right: 4px; }
  .content-box .duration-text {
    color: #002A7E;
    font-size: 14px; }

.course-timings-heading {
  color: #002A7E;
  font-size: 20px;
  margin-bottom: 0; }

.syllabus-details {
  margin-bottom: 40px;
  height: auto; }
  .syllabus-details .level {
    color: #E31D1D;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .syllabus-details-heading {
    font-size: 20px;
    color: #002A7E;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .syllabus-details ul {
    list-style-type: disc;
    padding-inline-start: 0;
    margin-left: 16px; }
    .syllabus-details ul li {
      margin-bottom: 8px; }

@media (max-width: 991.98px) {
  .home-banner {
    height: auto;
    padding-bottom: 24px; }

  .google-review {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    padding: 24px; }

  .services-list {
    margin-bottom: 24px; }

  .demo-class {
    margin-bottom: 24px; } }
.testimonials .client-comments {
  color: #002A7E;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px; }
.testimonials .client-name, .testimonials .client-company {
  font-size: 16px;
  font-weight: 500; }

@media (max-width: 991.98px) {
  .testimonials .client-comments {
    font-size: 16px; } }

/*# sourceMappingURL=training.css.map */
