﻿@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');
@import url('https://fonts.googleapis.com/css?family=Short+Stack');



html,
body {
    height: 100%;
    color:#999999;
    font-size:16px;    
    font-family: 'Work Sans';
    font-weight:300;        
}




.contacts
{
     color:#FFFFFF !important;
     background-color:#d0c18e;
}

.top
{
    padding: 0px 0 0px 0;
    width: 100%;
    position: relative;
    height: auto;
    z-index: 99;
}


.icon
{
	margin-top:20px;
}

.icon i
{
    border: 1px #e9eaef solid;
    color: #ff830a;
    font-size: 20px;
    width: 48px;
    text-align: center;
    line-height: 46px;
    height: 48px;
    border-radius: 50px;
}


.logo
{
	position: relative;
	padding:5px 0;
}



.menu
{
	background-color:#f6f6f6;
	position: relative;
    z-index: 99;
}



.menu .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.menu .form-group a {
padding-left: 0px;
padding-right: 0px;}



.menu .form-control2 {
    display: block;
    width: 100%;
    height: 55px;
    padding: 12px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(214, 214, 214, 0);
    background-image: none;
    border: 1px solid rgba(214, 214, 214, 0);
    border-radius: 0px;  
}


.menu .form-control-feedback {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    color: #122e44;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    pointer-events: auto;
}




.carousel {
    height:545px;
    margin-top:90px;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #463c29;
    background-blend-mode: multiply;
}



.fill-img-inner{
    width: 100%;
    height: 390px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.caption-carousel {
    position: absolute;
    top: 160px;
    left:10%;
    right:10%;
    margin:auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:  center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:80px;
    font-weight:300;
    color:#FFFFFF;    
    line-height: 20px;
}
.caption-carousel h2 span{
    font-size:80px;
    font-weight:600;
    color:#FFFFFF;   
    font-style:italic; 
    line-height: 20px;
}


.caption-carousel h3{
    font-size:80px;
    font-weight:600;
    color:#d5bd73;
    
}

.caption-carousel h4{
    font-size:15px;
    line-height: 55px;
}




.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 100px;
    z-index: 15;
    width: 100%;
    left:0;
    padding-left: 0;
    margin-left: 0%;
    text-align: right;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color:rgba(210, 159, 114, 0.60);
    border: 1px solid rgba(210, 159, 114, 0.0);
    border-radius: 30px;
}

.carousel-indicators .active {
    width: 24px;
    height: 24px;
    margin: 2px;
    background-color:rgba(210, 159, 114,1);    
    border: 1px solid rgba(210, 159, 114, 1);

}









.btn {
    display: inline-block;
    padding: 12px 50px;
    margin-bottom: 0;
    font-size: 16px;
    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:uppercase;
    background-image: none;
    border: 1px solid transparent;
    border-radius:0px;
    margin-top:20px;
}



