﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html, body {
    font-family: 'Poppins', sans-serif;
    background: #fbfbfb;
}

html {
    scroll-behavior: smooth
}

h1, h2, h3, h4, h5, h6, li a, strong, button, b {
    font-family: 'Inter', sans-serif;
    color: #222;
    font-weight: 500;
}


/*Loader Css*/

.loaderOuterDiv {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
    display: none;
}

.loaderInnerDiv, .loaderInnerDivLoader {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.spinner {
    width: 100px;
    height: 100px;
    margin: 100px auto;
    background-color: #039BE5;
    border-radius: 100%;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    z-index: 1;
    top: 40%;
    margin: 0 auto;
}

.loaderInnerDivLoader {
    width: 400px;
}


.spinner-text {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}


@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}




/*End loader css*/



h1 {
    font-size: 54px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 22px;
}

p {
    color: #555;
    line-height: 20px;
    font-size: 13px;
}

a {
    color: inherit;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }

input,
textarea,
select,
button {
    border: 0;
}

    button,
    input[type="submit"],
    .fileContainer,
    input[type="file"] {
        cursor: pointer;
    }

        input:focus,
        textarea:focus,
        select:focus,
        button:focus,
        a:focus,
        .form-wrp fieldset p a:focus,
        .page-link:focus {
            border-color: transparent;
            outline: none;
            -webkit-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

textarea {
    resize: none;
}

.themetext {
    color: #d4a557;
}

.themebg {
    background-color: #0f12af;
}

div#navbarNav {
    flex-direction: row-reverse;
}

span.navbar-text.themebg {
    border-radius: 50px;
    line-height: 39px;
    margin-left: 20px;
    padding: 0px 0px;
}

    span.navbar-text.themebg a {
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        padding: 0 50px;
        text-align: center;
        line-height: 0px;
    }

header li.nav-item a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

    header li.nav-item a.donationLink {
        color: #0f12af;
        font-weight: 600;
        font-size: 16px;
    }

nav.navbar.navbar-expand-lg {
    padding: 0 0;
}

header li.nav-item {
    margin-left: 12px;
}

header {
    width: 100%;
    background-color: #fff;
}

.slidecaption {
    position: absolute;
    margin: 0 auto;
    z-index: 9999999;
    width: 80%;
    left: 0;
    right: 0;
    bottom: 41%;
}

    .slidecaption img {
        width: auto !important;
        margin: 0 auto;
    }

    .slidecaption h2, .slidecaption h2 strong {
        color: #fff;
        line-height: 50px;
        font-size: 26px;
        text-transform: uppercase;
    }

        .slidecaption h2 strong {
            display: block;
            font-size: 50px;
            font-weight: 700;
            line-height: 80px;
        }

    .slidecaption p {
        color: #fff;
        font-size: 20px;
        line-height: 21px;
        width: 60%;
    }

img.imgba {
    margin: 20px auto;
}

/*player*/
.plyr-box {
    -webkit-box-shadow: 0 3px 2.8125rem rgba(0,0,0,.14);
    -ms-box-shadow: 0 3px 2.8125rem rgba(0,0,0,.14);
    -o-box-shadow: 0 3px 2.8125rem rgba(0,0,0,.14);
    box-shadow: 0 3px 2.8125rem rgba(0,0,0,.14);
    margin-bottom: 1.875rem;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    z-index: 9999;
    background-color: #fff;
}

