ul {
    margin: 0px;
    padding: 0px;
}
.custom-list-style ul li {
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 35px;
}
.custom-list-style ul li::before {
    content: '';
    background-image: url(../images/edu.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
}
.custom-list-style-w ul li {
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 35px;
}
.custom-list-style-w ul li::before {
    content: '';
    background-image: url(../images/edu-w.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
}
.text-red {
	color: #b73235;
}
.sub-text {
	font-weight: 300;
	font-size: 24px;
}
span.color-yellow {
    color: #f7a600 !important;
}
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
}
.video-play-icon a {
    display: inline-block;
}
.video-play-button {
    position: relative;
    z-index: 10;
    top: 0%;
    left: 0%;
    /* transform: translateX(-50%) translateY(-50%); */
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #e82c30;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    top: 6px;
    left: 3px;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #e82c30;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
span.stat-counter, span.stat-counter1 {
    color: #f7a600 !important;
}
.boxes-wrap {
    margin-bottom: 40px;
}

.rating-cu>span {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
}

.rating-cu>span img {
	width: 110px;
	filter: grayscale(100);
}

.feature-text h2 {
	font-size: 60px;
    color: #4e4e4d;
    line-height: 40px;
}
.feature-text h4 {
	font-size: 16px;
	line-height: 1.2;
	text-transform: capitalize;
}
h2.counter span.stat-counter {
    color: #4e4e4d !important;
}
.p-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
