/*---------- about us ------------*/

.aboutus {
    direction: rtl;
    padding-top: 10em;
}
.aboutus .content .card.about{
    position: relative;
}
.aboutus .content .card .card-head {
    position: absolute;
    top: -25px;
    left: 50%;
    translate: -50%;
    background: white;
    padding: 0 20px;
}
.aboutus .content .card .card-head h2 {
    font-width: bolder;
}
.aboutus .content .card .card-body {
    margin-top: 2em;
    text-align: justify;
    line-height: 1.9em;
}
.aboutus .content .card.goal {
    margin-top: 5em;
    margin-bottom: 10em;
}


/*---------- more guide ------------*/

.moreguide {
    direction: rtl;
    padding-top: 10em;
}
.moreguide .title {
    margin-bottom: 5em;
}
.moreguide .title h2 {
    text-align: center;
}
.moreguide .content {
    margin-bottom: 10em;
}


/*---------- educational videos ------------*/

.education-special-img {
    height: 400px;
    object-fit: cover;
}

.education-special-overlay {
    background: rgba(0, 0, 0, 0.6);
    top: unset;
}

.education-special-overlay h5 {
    margin-bottom: 0;
}

.education-hot-img {
    height: 90px;
    object-fit: cover;
    border-radius: 10px !important;
}


