﻿
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    direction: rtl !important;
    /*    font-family: 'Amiri', serif;*/
    font-family: 'Cairo', sans-serif;
    min-height: 100vh
}

.minBtm {
}
/*=================================================== Scroll =======================*/
.nos {
    height: 275px;
    padding: 0;
    background-color: #02735e;
    margin: 0;
    background-image: url(/images/BG2.png);
    position: relative;
    transition: .5s ease-in-out;
}

    .nos img {
        position: absolute;
        height: 150px;
        margin: 0 auto;
        left: 46%;
        border-radius: 50%;
        transition: .5s ease-in-out;
    }

    .nos p {
        color: #FFF;
        font-size: 35px;
        text-align: center;
        margin-bottom: 15px;
        transition: .5s ease-in-out;
    }

.nos2 {
    height: 100px;
    padding: 0;
    background-color: #02735e;
    margin: 0;
    background-image: url(/images/BG2.png);
    position: fixed;
    transition: .5s ease-in-out;
}

    .nos2 img {
        position: absolute;
        height: 75px;
        margin: 0 auto;
        left: 4%;
        top: 14px;
        border-radius: 50%;
        transition: .5s ease-in-out;
    }

    .nos2 p {
        color: #FFF;
        font-size: 20px;
        text-align: center;
        margin: 0;
        transition: .5s ease-in-out;
    }
/*=================================================== Scroll =======================*/

.cats a {
    color: #F27405;
    text-decoration: none;
}

    .cats a:hover {
        color: #03A678;
        text-decoration: none;
    }

.cats p:first-child {
    background-color: #03A678;
    padding: 25px 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 0 0 25px 25px;
    border: 2px solid #F27405;
}

.personal dd, .personal dt {
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.social {
    /* max-width: 500px;
    margin: 10px auto;*/
}

    .social ul {
        text-align: center;
        list-style: none;
        margin: 25px 0 0 0;
        background-color: #f3f3f3;
        padding: 30px;
    }

        .social ul li {
            text-align: left;
            display: block;
            font-size: 40px;
            padding: 5px;
            margin: 0 5px;
        }

.SocialIconName {
    font-size: 20px;
    display: inline
}

.location iframe {
    width: 100%;
    margin: 15px 0;
}


.langs {
    background-color: #014040;
    padding: 1px;
}

    .langs ul {
        list-style: none;
        text-align: center;
        margin-top: 25px;
    }

        .langs ul li {
            display: inline;
        }

            .langs ul li img {
                width: 50px;
                height: 50px;
                margin: 0 20px;
            }



/*=============================== Media =====================*/
@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .minBtm {
        min-height: 1000px
    }

    .nos {
        height: 200px;
    }

        .nos p {
            color: #FFF;
            font-size: 25px;
            text-align: center;
            margin: 0;
            transition: .5s ease-in-out;
            padding: 5px 0;
        }

        .nos img {
            position: absolute;
            height: 100px;
            width: 100px;
            margin: 0 auto;
            left: 35%;
            top: 122px;
            border-radius: 50%;
            transition: .5s ease-in-out;
        }

    .nos2 img {
        position: absolute;
        height: 75px;
        width: 75px;
        margin: 0 auto;
        left: 18px;
        border-radius: 50%;
        transition: .5s ease-in-out;
    }

    .langs ul li img {
        width: 30px;
        height: 30px;
        margin: 0 10px;
    }
}

/*================================== Home*/
.myhome {
    text-align: center;
    padding: 15px;
    background-color: #185359;
    margin-bottom: 15px;
    color: #FFF;
}

.home-ico ul {
    list-style: none
}

    .home-ico ul li {
        display: inline;
        font-size: 30px;
        padding: 0;
        margin: 0 15px;
    }

        .home-ico ul li a {
            color: #fffea2;
            text-decoration: none;
        }

            .home-ico ul li a:hover {
                color: #a2fff6;
                text-decoration: none;
            }

.coms {
    min-height: 200px;
    text-align: center;
    border: 1px solid #DDD;
    margin: 15px 3px;
    font-size: 25px;
    font-weight: bold;
    padding-top: 25px;
    vertical-align: middle;
    display: grid;
}

    .coms a {
        font-size: 60px;
        color: #fffea2;
        text-decoration: none;
        transition: 2s ease-in-out;
        -webkit-transition: 2s ease-in-out;
    }

        .coms a :hover {
            font-size: 55px;
            color: #a2fff6;
            text-decoration: none;
        }

.com1 {
    background-color: #F23030;
    color: #FFF;
}

.com2 {
    background-color: #267365;
    color: #FFF;
}

.taha {
    background-color: #474646;
    color: #FFF;
    padding: 5px;
    text-align: center;
    font-size: 18px;
}

    .taha a {
        text-decoration: none;
        color: #FFF;
    }

        .taha a:hover {
            text-decoration: none;
            color: #a2fff6;
        }

.HomeMap {
    min-height: 100px;
    text-align: center;
}
