/* Common */
body {
    background: #fff;
    overflow-x: hidden;
}

p {
    text-align: justify;
}

p:lang(ar) {
    line-height: 2;
}

img {
    width: auto
}

a:hover {
    color: #A0BD3F
}

.badge-secondary {
    color: #6c757d;
    background-color: #efefef
}

.w-15 {
    width: 15% !important
}

.w-35 {
    width: 35% !important
}

.w-60 {
    width: 60% !important
}

ul {
    line-height: 2
}

.r-2 {
    right: 1rem
}

.b-2 {
    bottom: 1rem
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mr-2 {
    margin-right: .5rem !important
}


.mr-3 {
    margin-right: 1rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: .25rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.ml-3 {
    margin-left: 1rem !important
}


.ml-4 {
    margin-left: 1.5rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.pr-0 {
    padding-right: 0 !important
}

.pr-1 {
    padding-right: .25rem !important
}


.pr-2 {
    padding-right: .5rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pr-5 {
    padding-right: 3rem !important
}


.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: .25rem !important
}


.pl-2 {
    padding-left: .5rem !important
}


.pl-3 {
    padding-left: 1rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.pl-5 {
    padding-left: 3rem !important
}


.pb-7 {
    padding-bottom: 7rem !important
}

.border-success {
    border-color: #A0BD3F !important
}

.border-dark {
    border-color: #3F513F !important
}

.border-gray {
    border-color: #878787 !important
}

.bg-success {
    background-color: #A0BD3F !important
}

.bg-warning {
    background-color: #F1E4C4 !important
}

.bg-wrong {
    background-color: #bd4a4b !important
}

.bg-white {
    background-color: #fff !important
}

.bg-dark {
    background-color: #3F513F !important
}

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

.bg-secondary {
    background-color: #fbfbfb !important
}

.bg-dark-green {
    background-color: #526650 !important;
}

.h1 {
    font-size: 64pt
}

.h2 {
    font-size: 32pt
}

.h3 {
    font-size: 24pt
}

.p1 {
    font-size: 20pt
}

.p2 {
    font-size: 16pt
}

.p3 {
    /*font-size: 14pt*/
    font-size: 18px
}

.p4 {
    font-size: 10pt
}

.px-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify;
}

.text-success {
    color: #A0BD3F !important
}

.text-warning {
    color: #F1E4C4 !important
}

.text-wrong {
    color: #bd4a4b !important
}

.text-dark {
    color: #3F513F !important
}

.text-gray {
    color: #878787 !important
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-900 {
    font-weight: 900
}

.fz-12 {
    font-size: 12px !important
}

.fz-13 {
    font-size: 13px !important
}

.fz-14 {
    font-size: 14px !important
}

.fz-15 {
    font-size: 15px !important
}

.fz-18 {
    font-size: 18px !important
}

.fz-19 {
    font-size: 19px !important
}

.fz-20 {
    font-size: 20px !important
}

.fz-23 {
    font-size: 23px !important
}

.fz-27 {
    font-size: 27pt
}

.fz-50 {
    font-size: 50pt
}

.fz-40 {
    font-size: 40pt
}

.btn {
    border-radius: 0;
    padding: 1rem 1.5rem
}

.topbar-btn {
    padding: .36rem 2.1rem
}

.btn-success {
    background-color: #A0BD3F;
    border-color: #A0BD3F
}

.btn-danger {
    color: #fff;
    background-color: #bd4a4b;
    border-color: #bd4a4b
}

.warning-btn-warning {
    color: #fff;
    background-color: #F1E4C4;
    border-color: #F1E4C4
}

.btn-dark {
    color: #fff;
    background-color: #3F513F;
    border-color: #3F513F
}

.btn-dark-green {
    background-color: #3F513F;
    color: white;
}

.btn-dark-green:hover {
    color: white;
}

.btn-success:hover {
    color: #fff;
    background-color: #3F513F;
    border-color: #3F513F
}

.bw-3 {
    border-width: 3px !important
}

.bw-2 {
    border-width: 2px !important
}

.navbar-nav .active > a:after {
    content: '';
    border-bottom: 2px #A0BD3F solid;
    height: 5px;
    display: block;
    position: relative;
    /*margin-right: 8px*/
}

.navbar-brand {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .1em
}

.nav-item {
    padding: 0 .5rem
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 700
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff
}

.navbar-toggler:focus {
    box-shadow: unset
}

.navbar-toggler {
    font-size: 15px !important
}

footer p {
    margin: 0
}

footer .fa-angle-right {
    font-size: 12px
}

.angle-right:after {
    content: '\003E'
}

.angle-right {
    font-size: 11px;
    font-weight: inherit
}

.bars {
    font-size: inherit
}

.bars:after {
    content: '\2630'
}

.chevron-right:after {
    content: '\276F'
}

footer a:hover {
    text-decoration: none
}

.text-muted {
    color: unset !important;
}

.banner-text {
    padding: 15rem 0 8rem 0
}


.banner-btn, .banner-sub-heading {
    font-size: 17pt
}

.banner-btn {
    padding: .4rem 2.3rem
}


.text-intro {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 30px
}

.become-img {
    width: 110vh;
    height: 100%
}

.sol-img-1:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #f2ead059*/
}

.sol-img-2:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #A0BD3F87*/
}

.sol-img-3:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #4d6451ba*/
}

.sol-img-4:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #bd4a4ba6*/
}

