@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

a {
  color: #231F40;
  text-decoration: none;
  outline: none; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #525FE1; }

a:focus {
  outline: none; }

address {
  margin: 0 0 24px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }
p {
    font-size: 16px;
    line-height: 1.63;
    font-weight: 500;
    color: #6F6B80;
    margin: 0 0 30px;
}
h5, .h5 {
    font-weight: 700;
}
.mt--40 {
  margin-top: 40px !important; }
.mb--20 {
  margin-bottom: 20px !important; }
.pt--40 {
    padding-top: 0px !important;
}
.mb--25 {
    margin-bottom: 25px !important;
}
.fa-star {
	color: #ffa41b;
}
.course-details-card {
  border-radius: 8px;
  /*border: 1px solid #EEEEEE;*/
  padding: 30px;
  padding-top:0px;
   }
  .course-details-card .course-details-two-content p:last-child {
    margin-bottom: 0; }

.row--30 {
  margin-left: -30px;
  margin-right: -30px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .row--30 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media only screen and (max-width: 767px) {
    .row--30 {
      margin-left: -15px !important;
      margin-right: -15px !important; } }
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .row--30 > [class*="col"],
      .row--30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .row--30 > [class*="col"],
      .row--30 > [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .row--30 > [class*="col"],
      .row--30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .row--30 > [class*="col"],
      .row--30 > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important; } }
.course-details-content .rating-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    text-align: center;
    min-width: 200px;
    padding: 29px 10px; }
    .course-details-content .rating-box .rating-number {
      font-weight: 800;
      font-size: 72px;
      line-height: 90px;
      color: #231F40; }
    .course-details-content .rating-box span {
      font-weight: 500;
      font-size: 16px;
      line-height: 26px; }
.course-details-content .course-tab-content {
    margin-top: 40px; }
  .course-details-content .rating-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    text-align: center;
    min-width: 200px;
    padding: 29px 10px; }
    .course-details-content .rating-box .rating-number {
      font-weight: 800;
      font-size: 72px;
      line-height: 90px;
      color: #231F40; }
    .course-details-content .rating-box span {
      font-weight: 500;
      font-size: 16px;
      line-height: 26px; }

.review-wrapper .single-progress-bar {
  position: relative; }

.review-wrapper .rating-text {
  display: inline-block;
  position: relative;
  top: 19px; }

.review-wrapper .progress {
  max-width: 83%;
  margin-left: 38px;
  height: 12px;
  background: #EEEEEE; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .review-wrapper .progress {
      max-width: 80%; } }
  .review-wrapper .progress .progress-bar {
    background-color: #FFA41B; }

.review-wrapper span.rating-value {
  position: absolute;
  right: 0;
  top: 50%; }
  
  .edu-container { display: block; 
   }
  
.edu-container 
	.edu-comment {
   		border:1px solid #eee; padding:10px 15px; border-radius:10px; margin-right:15px; width:48.7%; float:left; margin-bottom:20px;
   }
  
  @media only screen and (max-width: 575px) {
    .edu-comment {
      flex-direction: column; } }
  .edu-comment .thumbnail {
    min-width: 70px;
    width: 70px;
    max-height: 70px;
    border-radius: 100%;
    margin-right: 25px; }
    .edu-comment .thumbnail img {
      border-radius: 100%;
      width: 100%; }
  .edu-comment .comment-content .comment-top {
    display: flex;
    align-items: center; }
  .edu-comment .comment-content .title {
    font-weight: 700;
    font-size:18px;
    line-height: 32px;
    margin-bottom:5px; margin-top:10px;
    margin-right: 15px; }
  .edu-comment .comment-content .subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
    color: #231F40; }
  @media only screen and (max-width: 575px) {
    .edu-comment .comment-content {
      margin-top: 20px; } }



.comment-title { font-size:16px; color:#111; font-style:normal; margin:12px auto 5px auto; text-align:left;  }
.testimonials img {border-radius:8px;  }
.testimonials p{ font-size:14px; font-weight:100; text-align:justify; color:#111; font-style:normal; }
.testimonials p a { background:#222; padding:10px 15px; border-radius:8px; color:#fff; } 
.testimonials p a:hover { background:#555; } 