.plyr.v4 {
    padding: 0;
}

    .plyr.v4 .player {
        padding: 1.96875rem 9.0625rem 1.96875rem 39.375rem;
        position: relative;
    }

        .plyr.v4 .player .cover {
            max-width: 3.5rem;
            width: 100%;
            height: 3.25rem;
            position: absolute;
            left: 2.1875rem;
        }

        .plyr.v4 .player .info {
            position: absolute;
            left: 6.8125rem;
            margin: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .plyr.v4 .player .controls {
            position: absolute;
            left: 25.3125rem;
            padding-left: 0;
        }

        .plyr.v4 .player .timeHolder {
            justify-content: space-between;
            width: 100%;
        }

        .plyr.v4 .player .volume {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            max-width: 4.6875rem;
            width: 100%;
            text-align: center;
            font-size: 1.4375rem;
            line-height: 5.625rem;
            background-color: #d1ad3c;
        }

            .plyr.v4 .player .volume .volume-btn {
                display: block;
                width: 100%;
                height: 100%;
            }

            .plyr.v4 .player .timeHolder .time-separator,
            .plyr.v4 .player .volume .volume-adjust {
                display: none;
            }
/*===== Player Style 1 =====*/
.plyr {
    padding: 1.75rem 2.5rem 2.0625rem;
    position: relative;
}

    .plyr .player {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

        .plyr .player .cover {
            flex: 0 0 3.5rem;
            max-width: 3.5rem;
            height: 3.25rem;
            background-size: cover;
            background-position: center;
        }

    .plyr .playlist {
        display: none;
    }

    .plyr .player .info {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 1.375rem;
        color: #333;
    }

        .plyr .player .info > div + div {
            margin-left: 10px;
        }

        .plyr .player .info > div.title {
            font-size: 1rem;
        }

        .plyr .player .info > div.artist {
            font-size: 12px;
            font-weight: 300;
        }

        .plyr .player .info > div {
            font-family: Merriweather;
            font-weight: 700;
        }

    .plyr .player .controls {
        display: inline-flex;
        flex: 0 0 calc(100% - 3.5rem);
        max-width: calc(100% - 3.5rem);
        padding-left: 1.125rem;
    }

        .plyr .player .controls > div {
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background-color: #efefef;
            color: #383838;
            width: 2rem;
            height: 2rem;
            text-align: center;
            line-height: 2rem;
            font-size: 13px;
            cursor: pointer;
        }

            .plyr .player .controls > div:hover,
            .plyr .player .controls > div:focus {
                color: #fff;
            }

            .plyr .player .controls > div:not(:first-child) {
                margin-left: 5px;
            }

    .plyr .player .progressbar {
        order: 1;
        height: 5px;
        background-color: #efeffe;
        flex: 0 0 100%;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        margin-bottom: 4px;
    }

        .plyr .player .progressbar .bar-loaded {
            background-color: #000;
            opacity: .1;
        }

        .plyr .player .progressbar .bar-played {
            background-color: rebeccapurple;
        }

        .plyr .player .progressbar > div {
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
            height: 100%;
        }

    .plyr .player .volume {
        order: 1;
        display: inline-flex;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        flex-wrap: wrap;
        align-items: center;
    }

    .plyr .player .timeHolder {
        order: 1;
        display: inline-flex;
        color: #222;
        font-size: 12px;
        font-weight: 700;
        flex-wrap: wrap;
        align-items: center;
    }

    .plyr .player .volume .volume-btn {
        cursor: pointer;
    }

    .plyr .player.mute .volume .volume-btn i:before {
        content: "\f131";
    }

    .plyr .player .volume {
        font-size: .9375rem;
        line-height: 1;
        flex: 0 0 5.1875rem;
        max-width: 5.1875rem;
    }

        .plyr .player .volume .volume-adjust {
            flex: 0 0 3.75rem;
            max-width: 3.75rem;
            height: 5px;
            position: relative;
            overflow: hidden;
            margin-left: 5px;
            cursor: pointer;
        }

            .plyr .player .volume .volume-adjust div {
                height: 100%;
                width: 100%;
                background-color: #efefef;
                cursor: pointer;
            }

        .plyr .player .volume > div:hover, .plyr .player .volume > div:focus {
            color: #222;
        }

.ai-wrap .ai-track-name {
    color: #fff;
}
/*player*/

section.about {
    PADDING: 110px 0 60px;
}

.myimgbox img {
    border-radius: 6px;
    width: 100%;
    box-shadow: 0px 3px 16px #00000057;
}

.myimgbox {
    position: relative;
    z-index: 9;
}

    .myimgbox:before {
        content: "";
        position: absolute;
        background-color: transparent;
        opacity: 1;
        border-width: 10px;
        border-style: solid;
        z-index: -1;
        top: 75px;
        -webkit-border-radius: inherit;
        border-radius: inherit;
        bottom: -30px;
        left: -55px;
        height: 330px;
        width: 510px;
        border-color: #0f12af;
        border-radius: 6px;
    }

h2.h2title {
    font-weight: 500;
    font-style: normal;
    color: #222;
    font-size: 42px;
}

    h2.h2title strong {
        display: block;
        font-size: 22px;
        color: #0f12af;
    }

.btnmain {
    background-color: #0f12af;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 6px 20px;
}

    .btnmain:focus {
        background-color: #d1ad3c;
        box-shadow: none;
        color: #fff;
    }

h2.h2title.titlecenter {
    text-align: center;
}

img.imgba.imgbacenter {
    margin: 0 auto;
    display: block;
}

.namaztime .row {
    margin: 0;
}

    .namaztime .row .col-md-2 {
        padding: 0 0;
    }

.namaztimebox {
    padding: 40px 40px;
}

section.namaztime {
    padding: 30px 0 50px 0px
}


img.imgba.imgbacenter {
    margin-bottom: 40px;
}

.namaztimebox p {
    margin: 0;
    color: #d1ad3c;
}

    .namaztimebox p strong {
        color: #543600;
    }

.namaztimebox h4 {
    font-size: 24px;
}

.course-thumb img {
    width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.coursedetails {
    padding: 30px 20px 36px 20px;
    background-color: #fff;
}

.coursebox {
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    border-radius: 6px;
    margin-top: 20px;
}

.coursedetails h4 {
    font-size: 16px;
    font-weight: 600;
}

.daysnteacher div {
    display: inline-block;
    color: #4c4c4c;
    font-size: 14px;
}

    .daysnteacher div:last-child {
        float: right;
    }

    .daysnteacher div i {
        color: #0f12af;
        margin-right: 5px;
    }

.courseprice {
    text-align: right;
    margin-top: 10px;
}

.daysnteacher {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 4px 0;
    margin: 14px 0;
    display: block;
}

strong {
}

.courseprice strong {
    color: #d2a36d;
}

/*===== Pillars Sec =====*/
.black-layer .sec-tl > h2 {
    color: #fff;
}

.plrs-wrp {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-left: 0;
    list-style: none;
}

    .plrs-wrp > li {
        max-width: 20%;
        flex: 0 0 20%;
        padding: 0 15px;
    }

.remove-ext3 .plr-bx {
    margin-bottom: 30px;
}

.plr-bx {
    float: left;
    width: 100%;
    position: relative;
}

    .plr-bx > i {
        line-height: 155px;
        width: 160px;
        color: #fff;
        font-size: 70px;
        border: 2px dotted #fff;
        display: inline-block;
        height: 160px;
        margin-bottom: 20px;
        position: relative;
        background-color: #d2a34c52;
        border-radius: 50%;
        z-index: 9;
    }

    .plr-bx > h5 {
        margin-bottom: 10px;
        font-weight: 400;
    }

.black-layer .plr-bx > h5 {
    color: #fff;
}

.plr-bx > span {
    font-size: 18px;
    color: #d2a357;
}

.plr-bx > i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: orange;
    opacity: .4;
    z-index: -1;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.plr-bx:before {
    content: "";
    position: absolute;
    height: 27px;
    width: 75px;
    background-image: url(/images/pilr-shp.png);
    top: 85px;
    right: -52px;
    z-index: 0;
}

.plrs-wrp > li:last-child .plr-bx::before {
    display: none;
}

.plrs-wrp > li:nth-child(2n) .plr-bx:before {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 60px;
}

section.pillarsofislam {
    background: url(/images/pillar-parallex.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

    section.pillarsofislam:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.8;
        z-index: 0;
    }

h2.h2title.titlecenter {
    color: #000;
    position: relative;
}

.plr-bx > h5 {
    color: #fff;
}

.pillarsofislam h2.h2title.titlecenter {
    color: #fff;
}

section.courses {
    padding: 60px 0;
}

.scholarimg img {
    border-radius: 6px;
    width: 100%;
    max-height: 402px;
    object-fit: contain;
}



.scholardetail {
    position: absolute;
    bottom: -50px;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #323232;
    border-radius: 6px;
    padding: 20px 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 25%);
    -ms-box-shadow: 0 0 40px rgba(0,0,0,0.25);
    -o-box-shadow: 0 0 40px rgba(0,0,0,0.25);
    box-shadow: 0 9px 40px rgb(0 0 0 / 78%);
    padding: 25px 15px 20px;
}



    .scholardetail h5 {
        font-size: 17px;
        border-bottom: 1px solid #d1ad3c;
        display: inline-block;
        padding-bottom: 10px;
        color: #fff;
    }

    .scholardetail h6 {
        color: #898989;
        font-weight: 400;
        font-size: 15px;
    }


.white .scholardetail {
    background-color: #f4f4f4 !important;
    box-shadow: 0 0px 30px rgb(0 0 0 / 30%) !important;
}

    .white .scholardetail h5 {
        color: #222;
    }

section.teachers {
    padding: 60px 0 20px;
}

section.donation {
    margin-top: 45px;
    padding: 45px 0 40px;
    background: #e2e2e2;
}

footer {
    background-color: #0f12af;
    position: relative;
    margin-top: 230px;
    height: 350px;
}

.footerwidgets {
    background-color: #ffffff;
    width: 95%;
    border-radius: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -210px;
    -webkit-box-shadow: 0 0 100px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 100px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 100px rgba(0,0,0,.1);
    box-shadow: 0 0 100px rgb(0 0 0 / 10%);
    padding: 50px 20px 30px;
}

.copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

h5.footertitle {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
}

img.footerlogo {
    margin-bottom: 10px;
    width: 100%;
}

.footerwidgets ul {
    padding: 0;
}

    .footerwidgets ul li {
        list-style: none;
        font-size: 13px;
        padding: 10px 0;
        border-bottom: 1px dashed #c9c9c95c;
    }

.footerwidgets i {
    color: #0f12af;
    margin-right: 10px;
    font-size: 12px;
}

.quickforms input {
    font-size: 14px;
    padding: 4px 10px;
    height: auto;
    margin: 10px 0;
    border: 2px solid #cdcdcd;
}

.quickforms textarea {
    font-size: 14px;
    padding: 4px 10px;
    height: 80px;
    margin: 10px 0;
    border: 2px solid #cdcdcd;
}

.quickforms button.btn {
    background-color: #0f12af;
    color: #fff;
    border: none;
    padding: 5px 30px;
    display: block;
    width: 100%;
}

h5.footertitle:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 60px;
    background-color: #0f12af;
    left: 0;
    bottom: -6px;
}

.footerwidgets ul li:last-child {
    border: none;
}

i.fa.fa-heart {
    color: #c10404;
}

.copyright a {
    color: #ec0000;
}

.featuredservice img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
}

.servicebox {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 25px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 0px 10px 25px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0px 10px 25px 1px rgba(0,0,0,.05);
    box-shadow: 0px 10px 25px 1px rgb(0 0 0 / 5%);
}

.servicetitle h6 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 0;
}

