/*

Company Name : ARMAN ALI FACILITIES MANAGEMENT SERVICES - Dubai, UAE 
Country : UAE
CSS: Dubai-Pasha
Designed by: Dubai-InterActive
Contact :  +۹۷۱ ۴۲۷۳ ۸۷۷۱, +97142738771
*/ 

/*---------------------------------------
  PRE LOADER               
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #FFBF00;
}

.preloader img{
    overflow: hidden;
}
/*---------------------------------------
  NAVIGATION               
-----------------------------------------*/
.nav_bar {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  padding-top: 20px;
  z-index: 2;
  will-change: transform;
  transition: transform 300ms linear;
}

.logo{  
    
}


.call_button{ color: #996515;
  font-size: 18px;
  font-weight: 800;
  text-shadow: 1px 1px 1px #BF8B3B;
  padding: 5px 0;
  letter-spacing: 2px;
}

.nav_bar a{ padding: 5px;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 2px;
  width: 230px;
  text-align: center;
  margin: 0 auto;    
}

/*---------------------------------------
  Crystal Color             
-----------------------------------------*/
.crystal_color{ background-color: #eeeeff;
    width: 100%;
    height: 3px;
    margin-bottom: 10px;
}
 
/*---------------------------------------
  Carousel             
-----------------------------------------*/
.carousel{ margin-top: 90px; 
    overflow: hidden;
    width: 100%;
}

.carousel img{

    overflow: hidden;
}

.carousel-caption h5{ font-size: 28px;
    color: black;
    text-shadow: 0px 1px 1px #bfbfbf;
    
}

.carousel-caption p{ font-size: 24px;
    color: black;
    text-shadow: 0px 1px 1px #bfbfbf;
    
}
/*---------------------------------------
  24/7 Service             
-----------------------------------------*/
.site-header {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.site-header img{
    width: 100%;
}

.city_en { color: #3674B5;

}

.city_en ul li{ color: #3674B5;
  font-size: 20px;
  font-weight: 400;
  font-family: inherit;
  overflow: hidden;
    
}

.city_ar { color: #578FCA;

}

.city_ar ul li{ color: #578FCA;
  font-size: 20px;
  font-weight: 400;
  font-family: inherit;
  overflow: hidden;
    
}
/*---------------------------------------
  Service Catagories...  
-----------------------------------------*/

.service img{
    margin: 10px 0;
 
}

.service h3{
    margin: 10px 0;
}



.contacts{ background-color: #FFBF00;
    padding: 20px 40px;
    margin-top: 20px;  
}

.contacts h5{ margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
}
.contacts h6{ margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
}

.contacts_bar{ background-color: #000;
    height: 30px;
    font-size: 14px;
    padding: 5px;
}

.box_imagebox_image {
    border: 5px solid #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.box_image img {
    width: 100%;
    height: auto;
    transition: all 0.1s ease-in-out;
}

.box_image:hover img {
    transform: scale(1.02, 1.01);
    box-shadow: 1px 1px 8px #FFBF00;
}


