.container-fluid{
    padding-right:0px;
    padding-left:0px
}
body{
    font-family: 'El Messiri', sans-serif;
}
/*START Scroll Up*/
#scroll-up{
    border-radius: 50%;
    width:45px;
    height:45px;
    padding:0px 4px;
    color: #ddd;
    background: rgba(2,2,2,0.6);
    text-align:center;
    position:fixed;
    left:20px;
    bottom:20px;
    z-index:9999;
    display:none;
 }
 #scroll-up:hover{
     background: #444;
     cursor:pointer;
 }


/***************************************START NAVBAR***************************************/
.navbar-inverse
{
    background: transparent;
    font-size:16px;
    color:#eee;
    border-bottom:none;
    padding-top:40px;
}

/*Normal Link*/
.navbar-inverse .navbar-nav > li > a{color:#eee;}
/*Brand Name*/
.navbar-inverse .navbar-brand
{
font-size:25px;
color:#eee;
}
/*Dropdown Menu*/ 
.dropdown-menu{ background-color:rgba(2,2,2,0.4) ;}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus{
background-color: transparent; 
padding-left:25px;   
}
.navbar-inverse .navbar-nav > .open > a,
 .navbar-inverse .navbar-nav > .open > a:hover,
 .navbar-inverse .navbar-nav > .open > a:focus
{ background:transparent;}
.dropdown-menu > li > a
{
color:#eee; 
padding:6px 20px;
-webkit-transition:padding 0.5s ease;   
-moz-transition:padding 0.5s ease;
-o-transition:padding 0.5s ease;
transition:padding 0.5s ease;
text-align:right;
}
.dropdown-menu .divider{ background-color: orange;}
.navbar-right .dropdown-menu
{
right:0;
left:auto;
width:250px;
}
.dropdown-menu > li > a:hover
{
    color:#eee;
    padding-right:25px;
}


/***************************************START WELCOME***************************************/
.wrap{
 background:rgba(2,2,2,0.5);
 padding-top:220px;
 padding-bottom:220px;  
}
.welcome
{
  background:url('../img/welcome4.jpg') no-repeat center center fixed;
  -webkit-background-size:cover; 
  -moz-background-size:cover;
  -o-background-size:cover; 
  background-size:cover;
  width:100%;
  background-color: #777; 
}
.welcome h1
{
    font-size:100px;
    color:#eee;
}
.welcome button
{
    background: transparent;
    margin-top: 35px;
    font-size:18px;
    color:#eee;
    height:36px;
    width:100px;
    border:1px solid #eee;
}
.welcome p
{
    color:white;
    font-size:20px;  
    text-align:center;
    margin-top:30px;
}


/***************************************START FIRST***************************************/
.first
{
    padding-top:80px;
    padding-bottom:80px;  
}
.first h1
{
    margin-bottom:35px;
    line-height: 1.5em;
}
.first p{ line-height:2em;}


/***************************************START SECOND***************************************/
.second
{
    padding-top:80px;
    padding-bottom:80px;
    color:#eee;  
}
.second h1
{
    margin-bottom:35px;
    line-height: 1.5em;
}
.second p{ line-height:2em;}


/***************************************START SERVICES***************************************/
.service
{
    background: #EEE;
    padding-top:80px;
    padding-bottom:0px;
}
.service h2{ margin-bottom: 70px;}
.service .arrange{ float:right;}
.service span{ font-size:50px;}
.service h3
{
    margin-bottom:20px;
    font-weight: bold;
}
.service p
{
    font-size: 18px;
    line-height:2em; 
    margin-bottom: 30px;
}
.service .more_button
{
    height:36px;
    width:100px;
    background: transparent;
    border:1px solid #262626;
    margin-bottom:60px;
}



/***************************************START SERVICES_LOCATION***************************************/
.locations
{
    padding-top:80px;
    padding-bottom:80px;
    background:#EEE; 
}
.locations .arrange{float:right;}
.locations img{ border-radius:12px;}
.locations h1
{
    font-size: 45px;
    font-weight:bold;
    margin-bottom:20px;
}


/***************************************START LINES***************************************/
.lines
{
    background: rgba(255, 166, 0, 0.486);
    padding-top:80px;
    padding-bottom:80px;
    color:#eee
}
.lines h1
{
    margin-bottom:40px;
    text-align:center;
    color:#262626;
}
.lines .arrange
{
    float:right;
    margin-bottom:30px;
}
.lines h4
{
    line-height:1.6em;
    text-align:right;
    color:#262626;
}
.lines p
{
    line-height:1.6em;
    text-align:right;
    margin-bottom:30px;
    color:#444;
    font-size:16px;
}



/***************************************START CONTACT***************************************/
.contact
{
    background:url('../img/contact.jpg') no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    width:100%;
    min-height:400px;
}
.contact .arrange {float:right;}
.contact h2{ margin-bottom:60px;}
.contact h3{ margin-bottom: 20px;}
.contact .cover
{
      background:rgba(2,2,2,0.7);
      color:#fff;
      min-height:400px;
      padding-top:50px;
      padding-bottom:50px;
      -webkit-transition:all 0.5s ease;   
      -moz-transition:all 0.5s ease;
      -o-transition:all 0.5s ease;
      transition:all 0.5s ease;
}
.contact .cover:hover{ background:rgba(2,2,2,0.8);}
.contact ul{ margin-bottom:30px;}
  

/***************************************START PARTNERS***************************************/
.partners
{
    padding-bottom: 80px;
    padding-top:50px; 
}
.partners h1{ margin-bottom: 60px;}
.partners img
{
    opacity:0.7;
    -webkit-transition:all 0.5s ease;   
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    margin-bottom:30px;
}
.partners img:hover{ opacity:1;}


/***************************************START REFERENCES***************************************/
.references
{
    background: #333;
    padding-top:40px;
    padding-bottom:50px;
    color:#eee
}
.references h2
{
    color:#666;
    margin-bottom:40px;
    text-align:center;
}
.references .arrange
{
    float:right;
    margin-bottom:30px;
}
.references h4
{
    line-height:1.6em;
    text-align:right;
    color:#888;
    
}
.references ul li
{
    text-align:right;
    line-height:1.6em;
    direction:rtl;
    margin-right:15px;
}


/***************************************START FOOTER***************************************/
.footer
{
    background:#111;
    color:#AAA;
    padding-top:10px;
}
.footer .arrange
{
    float:right;
    text-align:right;
}
.footer a{ color:#AAA;}
.footer a:hover{ color:#FFF;}
.footer h3
{
  letter-spacing:1px;
   margin:30px 0 20px;  
}
.footer .three-columns{ overflow:hidden;}
.footer .three-columns li
{
  width: 33.3333%;
  float:right;
  padding:15px 0;
  cursor: pointer;
}
.footer .one_column li
{
  margin-bottom:20px;
  cursor: pointer;
}
.footer .social-list
{
     overflow:hidden;
     margin:10px 0px 0;
     float:right;
}
.footer .social-list i
{
    float:left;
    margin-left:10px;
    font-size:20px;
    filter:alpha(opacity=70);
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
    cursor: pointer;
}
.footer .social-list i:hover{ color:orange;}
.footer .img-thumbnail
{
    background: rgba(0,0,0,0.2) ;
    border:1px solid #666;
    margin-bottom:5px;
}
.footer .copyright
{
    background: #333;
    color:#AAA;
    padding:15px 0;
    margin-top:30px;
    font-size:15px;
}


/************************************************Start Media Query******************************/
/******Smart Phones And Tablets******/
@media (max-width:767px)
{
.navbar-inverse{ padding-top:40px;}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form
{
    background:rgba(2,2,2,0.4);
    text-align:right;
}
.navbar-inverse .navbar-nav > li > a{
    -webkit-transition:padding 0.5s ease;   
    -moz-transition:padding 0.5s ease;
    -o-transition:padding 0.5s ease;
    transition:padding 0.5s ease;
    font-size:14px;
}
.navbar-inverse .navbar-nav > li > a:hover{
  padding-right:25px;
}

}

/*Medium Screens*/
@media (min-width:768px)
{
.navbar-nav > li{ float:right;}
.first p{font-size: 20px}
.second p{font-size: 20px}
}


/*Large Screen*/
@media (min-width:1200px)
{
.service .edit_h3{ margin-bottom:45px;}
.service .feat
{
    height:390px;
    margin-bottom:30px;
}
}