section.services {
    padding: 60px 0;
}

.hero {
    position: relative;
}

.courses .row.owl-carousel.owl-loaded.owl-drag {
    margin: 0 !important;
}

body.muharram a.navbar-brand img {
    filter: brightness(100);
}

body.muharram {
    /* background-color: #080808; */
    background: url(https://t4.ftcdn.net/jpg/04/07/56/73/360_F_407567386_Yb9guoaLB7UERLR6CLBEG0uLqat61HQP.jpg);
}

    body.muharram p, body.muharram h1, body.muharram h2, body.muharram h3, body.muharramh4, body.muharram h5 {
        color: #fff !important;
    }

    body.muharram .scholardetail h5 {
        /* color: #000 !important; */
    }

    body.muharram h5.footertitle {
        color: #222 !important;
    }

    body.muharram footer p {
        color: #2e2e2e !important;
    }

.scholarimg {
    background-color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.courseprice a.btn {
    float: right;
    padding: 2px 30px;
    background-color: #ec0101;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
}

.muharram .plyr-box {
    background-color: #181818;
    box-shadow: 0px 3px 6px #00000069;
}

.muharram .info {
    color: #fff !important;
}

.muharram .timeHolder {
    color: #fff !important;
}

.muharram .plyr .player .controls > div:hover, .muharram .plyr .player .controls > div:focus {
    color: #000 !important;
}

button.owl-dot span {
    height: 10px;
    width: 10px;
    background-color: #0f12af !important;
    display: block;
    border-radius: 50px;
}

button.owl-dot {
    margin: 0 2px;
}

    button.owl-dot.active {
        border: 2px solid #fff;
        border-radius: 50px;
    }

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.teachers .row {
    justify-content: center;
}

    .teachers .row .col-md-4 {
        margin: 0px 0 80px;
    }


.pageheader {
    border-bottom: 4px solid #0f12af;
    background-color: #fff;
}

    .pageheader h4 {
        font-size: 44px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }

.register {
    padding: 30px 0;
}

    .register .row {
        background-color: #fff;
        border-radius: 10px;
        padding: 60px 20px;
    }

    .register input, .register select {
        height: auto;
        padding: 10px 10px 2px !important;
        border: 2px solid #e1e1e1;
        margin: 10px 0;
        font-size: 14px;
    }

    .register label {
        position: absolute;
        left: 25px;
        top: 0;
        background-color: #fff;
        padding: 0 11px;
        font-size: 14px;
        color: #6c6c6c;
    }


body .donatebox h2 {
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}

.donatebox br {
    display: none;
}

body .donatebox p {
    margin: 0;
    color: #000 !important;
}

    body .donatebox p b {
        font-weight: 600;
    }

.donatebox {
    border: 2px solid #d4a557;
    border-radius: 10px;
    padding: 15px 15px;
    min-height: 138px;
    transition: 0.3s ease;
    background-color: #f7f7f7;
    position: relative;
    margin-top: 10px;
}

    .donatebox:hover {
        background-color: #d4a557;
    }

body .donatebox:hover * {
    color: #fff !important;
}

.pageheader.donationheader {
    background: url(/images/boy-child-school.jpg);
    padding: 200px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

    .pageheader.donationheader h4 {
        text-align: left;
        position: relative;
        z-index: 9;
        width: 55%;
        font-weight: 900;
        font-size: 42px;
        color: #0f12af;
        border-left: 7px solid #ec0000;
        padding-left: 30px;
    }

    .pageheader.donationheader p {
        position: relative;
        z-index: 9;
    }

.donation h3 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}

.donation .row {
    background-position: bottom right;
    background-size: 100%;
}

.donatebox img {
    height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.hero .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #223f7496;
    z-index: 2;
    bottom: 0;
}

.pageheader.courseheader {
    padding: 60px 0;
    background-color: #efefef;
}


.coursedetails .btn-info {
    background-color: #0f12af !important;
    float: left !important;
    border: none;
}

.navbar-brand img {
    width: 50%;
}

.insuredtag {
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 20px;
}

    .insuredtag img {
        width: 50%;
    }

.abstopbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: #0f12afde;
    padding: 20px 20px;
    min-height: 163px;
    border-right: 1px solid #ffffff4d;
}

    .abstopbox .abscontentsec {
        width: 70%;
        display: inline-block;
        vertical-align: top;
    }

    .abstopbox .absiconsec {
        width: 27%;
        display: inline-block;
        vertical-align: top;
        color: #ffffff;
        font-size: 32px;
        text-align: right;
    }

    .abstopbox h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .abstopbox p {
        margin: 0;
        color: #fff;
        font-size: 12px;
        line-height: 15px;
    }

.single-item-wrapper {
    position: relative;
}

.profile-img-wrapper {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 50px;
}

    .profile-img-wrapper a img {
        border: 10px solid #ffffff;
        width: auto;
        margin: 0 auto;
    }

.tlp-tm-content-wrapper .item-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}

    .tlp-tm-content-wrapper .item-title a {
        color: #002147;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.tlp-tm-content-wrapper .item-designation {
    margin-bottom: 5px;
    display: block;
    color: #646464;
}

