<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body{font-family: 'Alef'; }
html,body{overflow-x:hidden;}

/* =============================================================== */
/* Header
================================================================ */
#header {margin-top:20px; margin-bottom:30px;}

/* Main Navigation
==========================*/


#menu-button, #menu-button.click{display:none; width:18px; height:18px; position:absolute; top:5px; left:5px; background:url(../images/menu.png) top left no-repeat; padding-left:22px; cursor:pointer; color:#bcac9e; font-size:12px;}
#menu-button:hover, #menu-button.click{background-position:bottom left; color:#bcac9e;}

#menu{background-color:#E2E2E2; font-family:"myriad_prolight","Droid Arabic Naskh";}
#menu li a { padding: 10px;  display: block;  color: #4e4e4e;   text-decoration: none;}
#main {width:100%;  background: #fff; z-index: 5;  position: relative;  overflow:auto; overflow-x:hidden;
    -webkit-box-shadow:  -5px 0px 4px 0px rgba(0, 0, 0, 0.2);
        moz-box-shadow:  -5px 0px 4px 0px rgba(0, 0, 0, 0.2);
          o-box-shadow:  -5px 0px 4px 0px rgba(0, 0, 0, 0.2);
            box-shadow:  -5px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
#menu {float:left; width: 200px;   height: 100%; position: fixed; overflow:auto ; z-index:4; display:none;}
#menu li { background:#ffffff;border-bottom: 1px solid #4e4e4e; color: #4e4e4e; direction:rtl; text-align:center; margin-bottom:0px;}
#menu li a:hover {background-color:#9a9a9a; color: #ffffff;}
#menu li .current{color:#4e4e4e; border-bottom: 1px solid #4e4e4e; background-color:#5a5b5c;}






.selectnav {display: none; cursor: pointer; width: 100%; padding: 8px; height: 37px; float: left; font-size: 14px;}
#navigation {float: right;border-bottom: 1px solid #dfdfdf;	margin: 50px 0px 0 0px;}
#navigation ul, #navigation li {list-style:none; padding:0; margin:0; display:inline; }
#navigation ul li{float:right; position:relative;}

#navigation ul li a { 
	display: inline-block;
	color: #9a9a9a;
	padding: 0px 10px 10px 10px;
	text-decoration: none;
	font-size: 13px;

}

#navigation ul li a:hover{

}

#navigation ul ul {
	opacity: 0; 
	margin: -2px 0 0 5px;
  	filter: alpha(opacity=0); 
	position: absolute;
	top:-99999px; 
	left: 0;
	background: #fff;
	border: 1px solid #dddddd;
	border-top: 3px solid #555;
	z-index: 999;
}

#navigation ul ul li a:hover {
	border-bottom: 1px solid #ddd;
}

#navigation ul ul li a {
	padding: 8px 0;
	display: block;
	width: 150px;
	margin: 0 16px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid transparent;
}

#navigation ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0;
	margin: -3px 0 0 0;
	z-index: 999;
}

#navigation ul ul ul li a { 
	border-bottom: 1px solid #dddddd !important;
	border-top: 1px solid transparent;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover&gt;ul{ opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover&gt;ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff border: 0; }
#navigation ul li:hover &gt; a {color: #9a9a9a;}
#navigation ul ul li:hover &gt; a {border-top: 1px solid transparent; color: #444;}
#current {font-weight: bold !important; color: #444 !important; border-bottom: 1px solid #cccccc !important;}



.backLava{border-bottom:2px solid #cccccc; height:26px;}












/* IE Dropdown Fix
==========================*/
.ie-dropdown-fix {position: relative; z-index: 5;}

/* =============================================================== */
/* Portfolio Styles
================================================================ */
#filters {
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #B2B2B2;
	display: block;
	width: 100%;
	margin-bottom: 24px;
	line-height: 24px;
}


#filters ul{
	float:left;
	margin-bottom:0px;
	}
	
#filters ul li {
	display: inline;
	padding: 0 10px 0 0;
	float:right;
	
}

#filters ul li:first-child {background: none;}

#filters a {
	color: #9a9a9a;
	font-size: 13px;
	padding: 4px 16px 4px 0px;
	background: right center;
	
}

#filters a:hover {
	/*color: #4e4e4e;*/

}

