﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
html,
body {
    height: 100%;
    font-family: 'Tajawal', sans-serif ;
    color:#868686;
    font-size:16px;
    font-weight:300;    
}


.facebook
{
    width: 35px;
    height: auto;
    margin-top: 25px;
}


.language
{
	  font-family: 'Poppins', sans-serif !important;
}


.menu-logo
{
	 padding:10px 0px ;
	 z-index:999;
	 /* background-color: #000000; */
	 background: url('../images/header7.png') repeat-x center center;
}

.menu-logo-inner
{
	 position:relative !important;
}



.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;

}




.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    border-radius: 0px;
    height:550px;
    width:100%;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}


.slide{ 
  margin-top:0px;    
  position: relative;
    z-index: 1;

}

.slider-image 
{
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;    
    height: 550px;
    margin: auto;
    padding-bottom: 20px;
    background-color: #cccccc;
    background-blend-mode: multiply;
}





.slider-image img 
{
  margin:auto;
}

.carousel-caption
{
	right: 0%;
    left: 0%;
    position:absolute;
    margin:  auto;
    bottom:0px;
    width:100%;    
    text-transform:capitalize;
    text-align:  center;
    text-shadow: 0px 0px 0px #5a5a5a;    
    padding-bottom:0;
}

.carousel-caption .text1
{
	 color:#FFFFFF;
     font-size:28px;    
     font-weight: 400;
     margin-bottom: 0px;
}

/*
.carousel-caption .text3
{
	 color:#FFFFFF;
     font-size:37px;    
     font-weight: 400;
     margin-bottom: 20px;
}
*/
.carousel-caption .text3
{
	 color:#FFFFFF;
     font-size:37px;    
     font-weight: 400;
     margin-bottom: 0px;
     padding:15px;
     /*background-color:rgba(197, 150, 80, 0.53);*/
}

.carousel-caption .text2
{
	 color:#FFFFFF;
    font-size: 16px;
    font-weight: 400;
    height: 93px;
    overflow: hidden;
 }


.carousel-indicators {
    bottom: 65px;
    left: 5%;
    right: 5%;
    margin: auto;
    z-index: 15;
    width: 90%;
    padding-left: 0;
    margin-left: 0%;
    text-align:  center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0px 2px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 9px 0 0 0;
    color: white;
    text-indent: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    border: 0px solid #fff;
    border-radius: 50px;  
    text-shadow: 2px 1px 3px #5a5a5a;
}



.carousel-indicators .active {
    width: 38px;
    height: 38px;
    margin: 0px 2px;    
    background:#ffcc00;
}