.btn-more{
    color: #d5bd73;
    background-color: rgba(255, 131, 10, 0);
    border-color: #d5bd73;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background-color:#d5bd73;
    border-color: #d5bd73;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bg-wood-all
{
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
}



.bg-wood
{
	background:url('../images/wood.jpg') no-repeat center center;
	background-size: cover;
}


.bg-wood1
{
   background-color: rgba(236, 159, 17, 0.8);
   text-align:center;
   padding:55px 35px;
}
.bg-wood2
{
   background-color: rgba(239, 170, 21, 0.8);
   text-align:center;
   padding:55px 35px;
}
.bg-wood3
{
   background-color: rgba(241, 178, 30, 0.8);
   text-align:center;
   padding:55px 35px;
}



.wood-text
{
	color:#333333;
	font-size:18px;	
	font-weight:500;

}


.wood-text span
{
	color:#fff;
	font-size:20px;
	font-weight:300;
	display:block;
}


.welcome
{
	padding:20px 0;
}

.section_header_wrap {
    padding-top: 5px;
    position: relative;
    z-index: 1;    
    margin-bottom: 35px;
}

.section_header_wrap .text-bg {
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 116px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.1;
}


.grey {
    color: #49433c;
}

.highlight {
    color: #efaa15;
    font-size:16px;
}
.section_header.big {
    font-size: 58px;
    font-weight:800;
    text-transform:uppercase;
    color:#49433c;
    line-height: 50px;
}

.title
{
    color: #49433c;
    font-size: 58px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Work Sans';
    margin-bottom: 20px;
}
.title span
{
    color: #efaa15;
    font-size:16px;
    display:block;
    font-weight:500;
}

.news
{
	margin-top:10px;    
	margin-bottom: 30px;
	overflow:hidden;
}



.news ul
{
	 padding-left:0;
	 text-align:center;
}



.news ul li
{
    width: 355px;
    display: inline-block;
    margin: 0 10px;
    box-shadow: 0px 0px 2px 1px rgba(156, 156, 156, 0.28);
    padding-bottom: 25px;
}


.news ul li .image
{
	 width:355px;
	 height:245px;
}


.news ul li .headline
{
    font-size: 22px;
    font-weight: 800;
    color: #49433c;
    padding: 30px;
}


.news ul li .details
{
    font-size: 16px;
    font-weight: 400;
    padding:0 30px;    
    height: 65px;
    overflow:hidden;
}









.footer-all
{
	position: relative
}
.footer
{
	padding:30px 0 20px 0;
	color:#818181;
	font-size:15px;
	background-color:#49433c;
}

.footer-bg
{
	height:55px;
	background:url('../images/footer.png') no-repeat center bottom;    
	background-size: cover;
}
.footer-inner
{
	height:110px;
	background:url('../images/footer-inner.png') no-repeat center bottom;    
	background-size: cover;
}

.footer-text
{
	margin-top: 15px;
    margin-bottom: 20px;
    color:#818181;
    text-align:center;
}

.footer-text i
{
    margin-right:10px;
    color:#d0c18e;
}



.footer-title
{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
    color:#FFFFFF;
    text-align:center;
}

.footer-title2
{
	font-size:16px;
	text-transform: capitalize;
	color:#fff;    
	margin-top:15px;
	margin-bottom:15px;
}



.footer .form-group a 
{
   padding-left: 0px;
   padding-right: 0px;
}



.footer .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #49433c;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 0px;
    text-align: center;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.footer .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.footer .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.footer .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.btn-footer {
    display: inline-block;
    padding: 12px 35px;
    margin-bottom: 0;
    font-size: 15px;
    /* width: 100%; */
    font-weight: 400;
    margin-top: 10px;
    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-more2{
    color: #ffffff;
    background-color: #d0c18e;
    border-color: #d0c18e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}


.btn-more2:hover {
    color: #d0c18e;
    background-color:#fff;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.footer .socials {
	position: relative;
	margin-top:15px;
	text-align: center;
	margin-bottom:0px;

}


.footer ul 
{
	padding-left:0px;
}



.footer .socials li {
 display:inline-block;	
    width: 40px;
    height: 40px;
}


.footer .socials li a {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
    margin-right: 0px;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px #fff solid;
}

.footer .socials li a i {
    margin-right: 0px;
    color: #fff;
}


.footer .socials li a:hover {
	background: #d0c18e;
    color: #d0c18e;   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.footer-menu
{
	border-bottom:1px rgba(255, 255, 255, 0.1) solid;
	padding:15px;
	font-size:17px;
	text-align:center;
}

.footer-menu a
{
    color:#818181;
}



.copyright
{
    text-align: center;
	padding:10px 0 10px 0;	
	font-size:13px;
    color:#747474; 
    font-weight:300;
    background-color:#fff;
}

.copyright a
{
    color:#747474;
}


.copyright-inner
{
    text-align:left;
	padding:20px 0 20px 0;	
	font-size:15px;
    color:#fff; 
    font-weight:300;
    background-color:#122e44;
}

.copyright-inner a
{
    color:#fff;
}



.header-title
{
height: auto;
position:relative;  
}


.black-bg
{
background-color:rgba(86, 86, 86, 0.83);
position:absolute;
width:100%;
height:100%;
}

.headertitle
{
color:#FFFFFF; 
font-size:45px;    
line-height: 50px;
text-align:center;
text-transform:capitalize;        
padding-top:80px;     
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0px;
text-align: center;  
}



.breadcrumb {
    padding: 15px 15px 15px 15px;
    margin-bottom: 0px;
    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:#122e44;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}


.breadcrumb>.active {
    color: #fff;
}



.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
{
overflow:hidden;
    margin:30px 0 30px 0;
}
    
.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: #d0c18e;
    margin: 0px 0px 10px 0px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    border-radius: 5px;
    float: right;
}

a.code_apply {
    border: 1px solid #fff;
    color: #fff;
    padding: 1px 8px;
    margin: 0 0 0 0px;
    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: #d0c18e;
    border-color: #d0c18e;
    margin-bottom:10px;
}

.btn-career:hover {
    color: #fff;
    background-color: #d0c18e;
    border-color: #d0c18e;
}

.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: #d0c18e;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color:#d0c18e;
    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:#98c21d;
    margin-bottom:10px;
    margin-top:10px;
}





