﻿@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=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Short+Stack');



html,
body {
    height: 100%;
    font-family: 'Roboto';
    color:#6c6c6c;       
    font-size:16px;
    font-weight:400;        
}


.welcome-more
{
	 margin-left:50px;
}
sub {
    bottom: 0px;
}
.whatsapp
{
	 width:50px;
	 height:50px;
	 position:fixed;
	 right: 10px;
     bottom: 10px;
     z-index:999;
}



.language
{
	  font-family: 'Tajawal', sans-serif !important;
	  font-weight:bold!important;
      font-size:15px!important;
}

.menu-logo
{
    padding: 0px 0 0px 0;
    width: 100%;
    position: relative;
    height: auto;
    z-index: 99;
    top:0px;
    background-color:rgba(255, 255, 255, 0.77);
}


.logo
{
	position: relative;
	padding:5px 0;
}


.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:655px;
    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;
}

.slider-image 
{
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;    
    height: 560px;
    margin: auto;
    padding-bottom: 20px;
    overflow:hidden;
}


.slider-image img 
{
  margin:auto;
}

.slider-video 
{
    height: 560px;
    margin: auto;
    overflow:hidden;
}
video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}


.carousel-caption
{
	right: 5%;
    left: 5%;
    position:relative;
    margin: 0;
    top: 5px;
    width:90%;    
    text-align:  center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}




.carousel-indicators {
    bottom: 50px;
    left: 0%;
    right:0;
    margin:auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align:  center;
    list-style: none;}


.carousel-indicators li {
    display: inline-block;
    width: 93px;
    height: 93px;
    margin: 0px 6px;
    text-indent: -999px;
    cursor: pointer;
    background:#fff ;
    border: 4px solid #fff;
    border-radius: 100px;
}


.carousel-indicators .active {
    width: 93px;
    height: 93px;
    margin: 0px 6px;    
    background:#fff;    
    border: 4px solid #d71921;

}


.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:#c4161c;
    padding:15px 20px 15px 18px;
}


.btn{
    display: inline-block;
    padding:10px 35px;    
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    margin-top:25px;
    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: 0px;
    text-transform:capitalize;    
}


.btn-more{
    color:#fff;
    background-color:#e3242d;
    border-color: #e3242d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background-color:#262223;
    border-color: #262223;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.welcome
{
	padding: 30px 0 10px 0;
    margin-bottom: 0px;  
}


.welcome-text
{
    height: 155px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 35px;
}

.pic-welcome
{
	height:430px;
	width:100%;
}

.title
{
   color:#333333;
   font-size:38px;
   font-weight: 500;  
   text-transform:  uppercase;
   font-family: 'Franklin Gothic Medium Cond';
   margin-bottom:30px;
}

.title span
{
   color:#d71921;
}

.welcome-more a
{
	 color:#a2a2a2;
	 font-size:14px;
	 font-weight:bold;
}

.welcome-more a:hover
{
	 color:#d71921;
}


.kitchen
{
	background:url('../images/kitchen.png') no-repeat left center;
	height:187px;
	margin-top:15px;
    padding: 15px 15px 0 320px;
    display:none;
}

.kitchen-text
{
	color:#d71921;    
	font-size: 18px;    
	line-height: 30px;


}



.news-section
{
    margin-bottom:50px;
	background:#FFFFFF;
}

.title-news1
{
   color:#333333;
   font-size:38px;
   font-weight: 500;  
   text-transform:  uppercase;
   font-family: 'Franklin Gothic Medium Cond';
   margin-bottom:30px;    
   padding-left:50px;

}

.title-news1 span
{
   font-size:38px;
   color:#d71921;
}


.news-text
{
    height: 215px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 15px;
    padding-left:50px;
}

.news-date
{
	width:148px;
	height:148px;
	background-color:#d71921;
	position:absolute;
	right:15px;
	top:-10px;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	color:#FFFFFF;
	padding-top:35px;
}


.news-date img
{
	display:block;
	margin:auto auto 15px auto;
}


.footer
{
	background-color:#d71921;
	padding:20px 0;
	color:#FFFFFF;
}


.footer .headline
{
	font-weight:500;    
	font-size:20px;    
	margin-top: 20px;
}

.footer .text-gary
{
	font-size:13px;
	color:#fb676e;
	text-transform:uppercase;
}

.footer .text-white
{
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	margin-top:15px;
}




.socials 
{   
  margin-top:15px;
  display:inline-block;    
  margin-left: 0px;
}

.socials ul 
{   
    text-align:center;    
    margin-bottom: 0px;
    padding-left:0;
}


.socials ul li {
    display:inline-block;	
    text-align:left;    
    margin:0 20px 0 0;
}


.socials ul li a {
	position: relative;
	display: inline-block;
	font-size:20px;
	text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
}

.socials ul li a:hover {
	color: #368ac4;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}




.footer-margin
{
				margin-top:10px;
}

.footer .btn {
    display: inline-block;
    padding:9px 8px;
    margin-bottom: 0;
    font-size: 14px;
    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:#262223;
    border: 1px solid transparent;
    border-radius: 0px;
    width: 100%;
    margin-top:0;
    color: #fff;
}



.btn-newsletter
{
    color: #fff;
}


.btn-newsletter :hover 
{
    color: #fff;
}


.footer .form-control 
{
    display: block;
    width: 100%;
    height:40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #e3242d;
    background-image: none;
    border: 1px solid #e3242d;
    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-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}

.footer .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

.footer .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}



.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 15px 0 0;
}