.rating-wrapper {
    margin-bottom: 40px;
}

    .rating-wrapper li {
        display: inline;
        color: #ffca28;
    }

.item-content {
    position: relative;
    padding: 30px 130px 30px 30px;
    background: #f8f8f8;
    color: #646464;
}

    .item-content:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 38px;
        top: -30px;
        border: 15px solid;
        border-color: transparent transparent #f8f8f8 #f8f8f8;
    }

.owl-controls .owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-controls .owl-dots .owl-dot span {
    margin: 3px;
    width: 20px;
    height: 8px;
    border-radius: 5px;
    background: #dedede;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.owl-controls .owl-dots .active span {
    background: #002147;
}


section.whatstudents {
    padding: 60px 0;
}

.single-item {
    background-color: #fff;
    padding: 10px 10px;
}

.whatstudents h2.h2title {
    margin-bottom: 30px;
}

section.counter-area {
    background-color: #0f12af;
    padding: 70px 0;
}

.counterbox {
    color: #fff;
}

    .counterbox > div {
        display: inline-block;
        vertical-align: middle;
    }

    .counterbox .counternumber {
        font-size: 62px;
        width: 31%;
        border-bottom: 2px solid #ec0101;
    }

    .counterbox .counterdec {
        width: 67%;
        padding-left: 10px;
    }

