* {
    box-sizing: border-box;
}

:root {
    --main-color2: #1aa19b;
    --main-color: #f69322;
}

body {
    direction: rtl;
    padding: 0;
    margin: 0;
    font-family: 'Sans Arabic', sans-serif
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.pageLogo {
    height: 575px;
    margin: 200px auto 0;
    position: relative;
    width: 800px;
}

.treeLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.whatadvantages,
.ourCampanies,
.whoUs,
.header,
.twitterPosts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.twitterPosts>div {
    width: 32% !important;
    height: 400px !important;
    overflow-y: scroll;
}

.header {
    max-height: 120px;
    height: 120px;
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    background-color: #fff;
    padding: 10px 20px 20px;
    z-index: 2;
}

.header div {
    text-align: center;
}

.box {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 10px;
    width: 32%;
}

.box i,
.box h4.whoUsHeader {
    text-align: center;
    display: block;
    color: var(--main-color);
}

/* .whoUs div:nth-of-type(1) .whoUsHeader{
    margin-bottom: 50px;
}
.whoUs div:nth-of-type(1) p{
    margin-bottom: 25px;
} */
.box h4 {
    margin: 15px 0;
}

.box i {
    font-size: 40px;
}

.box img {
    display: block;
    margin: auto;
}

.whoUs p {
    color: var(--main-color2);
    font-size: 13px;
    text-align: justify;
}

.one {
    position: relative;
    padding: 0 12px;
    width: 24%;
    margin-bottom: 80px;
}

.one h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: var(--main-color);
}

.one p {
    font-size: 16px;
    word-break: break-word;
    color: #555;
    color: var(--main-color2);
    text-align: justify;
}

.one::before {
    content: '';
    height: calc(100%);
    width: 5px;
    display: block;
    position: absolute;
    right: 0;
}

.one:first-of-type::before,
.one:nth-of-type(8)::before,
.one:nth-of-type(9)::before {
    background-color: #9fca38;
}

.one:nth-of-type(2)::before,
.one:nth-of-type(7)::before,
.one:nth-of-type(10)::before {
    background-color: #7da7d9;
}

.one:nth-of-type(3)::before,
.one:nth-of-type(6)::before,
.one:nth-of-type(11)::before {
    background-color: #d77e49;
}

.one:nth-of-type(4)::before,
.one:nth-of-type(5)::before,
.one:nth-of-type(12)::before {
    background-color: #aa5bcb;
}

.parentG {
    background-color: #f9f9f9;
    padding: 30px 0px 70px;
}

.parent {
    background-color: #fff;
    padding: 30px 0px 70px;
}

.company {
    width: 14.5%;
    text-align: center;
}

.company img {
    width: 100%;
    height: 100%;
}

