/*--------------------------------------------------------------
# Course
--------------------------------------------------------------*/

section .course-section {
    background-color: #f0f4f8;
    background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%);
  }
  
  .row-card-course {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 25px 0;
  }
  
  .row-card-course .course-card {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .row-card-course .course-card > .thumbnail {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .course-card .thumbnail {
    padding: 0;
    border: none;
    text-align: center;
    border-radius: 0;
    margin: 0 auto;
    width: 265px;
    
    background: transparent;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: normal;
  }
  
  .course-card .thumbnail .full-length {
    height: 5px;
    width: 100%;
    background: #bcbcbc;
    display: block;
  }
  
  .course-card .thumbnail .current-length {
    height: 100%;
    width: 68%;
    background: red;
    display: block;
  }
  
  .course-card .course-card-image {
    width: auto;
    height: auto;
    margin-bottom: -40px;
    min-height: 190px;
  }
  
  .course-card .course-type-badge {
    z-index: 1;
    margin-left: 10px;
    position: fixed;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 5px 0 5px 0;
    -moz-border-radius: 5px 0 5px 0;
    border-radius: 5px 0 5px 0;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #ff4a17;
    text-align: center;
  }
  
  .course-card .course-card-image > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .course-card .course-card-image > a > img {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 220px;
    min-height: 185px;
    border-radius: 15px;
  }
  
  .course-card .course-card-image > a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  
  .course-card .course-card-image > a:after {
    position: absolute;
    content: '►';
    left: 0;
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 166px;
    border: 0;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
  }
  
  .course-card .course-card-image > a:hover:before {
    background-color: rgba(0,0,0,0.5);
  }
  
  .course-card .course-card-image > a:hover:after {
    opacity: 1;
  }
  
  .course-card .thumbnail .caption {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    width: 230px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 15px;
  }
  
  
  .course-card .course-title {
    min-height: 40px;
  }
  
  .course-card .course-title::after {
    content: "";
      width: 200px;
      height: 1px;
      display: inline-block;
      background: #ff8664;
      margin: 4px 10px;
  }
  
  .course-title-heading {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .course-title-heading a {
    font-size: 17px;
    font-weight: 400;
    color: #444;
    text-decoration: none;
    display: inherit;
    line-height: 20px;
  }
  
  .course-title-heading a:hover {
    color: rgb(233, 133, 19);
  }
  
  .course-class-title-heading a{
    font-size: 14px;
    font-weight: 400;
    color: rgba(68, 68, 68, 0.877);
    text-decoration: none;
    display: inherit;
    line-height: 20px;
  }
  
  .course-card .btn-group {
    width: 100%;
  }
  
  .course-card .btn-group .course-card-btn {
    background: transparent;
    border-color: transparent;
    color: #444;
    font-size: 18px;
  }
  
  .course-card-foot img {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    box-sizing: content-box;
    float: left;
  }
  
  .course-card-foot-name {
    text-align: left;
  }
  
  .course-card-foot .main-name {
    color: #444;
    padding-left: 5px;
    font-size: 13px;
    height: 100%;
    line-height: 35px;
    text-align: left;
    display: table;
  }
  
  .course-card-foot .main-name:hover,
  .course-card-foot .main-name:focus {
    text-decoration: none;
  }