section.our-college {
    background-color: white;
    padding: 30px 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a:after {
        content: "\f054";
        float: right;
        font-family: fontawesome;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropdown-menu a.dropdown-item {
    font-size: 12px !important;
    padding: 3px 10px;
}

section.course-description-page {
    padding: 60px 0;
}

.course-description-page img {
    width: 100%;
}

.course-description-page ul {
    padding: 0;
}

    .course-description-page ul li {
        list-style: none;
        padding: 2px 0;
        border-bottom: 1px solid #e2e2e2;
    }

.course-description-page h3 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}

.course-description-page p a {
    text-decoration: underline;
    text-underline-position: under;
    color: #ec0000;
}

img.halfimg {
    width: 48%;
    margin-bottom: 15px;
}

.course-description-page ul li:last-child {
    border: none;
}

.course-description-page ul li strong {
    color: #2c0666;
}

.socialmediablock:before {
    content: "";
    position: absolute;
    background: #db0003;
    top: -10px;
    z-index: -1;
    left: -100%;
    transform: skew(30deg);
    bottom: -24px;
    right: 40%;
}

.contact-bar {
    position: relative;
    overflow: hidden;
    background-color: #00289f;
    padding: 10px 0;
}

.socialmediablock {
    position: relative;
    z-index: 1;
    padding: 8px 0;
}

.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e1e1e140;
}