.education-special-hot-advertise-img {
    height: 120px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.education-fresh-img {
    height: 90px;
    width: 100%;
    object-fit: cover;
}

.education-fresh-showMore {
    position: absolute;
    top: 35px;
    left: 20px;
}

.trapezoid-right {
    width: 210px;
    max-width: 50%;
    border-top: 39px solid #f7f7f7;
    border-bottom: 39px solid #f7f7f7;
    border-left: 40px solid transparent;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.trapezoid-left {
    width: 315px;
    max-width: 65%;
    border-top: 39px solid #f7f7f7;
    border-bottom: 39px solid #f7f7f7;
    border-right: 40px solid transparent;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.trapezoid-white {
    width: 210px;
    max-width: 50%;
    border-top: 39px solid white;
    border-bottom: 39px solid white;
    border-left: 40px solid transparent;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.education-slider {
    background-color: white;
}

.education-slider-showMore {
    position: absolute;
    top: 55px;
    left: 40px;
}

.education-list-img1 {
    height: 545px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .education-list-img1 {
        height: 620px;
        object-fit: cover;
    }
}

.education-list-img2 {
    height: 200px;
    object-fit: cover;
}

.education-list-nav {
    border-bottom: 1px solid #f8692a;
}


/* Useful Classes */


.min-h-100vh {
    min-height: 100vh;
}

.top-unset {
    top:unset !important;
}

.bottom-unset {
    bottom:unset !important;
}

.right-unset {
    right:unset !important;
}

.left-unset {
    left:unset !important;
}

.right-0 {
    right: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.bg-grey {
    background-color: #ececec !important;
}

.bg-light-grey {
    background-color: #f3f3f3 !important;
}

.bg-white {
    background-color: white !important;
}

.bg-orange {
    background-color: #f8692a !important;
}

.bg-cream {
    background-color: #fcf9f7 !important;
}

.bg-light-black {
    background-color: #3d3737 !important;
}

.bg-inherit {
    background-color: inherit !important;
}

.text-orange {
    color: #f8692a !important;
}

.text-yellow {
    color: #ffb300 !important;
}

.text-grey {
    color: #676666 !important;
}

.text-light-grey {
    color: #9e9b9b !important;
}

.text-lighter-grey {
    color: #b4b4b4 !important;
}

.border-dark-orange {
    border-color: #c45824;
}

.border-orange {
    border-color: #f8692a !important;
}

.border-light-grey {
    border-color: #f3f3f3 !important;
}

.nav-pills-orange {
    border-bottom: 1px solid #f8692a;
}

.nav-link-border-grey {
    border-radius: 0 !important;
    border-bottom: 1px solid #2e2e2e5c !important;
}

.active-orange {
    background-color: #f8692a !important;
    color: white !important;
    border-color: #f8692a !important;
}

.active-orange i {
    color: white !important;
}

.active-outline-orange {
    color: #f8692a !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #f8692a !important;
}

.active-outline-orange i {
    color: #f8692a !important;
}


.btn-orange {
    color: #fff;
    background-color: #f8692a;
    border-color: #f8692a;
}

.btn-orange:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-outline-orange {
    color: #f8692a;
    border-color: #f8692a;
}

.btn-outline-orange:hover {
    color: #fff;
    background-color: #f8692a;
    border-color: #f8692a;
}

.btn-inherit {
    background-color: inherit !important;
    border: inherit !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pt-7 {
    padding-top: 5rem !important;
}

.pt-7 {
    padding-top: 6rem !important;
}


.pb-6 {
    padding-bottom: 4rem !important;
}

.pb-7 {
    padding-bottom: 5rem !important;
}

.pb-8 {
    padding-bottom: 6rem !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 6rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mb-7 {
    margin-bottom: 5rem !important;
}

.mb-8 {
    margin-bottom: 6rem !important;
}

@media (min-width: 992px) {
    .mt-lg-7 {
        margin-top: 5rem !important;
    }
}

.ms-6 {
    margin-right: 4rem !important;
}

.ms-7 {
    margin-right: 5rem !important;
}

.ms-8 {
    margin-right: 6rem !important;
}

.me-6 {
    margin-left: 4rem !important;
}

.me-7 {
    margin-left: 5rem !important;
}

.me-8 {
    margin-left: 6rem !important;
}

.fs-10px {
    font-size: 10px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-22px {
    font-size: 22px !important;
}

.fs-30px {
    font-size: 30px !important;
}

.fs-50px {
    font-size: 50px !important;
}

.text-justify {
    text-align: justify !important;
}

.of-cover {
    object-fit: cover !important;
}

.of-fill {
    object-fit: fill !important;
}

.of-contain {
    object-fit: contain !important;
}

.line-height-1 {
    line-height: 1.8 !important;
}

.line-height-2 {
    line-height: 2.20 !important;
}

.mt-12px {
    margin-top: 12px !important;
}

.rounded-10px {
    border-radius: 10px !important;
}

.rounded-6px-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-10px-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.rounded-10px-bottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.rounded-10px-right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.rounded-10px-left {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.rounded-60px {
    border-radius: 60px !important;
}

.circlePhoto-img {
    width: 320px;
    height: 320px;
    object-fit: cover;
}

.circlePhoto-img2 {
    width: 390px;
    height: 390px;
    object-fit: cover;
}

.card-img-overlay-darkred {
    width:80px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #b74412;
    color: white;
    font-size: 12px;
}

.card-img-overlay-orange {
    width:80px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    background: #f8692a;
    color: white;
    font-size: 12px;
}

.orangeHr {
    position: absolute;
    width: 100%;
    top: 20px;
    margin: 0 !important;
    opacity: 1;
    background-color: #f8692a;
}

.orangeHrSub {
    position: absolute;
    width: 100%;
    top: 12px;
    margin: 0 !important;
    opacity: 1;
    background-color: #f8692a;
}

.onHrText {
    margin-right: 50%;
    transform: translate(50%, 0%);
}

a[disabled="disabled"] {
    pointer-events: none !important;
    color: #aeaeae !important;
    border-color: #aeaeae !important;
}

.paginate-circle-orange {
    color: #707070;
    border-color: #707070;
    border-radius: 100px !important;
    margin: 0 8px;
    transition: border-radius 0.9s;
}

.paginate-circle-orange:hover {
    color: #f8692a;
    border-color: #f8692a;
    background-color: white;
    border-radius: 0 !important;
    transition: border-radius 0.3s;
}

.badge-outline-gray {
    border: 0.5px solid #a4a4a4;
    border-radius: 10px;
    padding: 7px 20px;
}

.badge-outline-orange {
    color: #f8692a;
    border: 1px solid #f8692a;
    padding: 5px 15px;
}

.badge-custom-1 {
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.border-corner-white {
    position:relative;
    width:220px;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-corner-white:before, .border-corner-white:after, .border-corner-white>:first-child:before, .border-corner-white>:first-child:after {
    position:absolute;
    width:40px; height: 40px;
    border-color:white; /* or whatever colour */
    border-style:solid; /* or whatever style */
    content: ' ';
}
.border-corner-white:before {top:0;left:0;border-width: 0 0 0 0}
.border-corner-white:after {top:0;right:0;border-width: 3px 3px 0 0}
.border-corner-white>:first-child:before {bottom:0;right:0;border-width: 0 0 0 0}
.border-corner-white>:first-child:after {bottom:0;left:0;border-width: 0 0 3px 3px}

.textOnBorder {
    position: relative;
}

.textOnBorder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #f8692a;
}

.textOnBorderWhite:after {
    border-top: 1px solid white;
}

.textOnBorderSpan {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-right: 25px;
}