.carousel-control {
    width:50px;    
    opacity: 1;    
    color: #a1948c;
    top:40%;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 2px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.fa-chevron-left:before {
    font-size: 20px;
}
.fa-chevron-right:before {
    font-size:20px;
}



.carousel-control span{
    padding:15px 0px 15px 0px;
}


.carousel-control span:focus, .carousel-control span:hover {
    color: #fff;
    background-color:#a98e54;
    padding:15px 20px 15px 18px;
}


.btn-new{
    display: inline-block;
    padding:10px 25px;    
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    margin-top:15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 0px;
    text-transform:capitalize;    
}

.btn-footer{
    display: inline-block;
    padding:10px 10px;    
    margin-bottom: 0;
    font-size: 14px;
    width:100%;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    margin-top:15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 0px;
    text-transform:capitalize;    
}

.btn-more{
    color:#fff;
    background-color: #a98e54;
    border: 2px solid #a98e54;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background-color: #a98e54;    
    border: 2px solid #a98e54;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-more2{
    color:#a98e54;
    background-color: #000;
    border: 2px solid #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top:0;
}



.btn-more2:hover {
    color: #fff;
    background-color: #a98e54;    
    border: 2px solid #a98e54;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.welcome
{
    padding: 25px 0 25px 0;
    display:none;
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    background:url('../images/welcome.jpg') no-repeat right top;    
    background-size: 40%;
}


.welcome-text
{
	 height:90px;
	 overflow:hidden;
	 margin-bottom:20px;
}



.title
{
   color:#a98e54;
   font-size:32px;
   font-weight:400;       
   padding:5px 0px;    
   text-transform: capitalize;
   margin-bottom:20px;
}
.title span
{
   font-size:20px;
   font-weight:200;  
   display:block;     
}


.products
{
	padding:30px 0;
	background: #fff url('../images/shadow2.png') no-repeat center top;  
	/*background:url('../images/bg.png') no-repeat center center; */   
	background-size: contain;
	background-color:#fff;
}

.products-inner
{
	background:none !important;
}

.title-products
{
   color:#a98e54;
   font-size:32px;
   font-weight:400;       
   padding:5px 0px;
   text-transform: capitalize;
   margin-bottom:20px;    
}

.products ul
{	overflow:hidden;
    margin-bottom:10px;
	padding-right:0;
	text-align:center;
}
.products ul a:hover
{	 text-decoration:none;
}

.products ul li
{
	  display:inline-block;
	  width: 205px;
      margin: 0 9px 10px 9px;  
	  border: 1px #e6e6e6 solid;
}

.products ul li img
{
      height:240px;	  
      width: 205px;    
      object-fit: cover;
} 

 
.products-name2
{
      height:45px;
      font-size:16px;    
      overflow: hidden;
      color:#333333;    
      margin-top: 10px;
} 


.products-margin
{
	margin-top:30px;
}

 

.footer
{
	/*background-color:#0c0a05;*/
	background: url('../images/header7.png') repeat center center;
	background-size:cover;
	padding:20px 0 10px 0;
	color:#fff;
	font-weight:400;
	font-size:14px;
}


.footer h2
{
	font-weight:500;
	font-size:25px;    
	margin-bottom:30px;
	margin-top:0;

}
.footer h5
{
	font-weight:500;
	font-size:14px;    
	color:#fff;
	margin-bottom:10px;

}

.footer-text
{
	margin-top:20px;height: 80px;overflow: hidden;
}

.footer .text-right
{
	text-align:right;
} 



.footer .socials 
{
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:10px;
}


.footer ul 
{
   padding-right:0px;
   margin-top: 0px;
}

.footer ul li
{
    display:block;
    margin:10px 0;
    font-size:14px;
}
.footer ul li i 
{
    margin-left:5px;
    color:#fff;
}

.footer ul li a
{
    color:#fff;
}

.contacts {
    padding: 0px 0 30px 0;
    font-size:13px;
    color:#fff;    
}

.contacts a{
    color: #fff;
    font-size: 16px;
}

.footer .socials li 
{
    display: inline-block;	
    width: 35px;
    height: 35px;    
    margin:0px 0;

}


.footer .socials li a 
{
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 30px;
}



.footer .socials li a:hover 
{
	color: #1381bf;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.footer-margin
{
	margin-top:10px;
}

.footer .btn {
    display: inline-block;
    padding:10px 8px;
    margin-bottom: 0;
    font-size: 13px;
	margin-top:0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-color:#a98e54;
    border: 1px solid transparent;
    border-radius: 0px;
    background-size: 100% 100%;
    /* height: 30px; */
    width: 100%;
    color: #fff;
}



.btn-newsletter
{
    color: #94836e;
}


.btn-newsletter :hover 
{
    color: #94836e;
}


.footer .form-control 
{
    display: block;
    width: 100%;
    height:40px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.footer .form-group {
    margin-bottom: 15px;
}
.newletter
{
	margin:0;
}


.footer .newletter .col-md-4, .newletter .footer .col-sm-4 ,.newletter .footer .col-xs-5
{
    padding:0 0 0 15px ;
}


.footer .newletter .col-md-8 ,.newletter .footer .col-sm-8,.newletter .footer .col-xs-7
{
    padding:0 15px 0 0px;
}




.copyright
{
    padding:10px 0 0px;
    color:#fff;
    font-size:14px;
    direction:ltr;
    border-top:1px #fff solid;
    margin-top:10px;
}


.copyright a
{
    color:#fff;
}







.copyright
{
    text-align: center;
}








.header-title
{
height: auto;
position:relative;   
}


.gold-bg
{
background:url('../images/header7.png') no-repeat scroll center top;
position:absolute;
opacity: 0.5;
width:100%;
height:100%;
}


.headertitle
{
color:#FFFFFF; 
font-size:45px;    
line-height: 50px;
text-align:center;
margin:80px 20px;     
text-transform:capitalize;        
font-weight:  bold;
text-align: center;  
}



.breadcrumb {
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgb(245, 245, 245);
    border-radius: 0px;
    text-align: center;
}


.breadcrumb>li {
    display: inline-block;
    font-size:15px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#122e44;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #7db442;
    content: "/\00a0";
}


.breadcrumb>.active {
    color:#a98e54;
}



.inner-list
{
margin-top:10px;
}

.inner-list ul
{ text-align:left;    
  padding-left: 20px;
}

.inner-list ul li
{   
    display: list-item;
    list-style-type: square;
    padding: 5px 0px;
}






hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(205, 164, 113, 0.35);
}


.content-inner
{
    margin:30px 0 30px 0;
    padding-bottom:10px;
}




.brands
{
	margin-top:10px;
}

.brands ul
{
	padding-left:0;
	text-align:center;
}



.brands ul li
{
	
	width: 250px;
    height: 145px;
    background-color:#fff;
	display:inline-block;
	padding:0px;
	margin:10px;
	border:1px #d4d4d4 dashed;
}


.brands ul li img
{
	width: 120px;
    height: 80px;
    background-color:#fff;
	margin: 10px;
	display:inline-block;
}

.brands ul li .name
{
	text-align:center;
	background-color:#fff;
	display: table-cell;
	font-size:16px;
    height: 40px;
    vertical-align: middle;   
	width:250px;
	overflow:hidden;    
	padding: 0 5px;
	border-top:1px #d4d4d4 dashed;
}






.pic-inner
{
	width:500px;
	height:auto;
	float:right;
	margin-bottom:20px;
	margin-left:20px;
}






.title-news {
    font-size: 22px;
    color:#ffcc00;
    margin-bottom: 10px;
    margin-top: 10px;
}





.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
color: #ffcc00;
}


.map
{
	margin-top:20px;
}


.calls
{
	margin-bottom:45px;
}


.calls .h4
{
   font-size:18px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 40px;
    background:#a98e54;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(245, 245, 245, 0.55);
    background-image: none;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data a:hover
{
	color:#999999;
}

.calls-data i
{
    color: #a98e54;
    margin-left: 10px;
    font-size:16px;
}


.btn2 {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 25px;
    text-transform: capitalize;
}



.gray-box
{
	background: #f1f1f1;
    padding: 10px 20px 10px 20px;
    margin: 0px 0px 20px 0px;
    min-height: 90px;
    margin-bottom:20px;
    border: 1px #dadada solid;
}

.code_apply {
    display: block;
    padding: 10px 12px 10px 20px;
    background-color: #a98e54;
    margin: 0 0 10px 0;
    min-height: 45px;
    color: #fff;
    width: 300px;
    float: left;
    height: 20px;
    border-radius: 40px;
}


a.code_apply {
    border: 1px solid #fff;
    color: #fff;
    padding: 0px 8px;
    margin: 0 10px 0 0px;
    float: left;
    width: auto;
    min-height: auto;
    height: 20px;
    font-size: 15px;
    min-height: 25px;
}


a.code_apply:hover {
    border: 1px solid #fff;
    color: #a98e54;
    background-color:#fff;
    text-decoration: none;
}



.btn-career{
    color: #fff;
    background-color: #0c0a05;
    border-color: #0c0a05;
    margin-bottom: 10px;
}

.btn-career:hover {
    color: #fff;
    background-color: #a98e54;
    border-color: #a98e54;
}

.big-text
{
	margin-top:0;
}





.big-text
{
margin-top: 0px;
margin-bottom: 20px;
}






.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: 0px; 
    background-color: #fff;
    border: 0px solid #ddd;
}
a.list-group-item, button.list-group-item {
    color: #9a9a9a;
    font-size:16px;
}


a.list-group-item i, button.list-group-item i {
    color: #208a55;
    font-size:16px;
    margin-right:7px;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color:#208a55;
    text-decoration: none;
    background-color: #fff;
}

.active-menu
{
	color: #ffcc00 !important;
    text-decoration: none;
    background-color: #fff;

}

button.list-group-item {
    width: 100%;
    text-align: left;
    border-bottom:1px #cccccc solid;
}





.title-gallery {
    font-size: 20px;
    color: #ffcc00;
    margin-bottom: 30px;
    text-align: center;
}


.header-inner
{
	 position: absolute;	
	 width:100%;
}


.header-inner div {
  margin: 0px auto;
  display: block;
  width: 100%;
  height:247px;
  -webkit-mask-image: url(../images/bg-header-inner.png);
  mask-image: url(../images/bg-header-inner.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
     
}