.upper {
    height: 40px;
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    top: 120px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.upper p {
    position: absolute;
    width: max-content;
    margin: 0;
    font-weight: 700;
    text-align: right;
    animation: moving 60s linear infinite;
    text-wrap: nowrap;
}

@keyframes moving {
    0% {
        right: 100%;
    }

    100% {
        right: -100%;
    }
}

.secTitle,
.whoUsHeader {
    text-align: center;
    margin-bottom: 30px;
    color: var(--main-color2);
    font-weight: bold;
}

.pageLogo a {
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.left a.sow1,
.left a.sow2,
.left a.sow3,
.left a.sow4,
.left a.sow5,
.right a.sow1,
.right a.sow2,
.right a.sow3,
.right a.sow4,
.right a.sow5 {
    position: absolute;
}

.left a.sow1 {
    left: 110px;
    top: 15%;
    color: #9f4faa;
}

.left a.sow2 {
    left: 40px;
    top: 31%;
    color: #66588e;
}

.left a.sow3 {
    top: 59%;
    left: 17px;
    color: #4976b7;
}

.left a.sow4 {
    bottom: 20%;
    left: 130px;
    color: #1cc0b1;
}

.left a.sow5 {
    left: 46%;
    top: 15px;
    color: #4282ba;
}

.right a.sow1 {
    right: 110px;
    top: 15%;
    color: #d84745
}

.right a.sow2 {
    right: 40px;
    top: 31%;
    color: #f86322
}

.right a.sow3 {
    top: 59%;
    right: 50px;
    color: #f8a700
}

.right a.sow4 {
    bottom: 20%;
    right: 110px;
    color: #83bf3b
}

.right a.sow5 {
    bottom: 22px;
    right: 46%;
    color: #6487c3;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 30%;
    right: -50px;
}

.owl-next {
    left: -50px;
    right: unset;
}

.owl-prev span,
.owl-next span {
    font-size: 74px;
}

.item img {
    border-radius: 20px;
}

.contacts {
    text-align: center;
}

.contacts i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 25px;
}

.contacts img {
    margin-left: 15px;
    margin-top: -11px;
}

.fa-twitter {
    background-color: #1da1f2;
    border: 1px solid #1da1f2;
    color: #fff
}

.fa-snapchat {
    background-color: #fffc00;
    border: 1px solid #fffc00;
    color: #fff
}

.fa-tiktok {
    background-color: #69c9d0;
    border: 1px solid #69c9d0;
}

.fa-youtube {
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #fff
}

.fa-instagram {
    border: 1px solid linear-gradient(45deg, #ffdc7d, #f46f30, #7232bd, #c32aa3);
    ;
    background-image: linear-gradient(45deg, #ffdc7d, #f46f30, #7232bd, #c32aa3);
    color: #fff
}

.fa-facebook-f {
    background-color: #1877f2;
    border: 1px solid #1877f2;
    color: #fff
}

.fa-whatsapp {
    background-color: #25d366;
    border: 1px solid #25d366;
    color: #fff
}

.welcome,
.school,
.homeIcon {
    color: var(--main-color2);
}

.owl-carousel .owl-item img {
    max-height: 300px;
    height: 300px
}

.schoolLogo {
    position: absolute;
    top: 52%;
    left: 49%;
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 600px) {
    .rightHeader img {
        width: 30px;
    }

    .pageLogo {
        width: 320px;
        height: 410px;
        margin: 100px auto 0;
    }

    .schoolLogo {
        height: 60px;
    }

    .left a,
    .right a {
        font-size: 9px;
        display: inline-block;
        max-width: 50px;
        line-height: .9;
    }

    .left a.sow1 {
        left: 30px !important;
        top: 29.5% !important;
    }

    .left a.sow2 {
        left: 8px !important;
        top: 39.5% !important;
    }

    .left a.sow3 {
        top: 54.8% !important;
        left: -10px !important;
    }

    .left a.sow4 {
        bottom: 33% !important;
        left: 45px !important;
    }

    .left a.sow5 {
        left: 43% !important;
        top: 24% !important;
    }

    .right a.sow1 {
        right: 54px !important;
        top: 29.5% !important;
    }

    .right a.sow2 {
        right: 12px !important;
        top: 39.5% !important;
    }

    .right a.sow3 {
        top: 55% !important;
        right: 17px !important;
    }

    .right a.sow4 {
        bottom: 32% !important;
        right: 50px !important;
    }

    .right a.sow5 {
        bottom: 100px !important;
        right: 45% !important;
    }

    .box {
        width: 100%;
        margin-bottom: 15px;
    }

    .one {
        width: 50%;
    }

    .one::before {
        height: calc(100% + 1px);
    }

    .company {
        width: 30%;
    }

    .owl-next {
        left: -10px;
    }

    .owl-prev {
        right: -10px;
    }

    .twitterPosts>div {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .twitterPosts iframe {
        height: 400px !important;
        max-height: 400px !important;
    }

    .item {
        text-align: center;
    }

    .item img,
    .item .vidIframe {
        width: 90% !important;
        margin: auto;
    }

    .whatadvantages br {
        display: none;
    }

    .twitterPosts {
        flex-direction: column !important;
    }

    .contacts img {
        margin-bottom: 15px;
    }

    .HeaderImage {
        height: 60px;
    }
}

.appsIcons {
    display: flex;
    justify-content: space-evenly;
}

.appsIcons div {
    text-align: center;
}

.phoneTitle {
    font-size: 12px;
}

.appsIcons .fa-android {
    color: #3DDC84
}

.appsIcons .fa-apple {
    color: #A2AAAD
}

.contactsDiv {
    display: flex;
    justify-content: center;
}

.contactsDiv>div:first-of-type {
    width: 50%;
    position: relative;
}

.contactsDiv>div:nth-of-type(2) {
    width: 30%;
    position: relative;
}

.contact::before {
    content: '';
    height: calc(100% - 57px);
    width: 5px;
    background-color: var(--main-color);
    display: block;
    position: absolute;
    right: -15px;
}

.addContent {
    margin-right: 10px
}

.address {
    display: flex;
}

.address i {
    margin-top: 5px;
    font-size: 20px;
    color: var(--main-color2)
}

.parent .contacts {
    justify-content: center;
}

.contactsDiv .fa-whatsapp {
    background-color: unset;
    border: unset;
    color: var(--main-color2);
}

.btn-close {
    margin-left: 0 !important;
}

.headInside {
    margin-top: 200px;
}

.Magimages {
    margin-bottom: 30px;
}

.Magimages .item {
    height: 500px;
    overflow-y: auto;
}

#magazine {
    padding: 30px 0 0;
}

.gmap_canvas label {
    position: absolute;
    right: 10px;
    left: unset;
    top: 0;
}

.gmap_canvas .maps {
    margin-top: 30px;
    text-align: right;
    margin-left: -40px;
    margin-right: 0;
}



.pageHeader {
    text-align: center;
    color: #fff;
}

.pageHeader h4 {
    background-color: var(--main-color);
    margin: auto;
    width: fit-content;
    padding: 0 30px;
    min-width: 140px;
    position: relative;
}

.pageHeader i {
    background-color: var(--main-color2);
    height: 36px;
    width: 30px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -10px;
    margin-top: -3px;
    border-radius: 5px;
}

.who_us_page .logoImage {
    text-align: center;
    margin: 20px 0 40px;
}

.whous_pa {
    padding: 15px;
    background: #f7f7f7;
    text-align: center;
    font-size: 20px;
}

.whousContent {
    padding: 0 30px;
    font-family: 'Sans Arabic' !important;
}

.who_page {
    display: flex;
}

.who_page div:first-of-type {
    margin-left: 10px;
}

.who_page h5 {
    width: fit-content;
    min-width: 80px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}

.who_page:first-of-type h5,
.who_page:first-of-type div:nth-of-type(2)::before {
    background-color: #3fa3df;
}

.who_page:nth-of-type(2) h5,
.who_page:nth-of-type(2) div:nth-of-type(2)::before {
    background-color: #73b049;
}

.who_page:nth-of-type(3) h5,
.who_page:nth-of-type(3) div:nth-of-type(2)::before {
    background-color: #8b5e27;
}

.who_page:nth-of-type(4) h5,
.who_page:nth-of-type(4) div:nth-of-type(2)::before {
    background-color: #c12f56;
}

.who_page p {
    margin: 20px 20px 0;
}

.who_page li {
    margin-right: 30px;
}

.who_page li:nth-of-type(2),
.who_page li:nth-of-type(7) {
    margin-right: 40px;
}

.who_page li:nth-of-type(3),
.who_page li:nth-of-type(6) {
    margin-right: 50px;
}

.who_page li:nth-of-type(4),
.who_page li:nth-of-type(5) {
    margin-right: 60px;
}

.who_page div:nth-of-type(2) {
    position: relative;
    margin-bottom: 25px;
}

.who_page div:nth-of-type(2)::before {
    content: '';
    height: calc(100% + 1px);
    display: block;
    width: 3px;
    position: absolute;
}

.who_page ::marker {
    color: #078f81;
}

.whous_pa:last-of-type {
    color: var(--main-color);
}

.whous_pa:last-of-type span {
    color: var(--main-color2);
}

.goalsObjective .whousContent {
    padding: 0 30px 0 0 !important;
}

@media screen and (max-width: 600px) {
    .qyam img {
        width: 320px !important;
    }

    .goalsObjective .whousContent {
        padding: 0 30px 0 0 !important;
    }

    .who_us_page p,
    .who_us_page li {
        text-align: justify;
    }

    .who_page li {
        margin-right: 0 !important;
    }
}

.steps {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
}

.steps>div.step {
    width: 20%;
}

.stepTitle {
    display: flex;
    justify-content: space-evenly;
}

.step span {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

.step:first-of-type span {
    background: #8ada57;
}

.step:nth-of-type(2) span {
    background: #e1a914;
}

.step:nth-of-type(3) span {
    background: #5a6dc9;
}

.step:nth-of-type(4) span {
    background: #3dbcab;
}

.done,
.dtwo,
.dthree {
    border-top: 2px dotted #f00;
    position: absolute;
    right: 15%;
    top: -40px;
    border-right: 2px dotted #f00;
    border-left: 2px dotted #f00;
    width: 360px;
    height: 40px;
}

.dtwo {
    border-top: 0;
    border-bottom: 2px dotted #f00;
    right: 43%;
    top: 37px;
    height: 80px;
    width: 340px;
}

.dthree {
    left: 45px;
    height: 40px;
    right: unset;
}

.insidewhous_pa {
    width: 80%;
    margin: auto;
}

.album_photos img {
    border-radius: 20px 20px 0 0;
}

.album_photos .title {
    display: inline-block;
    background: var(--main-color);
    width: 100%;
    padding: 3px;
    border-radius: 0 0 20px 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

#buttonUp {
    display: inline-block;
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#buttonUp::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#buttonUp:hover {
    cursor: pointer;
    background-color: var(--main-color2);
    ;
}

#buttonUp:active {
    background-color: var(--main-color2);
    ;
}

#buttonUp.show {
    opacity: 1;
    visibility: visible;
}