h1, h2, h3 { font-family: 'DroidKufiBold'; }
p, span, div { font-family: 'DroidKufiLight'; direction: rtl; text-align: justify;}
.intro {width: 100%; padding: 0; background: #ffc815}
.intro .container-fluid { padding: 50px 30px; }
.introText {font-size: 22px; color: #000; line-height: normal;}
#sec1, #sec3 {padding-bottom: 0}
.standardText { margin-top: 24px; font-size: 18px; line-height: normal; color: #fff}
@media screen and (max-width: 540px)  {
    .num {font-size: 60px;}
    .introText {text-align: center;}
    #sec1, #sec3, #sec6 {padding: 0}
    .hero-title {top: 30%}
}
@media screen and (max-width: 1037px)  {
    .showOnMobile {display: block}
}

.resources { margin-top: 60px; background: #BD111C; padding: 10px; color: #fff; font-weight: bold; font-size: 14px !important; }

#soundManager {
    cursor: pointer;
    color: #000;
    display: inline-block;
    font-size: 3em;
    left: 0;
    position: fixed;
    top: 40%;
    padding: 4px;
    border: none;
    z-index: 999999;
    background: #ffc815;
    width: 32px;
    height: 32px;
}


.soundOff, .soundOn { height: 100%; display: block; }
.soundOff { background: url(../images/soundOff.png); background-size: 100% !important; }
.soundOn { background: url(../images/soundOn.png) no-repeat !important; background-size: 92% !important; }


.heading i {
    background: rgba(256, 256, 256, 0.2);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    margin: auto auto 10px;
    text-align: center;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    width: 60px;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.heading h2 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    opacity: 0.9;
}
.heading h2 span {
    color: #FFC300;
}
.heading h3 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    opacity: 0.9;
    font-weight: 300;
}


.bg-scroll::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}
.downArrowToIntro {
    clear: both;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 999;
    bottom: 5%;
    text-align: center;
}
