﻿.intro-header {
    border-radius: 0px 0px 30px 30px;
}
.img-responsive{
    width:100%;
}

.course-bx {
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
    display: block;
    position: relative;
}
    .course-bx a {
        
        
    }
    .course-bx h3 {
        position: absolute;
        width: 100%;
        height: 60px;
        bottom: 0;
        text-align: center;
        background-color: #2b2d42;
        color: #fff;
        font-family: 'Kalameh-Bold';
        padding: 17px 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 16px;
    }
.cui li i, .cui li svg, .cui li a {
    color: #656565 !important;
}

.course-detail-img-bx {
    width: 250px;
    height: 250px;
    margin: 0px auto;
    position: relative;
    bottom: -80px;
    left: 0px;
    right: 0px;
    background: none;
    box-shadow: 3px 4px 15px #00000000;
    margin-bottom: 70px;
}
    .course-detail-img-bx img {
        width: 100%;
        border-radius: 50%;
        z-index: 9999;
        position: relative;
        height: 100%;
        padding: 10px;
        float: right;
        display: block;
        right: -7px;
    }
.video-display{
    margin:20px auto;
    width:90%;
    max-width:800px;
    text-align:center;
    border-radius:15px;
}
 