.header-cta .call-box {
    display: flex;
    text-align: left;
}

    .header-cta .call-box .icon img {
        width: 35px;
        filter: brightness(100);
    }

.call-box .text {
    margin-left: 10px;
    color: #fff;
}

.call-box span {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: -5px;
}

.call-box a, .call-box span {
    color: #fff;
}

.header-cta ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.socialmediablock span {
    color: #fff;
}

.socialmediablock a {
    margin: 0 10px;
}

.header-cta ul li:last-child {
    border: none;
}

.slidecaption h2:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #db0003;
    right: 0;
    top: 23px;
    left: 190px;
}

p.themep {
    color: #db0003;
    font-size: 15px;
}

section.whylsls {
    background-color: #0e577d;
    overflow: hidden;
}

.whylsls img {
    width: 100%;
}

.step-img {
    margin-right: -302px;
}

.whylsls-text {
    padding: 50px 0;
}

    .whylsls-text h4 {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 20px;
        position: relative;
        padding-left: 15px;
    }

    .whylsls-text p {
        color: #fff;
    }

    .whylsls-text ul li {
        color: #fff;
        font-weight: 600;
        margin: 5px 0;
        list-style-type: disclosure-closed;
    }

    .whylsls-text ul {
        padding: 0;
        margin: 25px 0px 0px 20px;
    }

    .whylsls-text h4:before {
        content: "";
        position: absolute;
        height: 40px;
        width: 4px;
        background-color: #db0003;
        left: 0;
        top: 10px;
    }

