/*BootStrap Override*/
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@font-face {
    font-family: "GE SS Text Light";
    src:url("../fonts/gesstext/GE_SS_Text_Light.eot?") format("eot"),
        url("../fonts/gesstext/GE_SS_Text_Light.woff") format("woff"),
        url("../fonts/gesstext/GE_SS_Text_Light.ttf") format("truetype"),
        url("../fonts/gesstext/GE_SS_Text_Light.svg#GESSTextLight-Light") format("svg");
    font-weight:normal;
    font-style:normal;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

.warp {overflow: hidden;}
.align-right {text-align: right;}
.align-left {text-align: left;}

.ar {font-family: "GE SS Text Light";}
.en {font-family: Arial,Helvetica Neue,Helvetica,sans-serif;}

header {
    background: url(../images/h-bg.jpg) center top repeat;
    height: 200px;
}





/*Top Nav*/
.top_nav {
    height: 50px;
    padding: 10px 0;
}

.top_nav .socail a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    float: left;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-right: 5px;
}

.top_nav .socail a:nth-child(1) {background-color: #385592}
.top_nav .socail a:nth-child(2) {background-color: #549cc6}
.top_nav .socail a:nth-child(3) {background-color: #325b90}
.top_nav .socail a:nth-child(4) {background-color: #b2435c}
.top_nav .socail a:nth-child(5) {background-color: #601836}





/*Menu*/
.menu {background-color: rgba(255,255,255,.7);}
.menu .main {padding: 15px;}
.menu .main a {
    color: #000;
    display: inline-block;
    padding: 35px 0;
    position: relative;
}

.menu .main a::after {
    content: "";
    width: 60%;
    height: 5px;
    position: absolute;
    bottom: 20px;
    left: 20%;
    background-color: #713955;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.menu .main a.active::after,
.menu .main a:hover:after {opacity: 1;}

.menu .main a:not(:last-child) {border-left: 1px solid #bfbfbf;}

.menu .main a span {
    display: block;
    font-size: 18px;
}

.menu .main a span.ar {font-weight: bold;}





/*content*/
.content {
    padding-top: 100px;
    background-color: #ecf0f1;
}

.content .row {margin-bottom: 100px;}

.content h2 {
    color: #ff6600;
    margin: 0 0 30px;
}

.content p {margin-bottom: 70px;}





/*Product*/
.product p {
    margin: 20px 0;
    color: #010135;
}





/*Contact*/
.contact h3 {
    color: #010135;
    font-weight: bold;
}

.contact .span {
    display: block;
    color: #45454a;
    font-size: 20px;
    margin-bottom: 10px;
}





/*Footer*/
footer {
    background: url(../images/footer_bg.jpg) center top repeat;
    padding: 15px 0;
}

footer h4 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 18px;
    color: #fff;
}
.hyyat {
    display: block;
    width: 115px;
    height: 37px;
    text-decoration: none;
    font-family: 'Droid Arabic Kufi', sans-serif;
    position: relative
}

.hyyat img {float: left;}

.hyyat > span:first-of-type {
    font-size: 10.23px;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 2px;
}
.hyyat > span:last-of-type {
    font-size: 13px;
    color: #fff;
    position: absolute;
    top:16px;
    right: 0;
}

.span_footer {
    background-color: #0c1a4a;
    display: block;
    height: 30px;
}