@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/* ======================================*/
/* =============FONTS====================*/
/* ======================================*/

@font-face {
    font-family: 'zurch';
    src: url(fonts/zurchbc.ttf);
}
@font-face {
    font-family: 'clare';
    src: url(fonts/clare.ttf);
}
@font-face {
    font-family: 'najed';
    src: url(fonts/af_najed.woff2);
}
:lang(ar) {
    font-family: 'Droid Arabic Kufi', sans-serif;
}
:lang(en) {
    font-family: 'zurch', sans-serif;
}

/* ======================================*/
/* =============FONTS====================*/
/* ======================================*/

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.LOGOAR {
    width: 90%;
    padding-top: 30px;
}
.LOGOEN {
    font-size: 18px;
    font-family: 'clare';
}
.header-Container {
    padding: 5px 0px 0px 0px;
    background-color: #08223D;
}
.header-top,
.header-bottom p {
    text-align: center;
    color: white;
}
.header-top p {
    margin: 0 auto;
    font-size: 17px;
}
.header-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #08223D;
    margin-top: 15px;
}
.header-bottom {
    background-color: #005CA9;
}
.footer-Container {
    padding: 5px 0px 0px 0px;
    background-color: #08223D;
}
.footer-bottom p {
    text-align: center;
    color: white;
}
.footer-top H5 {
    text-align: center;
    color: white;
}
.footer-top {
    background-color: #005CA9;
}
.footer-bottom {
    background-color: #08223D;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 15px;
}
.social-icon {
    display: inline;
    max-height: 50px;
    max-width: 50px;
}
#body-frame {
    padding-left: 10px;
    padding-right: 10px;
    background-size: cover;
}
.path-button {
    background: #FFF;
    color: gray;
    font: bold 11px "Helvetica";
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-decoration: none;
    margin-bottom: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}
.path-button:after {
    background: gray;
    color: #FFF;
    content: ">";
    display: inline-block;
    font: bold 11px "Georgia";
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    text-align: center;
    width: 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.path-button:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
