﻿body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    text-align: center;
}

ul.topnav {
    list-style-type: none;
    border-bottom: 1px solid #CCC;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    text-align: right;
    direction: rtl;
}

    ul.topnav li {
        float: right;
        height: 55px;
        width: 70px;
    }

        ul.topnav li a {
            display: inline-block;
            color: black;
            text-align: center;
            padding: 5px;
            text-decoration: none;
            transition: 0.3s;
            font-size: 17px;
        }





            ul.topnav li a:hover {
                background-color: #CCC;
            }

        ul.topnav li.icon {
            display: none;
        }

@media screen and (max-width:3000px) {
    ul.topnav li:not(:first-child) {
        display: none;
    }

    ul.topnav li.icon {
        float: left;
        background-color: #e8e8e8;
        text-align: center;
        display: inline-block;
        display: block;
    }
}

@media screen and (max-width:3000px) {

    ul.topnav.responsive li.icon {
        position: absolute;
        left: 0;
        text-align: center;
        display: block;
        top: 0;
    }

    ul.topnav.responsive li {
        float: none;
        display: inline;
    }

        ul.topnav.responsive li a {
            display: block;
            text-align: right;
        }
}

.header-cont {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1000;
}

an {
    font-size: 25px;
    font-family: 'ara_hamah_alislamregular';
}

.footer-style {
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #2f2f2f;
    background-color: #2e2e2e;
}

.table_width_100 {
    width: 100%;
}

.width_50px {
    width: 50px;
}

.facebook_youtube_size {
    width: 50px;
    height: 50px;
    display: block;
}

td {
    direction: rtl;
}


.span_footer {
    color: white;
}

a {
    text-decoration: none;
    color: black;
}

    a imge {
        border: none;
        text-decoration: none;
    }
