@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url('https://fonts.googleapis.com/css2?family=Moon+Dance&display=swap');

body {
    overflow-x: hidden !important;
    /*width: 100%;*/
}

h1, h2, h3, h4 {
    letter-spacing: -1px;
    font-family: "Droid Arabic Kufi", sans-serif !important;
    font-weight: 700 !important;
}

div, p, .droidKufi {
    font-family: "Droid Arabic Kufi", sans-serif !important;
    font-weight: 400 !important;
}

/*           Header          */

.bg-primary {
    background-color: #5a5377 !important;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-brand {
    color: rgba(255, 255, 255, 0.5);
}

.btn-secondary {
    color: #212529;
    background-color: #b6b3df;
    border-color: #b6b3df;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*           Sections          */
.bg-success {
    background-color: #67baaf !important;
}

.text-primary {
    color: #5a5377 !important;
}

.text-warning {
    color: #feda63 !important;
}

.text-success {
    color: #67baaf !important;
}

.text-dark {
    color: #666 !important;
}

.circle-nums {
    /*width: 25%;*/
    /*display: flex;*/
    /*height: 50%;*/
    /*flex-direction: column;*/
    /*font-size: 30px;*/
    /*margin: auto;*/
    /*justify-content: space-around;*/
    /*border-color: #5a5377 !important;*/

    font-family: 'Moon Dance', cursive !important;
    font-size: 50px;
}

.nums {
    font-size: 25px;
    font-family: 'Moon Dance', cursive !important;
}

#playBgContainer {
    background-image: url('https://bcfe.brainycore.com/imgs/playBgLg1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-danger {
    color: #ff8671 !important;
}

.table th, .table td {
    border-bottom: 1px solid #67baaf;
    border-top: 1px solid #67baaf;
}

#course-img {
    width: 8rem;
}


.btn-primary {
    color: #fff;
    background-color: #5a5377;
    border-color: #5a5377;
}

.btn-primary:hover {
    color: #fff;
    background-color: #494360;
    border-color: #433e59;
}

.successStory {
    border-radius: 2rem;
    /*border-top-left-radius: 7rem;*/
    background-color: #ffe282;
    min-height: 75%;
}

.ssAvatar {
    width: 20%;
    border-width: 0.25rem;
    border-style: solid;
    left: -5%;
    top: 0;
}

.border-primary {
    border-color: #5a5377 !important;
}

#trophyContainer {
    background-color: #ff8671;
    /*z-index: -2*/
}

.btn-warning {
    color: #212529;
    background-color: #feda63;
    border-color: #feda63;
}

.btn-success {
    color: #212529;
    background-color: #67baaf;
    border-color: #67baaf;
}

.btn-success:hover {
    color: #fff;
    background-color: #4eaca0;
    border-color: #4aa498;
}


@media (min-width: 1200px) {
    .ssAvatar {
        width: 20%;
        border-width: 0.25rem;
        border-style: solid;
        left: -5%;
        top: 0;
    }
}

@media (min-width: 768px) {
    /*div#trophyContainer::before {*/
    /*    content: "";*/
    /*    background: url('https://bcfe.brainycore.com/imgs/trophyPattern.svg');*/
    /*    opacity: 0.25;*/
    /*    background-size: cover;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    position: absolute;*/
    /*    z-index: -1;*/
    /*}*/
}

@media (max-width: 768px) {
    #course-img {
        width: 6rem;
        top: -15px
    }

    /*.imgBalance {*/
    /*    width: 75%;*/
    /*}*/
    .custom-h {
        font-size: 30px;
    }
}

.imgBalance {
    width: 40%;
}

.employee-img {
    width: 68%;
}

.present-img {
    width: 57%;
}
#bsd-div {
    display: none;
}
#bsd-div-1 {
    display: block;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .imgBalance {
        width: 65%;
    }

    .present-img {
        width: 75%;
    }

    .employee-img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .present-img {
        width: 100%;
    }

    .employee-img {
        width: 100%;
    }

    .imgBalance {
        width: 66%;
    }
}

@media (max-width: 768px) {
    .present-img {
        width: 63%;
    }

    .imgBalance {
        width: 48%;
    }

    .employee-img {
        width: 80%;
    }
    #bsd-div {
        display: block;
    }
    #bsd-div-1 {
        display: none;
    }
}


.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-control-label::before, .custom-control-label::after {
    top: 0rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 1rem !important;
    -webkit-border-radius: 1rem !important;
    -moz-border-radius: 1rem !important;
    -ms-border-radius: 1rem !important;
    -o-border-radius: 1rem !important;
}

.custom-control-label::after, .custom-control-label::before {
    right: -1.7rem !important;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-control-label::before, .custom-control-label::after {
    top: 0rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 1rem !important;
    -webkit-border-radius: 1rem !important;
    -moz-border-radius: 1rem !important;
    -ms-border-radius: 1rem !important;
    -o-border-radius: 1rem !important;
}

.custom-control-label::after, .custom-control-label::before {
    right: -1.7rem !important;
}
.my-float{margin-top:25px}
.feature-box img, .float {
    color: #fff;
    text-align: center
}

.float {
    position: fixed;
    width: 3rem;
    height: 11.5rem;
    top: 15rem;
    left: 0;
    background-color: #30897d;
    border-radius: 0 5px 5px 0;
    font-size: 35px;
    font-family: "Droid Arabic Kufi", sans-serif !important;
    z-index: 223
}

.float:hover {
    color: #fff;
    background-color: #30897d;
}

.float span {
    font-size: 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg)
}