@import url(http://fonts.googleapis.com/earlyaccess/notokufiarabic.css);

html,
body {
    height: 100%;
}
body {
    font-family: 'Noto Kufi Arabic', sans-serif;
    font-weight: normal;
    color: #fff;
    /*background-color: #4475ba;*/
}
a {
	-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
img {
    max-width: 100% !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Noto Kufi Arabic', sans-serif;
    margin: 10px 0;
    padding: 0;
    color: #fff;
    line-height: 150%;
}
h1,
.h1 {
    font-size: 36px;
    position: relative;
}

h3,
.h3 {
    font-size: 20px;
    text-align: left;
}
h4,
.h4 {
    font-size: 17px;
    direction: rtl;
    text-align: right;
}

.parallax-head {
    background: url(../images/head.jpg) no-repeat fixed 50% 0;
}
.parallax-background {
    background-size: auto;
}

@media (min-width: 1400px) { 
    .parallax-background {
        background-size: cover;
    }
}
@media (max-width: 991px) { 
    .parallax-background {
        background: auto;
    }
}
@media (max-width: 480px) { 
	.parallax-background {
        background: auto;
    }
}

.overlay-inner {
    position: relative;
    z-index: 2;
    color: #fff;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.85;
    z-index: 1;
}

#head-section {
    padding-top: 100px;
    position: relative;
    color: #fff;
    overflow: hidden;
    height: auto;
    min-height: 100%;
    background-color: #FFFFFF;
}

#head-section .head-info {
    margin: auto 0;
    text-align: center;
}

.head-info img {
    width:60%;
}

#head-section h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 25px;
    color: #fff;
}
#head-section a {
    color: #fff
}

@media (max-width: 991px) { 
    #head-section {
        padding-top: 100px
    }
    #head-section .head-info {
        margin: 20px 0
    }
    #head-section {
        text-align: center
    }
}
@media (max-width: 1199px) { 
    #head-section .head-info {
        margin: 0 0 40px 0
    }
}

a {
    color: #4475ba;
}
a:hover {
    color: #27292b;
}

.color-overlay {
    background: #4475ba;
}
