.dash {
    position: relative;
}

.dash:before {
    display: block;
    background: #bb0000;
    content: "";
    right: -4.5rem;
    top: 30px;
    width: 60px;
    height: 8px;
    position: absolute;
}

header #searchBar input {
    background-color: #cccccca6;
}

header #searchBar input:focus {
    box-shadow: none;
}

header #searchBar input::placeholder {
    color: #ffffff !important;
}

.text-red {
    color: #bb0000 !important;
}

.form-control:focus {
    border-color: #b80000 !important;
    box-shadow: 0 0 0 0.25rem rgb(184 0 0 / 41%) !important;
}

.no-bg {
    background-color: unset !important;
}

.bg-red {
    background-color: #bb0000 !important
}

.bg-gray {
    background-color: #cccccc !important
}

.custom-container-ul {
    padding-left: 2rem;
    padding-right: 2.2rem;
}

/*.fw-500 {*/
/*    font-weight: 500;*/
/*}*/

/*.fw-700 {*/
/*    font-weight: 700;*/
/*}*/

/*.fw-900 {*/
/*    font-weight: 900;*/
/*}*/

.fs-3rem {
    font-size: 3rem;
}


.bg-gray-bubbles {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/backgrounds/gray-bubbles.webp");
}

.border-black {
    border-color: #000 !important;
}

.border-red {
    border-color: #bb0000 !important;
}

.border-gray {
    border-color: #cccccc !important;
}

.bw-unset {
    border-width: unset !important;
}

footer ul {
    line-height: 1.8;
}

.bg-footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/backgrounds/footer.webp");
    background-position: bottom;
}

