﻿
.owl-carousel .owl-nav {
    display: flex;
    grid-gap: 10px;
    justify-content: flex-end;
    max-width: 1140px;
    margin: 20px auto;
}

    .owl-carousel .owl-nav button {
        position: static;
        color: #060c18;
        text-indent: inherit;
        font-size: 18px;
        text-align: right;
        background: none !important;
        border: 2px solid #060c18 !important;
        width: 45px;
        height: 45px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

        .owl-carousel .owl-nav button:hover {
            border: 2px solid #e32c8f !important;
            color: #e32c8f;
            opacity: 1;
            cursor: pointer;
        }

.grey-bg {
    background: #fafafa;
}

.white-bg {
    background: #fff;
}

.ContentBlock {
    padding: 80px 0;
}

    .ContentBlock h1 {
        font-weight: 700;
        font-size: 40px;
        margin: 0 0 30px;
    }

    .ContentBlock p {
        margin: 0;
        font-size: 18px;
        line-height: 30px;
    }

.slider-sec {
    margin: 50px 0 0;
}

    .slider-sec .slider-sec-inner {
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        margin: 10px;
        border-radius: 5px;
        display: flex;
        align-items: center;
    }

        .slider-sec .slider-sec-inner > div {
            width: 50%;
        }

        .slider-sec .slider-sec-inner .content-sec {
            background: #fff;
            padding: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .slider-sec .slider-sec-inner .img-sec {
            background: #e7eaf3;
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .slider-sec .slider-sec-inner .img-sec img {
                max-width: 100%;
                max-height: 300px;
                margin: 0 auto;
                object-fit: contain;
                min-height: 300px;
            }

.ContentBlock .slider-sec-inner .content-sec p {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 30px;
}

.ContentBlock .slider-sec-inner .content-sec a {
    min-width: 170px;
}

.primary-btn, .black-btn {
    background: #e01883 !important;
    border: 1px solid #e01883;
    color: #fff !important;
    border-radius: 8px;
    padding: 12px 20px;
    text-decoration: none !important;
    display: inline-block;
    line-height: 18px;
    font-weight: 600;
}

.black-btn {
    background: #0f1223 !important;
    border: 1px solid #0f1223;
}

.video-bg {
    background: url(../images/pattern.jpg) repeat;
}

    .video-bg iframe {
        height: 500px;
        width: 100%;
        margin: 50px 0 0;
    }

.testimonial-sec .testimonial-block {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin: 40px 0 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}

    .testimonial-sec .testimonial-block img {
        display: block;
        text-align: center;
        margin: 0 auto 30px;
        max-height: 160px;
    }

    .testimonial-sec .testimonial-block p {
        font-size: 16px;
        min-height: 140px;
    }

    .testimonial-sec .testimonial-block span {
        display: block;
        font-weight: 600;
        font-size: 16px;
        max-width: 80%;
        line-height: 24px;
    }

.custom-modal {
}

    .custom-modal .modal-dialog {
        max-width: 900px;
        margin-top: 40px;
    }

    .custom-modal .modal-header {
        border: none;
        padding: 0;
        min-height: inherit;
    }

        .custom-modal .modal-header .close {
            margin: 0;
            padding: 0;
            position: absolute;
            right: 0;
            top: -35px;
            background: #fafafa;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            opacity: 1;
            font-weight: 400;
            text-shadow: none;
            color: #666;
            float: none;
            font-size: 20px;
        }

    .custom-modal .modal-content {
        border-radius: 10px;
    }

    .custom-modal .modal-body {
        padding: 0;
        overflow: hidden;
        border-radius: 20px;
    }

        .custom-modal .modal-body .modal-top-header {
            display: flex;
            justify-content: space-between;
            background: #fafafa;
        }

        .custom-modal .modal-body .modal-top-header {
            display: flex;
            justify-content: space-between;
            background: #fafafa;
            padding: 15px 30px;
        }

            .custom-modal .modal-body .modal-top-header h6 {
                margin: 0;
                color: #333;
                font-weight: 400;
                font-size: 16px;
            }



.circular-progress {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 0 auto 5px;
}

.inner-circle {
    position: absolute;
    width: calc(60px - 10px);
    height: calc(60px - 10px);
    border-radius: 50%;
    background-color: #c9ced2;
}

.percentage {
    position: relative;
    font-size: 16px;
    color: #eb4d4c;
    margin: 0;
    font-weight: 600;
}

.round-chart {
    text-align: center;
}

.topSec {
    padding: 20px 50px;
}

    .topSec h3 {
        font-weight: 600;
        font-size: 24px;
        margin: 0 0 20px;
    }

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cacfd5;
    border-radius: 10px;
    padding: 15px 30px;
}

.chart-block {
    display: flex;
    grid-gap: 30px;
}

.round-chart h6 {
    margin: 0;
    font-size: 15px;
}

.body-sec {
    margin: 0 50px 30px;
    background: #fce6f3;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
}

    .body-sec img {
        max-height: 250px;
        margin: 0 0 20px;
        max-width: 100%;
    }

    .body-sec h3 {
        font-weight: 600;
        margin: 0 0 10px;
        font-size: 28px;
    }

    .body-sec p {
        font-size: 18px;
        font-weight: 500;
    }

    .body-sec .btn {
        min-width: 120px;
        display: inline-flex;
        align-items: center;
        grid-gap: 10px;
    }

        .body-sec .btn img {
            margin: 0;
        }

    .body-sec span {
        font-size: 14px;
        display: block;
        margin: 10px 0 0;
    }

.course-progress {
    text-align: center;
    margin: 0 50px 50px;
}

    .course-progress ul {
        display: flex;
        list-style: none;
        position: relative;
        padding: 0;
        margin: 30px auto 25px;
        max-width: 600px;
    }

        .course-progress ul:before {
            content: "";
            background: #1dc771;
            height: 5px;
            width: 100%;
            position: absolute;
        }

        .course-progress ul li {
            position: relative;
            width: 33.33%;
        }

            .course-progress ul li.success:before {
                content: "";
                background: url(../images/tick-mark.png) no-repeat;
                position: absolute;
                width: 40px;
                height: 40px;
                background-size: 40px 40px;
                left: -5px;
                top: -18px;
            }

            .course-progress ul li:last-child:before {
                left: auto;
                right: -5px;
            }

            .course-progress ul li:nth-child(2):before {
                left: 50%;
                right: auto;
                transform: translate(-50%);
                content: "";
                position: absolute;
                top: -18px;
            }

            .course-progress ul li.failed:before {
                content: "";
                top: -18px;
                left: 50%;
                right: auto;
                background: url(../images/cross-icon.png) no-repeat;
                width: 40px;
                height: 40px;
                background-size: 40px 40px;
                background-size: 40px 40px;
                transform: translate(-50%);
                position: absolute;
            }

    .course-progress .print-text {
        display: flex;
        justify-content: center;
        grid-gap: 50px;
    }

        .course-progress .print-text > div {
            display: flex;
            align-items: center;
            grid-gap: 10px;
            width: 33%;
            justify-content: center;
        }

            .course-progress .print-text > div span {
                font-size: 15px;
                line-height: normal;
                text-align: left;
            }

.certificate-body {
    margin: 0 50px 30px;
}

    .certificate-body .body-sec {
        margin: 0;
    }

.certificate-box {
    background: #eae1e6;
    border-radius: 10px;
    padding: 29px 15px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin: 0 0 20px;
}

    .certificate-box:last-child {
        margin: 0;
    }

    .certificate-box:hover, .certificate-box.active {
        background: #e01883;
        color: #fff;
    }

    .certificate-box span {
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        padding: 5px;
    }

    .certificate-box div h6 {
        font-size: 16px;
        margin: 0 0 8px;
    }

    .certificate-box div p {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

.rating-popup {
    padding: 50px 50px 20px;
}

    .rating-popup > div h3 {
        font-size: 24px;
        margin: 0;
    }

    .rating-popup > div h6 {
        font-size: 18px;
        margin: 10px 0 0;
    }

.rating-block {
    background: #fff;
    margin: 0;
    border-radius: 0;
    padding: 20px 35px;
    border-bottom: 1px solid #999;
}

    .rating-block:last-child {
        border-bottom: none;
    }

    .rating-block.active {
        background: #fce6f3;
        border-radius: 10px;
        border-bottom: none;
    }

.rating-popup .rating-block h6 {
    margin: 0 0 10px;
}

    .rating-popup .rating-block h6 em {
        color: red;
    }

.rating-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

    .rating-block ul li a {
        text-align: center;
        display: block;
    }

        .rating-block ul li a:hover {
            text-decoration: none;
        }

        .rating-block ul li a span {
            display: block;
            color: #000;
            font-size: 13px;
            margin: 0;
        }

        .rating-block ul li a.number {
            background: #fff;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-weight: 600;
            color: #000;
            border: 2px solid #e01781;
            font-size: 18px;
            line-height: normal;
        }

            .rating-block ul li a.number:hover, .rating-block ul li a.number.active {
                background: #e01781;
                color: #fff;
                border: 2px solid #e01781;
                text-decoration: none;
            }

.rating-textarea {
    margin: 0 50px 30px;
}

    .rating-textarea h6 {
        margin: 0 0 10px;
    }

        .rating-textarea h6 em {
            color: red;
        }

    .rating-textarea textarea {
        width: 100%;
        border: 2px solid #c7c5c6;
        border-radius: 10px;
        min-height: 130px;
        padding: 15px;
        font-size: 16px;
    }


@media (max-width:767px) {
    
    .ContentBlock {
        padding: 40px 0;
    }

        .ContentBlock h1 {
            font-size: 28px;
        }

    .slider-sec .slider-sec-inner {
        display: block;
    }

        .slider-sec .slider-sec-inner > div {
            width: 100%;
        }

    .topSec {
        padding: 20px 30px;
    }

    .top-bar {
        display: block;
        text-align: center;
    }

    .chart-block {
        justify-content: center;
        margin: 20px 0 0;
    }

    .body-sec {
        margin: 0 30px 30px;
    }

    .course-progress .print-text {
        grid-gap: 20px;
        margin: 0 30px;
    }

        .course-progress .print-text > div {
            grid-gap: 5px;
            align-items: flex-start;
        }

            .course-progress .print-text > div img {
                max-width: 20px;
            }

            .course-progress .print-text > div span {
                font-size: 12px;
            }
    .rating-popup {
        padding: 30px 30px 20px;
    }
    .rating-block {
        padding: 20px;
    }
        .rating-block ul {
            grid-gap: 10px;
        }
            .rating-block ul li a.number {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }
    .rating-textarea {
        margin: 0 30px 30px;
    }
    .footer-box {
        width: 100%;
    }
    .item-box.cf.new-footer .footer-box.block-2 {
        width: 100%;
    }
    .item-box.cf.new-footer .footer-box.block-3 {
        width: 100%;
    }
}

@media (max-width:480px) {
    .testimonial-sec .text-center.mt-5 > a {
        margin: 5px 0;
    }
}