
body {  
    padding-top: 70px;
    overflow: hidden !important;
    font-family: 'Cairo', sans-serif
}

/**** Start overriding bootsrap ****/

/* main navbar */
.navbar{ min-height: 70px }
.navbar-inverse  .navbar-brand 
{
    font-size: 25px;
    color: #cccccc; 
    line-height: 40px ;
}
.navbar-brand > img {
    margin-top: -8px;
}
/* Link navbar color and brand name */ 
.navbar-default .navbar-nav > li > a 
{
    color: #cccccc;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px ;
}

/* navbar toggle for mobile*/
.navbar-toggle{margin-top: 18px;}
.carousel-caption
{
    bottom: 179px; 
    background: rgba(3,3,3,0.3);
    padding-right: 20px;
    padding-left: 20px;
}
.carousel-indicators{
    bottom: 0px;}
.carousel-indicators li
{
    height: 15px;
    width: 30px;   
    border: solid 1px #EEE
}

.carousel-indicators .active {
    width: 30px;
    height: 17px
}
.carousel-control {
    display: none
}
.carousel-inner img { width: 100% }

.carousel-inner >.item {
    max-height: 584px
}
.btn-group-lg>.btn, .btn-lg {
    width: 150px;
    margin-right: 20px;
    border-radius: 70px;
}
.btn-default {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border:2px solid #fff;
    
/**** End overriding bootsrap ****/

/* Start Option Box */

/* start section about */






/* END section footer */

/* Start Section Loading Overlay */

.loading-overlay
{
	background: #222;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 300px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* End Section Loading Overlay */

/* Start Scroll Up */
#scroll-up
{
	width: 50px;
	height: 40px;
	color: #DDD;
	background-color: #272727;
	text-align: center;
	position: fixed;
	right: 15px;
	bottom: 10px;
	z-index: 9999;
	display: none;
	cursor: pointer
}
#scroll-up:hover{background-color: #444}

/* END Scroll Up */

/* Start Our Grouping System */

.our_team,
.statistics,
.contact-us
{
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}
.statistics .stats,
.our-clients img,
.footer .social-icons li,
.price_table .price_box p,
.testimonial .carousel-indicators li
{
    -webkit-transition:all 0.7s ease-in-out ; 
    -moz-transition:all 0.7s ease-in-out ;
    -o-transition:all 0.7s ease-in-out ;
    transition:all 0.7s ease-in-out 
}
.our_team .h1,
.our_team .person,
.price_table .h1,
.statistics .h1,
.features .h1
{margin-bottom: 50px}

.features,
.testimonial,
.price_table,
.our_team .team,
.subscribe,
.statistics .data,
.about,
.our-skills,
.contact-us .fields {padding-top: 40px;padding-bottom: 60px}

/* End Our Grouping System */