section.GCSE-A {
    background: url(/images/alevel-bg.jpg);
    background-position: center center;
    background-size: 100%;
    padding: 50px 0;
    position: relative;
}

    section.GCSE-A:before {
        background-color: #0f12afdb;
        z-index: 0;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.GCSE-A h4 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
}

.GCSE-A p {
    color: #fff;
}

.GCSE-A a {
    background-color: red;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 6px 30px;
    margin-top: 45px;
}

footer h6 {
    font-size: 14px !important;
    font-weight: 700;
    margin: 0;
}

@media (max-width:999px) {

    .plyr-box {
        display: none;
    }

    .myimgbox img {
        width: 100%;
    }

    .myimgbox:before {
        display: none;
    }

    .plr-bx:before {
        display: none;
    }

    .plrs-wrp > li {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 30px;
    }

    .namaztimebox {
        text-align: center;
        padding: 30px 0;
    }

    section {
        padding: 30px 0 !important;
        /* text-align: center; */
    }

    .about h2.h2title {
        margin-top: 30px;
    }

    h2.h2title {
        font-size: 30px;
    }

    .coursedetails {
        text-align: initial;
    }

    .servicebox {
        margin-bottom: 20px;
    }

    .teachers .col-md-4 {
        margin-bottom: 80px;
    }

    footer {
        height: 1070px;
    }

    .copyright {
        padding: 0 10px;
    }

    h5.footertitle {
        margin-top: 20px;
    }

    header {
        position: initial;
        padding: 0;
        background-color: #ffffff;
    }

    .slidecaption h2, .slidecaption h2 strong {
        font-size: 18px;
        line-height: 30px;
    }

    .slidecaption {
        top: 20px;
    }

    img.imgba {
        margin: 0 auto 4px;
    }

    .slidecaption p {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
    }

    .slidecaption img {
        width: 50% !important;
    }

    button.navbar-toggler {
        border: 2px solid #a3a3a3;
    }

    span.navbar-toggler-icon {
        position: relative;
        top: 2px;
    }

        span.navbar-toggler-icon:before {
            content: "\f0c9";
            font-family: 'FontAwesome';
            font-size: 25px;
            color: #a3a3a3;
        }

    span.navbar-text.themebg {
        margin: 0;
        /* width: 140px; */
        text-align: center;
    }

    .navbar-nav {
        padding: 20px 0;
    }

    .header-cta ul li {
        font-size: 10px !important;
    }

    .socialmediablock:before {
        top: 0;
        bottom: 0;
        right: 30%;
    }

    .header-cta .call-box .icon img {
        width: 25px;
    }

    .socialmediablock {
        padding: 3px 0;
    }

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

    .navbar-brand {
        width: 79%;
    }

    .slidecaption h2 strong {
        font-size: 32px;
    }

    .step-img {
        margin-right: 0;
    }
}
