body {
    overflow-x: hidden;
    font-family: 'Cairo', sans-serif !important;

}

/* navbar */

.navbar {
    direction: rtl;
}

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

.mr-auto {
    margin-right: 125px !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }


}

.nav-login button {
    font-size: 15px;
}

/* header img */

.header-img {
    background: url("../images/header.jpg") no-repeat left;
    background-size: cover;
    height: 452px;
}

/*welcome section */

.welcome-section {
    background: url("../images/Layer72.png") no-repeat left;
    background-size: cover;
}

.welcome-section {
    padding-top: 35px;
}

.welcome-section .welcome-txt {
    margin: 25px 0;
}


.welcome-section .welcome-txt p {
    margin-top: 20px;
    font-size: 20px;
    width: 50%;
    margin: auto;
}

/* video section */

.video-section {
    padding: 50px 0;
    background-color: #ddd;
}

.video-section h4 {
    color: #498ce4;
}

.video-section ul li {
    list-style: square;
    direction: rtl;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
}

/* form */

.bayan-form {
    padding: 40px;
}

.bayan-form h5 {
    margin-left: 430px;
    color: #498ce4;
}

.bayan-form input {
    width: 500px;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 6px 5px;
}

.bayan-form button {
    padding: 8px 40px;
    border-radius: 3px;
}

/* footer */

.footer-links {
    padding: 40px 0 60px;
    background-color: #498ce4;
}

.footer-links a {
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
}

.footer-links p {
    color: #fff;
    margin-top: 15px;
}

.welcome-icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 30px;
}

.welcome-icons img {
    margin-bottom: 10px;
    width: 90%;
}

.welcome-icons h6 {
    font-size: 18px;
    margin: 5px 0;
}

.talk-arabic {
    margin: 0;
    position: absolute;
    top: 24px;
    left: 85px;
    color: white;
    font-size: 20px;
}

.not-talk-arabic {
    margin: 0;
    position: absolute;
    top: 24px;
    left: 70px;
    color: white;
    font-size: 20px;
}

.text1 {
    position: absolute;
    top: 0;
    left: 27%; 
    font-weight: 600;
    color: #000000ba;
}

.text2 {
    position: absolute;
    top: 90px;
    left: 64%;
    margin: 0;
    font-weight: 600;
    color: #000000ba;
}

.text3 {
    position: absolute;
    top: 180px;
    left: 66%;
    margin: 0;
    font-weight: 600;
    color: #000000ba;
}

.text5 {
    position: absolute;
    top: 280px;
    left: 65%;
    margin: 0;
    font-weight: 600;
    color: #000000ba;
}

.text4 {
    position: absolute;
    top: 280px;
    right: 70%;
    margin: 0;
    font-weight: 600;
    color: #000000ba;
}

.text6 {
    position: absolute;
    top: 180px;
    margin: 0;
    right: 74%;
    font-weight: 600;
    color: #000000ba;
}

.text7 {
    position: absolute;
    top: 100px;
    margin: 0;
    right: 70%;
    font-weight: 600;
    color: #000000ba;
}

.parent-contactus {
    background: url("../images/about-2.png") no-repeat center;
    padding: 30px 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.parent-contactusimg {
    width: 100%;
}

.parent-contactus h5 {
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: 700;
}

.parent-contactus h6 {
    font-weight: 700;
}

.parent-contactus p {
    margin: 0;
}

.parent-contactus div {
    margin: 20px auto;
}

.location-img {
    background: url("../images/about-1.png") no-repeat center;
    height: 400px;
    width: 100%;
    margin: 40px 0;
    background-size: contain;
}

.navbar{
    position: sticky;
    top: 0;
    z-index: 99999;
}

.parent-aboutus {
    background: url("../images//who-6.png") no-repeat center;
    padding: 30px 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    text-align: center;
}


.parent-aboutus .col-lg-4 p {
    margin: 20px 0;
    font-weight: 600;
}

.img2 {
    width: 75%;
    height: auto;
}

.img1 {
    width: 35%;
    height: auto;
}

.container {
    max-width: 1320px;
}



@media (max-width: 768px) {
    .welcome-icons {
        flex-direction: column;
    }

    .img-responsive {
        width: 100%;
    }

    .bayan-form h5 {
        margin: 0;
    }

    .bayan-form input {
        width: auto;
    }

    .text7 {
        top: 120px;
        font-size: 8px;
    }

    .text6 {
        top: 70px;
        font-size: 8px;
    }

    .text5 {
        top: 120px;
        font-size: 8px;
    }

    .text4 {
        top: 22px;
        font-size: 8px;
    }

    .text3 {
        top: 70px;
        font-size: 8px;
    }

    .text2 {
        top: 20px;
        font-size: 8px;
    }

    .text1 {
        left: 10%;
        font-size: 8px;
    }

    .circle-img {
        width: 60%;
    }
}