:root {
    --purple: #862359;
    --yellow: #f09600;
}

.content-box h6 {
    color: #d5161b;
}

p {
    font-family: 'poppins';
}

header {
    background: #862359;
}

header .main-header-nav .courses-book-appoint-btn a {
    text-transform: capitalize;
    background: #f09600;
    border: none;
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
}

header .top-header {
    background: transparent;
}

.logo-box img {
    width: 100px;
    padding: 10px;
}

header .topheader .top-location-contact i,
header .topheader .top-location-contact li a,
header .main-header .nav-box nav ul li a {
    color: #fff !important;
}

.page-template-Courses .main-slider .main-slider-inner .content-box .head .content-img {
    width: 20%;
    padding: 10px;
}

.page-template-Courses .main-slider .main-slider-inner .content-box .head {
    background: #ffedba;
    border: 1px solid #d5161b;
    border-radius: 5px;
    margin-bottom: 10px;
}

.page-template-Courses .main-slider .main-slider-inner .content-box .head .content-img img {
    width: 100%;
}

.page-template-Courses .main-slider .main-slider-inner .content-box .head .content-head {
    width: 78%;
}

.page-template-Courses .main-slider .main-slider-inner .content-box .head .content-head h6 {
    color: #d5161b;
}

footer {
    background: #862359;
}

footer h4,
footer p,
footer a,
footer a i {
    color: #fff !important;
}

/* courses section */
.page-template-Courses .courses {
    padding: 80px 0;
}

.page-template-Courses .courses .courses-items {
    background-color: #feedb8;
    border-radius: 10px;
    padding: 20px;
}

.page-template-Courses .courses .courses-items .courses-img img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(14%) sepia(0%) saturate(163%) hue-rotate(140deg) brightness(98%) contrast(83%);
}

.page-template-Courses .courses .courses-items .content-box ul {
    font-family: "poppins";
    margin-top: 10px;
}

.page-template-Courses .courses .courses-items .courses-btn {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.page-template-Courses .courses .courses-items .courses-btn a {
    background: #ec9400;
    padding: 10px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    border-radius: 6px;
}


.page-template-Courses .courses-contect {
    padding: 80px 0;
    font-family: 'poppins';
}

.page-template-Courses .courses-contect .courses-form input,
.page-template-Courses .courses-contect .courses-form select,
.page-template-Courses .courses-contect .courses-form .courses-sub-btn {
    height: 58px;
}

.page-template-Courses .student-zone {
    padding: 80px 0;
}

.page-template-Courses .student-zone-slider.owl-carousel.owl-theme img {
    border-radius: 6px;
}

.page-template-Courses .courses-contect .courses-form .courses-sub-btn {
    background: #862359;
    border: none;
}



section.programs-sec {
    padding: 20px 0 0 0;
}

.program-wrapper {
    background: #ac9550;
}

.program-banner {
    background: linear-gradient(90deg, #ffffff 57%, rgb(242 156 0 / 20%) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    backdrop-filter: blur(10px);
    z-index: 99;
}

.program-banner h1 {
    font-size: 28px;
    color: #10498A;
    font-weight: 900;
    align-items: center;
    display: flex;
    column-gap: 10px;

    & img {
        width: 40px;
    }
}

.program-banner p {
    color: #444;
    line-height: 1.5;
    font-family: 'poppins';
}

.program-banner .program-details.edu-btn {
    padding: 14px 25px;
    height: auto;
    line-height: 28px;
}


.programs-sec {
    .main-box {
        background: #fff;
        border: 1px solid #d8d8d8;
        padding: 20px;
        border-radius: 6px;
        margin: 14px 0;

        & table tbody tr th {
            display: flex;
            column-gap: 10px;
            align-items: center;
        }

        & table tbody tr th img {
            width: 30px;
            filter: brightness(0) saturate(100%) invert(21%) sepia(92%) saturate(1111%) hue-rotate(188deg) brightness(93%) contrast(97%);
        }

        .details {
            & ul {
                & li {
                    position: relative;
                    padding-left: 20px;
                    margin-bottom: 10px;

                }

                & li::before {
                    content: "\ea2f";
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    height: 100%;
                    margin: auto;
                    display: inline-block;
                    font-family: boxicons !important;
                    font-weight: 400;
                    color: #821a5a;
                }

            }
        }
    }

    .head h3 {
        margin: 0;
        background: #f5f5f5;
        font-size: 20px;
        line-height: 28px;
        padding: 8px 20px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .recent.main-box {
        & ul li {
            padding: 10px;
            margin: 4px 0;
            background: #fff;
            border: 1px solid #ddd;

            & h6 {
                font-size: 18px;
            }
        }

        & .about {
            text-align: center;
            display: flex;
            flex-direction: column;
            row-gap: 10px;

            & h6 {
                font-size: 20px;
            }

            & a {
                display: inline-block;
            }
        }
    }
}


.program-details {
    background: #821a5a;
    display: inline-flex;
    column-gap: 10px;
    align-items: center;
    color: #fff;

    & i {
        font-size: 20px;
    }
}

.top-header {
    padding: 10px 0;
}


.sticky.sticky-header {
    background: #821a5a;
}


.sticky.sticky-header .logo-box img {
    width: 100px;
}


.header .logo-box {
    border-right: none;
}


.page-template-Courses .main-slider-inner {
    height: 540px;
}

@media (max-width: 767px) {
    .page-template-Courses .main-slider-inner {
        height: auto;
    }

    .page-template-Courses header .mobile-header {
        padding: 0 10px;
    }
}

.call-btn a {
    text-transform: capitalize;
    background: var(--purple);
    border: none;
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    font-family: 'poppins';
}


.call-btn a:hover {
    background: var(--yellow);
}

.back-btn a {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    background: #0752A5;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 900;
    border-radius: 0 100px 100px 0;
    font-size: 20px;
}