.course-item {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #c6ced7;
    margin-bottom: 50px;
    padding-bottom: 50px;
    background: url('../images/course-bg.jpg') no-repeat bottom right #fff;
    min-height: 200px;
}

.course-item .course-left,
.course-item .course-middle,
.course-item .course-right {
    display: block;
    float: left;
}

.course-item .course-right,
.course-item .course-left {
    width: 25%;
}

.course-item .course-middle {
    width: 50%;
}

.course-item .course-date {
    color: #EA0029;
    font-size: 20px;
    font-weight: bold;
}

.course-item h3.course-title {
  
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: bold;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #000000 !important;
}


.course-item .course-view {
    display: inline-block;
    text-decoration: none;
    color: #444;
    background-color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #444;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.course-item .course-view:hover {
    text-decoration: none;
    color: #EA0029;
    border-color: #EA0029;
}

.course-item .course-meta {
    margin-top: 30px;
}

.course-item-frontpage .course-meta ul,
.course-item .course-meta ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.course-item-frontpage .course-meta ul li,
.course-item .course-meta ul li {
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0;
}

.course-item-frontpage .course-meta ul li:before,
.course-item .course-meta ul li:before {
    display: inline-block;
    content: "/";
    color: #EA0029;
    font-weight: bold;
    margin-right: 15px;
}

.course-single strong {
    font-weight: 600;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #EA0029;
}

.course single a strong  {
    font-weight: 600;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #EA0029;
}

.course-single .course-body {
    display: block;
    width: 60%;
    float: left;
    padding-right: 40px;
}

.course-single .course-info {
    width: 40%;
    float: left;
}

.course-single h3 strong {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #EA0029;
}

.course-single p a {color:#EA0029;}

.course-single ul {
  list-style: none; /* Remove default bullets */
}

.course-single ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #EA0029; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.course-single .course-body h2.course-title {
    margin: 0;
    letter-spacing: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 47px;
    line-height: 53px;
    color: #000000;
    padding-bottom: 20px;
}

.course-single .course-date {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.02em;
    color: #EA0029;
}

.course-single .course-body .course-content {
    padding-top: 50px;
}

.course-single .course-info-block {
    background-color: #f7f8f9;
    background-position: right 30px top 30px;
    background-image: url('../images/course-info-bg.jpg');
    background-repeat: no-repeat;
    padding: 40px;
    position: relative;
}

.course-single .course-info-block:before {
    display: block;
    content: " ";
    position: absolute;
    width: 200px;
    height: 5px;
    background-color: #EA0029;
    top: 0;
    left: 28px;
}

.course-single .course-info-block:after {
    display: block;
    content: " ";
    position: absolute;
    width: 0px;
    bottom: 0;
    right: 0;
    border-top: 100px solid transparent;
    border-right: 100px solid #fff;
}

.course-single .course-info-block h3.course-info-title {
    font-size: 26px;
    letter-spacing: 0;
    margin-top: 0;
    font-weight: 600;
}

.course-single .course-meta {
    display: table;
    width: 100%;
    margin-top: 40px;
}

.course-single .course-meta-row {
    display: table-row;
}

.course-single .course-meta-left,
.course-single .course-meta-right {
    display: table-cell;
    font-size: 16px;
    padding-bottom: 20px;
}

.course-single .course-meta-left {
    color: #535961;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 15px;		width: 150px;
}

.course-single .course-meta-right {
    padding-left: 15px;
    font-weight: 500;
}

.course-single .course-form {
    padding-top: 30px;
    margin-bottom: 50px;
}

.course-single .course-form label {
    text-transform: uppercase;
}

.course-single .course-form textarea,
.course-single .course-form input[type=email],
.course-single .course-form input[type=text] {
    color: #444;
    width: 100%;
}

.course-single .course-form textarea {
    max-height: 100px;
}

.course-single .course-form input[type=submit] {
    display: inline-block;
    color: #fff;
    background-color: #EA0029;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin-top:20px;
}

.course-filter {
    padding: 20px 0 60px 0;
}

.course-filter-btn {
    outline: 0;
    display: inline-block;
    text-decoration: none;
    color: #444;
    background-color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #444;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 40px;
    font-weight: 500;
}

.course-filter-btn:hover {
    outline: 0;
    text-decoration: none;
    color: #EA0029;
    background-color: #fff;
    border-color: #EA0029;
}

.course-filter-btn.active {
    color: #fff;
    background-color: #EA0029;
    border-color: #EA0029;
}

.course-item-frontpage {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding: 30px 40px 40px 40px;
    background-color: #f7f8f9;
    min-height: 200px;
    background-image: url(https://veebistar.ee/secsoft/wp-content/uploads/2019/04/numbrid-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.course-item-frontpage .course-view {
    display: inline-block;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #444;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.course-item-frontpage .course-view:hover {
    color: #EA0029;
    border-color: #EA0029;
}

.course-item-frontpage .course-meta {
    margin-bottom: 15px;
}

.course-item-frontpage .course-meta ul li {
    font-weight: 500;
}

.course-item-frontpage h3.course-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 600;
}