.selected {background: url(../images/arr.jpg) no-repeat right center!important; color: #4e4e4e !important;}
.selected:hover {background: url(../images/arr.jpg) no-repeat right center!important;}


/**** Isotope Filtering ****/
.isotope{padding-bottom:50px;}
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* RTL */
.isotope .isotope-item {
  -webkit-transition-property: right, top, -webkit-transform, opacity;
     -moz-transition-property: right, top, -moz-transform, opacity;
      -ms-transition-property: right, top, -ms-transform, opacity;
       -o-transition-property: right, top, -o-transform, opacity;
          transition-property: right, top, transform, opacity;
}


/* Images Overlay
==========================*/
.item-img, .post-img {position: relative;}
.item-img a{display:block; line-height:0em;}
.item-title a{line-height:1.4em;}
.item-img img{width:100%;}
.item-bg,.project-item{
	
	opacity: 0.5; -moz-opacity: 0.5; -o-opacity: 0.5; -webkit-opacity: 0.5;filter: alpha(opacity=50);
	transition: top 0.5s, opacity 0.5s, transform 0.5s; -webkit-transition: top 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	position:relative;
	
	}
.project-item{opacity: 0; -moz-opacity: 0; -o-opacity: 0; -webkit-opacity: 0;filter: alpha(opacity=0); top:-10px; z-index:101;}

.overlay {
	height: 0px;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
	z-index: 40;
	background-color:rgba(178,178,178,0.85);
	border-top:0px;
	transition: bottom 0.5s, height 0.5s, border-top 0.5s, transform 0.5s; -webkit-transition: bottom 0.5s, height 0.5s, border-top 0.5s, -webkit-transform 0.5s;
}
.over{ height:30px; width:30px; z-index:100; background:url(../images/plus.png) no-repeat; margin:-40px auto 0px 10px; position:relative; 
	transition: margin 1s, opacity 1s, transform 1s; -webkit-transition: margin 1s, opacity 1s, transform 1s;
	opacity: 0; -moz-opacity: 0; -o-opacity: 0; -webkit-opacity: 0;filter: alpha(opacity=0);
}
.overlay.zoom {}

.portfolio-item:hover{z-index:100;}

.item-img:hover .item-bg{
	top:0px;
	transition: top 0.5s, opacity 0.5s, transform 0.5s;	-webkit-transition: top 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	filter: alpha(opacity=100); opacity: 1;
	}

.item-img:hover .overlay{
	bottom:0px;
	height:100px;
	border-top:1px solid #BED631;
	transition: bottom 0.5s, height 0.5s, transform 0.5s; -webkit-transition: bottom 0.5s, height 0.5s, -webkit-transform 0.5s;
	opacity: 1; -moz-opacity: 1; -o-opacity: 1; -webkit-opacity: 1;
	}
	
.item-img:hover .project-item{
	top:0px;
	transition: top 0.5s, opacity 0.5s, transform 0.5s;	-webkit-transition: top 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	filter: alpha(opacity=100); opacity: 1;
	}
	
.item-img:hover .over{
	margin:-15px auto 0px 10px;
	transition: margin 1s, opacity 1s, transform 1s;	-webkit-transition: margin 1s, opacity 1s, -webkit-transform 1s;
	filter: alpha(opacity=100); opacity: 1;
	}

/*
.overlay:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=80);
}*/


/* =============================================================== */
/* Footer
================================================================ */
#footer {
	background: #383838;
	color:#a4a4a4;
	padding: 0 0 10px 0;
	margin: 30px 0 0 0;
}

#footer h5 {
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 25px 0 8px 0;
	margin: 0 0 15px 0;
}


/* Copyright
==========================*/
#footer-bottom { min-height: 60px; margin:30px 0px;}
#copyright {color: #777; margin: 22px 0; direction:rtl; text-align:right;}
#copyright a, #copyright span {color:#bbb;}
.leadnet{margin-top:22px;}



/* ======================== */
/*   bassam
/* ======================== */
html{overflow-y:scroll;}
.rtl{direction:rtl;}
.right{float:right!important;}

