﻿@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=Roboto: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=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
html,
body {
    height: 100%;
    font-size:14px;
    font-family: 'Lato', sans-serif;
    color:#8d8d8d;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


.Business-Setup {
    display: none;
}


.language
{
    font-family: 'Tajawal', sans-serif;
    font-size:16px !important;
}

.header-inner
{
    position:  relative!important;
}

.header
{
	background-color: rgba(255, 255, 255, 0);
    padding: 20px 0;
    position: absolute;
    z-index: 99;
    width: 100%;
}

.header .socials {
	position: relative;
	overflow: hidden;	
	margin-top:30px;
	text-align:right;
	margin-bottom:0px;

}


.header ul 
{
	padding-left:0px;
}



.header .socials li {
    display:inline-block;	
    height: 30px;
    width:30px;        
    background-color:#b5121b;    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;


}


.header .socials li a {
    height: 30px;    
    width:30px;    
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    text-align:  center;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header .socials li a:hover {
    color: #dddddd;   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.carousel {
    height: 650px;
}

.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: #c0c0c0;
    background-blend-mode: multiply;
}

.caption-carousel {
    position: absolute;
    top: 100px;
    left:105px;
    z-index: 10;
    text-transform:uppercase;
    padding-top: 20px;
    width:700px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:58px;
    font-weight:bold;
}


.caption-carousel h3{
    font-size:16px;
    line-height:20px;    
    height: 20px;
    overflow: hidden;
    margin-bottom:30px;
    
}
.carousel-indicators {
    position: absolute;
    bottom: 50px;
    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(255, 255, 255, 0.60);
    border: 1px solid rgba(255, 255, 255, 0.0);
    border-radius: 30px;
}

.carousel-indicators .active {
    width: 24px;
    height: 24px;
    margin: 2px;
    background-color:rgba(255, 255, 255,1);    
    border: 1px solid rgba(255, 255, 255, 1);

}



.btn-header {
    display: inline-block;
    padding: 8px 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;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:  uppercase;
    background-image: none;
    border: 2px solid transparent;
    border-radius:0px;
    margin-top:20px;
    margin-bottom:20px;
}


.btn-more{
    color: #fff;
    background-color:#b5121b;
    border-color:#b5121b;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #b5121b;
    background-color: #fff;
    border-color:#b5121b;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #b5121b;
    background-color:#fff;
    border-color:#fff;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white:hover {
    color: #fff;
    background-color: #b5121b;
    border-color:#fff;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-white2{
    color: #fff;
    background-color:rgba(29, 89, 133, 0);
    border-color:rgba(29, 89, 133, 0);    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white2:hover {
    color: #b5121b;
    background-color:rgba(29, 89, 133, 0);
    border-color:rgba(29, 89, 133, 0);    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contacts-header
{
	position:absolute;
	bottom:0;
	width:100%;
	padding:10px 0;
	left:0;
	border-top:1px #FFFFFF solid;
	z-index:99;
	color:#FFFFFF;
	font-weight:300;
	font-size:16px;
}
.contacts-header a
{
	color:#FFFFFF;
}
.contacts-header i
{
	 margin-right:5px;
}

.bg-counter
{
	margin: 0px 0 0px 0;
	padding:90px 0;
	position:relative;
	z-index:9;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(135,21,14,1) 0%, rgba(92,7,5,1) 50%, rgba(135,21,14,1) 100%);	color:#fff;
	text-align:center;
}





.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 28%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	margin-right: 1%;
	margin-left:1%;
	margin-bottom: 0px;
}
.bg-counter .col-xs-3 {
    border-right:1px rgba(255, 255, 255, 0.31) solid;
}

.bg-counter .col-xs-9 {
        width: 50%;
    text-align: left;
    color: #ececec;
    font-weight:300;    
    padding-top: 15px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper {  margin: 0px auto; position: relative; padding: 10px 0;}
.counter { color: #13a89e; padding: 0px 0; border-radius: 0px; text-align:center;}
.counter .img
{
	 height:50px;
	 margin-bottom:10px;
}

.counter img
{
	 margin:auto;
}

.count-title { font-size: 60px; font-weight:  bold;  margin-top: 10px; margin-bottom: 0; text-align: center; color:#d2d4d5; }
.count-text { 
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0;
    height: 20px;
    text-align: center;
    color: #d2d4d5;
    overflow: hidden;
    text-transform: uppercase;
}
.fa-2x { margin: 0 auto; float: none; display: table; color: #d2d4d5; }



.welcome
{
	padding:50px 0;
	font-weight:300;
	background-color:#f8f8f8;
}

.title
{
	 color:#7d7d7d;
	 font-size:38px;
	 font-weight:300;
	 margin-bottom:20px;
	 text-transform:capitalize;
}
.title span
{
	 color:#b5121b;
	 display:block;
}

.welcome-text
{
	margin-bottom:20px;
	font-size:18px;
}





.Sectors
{
	background-color:#fff;
    padding:20px 0;
    text-align:left;
}

.Sectors ul
{
	 padding-left:0;
	 text-align:center;
}

.Sectors ul li
{
	  display:inline-block;
	  margin:40px 20px;
	  position:relative;
	  width:335px;
}

.Sectors ul li .headeline
{
	color:#a41f14;
	font-size:18px;
	text-align:left;    
	height: 58px;
    overflow: hidden;
	font-weight:300;
	margin-bottom:10px;
	text-transform:capitalize;
}
.Sectors ul li img
{
    margin-bottom: 15px;
    position: relative;
    left: 0;
    display: block;
}

.Sectors ul li .details
{
	color:#818181;
	font-size:14px;    
	height: 64px;
    overflow: hidden;
	font-weight: normal;
	text-align:left;
}


.work
{
	padding:30px 0;
	background-color:#FFFFFF;
	font-weight:300;
	font-size:22px;
}
.work .col-sm-6
{
	padding:0;
}
.work .col-sm-3
{
	padding:0;
}



.footer
{
	background-color:#10742c;
	padding-top:30px;
	padding-bottom:30px;
	color:#fff;
	font-size:15px;
	line-height:20px;
}

.footer-headline
{
	 font-weight:bold;
	 font-size:25px;
	 text-transform: capitalize;
	 margin-bottom:25px;
}

.footer ul
{ text-align:left;    
  padding-left: 20px;
}

.footer ul li
{   
    display: list-item;
    list-style-type: square;
    padding: 5px 0px;
    text-transform:capitalize;
}
.footer ul li a
{   
     color:#fff;
}





.footer-margin
{
				margin-top:10px;
}

.footer .btn {
    display: inline-block;
    padding:13px 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: #32c55b;
    border: 1px solid transparent;
    border-radius: 0px;
    background-size: 100% 100%;
    /* height: 30px; */
    width: 100%;
    color: #fff;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.btn-newsletter
{
    color: #94836e;
}


.btn-newsletter :hover 
{
    color: #94836e;
}


.footer .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #178636;
    background-image: none;
    border: 1px solid #178636;
    border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-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 15px 0 0;
}


.footer .newletter .col-md-8 ,.newletter .footer .col-sm-8,.newletter .footer .col-xs-7
{
    padding:0 0 0 15px;
}




.footer-logo
{
	background-color:#10742c;
	border-top:1px rgba(255, 255, 255, 0.15) solid;
	padding:10px 0 20px 0;
	color:#FFFFFF;
}

.footer-logo-margin
{
	margin-top:27px;
}
.footer-logo-margin a
{
	color:#FFFFFF;
}


.footer-logo i
{
    background-color: #178636;
    padding: 10px;
    color: #ffffff;
    font-size: 15px;
    margin-right: 10px;
}






.socials 
{   
  margin-top:27px;
  margin-left: 0px;
}

.socials ul 
{   
    text-align: left;    
    margin-bottom: 0px;
    padding-left:0;
}


.socials ul li {
    display:inline-block;	
    text-align:left;    
    margin:0 0px 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 i {
    margin-right: 3px;
}



.socials ul li a:hover i{
	color:#c99e67;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}




.copyright
{
    background-color: #b5121b;
    padding: 5px 0;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 30px;
}


.copyright a
{
    color:#FFFFFF;
}




.copyright .socials 
{
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;
}


.copyright ul 
{
   padding-left:0px;
   margin-top: 20px;
}


.copyright .socials li 
{
    display: inline-block;	
    width: 35px;
    height: 35px;    
    margin:0px 0;

}


.copyright .socials li a 
{
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	font-size: 15px;
	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;
}



.copyright .socials li a:hover 
{
	color: #1381bf;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}







.content-inner
{
	padding:20px 0 30px 0;
}




.path 
{
    margin-bottom: 7px;
    position:relative;
    z-index:99;
    margin-bottom:30px;
    background-size: cover;
}



.breadcrumb {
    padding: 20px 15px 20px 15px;
    margin-top: 10px;
    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:none;   
    text-transform:capitalize;
}

.breadcrumb>li a
{    
    color:#122e44;
}
.breadcrumb>li+li:before 
{
    padding: 0 5px;
    color: #7db442;
    content: "/\00a0";
}


.breadcrumb>.active {
    color:#3b6e33;
}










.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.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: #b5121b;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #b5121b;
    margin-right: 10px;
    font-size:18px;
}


.btn-contact{
    color: #fff;
    background-color: #ed3139;
    border-color: #ed3139;  
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-contact:hover {
    color: #fff;
    background-color:#2ea053;
    border-color:#2ea053;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.container2{
    padding:200px 20px 200px 20px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
}


.section-1{
    background-image:url('../images/img-fixed.png');
    background-position:center;
    position:fixed;
    z-index:999;
}




.gray-box
{
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    color: #b5121b;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #b5121b;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 50px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #b5121b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

 



.btn-career 
{
    background-color: #b5121b;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #b5121b;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}








.btn-career2 
{
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-career2:hover 
{
    background-color: #ffffff ;
    border: 1px #ffffff solid;
    color: #459844;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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;
}

.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}




.title-product
{
	color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}









.products-all
{
 display:inline-block;
 width: 355px;

}


.products-box
{
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 355px;
    text-align: center;    
    padding: 0 10px;
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}





.title-news {
    font-size: 22px;
    color:#b5121b;
    margin-bottom:10px;
    font-weight:300;
    margin-top:10px;
}


.Business-Setup
{
	padding:50px 0;
	background-color:#efefef;
	margin-top:20px;
}

.owl-carousel .owl-item {
    height:350px;
    overflow: hidden;
}


.num {
    font-size: 50px;
    color: #00853e;
}


.busin_title {
    font-size: 30px;
    color: #b5121b;
    line-height: 35px;
}

.busin_deta {
    color:  #7d7d7d;
    font-size: 18px;
    height: 50px;
    overflow: hidden;
}




.table1 {
width:100%;         
       
}

.table1 tr:nth-child(odd) {
 background: #adadad61;
       
}


.table1 td {
	/* Behave  like a "row" */
	padding:7px;
}
        

.table1 th {
    text-align: center;
    padding: 7px;
}

.table2 {             
width:100%;         
       
}
.table2 tr:nth-child(odd) {
 background: #adadad61;
       
}


.table2 td {
	/* Behave  like a "row" */
	padding:7px;
}
        

.table2 th {              
    text-align: center;
    padding: 7px;
}

/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
@media  only screen  and (max-width: 760px), (min-device-width: 768px)  and (max-device-width: 1024px) {
/* Force table to not be like tables anymore */
.table1, thead, tbody, th, td, tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.table1 thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.table1 tr {
	margin: 0 0 1rem 0;
}
.table1 tr:nth-child(odd) {
 background: #ccc;
}
.table1 td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	/*height: 60px;*/
margin-bottom: 100px;
}
.table1>tbody>tr>td, .table1>tbody>tr>th {
	padding-left: 50%;
}
.table1 td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 0;
	left: 6px;
	padding-right: 10px;
	white-space: nowrap;
}
/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		

.table1 td:nth-of-type(1):before {
	content: "رقم ";

    font-weight: 600;    
    white-space: pre-line;
    font-size: 12px;
}
.table1 td:nth-of-type(2):before {
	content: "اسم المؤسسة";
font-weight: 600; 
font-size: 12px;

	
}


.table1 td:nth-of-type(3):before {
	    content: "طبيعة الصناعة";
   font-weight: 600; 
   font-size: 12px;
}


                          
.table1 td:nth-of-type(4):before {
	    content: "جنسية المستثمر";
   font-weight: 600; 
   font-size: 12px;
}










/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
@media  only screen  and (max-width: 760px), (min-device-width: 768px)  and (max-device-width: 1024px) {
/* Force table to not be like tables anymore */
.table2, thead, tbody, th, td, tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.table2 thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.table2 tr {
	margin: 0 0 1rem 0;
}
.table2 tr:nth-child(odd) {
 background: #ccc;
}
.table2 td {
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	/*height: 60px;*/
margin-bottom: 100px;
}
.table2>tbody>tr>td, .table2>tbody>tr>th {
	padding-left: 50%;
}
.table2 td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 0;
	left: 6px;
	padding-right: 10px;
	white-space: nowrap;
}
/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		

.table2 td:nth-of-type(1):before {
	content: "رقم ";

font-weight: 600;    
    white-space: pre-line;
 font-size: 12px;
}
.table2 td:nth-of-type(2):before {
	content: "اسم المؤسسة";
font-weight: 600; 
font-size: 12px;

	
}



.table2 td:nth-of-type(4):before {
	    content: "مساحة الأرض(دونم)";
   font-weight: 600; 
   font-size: 12px;
}

.table2 td:nth-of-type(5):before {
	    content: "طبيعة الصناعة";
   font-weight: 600; 
   font-size: 12px;
}



.table2 td:nth-of-type(7):before {
	    content: "جنسية المستثمر";
   font-weight: 600; 
   font-size: 12px;
}

            




