@font-face {
  font-family: 'droidkufiregular';
  src: url('../fonts/droidkufiregular.eot');
  src: url('../fonts/droidkufiregular.eot?#iefix') format('embedded-opentype'), url('../fonts/droidkufiregular.woff') format('woff'), url('../fonts/droidkufiregular.ttf') format('truetype'), url('../fonts/droidkufiregular.svg#glyphicons_halflingsregular') format('svg');
}
*{
font-family:'droidkufiregular';
}


body
{
    direction: rtl;
    font-family:'droidkufiregular';
    padding-top: 50px;
   
}

h1, h2, h3, h4, h5, .lead
{
    font-family:'droidkufiregular';
}


.navbar
{
  background: #ffffff;
}

/* Active Link */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
  
  background-color: #99ccff;  
}

.navbar-default .navbar-nav > li > a
{
  color: #003366;
}

/* Brand Name color */
.navbar-default .navbar-brand
{
  color: #0066ff;
}




/* Carousel */

.carousel-caption
{
    bottom: 70px;
    background: rgba(3,3,3,0.3);
    padding-right: 20px;
    padding-left: 20px;
}

.carousel-indicators li
{
    height: 15px;
    width: 15px;
    border:1px solid #b1b1b1;
}

.carousel-indicators .active
{
    height: 18px;
    width: 18px;
    background-color: #E41B17;
}

.carousel-indicators
{
    bottom:0px;
}
/******* End Overriding Bootstrap ********/



/* Start Section About */

.about
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.about .wel
{
    color:#003366;
}

.about .wel2
{
    color:#0099ff;
    font-size: 22px;
}

.about .lead
{
    color:#888;
    font-size: 20px;
    margin-top: 15px;
}

.about h1 span
{
    color: #E41B17;
}

.about h3 span
{
    color: #E41B17;
}

/* End Section About */


/* Start Section Features */
.features
{
    background: #EEE;
    padding-top: 50px;
    padding-bottom: 50px;
}

.features .feat
{
    margin-bottom: 30px;
}

.features h1
{
    color:#003366;
    margin-bottom: 50px;
}

.features h3
{
    color:#003366;
 }

.features i
{
    color:#0099ff;
 }

.features .feat p
{
    line-height: 2em;
}

.features .feat span.glyphicon
{
  font-size: 27px;
  margin-bottom:10px;
  color:#666;
}
/* End Section Features */


/* Start Section Our Team */

.our_team
{
    background: url('../images/team.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 600px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}

.our_team .team
{
    background-color: rgba(0,153,255,0.5);
    color:#fff;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our_team .team h1
{
    margin-bottom: 60px;
}

.our_team .person
{
    margin-bottom: 40px;
}

.our_team .person a
{
    color:#fff;
}
/* End Section Our Team */


 /*Start Section Subscribe*/
    
.subscribe
{
    padding-top: 40px;
    padding-bottom: 70px;
    background:#EEE;
}

.subscribe h1
{
    color: #888;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.subscribe p
{
    margin-bottom: 30px;
}

.subscribe .form-control
{
    border-radius: 0;
    width:300px;
}

.subscribe button
{
     border-radius: 0;
}

 /*End Section Subscribe*/



/*Start Section Statistics*/
.statistics
{
    background: url('../images/stats.jpg') no-repeat center center fixed;
    min-height: 400px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
    
.statistics .data
{
    background-color: rgba(0,153,255,0.8);
    min-height: 400px;
    color:#fff;
    padding-top: 40px;
    padding-bottom: 70px;
}

.statistics h1
{
    margin-bottom: 60px;
}

.statistics .stats
{
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    margin-bottom: 30px;

}

.statistics .stats:hover
{
    color: #003366;
}

.statistics p
{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0;
}

.statistics span
{
    font-size: 18px;
}
    
/*End Section Statistics */


/*Start Section Our Skills*/

.our-skills
{
    padding-top:40px;
    padding-bottom:70px;
    
}

.our-skills h1 {margin-bottom:60px;}

.our-skills h3 {font-weight:bold; margin-top:0px;}

.our-skills .progress {height:36px;}

.our-skills .progress-bar
{
    line-height:36px;
    font-size:15px;
    font-weight:bold;
    text-align: left;
    text-indent: 10px;
}

.our-skills .lead
{
    font-size: 16px;
}

/*End Section Our Skills*/



/* Start Section Map */

.map
{
    background: url('../images/map.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 600px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}

/* End Section Map */



 /*Start Ultimate Footer Section */
.footer
{
    background: #111;
    color: #AAA;
    padding-top: 10px;
    
}

.footer a {color:#AAA}
.footer a:hover {color:#FFF}

.footer h3
{
    color:#0895D1;
    letter-spacing: 1px;
    margin: 30px;
    margin-right: 0;
}

.footer .three-columns
{
    overflow: hidden;
}

.footer .three-columns li
{
    width:33.333%;
    float:left;
    padding:8px 0;
}

.footer .social-list
{
    overflow: hidden;
    margin: 20px 0 10px;
}

.footer .social-list li
{
    float:right;
    margin-left: 3px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}

.footer .social-list li:hover
{
    opacity: 1;

}

.footer .img-thumbnail
{
    background: rgba(0,0,0,0.3);
    border: 1px solid #444;
    margin-bottom: 5px;
}

.footer .copyright
{
    background: #333;
    color: #AAA;
    padding: 15px 0;
    margin-top: 30px;
    font-size: 14px;
}

.footer .copyright span
{
    color:#0895D1;
}

.footer .links a
{
  font-size: 12px;
}
 /*End Ultimate Footer Section*/


/* Start Section About */

.about5
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.about5 .wel
{
    color:#003366;
}

.about5 .wel2
{
    color:#0099ff;
    font-size: 22px;
}

.about5 .wel5
{
    color:#0099ff;
    font-size: 16px;
    margin-bottom: 50px;
}

.about5 .lead
{
    color:#888;
    font-size: 16px;
    margin-top: 15px;
}

.about5 h1 span
{
    font-size: 16px;
    color: #E41B17;
}

.about5 h3 span
{
    color: #E41B17;
}

.about5 h1
{
    font-size: 18px;
    color: #E41B17;
}

.about5 span
{
    color: #0099ff;
}

/* End Section About */



.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