.project-item{position:absolute; z-index:1; top:0px; right:0px; width:80%;}
.project-item h5{ text-align:right; padding:0px 10px; color:#3f3f3f; font-size:16px; font-family: 'Alef'; line-height:1em; margin-top:25px; height:30px; overflow:hidden;}
.project-item p{ direction:rtl; text-align:right; padding:0px 10px; color:#ffffff; }
.project-title{ background:url(../images/arr-left.jpg) 0px 17px no-repeat #ffffff; width:100%; height:214px; border-top:6px solid #B2B2B2; position:relative;}
.project-title span{ font-size:18px; color:#3F3F3F; text-align:right;  padding:13px 5px 0px 0px; display:block;}
.project-title span.sub-title{ font-size:14px; color:#3F3F3F; text-align:right;  padding:3px 5px 0px 0px; display:block; color:#aaaaaa;}
.project-title span.sub-title:hover{ color:#3f3f3f;}

.portfolio-item{margin-bottom:8px;}

.tile{ height:20px; background:url(../images/texture.png);}
.tile2{ height:150px; background:url(../images/texture.png);}

.login{ width:100%;  border-top:6px solid #3F3F3F; position:relative;}
.login h1{ font-size:18px; color:#3F3F3F; text-align:right;  padding:13px 5px 0px 0px; display:block;}
.login ul{}
.login ul li{direction:rtl; text-align:right;}
.login .login_btn{background:url(../images/arr-left.jpg) 0px 0px no-repeat #ffffff; padding-left:30px; font-size:13px; margin:15px 0px; width:40px;}

.val{width:100%; direction:rtl; text-align:right; border-top: 1px solid #F00; border-bottom: 1px solid #F00; margin:10px 0px; padding:5px; background-color:#FDECEC }
.val ul{list-style:square; margin:10px 15px;}

.main{}
.main_text{direction:rtl; text-align:right;}

/* wall */
.toolbar{min-height:36px; background:url(../images/texture.png);}
#divPosts{margin-top:20px; }
.post-container{
	direction:rtl;
	margin-bottom:10px;
	padding:5px;
	background:#f9f9f9;
	box-shadow: 3px 3px 3px #dadada;

	}
.post-border{
	direction:rtl;
	background-color: white;
	border:1px solid #e0e0e0;
	padding:10px;
	clear:both;
	}
.line-up{ width:100%;  border-top:6px solid #3F3F3F; position:relative; padding:10px 0px; direction:rtl; text-align:right;}
.line-up h1{font-size:18px; color:#3F3F3F; text-align:right; display:block; line-height:18px;}
.line-up h2{font-size:25px; color:#3F3F3F; text-align:right; display:block; line-height:25px;}

#loadAfter{direction:rtl; cursor:pointer; margin-top:20px; display:inline; text-align:right; float:right;}
#loadAfter div{ padding:5px; border:1px solid #e0e0e0;}

#showTabText,#showTabImage,#loadBefore{ margin-top:3px; padding:5px; border:1px solid #e0e0e0; cursor:pointer; margin-left:5px; background-color:#ffffff; direction:rtl; display:inline; float:right;}
#sendPostWithImage,#sendPost{background:url(../images/arr-left.jpg) 0px 0px no-repeat #ffffff; padding-left:30px; font-size:13px; margin:15px 0px; width:40px;}

.featured_con{ height:451px; width:720px; position:relative; z-index:0; overflow:hidden; float:left;}
.featured{ height:629px; width:100%; float:left; position:absolute; display:none;border-bottom:3px solid #603813;}
.featured_image{left:0px; top:0px; border:0px;}
.featured_image img{width:100%;}
.featured_pages{float:right; z-index:3; position:absolute; bottom:0px; left:0px;}
.featured_pages a{background-color:#a3a3a3;display:block; width:10px; height:10px;  float:left; margin-right:4px; opacity: 0.5;filter: alpha(opacity=50); }
.featured_pages a.current{background-color:#bed434;opacity: 1;filter: alpha(opacity=100);}

.featured_nav{position:absolute; z-index:9999; width:100%; top:50%; height:28px; display:none;}
.featured_nav .forward, .featured_nav .backward{width:24px; height:24px; background:url(../images/arr-right.jpg) no-repeat center center #ffffff;  display:block; cursor:pointer;opacity:0.5;filter:alpha(opacity=30);  position:absolute; top:0px; left:10px;}
.featured_nav .forward{ right:10px; left:auto;}
.featured_nav .backward{background:url(../images/arr-left.jpg) no-repeat center center #ffffff;}
.featured_nav .forward:hover, .featured_nav .backward:hover{opacity:1;filter:alpha(opacity=100);}


.sidebar{height:451px; float:right; width:240px; padding:20px; padding-top:40px; overflow:hidden; direction:rtl; text-align:right;    background-color:#dfdfdf; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.sidebar p{color:#333;}
.sidebar p a{color:#333; text-decoration:underline}
.sidebar p a:hover{color:#999;}
.sidebar h5{margin-bottom:10px;}

.leftside{ height:451px; width:720px; position:relative; z-index:0; overflow:hidden; float:left; background:#ffffff;}
#map_canvas{height:480px; width:720px;}
#bodyContent{direction:rtl; text-align:right;}
.form-button{ }
.form-button a{display:inline-block;background: #CECECE; padding:2px 5px; color:#333; direction:rtl; text-align:right;}
.form-button a:hover{background: #f2f2f2;}
.column1{direction:rtl; text-align:right; margin-top:0px; margin-right:20px; width:calc(50% - 20px); float:right;}
.column2{direction:rtl; text-align:right; margin-top:0px; margin-right:20px; width:calc(50% - 20px); float:right;}
.leftside ol{margin-right:20px;}
.leftside h5{margin:40px 20px 10px 0px;}

.article_in{padding:40px 20px 20px 20px;}

.articles{border-bottom:1px solid #B2B2B2; margin-bottom:20px;}
.articles a{}
.articles h5{color:#3F3F3F;}
.articles p{color:#666666;}

.articles a:hover h5{color:#BED631;}
.articles a:hover p{color:#3F3F3F;}

.articles_header{ margin-bottom:20px;}
.articles_header .project-title{height:80px; border-bottom:4px solid #B2B2B2; border-top:0px;}


@media only screen and (max-width: 480px) {
		
	#navigation ul li a { margin: 50px 0px 0 8px;font-size: 12px;}
	#navigation ul li:last-child a { margin: 50px 0px 0 0px;}
		
}




/* use a semi-transparent image for the overlay */
#overlay {
 
    /* must be initially hidden */
    display:none;
    /* place overlay on top of other elements */
    z-index:10000;
    /* styling */
    width:960px;
    min-height:451px;
	/*position: left:50%!important;; margin-left:-480px!important;*/
 
}
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
height:480px;
overflow:none;
}
  
#overlay .close {
    background:url(../images/close.png) no-repeat;
    position:absolute;
    right:5px;
    top:5px;
    cursor:pointer;
    height:24px;
    width:24px;
}

	@media only screen and (min-width: 1025px) {
	#main{left:0px!important;}
		}

	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
			#overlay { width:768px; min-height:374px;  
			/*left:50%!important;; margin-left:-384px!important;*/
			}
			div.contentWrap {height:394px;overflow:none;}
			.featured_con,.leftside{ height:374px; width:598px;}
			.featured{ height:629px; width:100%;}
			.featured_image{}
			.featured_image img{width:100%}
			.sidebar{height:374px; width:170px; padding:10px; padding-top:20px; }
			
	
		
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#menu,#menu-button,#menu-button.click{display:block;}
		#lang-button,#navigation{display:none;}
		.item-img{margin-bottom:20px;}
		
			#overlay { width:calc(100%); min-height:300px!important; }
			div.contentWrap {height:auto;overflow:none;}
			.featured_con,.leftside{ height:300px; width:calc(100%);}
			.featured{ height:300px; width:100%;}
			.featured_image{}
			.featured_image img{width:100%}
			.sidebar{overflow:auto; height:auto; width:calc(100%); padding:10px; padding-top:20px; }
			
		.logo{ text-align:center; padding-left:10px;}
		#filters{padding-bottom:5px; margin-bottom:15px;}
		.project-title{height:150px;}
		
		
.item-img .item-bg{
	top:0px;
	transition: top 0.5s, opacity 0.5s, transform 0.5s;	-webkit-transition: top 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	filter: alpha(opacity=100); opacity: 1;
	}

.item-img .overlay{
	bottom:0px;
	height:100px;
	border-top:1px solid #BED631;
	transition: bottom 0.5s, height 0.5s, transform 0.5s; -webkit-transition: bottom 0.5s, height 0.5s, -webkit-transform 0.5s;
	opacity: 1; -moz-opacity: 1; -o-opacity: 1; -webkit-opacity: 1;
	}
	
.item-img .project-item{
	top:0px;
	transition: top 0.5s, opacity 0.5s, transform 0.5s;	-webkit-transition: top 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	filter: alpha(opacity=100); opacity: 1;
	}
	
.item-img .over{
	margin:-15px auto 0px 10px;
	transition: margin 1s, opacity 1s, transform 1s;	-webkit-transition: margin 1s, opacity 1s, -webkit-transform 1s;
	filter: alpha(opacity=100); opacity: 1;
	}
		}


	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
			.featured_con,.leftside{ height:220px; width:calc(100%);}
			.featured{ height:220px; width:100%;}		
		}


</pre></body></html>