.sol-text {
    position: absolute;
    bottom: 15px;
    z-index: 2
}

.num {
    position: absolute;
    top: -54px;
    left: -15px;
    font-size: 50pt;
    z-index: -1
}

.membership-span {
    color: #fff
}

.cover {
    color: #fff;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.cover:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: #0000008a;*/
    background-size: 2px 2px
}

.navbar-toggler {
    padding: 0.75rem 0.75rem;
}

ul {
    list-style-type: none;
    position: relative
}

.success-ul::marker {
    color: #A0BD3F;
    content: '■'
}

.danger-ul::marker {
    color: #BD4A4B;
    content: '■'
}

.closeModal {
    border: none;
    background: none;
}

.navbar {
    direction: ltr;
    flex-wrap: nowrap;
}

.offcanvas.show {
    direction: initial;
}

.navbar-collapse:lang(ar) {
    flex-grow: 0;
    direction: rtl;
}

.navbar-brand {
    margin-left: 0
}

.submenu-offcanvas ul {
    display: none;
}

.offcanvas-body .navbar-nav .active a:after {
    border-bottom: 1px #c3c9c3 solid;
}

.navbar-nav .dropdown-toggle::after {
    display: unset;
    margin-left: unset;
    vertical-align: unset;
    content: none;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
}

.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid {
    background-image: unset;
}

/* Homepage */
.banner-text {
    padding: 15rem 0 8rem 0
}

.banner-heading {
    line-height: 1.5;
    font-weight: 900;
    font-size: 46pt;
}

.banner-heading span {
    border-bottom: 12px #A0BD3F solid;
    /*text-decoration: underline 15px solid #A0BD3F;*/
}

.banner-btn, .banner-sub-heading {
    font-size: 17pt
}

.banner-btn {
    padding: .4rem 2.3rem
}

.text-intro {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 30px
}

.become-img {
    width: 110vh;
    height: 100%
}

.sol-img-1:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #f2ead059*/
}

.sol-img-2:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #A0BD3F87*/
}

.sol-img-3:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #4d6451ba*/
}

.sol-img-4:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #bd4a4ba6*/
}

.sol-text {
    position: absolute;
    bottom: 15px;
    z-index: 2
}

.num {
    position: absolute;
    top: -54px;
    left: 5px;
    font-size: 50pt;
    z-index: -1
}

.membership-span {
    color: #fff
}

/* Story details */
.story-person {
    display: flex;
    height: 95%;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 25px;
}

/* Course details */
.inhous-div > div {
    background-color: #ececec
}

.story-img {
    position: absolute;
    bottom: -85px;
    width: 100%;
    left: 0
}

.leaf1 {
    position: relative;
    right: 39rem;
    top: 1rem;
    display: none;
    transform: scaleX(-1);
}

.leaf2 {
    position: relative;
    right: -4rem;
    top: -2rem;
    display: none;
    transform: scaleX(-1);
}

.leaf6 {
    position: relative;
    bottom: 3rem;
    z-index: -1;
    transform: scaleX(-1);
}

.leaf7 {
    background-image: url('../images/leaves/leaf6.webp');
    background-repeat: no-repeat;
    background-position: left bottom
}

