:root {
    --mainColoer: #ffc527;
}

body {
    direction: rtl;
    text-align: right;
    font-family: "Tajawal" , sans-serif;
}

.section {
    padding: 80px 0;
}

ul {
    margin: 0;
    padding: 0;
}

.section-title {
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100px;
    height: 3px;
    background-color: var(--mainColoer);
}

.navbar {
    box-shadow: 1px 2px 5px #ebebeb;
}

.home {
    height: 600px;
    background: url(../Images/slide-bg-1.jpg);
    background-size: cover;
    background-position: center center;
    padding: 1px;
}

.home-item {
    width: 50%;
    margin-right: auto;
    margin-top: 15%;
}

@media(max-width: 768px) {
    .home {
        height: 400px;
    }

    .about-item {
        width: 100%;
    }
}

.home-item h2 {
    color: #fff;
    font-size: xx-large;
}

.home-item p {
    color: #fff;
    font-size: large;
}

.about-item p {
    margin: 50px 0;
}

.about-item button {
    margin-bottom: 15px;
}

.news-left ,
.footer-left {
    display: flex;
    align-items: center;
}

.news-left img , 
.footer-left img {
    max-width: 200px;
    margin-left: 7px;

}

/* Services Section */
.moro-services span {
    width: 90px;
    height: 55px;
    position: relative;
}

.moro-services span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 2rem;
}

@media(max-width: 768px) {
    .services-item {
        margin-bottom: 20px;
    }
    .moro-services span {
        height: 40px;
    }
    .moro-services span i {
        font-size: 1.5rem;
    }
}

/* ==== Subscribe ==== */
.subscribe {
    height: 450px;
    background-image: url(../Images/subscribe-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 1px;
    position: relative;
}

.subscribe-item {
    width: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.subscribe-item h2 {
    font-size: xx-large;
}

.subscribe-item .form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe-item .form input {
    width: 80%;
}

.subscribe-item .form button {
    width: 15%;
}

/* ==== Footer ==== */
footer {
    background-color: #071c33;
}

.footer-item h3 {
    background: #fff none repeat scroll 0 0;
    color: #222;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.footer-item p {
    color: #cacaca;
}

.footer-item span {
    color: #5d6d7e;
}

.list-unstyle {
    list-style: none;
}

.footer-connect {
    position: relative;
}

.footer-connect p {
    color: #5d6d7e;
}

.footer-connect input {
    border: medium none transparent;
    border-radius: 100px;
    height: 45px;
    padding: 0 14px;
    width: 100%;
}

.footer-connect button {
    background: #ffc527;
    border: 1px solid #ffc527;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    height: 45px;
    padding: 0 17px;
    position: absolute;
    left: 0;
    top: -10;
}

.social-icos {
    text-align: center;
    margin-top: 25px;
}

.social-icos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icos li {
    display: inline-block;
    margin-left: 28px;
    margin-right: 0;
}

.social-icos li a {
    color: #cacaca;
}

.social-icos li a:hover {
    color: #ffc527;
}

/* ====Testimonial==== */
.testimonial-item img {
    width: 120px;
    height: 100px;
}