@charset "utf-8";
/* CSS Document */

@font-face {
  font-family:'kufibold';
  src: url('kufi_bold/bold.eot?#iefix') format('embedded-opentype'),  
  url('kufi_bold/bold.woff') format('woff'), 
  url('kufi_bold/bold.ttf')  format('truetype'), 
  url('kufi_bold/bold.svg#DroidArabicKufi-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
	}
	
@font-face {
  font-family:'kufiregular';
  src: url('kufi_regular/regular.eot?#iefix') format('embedded-opentype'),  
  url('kufi_regular/regular.woff') format('woff'), 
  url('kufi_regular/regular.ttf')  format('truetype'), 
  url('kufi_regular/regular.svg#DroidArabicKufi') format('svg');
  font-weight: normal;
  font-style: normal;
	}
	
@font-face {
  font-family: 'droid';
  src: url('droid/droid.eot?#iefix') format('embedded-opentype'),  
  	   url('droid/droid.otf')  format('opentype'),
	   url('droid/droid.woff') format('woff'), 
	   url('droid/droid.ttf')  format('truetype'), 
	   url('droid/droid.svg#LobsterTwo') format('svg');
  font-weight: normal;
  font-style: normal;
	}

.rtl, p, table, section{direction:rtl; font:14px 'droid', Tahoma, Geneva, sans-serif; text-align:right;}
h6{font-family:'kufiregular', Tahoma, Geneva, sans-serif; text-align:right;}
h3, h4{font-family:'kufibold', Tahoma, Geneva, sans-serif;}
.seperator{text-align:right!important; direction:rtl;}
.dropdown-menu{text-align:right;}

.breadcrumb{font:15px 'kufiregular', Arial, Helvetica, sans-serif; direction:rtl;}

.nav{font-family:'kufiregular', Arial, Helvetica, sans-serif; direction:rtl;}
.arabic{font:14px 'kufiregular', Arial, Helvetica, sans-serif; color:#fff;}

.contact-info, .welcom-text{font-family:'kufiregular', Arial, Helvetica, sans-serif; direction:rtl;}

.widget-title1 {
	padding-bottom:15px;
	margin-bottom:25px;
	position:relative;
}
.widget-title1:after {
	width:20px;
	height:1px;
	background-color:#c0a332;
	position:absolute;
	content:"";
	right:0;
	bottom:0;
}

.widget.services .widget-menu > li{
	margin-bottom: 8px;
	position: relative;
	font:14px 'droid', Tahoma, Geneva, sans-serif;
}
.widget.services .widget-menu > li > a{
	padding-left: 10px;
}

.widget.services .widget-menu > li:before{
	content:"";}
	
.widget.services .widget-menu > li:after{
	content:"\f104";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
	padding-left:10px;
	color:rgba(255, 255, 255, 0.5);
}
.widget.tags .widget-menu > li{
    background: #333 none repeat scroll 0 0;
    border: 1px solid #444;
    margin: 0 3px 10px;
    padding: 5px 10px;
	direction:rtl;
}

.title-desc1{text-align:center;}
.seperator1{text-align:center;}

.accordion-plus1.panel-group .panel-title > a:after {
	content:"\f103";
    font-family:"FontAwesome";
	font-size:18px;
	line-height:49px;
	position:absolute;
	float:left;
	left:15px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.accordion-plus1.panel-group .panel-title > a.collapsed:after {
	color:#333;
	content:"\f100";
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}


.thumb-image-grid .thumb-image{float:right;}
.thumb-image-grid .thumb-img-details {
    padding-right: 15px;
}