.fading-out {
    /*width: 300px;*/
    /*margin-bottom: 5px;*/
    /*padding-bottom: 5px;*/
    /*border-bottom: 3px solid #777;*/
    /*max-height:200px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fading-out:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(#ffffffd1 15px, white);
}

.dash-ul li:before {
    content: '\2014';
    position: absolute;
    margin-right: -2.5rem;
    margin-top: .4rem;
    color: #b80000;
}

.arrow-ul {
    padding-right: 2.5rem;
}

.arrow-ul li:before {
    content: '\F22D';
    font-family: bootstrap-icons !important;
    position: absolute;
    margin-right: -2.5rem;
    color: #b80000;
}

.arrow:before {
    content: '\F22D';
    font-family: bootstrap-icons !important;
    position: absolute;
    margin-right: -2.5rem;
    color: #b80000;
}

.banner-red {
    background-image: url("../../images/banners/red.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-gray {
    background-image: url("../../images/backgrounds/gray-bubbles.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-gr {
    background-image: url("../../images/backgrounds/gray-bubbles.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-black {
    background-image: url("../../images/banners/black.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-red {
    color: #ffffff;
    border-radius: 0;
    background-color: #b80000;
}

.btn-red-with-img {
    background-image: url("../../images/backgrounds/tem-red-ar.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    color: #ffffff;
    border-radius: 0;
}

.btn-black-with-img {
    background-image: url("../../images/backgrounds/tem-black-ar.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    color: #ffffff;
    border-radius: 0;
}

.red-dash:before {
    position: relative;
    display: block;
    background: #bb0000;
    content: "";
    right: -2rem;
    bottom: -1.2rem;
    width: 20px;
    height: 2px;
}

.h-divder {
    width: 35px;
    height: 1px;
    background: #cccccc;
    margin: auto;
}

.register-banner-text {
    font-size: 2rem;
    font-family: IBMPLEXSANSARABIC-BOLD !important;
}

.no-bg-img {
    background-image: unset !important;
}

.slick-dots li {
    margin: 0 12px;
    height: 0;
}

.slick-dots li button {
    width: 25px !important;
    height: 6px !important;
    padding: 3px !important;
    background: #000 !important;
}

.slick-dots li.slick-active button {
    background: #bb0000 !important;
}

.testimonial-box {
    position: absolute;
    left: 4.75rem;
    background-image: url("../../images/backgrounds/tem-gray.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 77%;
}

.testimonial-box:before {
    display: block;
    background: #bb0000;
    content: "";
    right: -6.5rem;
    top: 2rem;
    width: 80px;
    height: 8px;
    position: relative;
}

.testimonial-box {
    left: 6.5rem;
}

.explore-text {
    margin-right: 2rem;
    font-size: 1.1rem;
}

#searchBar {
    margin-right: 1rem;
}

#searchBar input {
    text-align: right !important;
    direction: rtl;
}

.subscribe-text {
    font-size: 1.1rem;
}

.subscribe button {
    font-weight: 700;
    padding-right: 2rem;
    padding-left: 2rem;
}

.submenu-offcanvas ul {
    display: none;
}

.sub-submenu-offcanvas ul {
    display: none;
}

/*.offcanvas-body .arrow:before {*/
/*    left: 0;*/
/*    top: 0.5rem;*/
/*}*/

.offcanvas-body ul {
    font-size: 1.15rem !important;
}

.offcanvas-body .nav-item {
    padding: 0 0.5rem;
}

.offcanvas-body .nav-link:hover {
    color: #bb0000 !important;
}

.team-search button {
    background-color: unset;
    border: unset;
    color: #cccccc;
}

.member-details {
    color: #000000;
}

section.team {
    padding-top: 15rem;
}

.metrics .section1 {
    padding-top: 15rem;
}

.card {
    /*width: 95%;*/
    /*height: 100%;*/

    width: 100%;
    height: 100%;
}

/*.card-img-top {*/
/*    width: 125px;*/
/*    height: auto;*/
/*}*/

.forwhomleader {
    padding-bottom: 1rem;
}

.per-text {
    padding-bottom: 2rem;
}

.ar-p {
    padding-bottom: 2rem;
}

/* for text in card body*/
.forwhombody {
    padding-bottom: 2rem;
}

.manger-text {
    padding-bottom: 5rem;
}

.forwhombodyup {
    padding-bottom: 1rem;
}

/* personal development */
.personal {
    padding-top: 14rem;
}

.bold, .bolder {
    font-family: IBMPLEXSANSARABIC-BOLD !important
}

h2, .h2 {
    font-size: 1.75rem !important;
}

h3, .h3 {
    font-size: 1.45rem !important;
}

h4, .h4 {
    font-size: 1.25rem !important;
}

h5, .h5 {
    font-size: 1.05rem !important;
}

h6, .h6 {
    font-size: .7rem !important;
}

p, .p, ul, ol, input, select, textarea, .btn, button, .page-link {
    font-size: 1rem !important;
}

.el-hidden {
    display: none;
}

.hp-TA {
    padding-right: 7rem;
    padding-left: 2rem;
}

.hp-TA h2 {
    font-size: 2.15rem !important;
    z-index: 1;
}

.hp-TA h2:before {
    content: "";
    background-image: url("../../images/icons/eye-ar.webp");
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: -35px;
    right: -75px;
    width: 20%;
    height: 105px;
    z-index: -1;
}

.hp-ttc {
    font-size: 1rem !important;
}

.tcc-font-en {
    font-family: 'BRUNOACESC-REGULAR' !important;
}

.tcc-font-ar {
    font-family: 'IBMPLEXSANSARABIC-REGULAR', sans-serif !important;
}

.help-block {
    color: #bb0000 !important;
}

.dropdown {
    position: relative;
}

.dropdown::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

.footer-links a:hover {
    color: #bb0000 !important;
}

@media (min-width: 300px) and (max-width: 375px) {
    /*.img-pos {*/
    /*    margin-right: 3rem;*/
    /*}*/
    .personal {
        padding-top: 2rem;
    }

    section.tcc {
        padding-top: 4rem;
    }

    .privacy {
        padding-top: 2rem;
    }

    .term {
        padding-top: 2rem;
    }

    .custom-container-text {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    section.forwhom {
        padding-top: 8rem;
    }

    .event {
        padding-top: 2rem;
        /*padding-right: 2rem;*/
    }

    .register {
        padding-top: 2rem !important;
    }
}

@media (min-width: 376px) and (max-width: 459px) {
    section.forwhom {
        padding-top: 10rem;
    }

    .event {
        padding-top: 2rem;
    }
}

@media (min-width: 375px) and (max-width: 574px) {
    /*.img-pos {*/
    /*    margin-right: 3rem;*/
    /*}*/
    /*.tcc-img {*/
    /*    width: 75%;*/
    /*}*/
    .personal {
        padding-top: 8rem;
    }

    section.tcc {
        padding-top: 4rem;
    }

    .privacy {
        padding-top: 2rem;
    }

    .term {
        padding-top: 2rem;
    }

    .custom-container-text {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    /*.event {*/
    /*    padding-right: 2rem;*/
    /*}*/
}

@media (min-width: 425px) and (max-width: 520px) {
    .test {
        margin-top: 6rem !important;
    }
}

@media (max-width: 768px) {
    .font-big {
        font-size: 40px;
    }
}

@media (min-width: 450px) and (max-width: 574px) {
    .img-text {
        margin-left: 3rem;
        margin-right: 1rem;
    }
}

@media (min-width: 576px) {
    p, .p, ul, ol, input, select, textarea, .btn, button, .page-link {
        font-size: 1.15rem !important;
    }

    h2, .h2 {
        font-size: 2.5rem !important;
    }

    h3, .h3 {
        font-size: 1.1rem !important;
    }

    h4, .h4 {
        font-size: 1.25rem !important;
    }

    h5, .h5 {
        font-size: 1.15rem !important;
    }
    h6, .h6 {
        font-size: .8rem !important;
    }
    .testimonial-pb {
        padding-bottom: 17rem;
    }

    .course-box img {
        width: 7%;
        margin-left: 0.5rem !important;
    }

    .course-box {
        font-size: 1.25rem;
    }

    .dash:before {
        right: -4rem;
        /*bottom: 11px;*/
        top: 30px;
        width: 50px;
        height: 8px;
    }

    .course-box .dash:before {
        right: -4rem;
        top: 15px;
        height: 6px;
    }

    footer h5 {
        font-size: 1.25rem !important;
    }

    footer ul {
        font-size: 1rem !important;
    }

    section.about {
        padding-top: 15rem;
        padding-bottom: 4rem;
    }

    section.team {
        padding-top: 17rem;
    }

    .metrics .section1 {
        padding-top: 8rem;
    }

    /*.card-img-top {*/
    /*    width: 75px;*/
    /*    height: auto;*/
    /*}*/
    section.tcc {
        padding-top: 8rem;
    }

    .img-text {
        margin-right: 10rem !important;
        margin-left: 10rem !important;
    }

    /*.img-pos {*/
    /*    margin-right: 1rem !important;*/
    /*}*/
    .personal {
        padding-top: 13rem;
    }

    .term {
        padding-top: 2rem;
    }

    .event {
        padding-top: 6rem;
    }

    .custom-container-text {
        padding-right: 5rem;
        padding-left: 2rem;
    }

    section.forwhom {
        padding-top: 10rem;
    }

    .offcanvas-body ul {
        font-size: 1.1rem !important;;
    }

    .testimonial-box:before {
        right: -3.2rem;
        top: 1rem;
        width: 40px;
        height: 5px;
    }

    .testimonial-user-img {
        width: 10vw;
    }

    .hp-TA {
        padding-right: 5rem;
        padding-left: 2rem;
    }

    .hp-TA h2 {
        font-size: 2.2rem !important;
    }

    .hp-TA h2:before {
        top: -31px;
        right: -55px;
        width: 25%;
        height: 64px;
    }

    .test-text {
        height: 13rem;
    }

    .testimonial-box {
        height: 27rem;
    }

    .register {
        padding-top: 7rem !important;
    }
}

@media (min-width: 768px) {
    p, .p, ul, ol, input, select, textarea, .btn, button, .page-link {
        font-size: 1.35rem !important;
    }

    h2, .h2 {
        font-size: 2.75rem !important;
    }

    h3, .h3 {
        font-size: 2.1rem !important;
    }

    h4, .h4 {
        font-size: 1.5rem !important;
    }

    h5, .h5 {
        font-size: 1.15rem !important;
    }
    h6, .h6 {
        font-size: 0.85rem !important;
    }
    .testimonial-box {
        width: 75%;
    }

    .testimonial-box:before {
        right: -4rem;
        top: 1.5rem;
        width: 50px;
        height: 6px;
    }

    .course-box {
        font-size: 1.6rem;
    }

    .course-box img {
        width: 7%;
        margin-left: 1.5rem !important;
    }

    .dash:before {
        top: 35px;
        right: -5rem;
    }

    .course-box .dash:before {
        right: -5rem;
        top: 25px;
        width: 60px;
        height: 6px;
    }

    footer h5 {
        font-size: 1.5rem !important;
    }

    footer ul {
        font-size: 1.1rem !important;
    }

    section.about {
        padding-top: 23rem;
        padding-bottom: 7rem;
    }

    section.team {
        padding-top: 18rem;
    }

    .metrics .section1 {
        padding-top: 10rem;
    }

    section.tcc {
        padding-top: 10rem;
    }

    /*.card-img-top {*/
    /*    width: 80px;*/
    /*    height: auto;*/
    /*}*/
    .img-text {
        margin-right: 12rem !important;
        margin-left: 12rem !important;
    }

    /*.img-pos {*/
    /*    margin-right: 8rem !important;*/
    /*}*/
    .personal {
        padding-top: 18rem;
    }

    .privacy {
        padding-top: 2rem;
    }

    .term {
        padding-top: 4rem;
    }

    .custom-container-text {
        padding-left: 3rem;
        padding-right: 4rem;
    }

    .forwhomorg {
        padding-bottom: 2rem;
    }

    .forwhomleader {
        padding-bottom: 3rem;
    }

    section.forwhom {
        padding-top: 13rem;
    }

    .offcanvas-body ul {
        font-size: 1.2rem !important;;
    }

    .testimonial-text-more {
        height: 28vw;
        overflow: auto;
    }

    .testimonial-user-img {
        width: 9vw;
    }

    .hp-TA {
        padding-right: 7rem;
        padding-left: 2rem;
    }

    .hp-TA h2 {
        font-size: 2.9rem !important;
    }

    .hp-TA h2:before {
        top: -35px;
        right: -70px;
        width: 25%;
        height: 79px;
    }

    .test-text {
        height: 12rem;
    }

    .testimonial-box {
        height: 27rem;
    }
}

@media (min-width: 850px) and (max-width: 991px) {
    .custom-container-text {
        padding-right: 7rem;
        padding-left: 4rem;
    }
}

@media (min-width: 992px) {
    p, .p, ul, ol, input, select, textarea, .btn, button, .page-link {
        font-size: 1.6rem !important;
    }

    h2, .h2 {
        font-size: 3rem !important;
    }

    h3, .h3 {
        font-size: 2.15rem !important;
    }

    h4, .h4 {
        font-size: 1.75rem !important;
    }

    h5, .h5 {
        font-size: 1.25rem !important;
    }

    h6, .h6 {
        font-size: .95rem !important;
    }

    .testimonial-box {
        width: 76%;
    }

    .testimonial-box:before {
        right: -5rem;
        top: 1.5rem;
        width: 50px;
        height: 6px;
    }

    .register-banner-text {
        font-size: 2.25rem;
    }

    .menu-icon {
        position: absolute;
        left: -4.2rem;
    }

    .menu-icon {
        position: absolute;
        left: -4.2rem;
    }

    .test-text {
        padding-left: 4rem;
    }

    .testimonial-pb {
        padding-bottom: 16rem;
    }

    .dash:before {
        right: -6rem;
        top: 35px; /*edit*/
        width: 75px;
    }

    .course-box {
        font-size: 1.7rem;
    }

    .course-box img {
        width: 5.5%;
    }

    .course-box .dash:before {
        right: -5.5rem;
        top: 25px;
    }

    footer h5 {
        font-size: 1.5rem !important;
    }

    footer ul {
        font-size: 1.1rem !important;
    }

    section.about {
        padding-top: 35rem;
        padding-bottom: 10rem;
    }

    /*.card-img-top {*/
    /*    width: 100px;*/
    /*    height: auto;*/
    /*}*/
    section.team {
        padding-top: 24rem;
    }

    .metrics .section1 {
        padding-top: 15rem;
    }

    section.tcc {
        padding-top: 8rem;
    }

    .img-text {
        margin-right: 6rem !important;
        margin-left: 6rem !important;
    }

    .personal {
        padding-top: 20rem;
    }

    .privacy {
        padding-top: 4rem;
    }

    .term {
        padding-top: 4rem;
    }

    .contact {
        padding-top: 2rem;
    }

    .custom-container-text {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .forwhombody {
        padding-bottom: 5rem;
    }

    .forwhomleader {
        padding-bottom: 2rem;
    }


    .testimonial-text-more {
        height: 12vw;
        overflow: auto;
    }

    .testimonial-user-img {
        width: 7vw;
    }

    .hp-TA h2 {
        font-size: 3.1rem !important;
    }

    .hp-TA h2:before {
        top: -35px;
        right: -65px;
        width: 25%;
        height: 83px;
    }

    .hp-TA {
        padding-right: 13rem;
        padding-left: 9rem;
    }

    .test-text {
        height: 12rem;
    }

    .testimonial-box {
        height: 26rem;
    }

    .register {
        padding-top: 4rem !important;
    }

    .course-title {
        height: 6rem;
    }
}

@media (min-width: 1200px) {
    p, .p, ul, ol, input, select, textarea, .btn, button, .page-link {
        font-size: 1.75rem !important;
    }

    h2, .h2 {
        font-size: 3.4rem !important;
    }

    h3, .h3 {
        font-size: 2.6rem !important;
    }

    h4, .h4 {
        font-size: 2rem !important;
    }

    h5, .h5 {
        font-size: 1.5rem !important;
    }
    h6, .h6 {
        font-size: 1rem !important;
    }
    .testimonial-box {
        width: 71%;
    }

    .testimonial-box:before {
        right: -6.2rem;
        top: 1.5rem;
        width: 75px;
        height: 8px;
    }

    .test-text {
        padding-left: 0 !important;
    }

    .slick-dots li {
        margin: 0 15px;
        height: 0;
    }

    .slick-dots li button {
        width: 35px;
        height: 4px;
        padding: 4px;
        background: #000 !important;
    }

    .testimonial-pb {
        padding-bottom: 20rem;
    }

    .course-box {
        font-size: 1.45rem;
    }

    .course-box img {
        width: 4%;
    }

    section.about {
        padding-top: 32rem;
        padding-bottom: 10rem;
    }

    section.team {
        padding-top: 21rem;
    }

    .metrics .section1 {
        padding-top: 15rem;
    }

    .img-text {
        margin-right: 8rem !important;
        margin-left: 10rem !important;
    }

    section.tcc {
        padding-top: 8rem;
    }

    .img-pos {
        margin-right: 10rem !important;
    }

    .tcc-img {
        width: 65%;
    }

    .personal {
        padding-top: 25rem;
    }

    .privacy {
        padding-top: 6rem;
    }

    .term {
        padding-top: 4rem;
    }

    .contact {
        padding-top: 2rem;
    }

    section.forwhom {
        padding-top: 12rem;
    }

    .custom-container-text {
        padding-right: 4rem;
        padding-left: 2rem;
    }

    .testimonial-text-more {
        height: 19vw;
        overflow: auto;
    }

    .testimonial-user-img {
        width: 6vw;
    }

    footer h5 {
        font-size: 1.6rem !important;
    }

    footer ul {
        font-size: 1.2rem !important;
    }

    .dash:before {
        top: 45px;
    }

    .course-box .dash:before {
        right: -6.5rem;
        bottom: 10px;
        width: 75px;
    }

    .hp-TA h2 {
        font-size: 4.2rem !important;
    }

    .hp-TA h2:before {
        top: -41px;
        right: -80px;
        width: 24%;
        height: 105px;
    }

    .test-text {
        height: 10rem;
    }

    .testimonial-box {
        height: 28rem;
    }

    .register {
        padding-top: 4rem !important;
    }
}

/*@media (min-width: 1400px) {*/
/*    !*p, .p, ul, ol, input, select, textarea {*!*/
/*    !*    font-size: 1.7rem !important;*!*/
/*    !*}*!*/
/*    h3, .h3 {*/
/*        font-size: 3.3rem !important;*/
/*    }*/

/*    !*h4, .h4 {*!*/
/*    !*    font-size: 2.2rem !important;*!*/
/*    !*}*!*/
/*    !*h5, .h5 {*!*/
/*    !*    font-size: 1.9rem !important;*!*/
/*    !*}*!*/
/*    !*h6, .h6 {*!*/
/*    !*    font-size: 1.35rem !important;*!*/
/*    !*}*!*/
/*    .testimonial-box {*/
/*        width: 75%;*/
/*    }*/

/*    !*footer h5, footer ul {*!*/
/*    !*    font-size: 2vw !important;*!*/
/*    !*}*!*/

/*    .dash:before {*/
/*        top: 45px;*/
/*    }*/

/*    !*.offcanvas-body ul {*!*/
/*    !*    font-size: 1.5vw !important;*!*/
/*    !*}*!*/

/*    section.about {*/
/*        padding-top: 34rem;*/
/*    }*/

/*    section.tcc {*/
/*        padding-top: 10rem;*/
/*    }*/

/*    .personal {*/
/*        padding-top: 25rem;*/
/*    }*/

/*    .custom-container-text {*/
/*        padding-right: 1rem;*/
/*        padding-left: 1rem;*/
/*    }*/

/*    section.team {*/
/*        padding-top: 24rem;*/
/*    }*/

/*    .metrics .section1 {*/
/*        padding-top: 15rem;*/
/*    }*/

/*    .img-text {*/
/*        margin-right: 2rem !important;*/
/*        margin-left: 8rem !important;*/
/*    }*/

/*    .hp-TA h2 {*/
/*        font-size: 4.5rem !important;*/
/*        z-index: 1;*/
/*    }*/

/*    .hp-TA h2:before {*/
/*        top: -41px;*/
/*        right: -78px;*/
/*        width: 20%;*/
/*        height: 107px;*/
/*    }*/
/*}*/