.active {
    -webkit-text-stroke: 1px gold !important;
    color: gold !important;
}
#content1 ul {
    list-style: disc;
    margin-left: 15px;
}
.softwares-row ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0!important;
}
.dropdown-menu {
    display: none;
}
.controlBar-wrapper {
    background: #ffffff00;
}
.rotate {
    transition: transform 0.3s;
}
.rotate-down {
    transform: rotate(180deg);
}
.rotate-up {
    transform: rotate(180deg);
}
.breadcrumb .scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.breadcrumb .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.active-tab {
    color: #65BE3D;
}
.right-arrow {
    margin-right: -0.7rem;
}
.left-arrow {
    margin-left: -0.7rem;
}
button.right-arrow.swiper-button-disabled {
    background: #474040c4;
}
button.left-arrow.swiper-button-disabled {
    background: #474040c4;
}
.star-rating .fa-star {
    color: #b5bac1;
    transition: color 0.2s;
}
.star-rating .fa-star.checked {
    color: #52cf1a;
}
.fa-star {
    background-color: transparent;
    -webkit-text-stroke: 1px #b5bac1;
    color: transparent;
}
.fa-star.checked {
    color: gold;
    -webkit-text-stroke: 1px gold;
}
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.go-to-cart {
    opacity: 0;
    animation: fadeIn 0.5s forwards;
}
.course-content h3 {
    font-size: 16px;
    color: white;
    font-weight: 600;
}
.slide-in-left {
    animation: slide-in-left 0.5s ease-out forwards;
}
.wrapper::before {
    position: absolute!important;
}
.slide-out-right {
    animation: slide-in-left 0.5s ease-out forwards;
}
.video-controls .options:first-child {
    justify-content: flex-start;
}
.vjs-control-bar {
    display: none;
}
.vjs-modal-dialog.vjs-hidden.vjs-text-track-settings {
    display: none;
}
.vjs-big-play-button {
    display: none;
}
@keyframes slide-out-right {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(-0%);
        opacity: 0;
    }
}
@keyframes slide-in-left {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    100% {
        transform: translateX(-0%);
        opacity: 1;
    }
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