.leaf8 {
    background-image: url('../images/leaves/leaf8.webp');
    background-repeat: no-repeat;
    background-position: left bottom
}

.leaf8:lang(en) {
    background-position: right bottom
}

/*.card-img-top {*/
/*    width: auto*/
/*}*/

.card-text {
    height: 260px;
    overflow: auto
}

.objectives-p {
    font-size: 1.25rem;
    font-weight: bolder;
}

/* Training */
.acc-img:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000008a
}

.acc-img-text {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.no-text-justify {
    text-align: unset;
}

.min-h-50px {
    min-height: 50px !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-left: var(--bs-gutter-x, 2rem);
    padding-right: var(--bs-gutter-x, 2rem);
    margin-left: auto;
    margin-right: auto;
}
.blogs-slider .slick-slide:lang(en) {
    padding-right: 0.5rem;
}

.blogs-slider .slick-slide:lang(ar) {
    padding-left: 0.5rem;
}

.stories-slider .slick-slide:lang(en) {
    padding-right: 0.5rem;
}

.stories-slider .slick-slide:lang(ar) {
    padding-left: 0.5rem;
}
/*---------------------------------*/
/* responsive */
@media (min-width: 320px) {
    .d-xxs-block {
        display: block !important;
    }

    .d-xxs-none {
        display: none !important;
    }
}

@media (min-width: 360px) {
    .col-xs-auto {
        flex: 0 0 auto;
        width: auto
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-none {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .blogs-slider .slick-slide:lang(en) {
        padding-right: 1.5rem;
    }

    .blogs-slider .slick-slide:lang(ar) {
        padding-left: 1.5rem;
    }
    .stories-slider .slick-slide:lang(en) {
        padding-right: 0.5rem;
    }

    .stories-slider .slick-slide:lang(ar) {
        padding-left: 0.5rem;
    }

}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .min-h-md-50px {
        min-height: 50px !important;
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pl-md-0 {
        padding-left: 0 !important
    }

    .pr-md-1 {
        padding-right: .25rem !important
    }

    .pl-md-1 {
        padding-left: .25rem !important
    }

    .pr-md-2 {
        padding-right: .5rem !important
    }

    .pl-md-2 {
        padding-left: .5rem !important
    }

    .pr-md-3 {
        padding-right: 1rem !important
    }

    .pl-md-3 {
        padding-left: 1rem !important
    }

    .pr-md-4 {
        padding-right: 1.5rem !important
    }

    .pl-md-4 {
        padding-left: 1.5rem !important
    }

    .pr-md-5 {
        padding-right: 3rem !important
    }

    .pl-md-5 {
        padding-left: 3rem !important
    }

    .px-md-10 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }

    .border-md-right {
        border-right: 1px solid #dee2e6 !important;
    }

    .border-md-left {
        border-left: 1px solid #dee2e6 !important;
    }

    .text-md-justify {
        text-align: justify;
    }

    .course-summary {
        /*position: absolute;*/
        position: relative;
        padding: 0;
        top: 5rem;
        box-shadow: rgb(100 100 111 / 20%) 0 7px 29px
    }

    /*.course-summary:lang(en) {*/
    /*    right: 5rem;*/
    /*}*/
    /*.course-summary:lang(ar) {*/
    /*    left: 5rem;*/
    /*}*/
    .inhous-div {
        position: absolute;
        padding: 0;
        bottom: 0
    }

    .inhous-div:lang(en) {
        right: 5rem;
    }

    .inhous-div:lang(ar) {
        left: 5rem;
    }

    .story-img img {
        width: 25% !important
    }

    .leaf1, .leaf2 {
        display: block
    }

    .banner-btn-w {
        width: 40% !important;
    }

    .stories-slider .slick-slide:lang(en) {
        padding-right: 1.5rem;
    }

    .stories-slider .slick-slide:lang(ar) {
        padding-left: 1.5rem;
    }
}

@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    /*.course-summary:lang(en), .inhous-div:lang(en) {*/
    /*    right: 5rem*/
    /*}*/
    /*.course-summary:lang(ar), .inhous-div:lang(ar) {*/
    /*    left: 5rem*/
    /*}*/
    .story-img img {
        width: 20% !important
    }
}

@media (min-width: 1200px) {
    /*.course-summary:lang(en), .inhous-div:lang(en) {*/
    /*    right: 5rem*/
    /*}*/
    /*.course-summary:lang(ar), .inhous-div:lang(ar) {*/
    /*    left: 6rem*/
    /*}*/
    .story-img img {
        width: 15% !important
    }
}

@media (max-width: 1200px) {
    .banner-heading {
        font-size: 40pt
    }

    .banner-text {
        padding: 13rem 0 8rem 0
    }

    /*.banner-text div:nth-child(1) {*/
    /*    width: 40% !important*/
    /*}*/
    /*.banner-text div:nth-child(2) {*/
    /*    width: 60% !important*/
    /*}*/
    .leaf1 {
        left: 33rem
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .footer-h5 {
        font-size: 15px
    }

    .banner-heading {
        font-size: 29pt;
    }

    .banner-btn, .banner-sub-heading {
        font-size: 18pt
    }

    .banner-text {
        padding: 10rem 0 8rem 0
    }

    .num {
        top: -25px;
        left: -17px;
        font-size: 40pt
    }
}

@media (max-width: 992px) {
    .story-pref {
        font-size: 10pt !important
    }

    .banner-heading {
        font-size: 29pt;
    }

    .banner-btn, .banner-sub-heading {
        font-size: 18pt
    }

    .banner-text {
        padding: 10rem 0 8rem 0
    }

    .num {
        top: -25px;
        left: -17px;
        font-size: 40pt
    }

    .leaf1 {
        left: 24rem;
    }

    .cover {
        /*background-position: inherit !important;*/
        padding: 1rem 0 !important;
    }

    .story-pref {
        font-size: 10pt !important
    }

    .banner-heading {
        font-size: 29pt;
    }

    .banner-btn, .banner-sub-heading {
        font-size: 18pt
    }

    .banner-text {
        padding: 10rem 0 8rem 0
    }

    .num {
        top: -25px;
        left: -17px;
        font-size: 40pt
    }

    .navbar {
        direction: rtl;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hidden-elms {
        display: none
    }

    .banner-text {
        padding: 10rem 0 8rem 0
    }

    .banner-heading {
        font-size: 30pt;
    }

    /*.banner-text div:nth-child(1) {*/
    /*    width: 55% !important*/
    /*}*/
    /*.banner-text div:nth-child(2) {*/
    /*    width: 82% !important*/
    /*}*/
    .banner-btn, .banner-sub-heading {
        font-size: 17pt
    }

    .sol-text {
        bottom: 0
    }

    .num {
        left: -18px;
        font-size: 40pt
    }

    .banner-btn-w {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .topbar span {
        font-size: 11px !important
    }

    .topbar-btn {
        padding: 0.2rem 1rem;
    }

    .banner-heading {
        font-size: 27pt;
        line-height: 2;
    }

    /*.banner-text div:nth-child(1) {*/
    /*    width: 50% !important*/
    /*}*/
    /*.banner-text div:nth-child(2) {*/
    /*    width: 85% !important*/
    /*}*/
    .banner-btn, .banner-sub-heading {
        font-size: 13pt
    }

    .sol-text p {
        font-size: 10px !important
    }

    .fz-50 {
        font-size: 43pt
    }
}

@media (max-width: 504px) {
    .banner-heading {
        font-size: 23pt;
    }

    /*.banner-text div:nth-child(1) {*/
    /*    width: 65% !important*/
    /*}*/
    /*.banner-text div:nth-child(2) {*/
    /*    width: 95% !important*/
    /*}*/
    .banner-btn, .banner-sub-heading {
        font-size: 12pt
    }
}

@media (max-width: 360px) {
    .banner-heading {
        font-size: 20pt;
    }

    /*.banner-text div:nth-child(1) {*/
    /*    width: 65% !important*/
    /*}*/
    /*.banner-text div:nth-child(2) {*/
    /*    width: 90% !important*/
    /*}*/
    .banner-btn, .banner-sub-heading {
        font-size: 11pt
    }

    .num {
        left: -10px;
        font-size: 32pt
    }

    .banner-btn-w {
        width: 100%;
    }
}

@media (max-width: 310px) {
    .navbar-toggler {
        padding: 0.5rem 0.5rem;
    }
}