.footer .newletter .col-md-8 ,.newletter .footer .col-sm-8,.newletter .footer .col-xs-7
{
    padding:0 0 0 15px;
}



.copyright
{
    background-color:#e3242d;
    padding:10px 0;
    color:#fff;
    font-size:14px;
    text-align:center;
}


.copyright a
{
    color:#fff;
}




.content-inner
{
    margin:30px 0 30px 0;
}


.header-title
{
height:auto;
position:relative; 
background:none !important;  
}


.red-bg
{
background-color:rgb(156, 154, 154);
position:absolute;
width:100%;
height:100%;
}

.headertitle
{
    color: #FFFFFF;
    font-size: 45px;
    text-align: center;
    text-transform: capitalize;
    padding-top: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}



.breadcrumb {
    padding: 0px 15px 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align: center;
}


.breadcrumb>li {
    display: inline-block;
    font-size:16px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#dedede;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}


.breadcrumb>.active {
    color: #fff;
}

.title-gallery {
    font-size: 20px;
    color: #d71921;
    margin-bottom: 30px;
    text-align: center;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}
    
.gray-box
{
	background: #f9f9f9;
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom:20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #d71921;
    margin: 0px 0px 10px 0px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    border-radius: 50px;
    float: right;
}

a.code_apply {
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}


a.code_apply:hover {
    border: 1px solid #fff;
    color: #323536;
    background-color:#fff;

}


.btn2 {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-transform:capitalize;
    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;
    background-image: none;
    border: 3px solid transparent;
    border-radius: 0px;
}

.btn-career{
    color: #fff;
    background-color: #d71921;
    border-color: #d71921;
    margin-bottom:10px;
}

.btn-career:hover {
    color: #fff;
    background-color: #d71921;
    border-color: #d71921;
}

.big-text
{
	margin-top:0;
}






.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;
    left: 0;
    height: 1px;
    width: 40px;
    background: #d71921;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #d71921;
    margin-right: 10px;
    font-size:16px;
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}





.title-news {
    font-size: 20px;
    color:#e3242d;
    margin-bottom:10px;
    margin-top:10px;
}




.pro2 
{
	margin-top:0px;
	background-color:#FFFFFF;
}

.pro2 ul
{
	padding-left:0;
	text-align:center;
	margin-bottom:0;
	margin-top:0px;
	/*padding:30px;*/
}



.pro2 ul li
{
	
width: 318px; 
    height: 290px;
    background-color:#fff;
	display:inline-block;
	text-transform:capitalize;
	padding:20px 0 0 0;
	margin:10px 10px 15px 10px;
-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.35);
 
	overflow:hidden;
}


.size2
{
	height:210px;
}

.pro2 ul li img
{
width: 305px;
height: 210px;
background-color:#fff;
margin: 0px;
display:inline-block;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;

}

.pro2 ul li img:hover
{
transform: scale(1, 1);
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1); 
   
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}


.pro2 ul li .name
{
    text-align: center;
    background-color: #fff;
    display: table-cell;
    font-size: 16px;
    height: 60px;
    vertical-align: middle;
    width: 350px;
    overflow: hidden;
    padding: 0 4px;
    /* border-top: 1px #d4d4d4 dashed; */
    }


.bg-content3
{
  position: relative;
  color:#fff;    
  overflow:hidden;
  padding:0px 0;
  margin-bottom:40px;

}



.bg-content3:before {
    background: #fff scroll 50% 0/cover; 

}


.bg-content3:after {
    background: transparent url("../images/1.jpg") no-repeat center center ;    
    background-size: cover; 
}


.bg-content3:before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0px;
    right: 50%;
    width: 100vw;
    position: absolute;
    z-index: -2; 
}
    
    
    
    
@media (min-width: 992px) {
.bg-content3:before {
width:80vw; 
}
}


.bg-content3:after {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 20vw;
    position: absolute;
    z-index: -2;
    display: none; }



@media (min-width: 992px) {
.bg-content3:after {
display: block; 
}

}



.bg-image 
{
     height:325px;
}

.title-products
{
    color: #d71921;
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Franklin Gothic Medium Cond';
    margin-bottom: 30px;
    padding-left: 0px;}

.bg-products
{
    background-color: #d71921;
    padding: 35px 50px 50px 80px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    left: -105px;
    height: 210px;
    right: -11px;
    overflow:hidden;
}
.products-text {
    height: 108px;
    overflow: hidden;
    height: 108px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
