@import "fonts/kufi.css";



/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
input{
    padding:3px 5px 4px;
    color:#979797;
    width:180px;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
    font-family: 'Droid Arabic Kufi', sans-serif;
   
    font-weight: 400;
    font-size: 15px;
    color: #aa3e03;
    overflow-y: scroll;
    overflow-x: hidden;
        background-size: cover;
    background-position: center;
}
.ie7 body{
    overflow:hidden;
}
a{
    color: #333;
    text-decoration: none;
}
.container{
    position: relative;
    text-align: center;
}
.clr{
    clear: both;
}
.container > header{
    padding: 30px 30px 10px 20px;
    margin: 0px 20px 10px 20px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: right;
    height: 500px;
    width: 25%;
    float: right;
}
.container > header h1{
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 35px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
    font-size: 20px;
    color: #a6237d;
    text-align: center;
}
/* Header Style */
.codrops-top{
    font-family: 'Droid Arabic Kufi', sans-serif;
    line-height: 24px;
    font-size: 11px;
    width: 100%;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #ddd;
    display: block;
    float: left;
}
.codrops-top a:hover{
    color: #fff;
}
.codrops-top span.right{
    float: right;
}
.codrops-top span.right a{
    float: none;
    display: inline;
}

p.codrops-demos{
    display: block;
    padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
    border: 1px solid #6d0019;
    padding: 4px 10px 3px;
    font-size: 13px;
    line-height: 18px;
    margin: 2px 3px;
    font-weight: 800;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #a90329;
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
    background: #6d0019;
}
p.codrops-demos a:active{
    background: #6d0019;
    background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
    background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
    background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
    background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
    background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    color: #A5727D;
    background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
    .container > header{
        text-align: center;
    }
    p.codrops-demos {
        position: relative;
        top: auto;
        left: auto;
    }
    .all{width:40% !important; margin-top:18% !important;}
}
.nicdark_logo2{
    float: right;
    position: relative;
    width: 10px;
    height: 70px;
    width: 90%;
    margin-right: 3%;
}
.nicdark_logo2 img {
    width: 100%;
    height: auto;
}
.nicdark_logo2 h3{font-size: 25px;
                  text-align: center;
                  color: #02530a;}
.nicdark_logo2 .img_fa{float: left;
                       position: absolute;
                       left: 0;

                       margin-left: 15%;
                       margin-top: -8px;}
p.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, a.white, i.white, span.white, input[type="text"].white, textarea.white, input[type="submit"].white, select.white {
    color: #1a0393;
}
h6 {
    font-size: 13px;
    line-height: 14px;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 5px;
    font-weight: normal;
}
.white{margin-top: 2%;
        text-align:center;

}
.nicdark_textevidence.center {
    text-align: center;
}
.nicdark_textevidence {
    float: right;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100px;
    border-radius: 7px;
}
.nicdark_btn.medium {
    padding: 0px 20px;
    font-size: 17px;
}

p.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, a.white, i.white, span.white, input[type="text"].white, textarea.white, input[type="submit"].white, select.white {
    color: #ffffff;
}
.nicdark_zoom {
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.nicdark_margin10 {
    margin: 10px;
    padding: 0px;        
}
.nicdark_btn {
    font-family: 'Droid Arabic Kufi', sans-serif;
    display: inline-block;
    text-align: center;
}
.nicdark_radius {
    border-radius: 5px 5px 5px 5px;
}
.nicdark_bg_blue2 {
    background-color: #fb0101;
}
.nicdark_zoom:hover {
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.nicdark_btn.medium {
    padding: 26px 37px;

}
.nicdark_btn.medium1 {
    font-size: 40px;
}
.nicdark_btn.medium2 {
    font-size: 50px;
}
.nicdark_zoom {
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: right;
    margin-top: 0%;
    margin-right:25%;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
.top_1{
    padding-top: 0%; 
    padding-left: 9%;
    text-align:center;
}
.all{ width:66%; display:inline-block;}
.top_1 li{padding: 10%}
.index_butt {
       color: #bd5294;
    font-size: 21px;
    border-radius:14px;
    padding: 0px;
    font-family: 'Droid Arabic Kufi', sans-serif;
}
.index_butt1{
      background: #fff;
  
    border: 2px solid #d4101f;
}
.index_butt2{ 
 background: #fff;
  
    border: 2px solid #d4101f;
}
.fff{
        position: absolute;
    top: 0;
    width: 100%;
}
.fff img{
        width: 11%;
    margin-left: 21%;
    margin-top: 2.5%;
}
.fff2{
        position: absolute;
    top: 0;
    width: 100%;
}
.fff2 img{
        width: 11%;
       margin-left: 44.5%;
    margin-top: 22.5%;
}
@keyframes stretch {
    0% {
        transform: scale(.6);

        background-image:url(../images/logogogo.png);
        border-radius: 100%;
    }
    50% {

        background-image:url(../images/logogogo.png);

    }
    100% {
        background-image:url(../images/logogogo.png);


        transform: scale(1.5);
        background-image:url(../images/logogogo.png);
    }
}
.spinner {
    width: 132px;
    height:140px;

    /* background-image:url(../images/logogogo.png); */
    position: absolute;
    top: 100%;
    left:35%;
    /* box-shadow: 0 0 8px rgba(0,0,0, .3);
      /*-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out ;
      animation: sk-rotateplane 1.2s infinite ease-in-out;*/

    animation-name: stretch;
    animation-duration: 1.5s; 
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;

    border-radius: 10px;
}
#spinner-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}
 .white{
}
