﻿/*
Author: BlueCloudCorp
Author URI: www.BlueCloudCorp.com
*/
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/


@media print{

.header-social a {

display:none !important;

}


}

body,html{  		
}
body {
	font-family:Droid Arabic Kufi, sans-serif !important;
	font-size: 15px;
    color: #333;
	overflow-x: hidden !important;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{ 
	text-decoration: none;
	color: #2f2f2f;  
}
a:focus, a:hover{
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
	font-family: 'Droid Arabic Kufi', sans-serif;
    direction: rtl;
}

img{
 border:none;
}

/* Arabic Font */
.kufi {
  font-family: 'Droid Arabic Kufi' , serif;
}

/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */ 
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url("../images/loader.gif"); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* Scroll To Top*/
.scrollToTop {
  bottom: 60px;
  border-radius: 8px;
  display: none;
  font-size: 18px;
  line-height: 45px;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  color: #fff;    
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.scrollToTop:hover,
.scrollToTop:focus {
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

.scrollToTop:visited {
	 color:#FFF;
	 background-color:#ffa300;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
  
    float: right;
    display: inline;
    width: 100%;
      position: fixed; top: 0;

    z-index: 999999999999999;
    -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s;  }
    
    
    .shrink {  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);   }
    
    

    
.header-top{
	background-color: #ffa300;
	display: none;
	float: right;
    direction: rtl;
	width: 100%;
	padding: 20px 0;	
}

#search{
	margin: 0 auto;
	width: 50%;
}
#search a {
	line-height:30px;
}
#search input {
  background-color: #fff;
  border: medium none;
  color: #333;
  float: right;
  height: 100%;
  text-align: center;
  width: 90%;
}
#search a {
  background: inherit;
  border: medium none;
  color: #fff;
  height: 20px;
  width: 30px;
  margin-right:10px;
}
#search-icon { 
  font-size:17px; 
}

.header-bottom{
border-bottom:2px solid #ffa300;
line-height:13px;
	background-color: #243884;
	color: #949494;
	font-size: 12px;
	height: 40px;
	display: inline;
	float: left;
	width: 100%;
	overflow: visible;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}




.header-bottom2{
padding-top:5px;
padding-bottom:5px;
border-top:1px solid #e4e4e4;
border-bottom:1px solid #e4e4e4;
background-color: rgba(0, 0, 0, 0.02);
	color: #949494;
	font-size: 14px;
	height: 45px;
	display: inline;
	float: left;
	width: 100%;
	overflow: visible;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}

.header-left{
	display: inline;
	float: left;
	width: 100%;
}
.header-left ul{}
.header-left ul li { padding:0 12px;
height:38px;
line-height:40px;
  border-right: 1px solid #455696;
  display: inline-block;
  float: left;

}

.header-left ul li a{
	line-height:40px; 
}


.header-left ul li:nth-of-type(3) , .header-left ul li:nth-of-type(4) , .header-left ul li:nth-of-type(5){
	padding:0 !important; float:right
}

.header-left ul li:nth-of-type(3) a , .header-left ul li:nth-of-type(4) a , .header-left ul li:nth-of-type(5) a{
	padding:0 12px;
}

.header-left ul li:first-child{
	border-left: 1px solid #455696;
}

.header-login{
	display: inline;
	float: left;
	text-align: right;
	width: 100%;
}

.header-login a{ color:#f2f2f2}
 

.header-left li:hover .login:visited , .header-login:hover .login:visited{
	background-color:#ffa300; color:#FFF !important;
}

.header-login a {
    font-family:"Droid Arabic Kufi";
}
.login {

line-height:40px;
  color: #f2f2f2;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.login:hover,.login:focus{	
	color: #fff;
	text-decoration: none;
	outline: none;
}

.login:visited {
	color:#f2f2f2
}

/* Dropdown Item */

.dropdown span {

margin-right:3px;	 
}

.dropbtn {width:100%;
float:left;
    background-color: transparent;
    color: #f2f2f2;
    padding:0px 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdn .dropbtn:visited {
	color:#ffa300 !important;
}

.dropdn:hover .dropbtn:visited {
background-color:#ffa300;
color:#FFF !important
	
}

.dropdn {
width:100%;
float:left;
    position: relative;
    display: inline-block;
}

.dropdn-content {
width:190px;
    display: none;
    position: absolute;
    right:0;
    z-index:9999;
    margin-top:39px;
    background-color: #f9f9f9;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdn-content li { width:100%; float:right !important;
    color: #333;
      text-decoration: none;
      line-height:40px;
      border-bottom:1px solid #e4e4e4;
      border-left:1px solid #e4e4e4 !important;
   
}




.dropdn-content li:hover {
    background-color: #ffa300;
}

.dropdn-content li:hover a{
	color:#FFF;
}

.dropdn-content a:hover {
    color:#fff;
}

.dropdn:hover .dropdn-content {
    display: block;   
}

.dropdn:hover .dropbtn {
    background-color: #ffa300;
    color:#fff;
}

.noborder{
	border-right: 0 !important;
}


/*login modal window*/
#login-form {
  background-color: rgba(0, 0, 0, 0.2); 
  direction: rtl; 
}
#login-form .modal-dialog {
  margin: 130px auto;
  width: 400px;
}

#login-content {
float:right;
  border-radius:0;
  direction:rtl;
}
#login-content .modal-title { 
text-align:right; 
  font-size:18px;
  font-family: 'Droid Arabic Kufi', serif;
}
#login-content .modal-title i{
}
#login-content .form-group input{
  height: 35px;
  border-radius: 0;
}
#login-content .form-control:focus { 
  box-shadow: none;  
}

.loginbox label {
margin-top:10px;
font-weight:normal;
  float: right;
  padding-right:5px;

  font-family:'Droid Arabic Kufi', serif;
}

.loginbox input[type="checkbox"] {
	margin-top:14px;
}
.loginbox label input{
  float: right;
  margin-left: 5px;
}
.loginbox span {
  font-weight: normal;
  margin-right:5px;
}
.loginbox .signin-btn { 
width:auto !important; 
border:none;
  border-radius: 3px;
  color: #fff;
  float:left;
  font-family:'Droid Arabic Kufi', serif;
  font-size:14px;
}

.form-validate {
  font-size:12px;
  color:#f00;
  float:right;
}

.footer-box {
  text-align: right;
  font-size: 14px;
  font-family: 'Droid Arabic Kufi', serif;
}
.footer-box a:hover, .footer-box a:focus{  
  text-decoration: none;
  outline: none;
}

#signup-content {
  display: none;
}
#signup-content {
  border-radius: 0;
  direction:rtl;
}
#signup-content .modal-title {  
  font-size: 18px;
  font-family: 'Droid Arabic Kufi', serif;
}
#signup-content .modal-title i{
}
#signup-content .form-group input{
  height: 25px;
  border-radius: 0;
  font-size:12px;
}
#signup-content .form-group label{
  font-size:13px;
}
#signup-content .form-group select{

  height: 30px;
  border-fadius: 0;
  font-size:12px;
}
#signup-content .form-control:focus {  
  box-shadow: none;  
}

.signupbox span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
}
.signupbox span a:hover{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area{
	background-color: #fff;
	display: inline;
	float: right;
	width: 100%;
	position: relative;	
   border-bottom: 1px solid #CCC;
}
#menu-area #navbar {  
  float: left;
  padding-top: 53px;
  padding-right: 70px;
  float: left;
}
#menu-area .navbar-default {
background-color: #fff;
  border-color: #fff;
  margin-bottom: 0;
}

.navbar-brand > img {
  display: block;
  margin-top: -15px;
}
.main-nav li {
  padding-bottom:5px;
  position: relative;
  margin: 0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > ul li > a {
  color: #333;
  display: inline-block !important;
  font-family: "Droid Arabic Kufi",sans-serif;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	border-top: 0px solid #4396ff;
	background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;  
}

.navbar-nav > li > a::before {
  background-color: transparent;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;  
  ,&ebj t-t`anr&tion: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}
.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
  width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before{	
	width: 100%;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent; 
}

.navbar-nav > li > .dropdown-menu li {

  padding: 0;
}

.navbar-nav > li > .dropdown-menu li:last-child{
	 border-bottom:none;
}

.navbar-right .dropdown-menu {
	right:0 ; min-width:200px;
}

.dropdown-menu li { border-bottom:1px solid #e4e4e4;}
.navbar-nav > li > .dropdown-menu > li > a {
	color: #333;
	font-family: "Droid Arabic Kufi",sans-serif;
	font-size: 14px;
	padding: 8px 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: #ffa300;
    color:#fff;	
}

/*--------------------*/
/* SLIDER */
/*--------------------*/

#slider{
border-top:1px solid #e4e4e4;
	display: inline;
	float: left;
	width: 100%;
	margin-top:160px;
}
.main-slider {
  display: inline;
  float: left;
  margin-bottom: 0;
  width: 100%;
}
.single-slide{
	float: left;
	display: inline;
	width: 100%;
}
.single-slide img{
	width: 100%;
}

.slide-content {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-slider .slick-prev {
  left: 23px;
}
.main-slider .slick-next {
  right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  background-color: rgba(0,0,0,0.5);
  top: 48%;
  height: 50px;
  width: 50px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-slider .slick-prev::before {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 30px;
}
.main-slider .slick-next::before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-dots {
  bottom: 10px;  
}
.main-slider .slick-dots li {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.main-slider .slick-dots li button::before {
  font-size: 25px;
  line-height: 21px;
}

.slide-article {
  display: inline;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 150px;
  width: 100%;
}
.slide-article h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 25px;
  text-transform: uppercase;
  direction: rtl;
}
.slide-article p {
  color: #fff;
  margin-bottom: 50px;
  line-height: 30px;
  direction: rtl;
}
.read-more-btn{
	color: #fff;
    float: right;
	border: 1px solid #fff;
	display: inline-block;
	padding: 12px 22px;
	font-weight: 700px;
	font-size: 16px;	
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.read-more-btn:hover,
.read-more-btn:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}
.slider-img{
	display: inline;
	float: left;
	padding: 0 30px;
	width: 100%; 
}

/*--------------------*/
/* PRODUCTS */
/*--------------------*/

#products{
  background-color: #fff;
  display: inline;
  float: right;
  padding: 45px 0;
  width: 100%;
}
.products-area{
  display: inline;
  float: right;
  width: 100%;
}
.products-slide {
  margin-bottom: 0;
  width: 100%;
}
.products-slide .slick-slide{
  outline: none;
}

.single-product {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  display: inline;
  float: right;
  height:300px;
  width:365px;
  text-align: center;
  width: 100%;
}
.single-product img {
  display: inline-block;
}
.single-product a{
  background-color: #ffa300;
  display: inline;
  float: right;
  height:100px;
  width:100%;
  font-family: 'Droid Arabic Kufi', serif;
  font-size:14px;
  color:#fff;
  text-align: right;
  padding:15px;
  direction:rtl;
}


/*--------------------*/
/* Advanced Search */
/*--------------------*/

#advanced-search{
  background-attachment: fixed !important;
  background-image: url("../images/advanced-search-bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;    
  width: 100%;
}
.advanced-search-overlay{
  background-color: rgba(0,0,0,0.6); 
  padding: 70px 0;
  float: left;
  width: 100%;
}
.advanced-search-area{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
.advanced-search h2 {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-bottom:20px !important;
}
.advanced-search-form {
  margin: 0 auto;
  width: 48%;
  position: relative;
  direction: rtl;
}
.advanced-search-form input[type='text'] { 
  border: medium none;
 border-radius: 0px 5px 5px 0;
  font-size: 18px;
  height: 50px;
  outline: medium none;
  padding: 5px;
  width:43%;


}

.advanced-search-btn:hover{
	background-color:#ffa300;
}

.advanced-search-area input {  height: 50px;
	
}


/*--------------------*/
/* Newspapers */
/*--------------------*/

#newspapers{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 50px 0;
	width: 100%;
}
.newspapers-content {
	display: inline;
	margin-top: 50px;
	width: 100%;
    direction: rtl;
}

.newspapers{
	display: inline;
	float: right;
	width: 100%;
}
.newspapers h3{	
	position: relative;
}
.newspapers h3::after {
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  top: 40px;
  width: 100%;
}
.newspapers-group{
	margin-top: 50px;
}

.panel-group .panel {  
  border-radius: 0px;
}
.panel-default > .panel-heading {
height:43px;
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0;
  color: #333;
  padding: 0;
}
.panel-title > a {

  color: #333;
  display: block;
  padding: 10px 15px;
}
.panel-title > a span {

  float: left;
  font-size: 20px;
}

.newspapers-group .panel-body p {
padding:15px 15px 0;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.newspapers-img {
  display: inline-block;
  float: right;
  margin-left: 14px;
  margin-bottom: 3px;
  width: 20%;
}

.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

/*--------------------*/
/* E-services */
/*--------------------*/

#eservices {
  background-attachment: fixed !important;
  background-image: url("../images/services-bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;
  width: 100%;
  padding: 35px 0;
}
#eservices .title-area {
text-align:center;
  padding: 0 50px;
}
#eservices .title-area .title {
  font-size: 35px;
  line-height: 35px;

  width:100%; float:left;
  color:#ffd800; 
  text-align:center;
}

.eservices-slider {
  display: inline;
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.single-slider{
	display: inline;
	float: left;
	text-align: center;
    width: 100%;
    outline: none;
}

.eservices-img {
  border-radius: 20%;
  height: 200px;
  margin: 0 auto 30px;
  text-align: center;
  width: 200px;
}
.eservices-img img{
	width: 100%;
	border-radius: 20%;
}

.eservices-content{}
.eservices-content p{
	font-size: 16px;
    font-family: 'Droid Arabic Kufi', serif;
    line-height:30px;
    direction: rtl;
}

.eservices-content h6 {
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
}
.eservices-content h6 span {
  margin-left: 3px;
}

.eservices-slider .slick-dots li {
  border-radius: 50%;
  color: #fff;  
}
.eservices-slider .slick-dots li button::before {
  display: none;
}

/*--------------------*/
/* SERVICE */
/*--------------------*/

#service{
	background-color: #fff;
	display: inline;
	float: left;
	padding: 30px 0;
	width: 100%;
    direction: rtl;
}
.service-content{
	display: inline;
	float: right;
	margin-top: 50px;
	width: 100%;
}
.single-service {
  display: inline;
  float: right;
  margin-bottom: 30px;
  padding-right: 80px;
  position: relative;
  width: 100%;
}
.service-icon {	
  font-size: 50px;
  color:#ffa300;
  height: 60px;
  right: 0;
  line-height: 50px;
  position: absolute;
  top: 10px;
  width: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-service:hover .service-icon{
	color: #222;
}
.service-title{
	color: #222 !important;
    font-family: 'Droid Arabic Kufi', serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.single-service p {
  font-size: 14px;
  height:80px;
  line-height: 25px;
  text-align: justify;
}

/* ------------------ */
/* About Footer */
/* ------------------ */

#about-header{
  background-attachment: fixed !important;
  background-image: url("../images/map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: right;    
  width: 100%;
}
.overlay{
  background-color: rgba(0,0,0,0.2); 
  padding:0;
  float: left;
  width: 100%;
}

#papers{
  display: inline;
  float: right;
  padding: 40px 0;
  width: 100%;
  direction:rtl;
}
.papers,.papers:before,.papers:after {
	background-color:#fff;
	border:1px solid #ccc;
	box-shadow:inset 0 0 30px rgba(0,0,0,0.1),1px 1px 3px rgba(0,0,0,0.2);
}
.papers {
	position:relative;
	width:100%;
	padding:2.5em;
	margin:0px auto;
	margin-top:40px;
	font-size:12px;
}
.papers:before,.papers:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:rotateZ(2.5deg);
	-o-transform:rotate(2.5deg);
	transform:rotateZ(2.5deg);
	z-index:-1;
}
.papers:after {
	-webkit-transform:rotateZ(-2.5deg);
	-o-transform:rotate(-2.5deg);
	transform:rotateZ(-2.5deg);
}
.papers h4 {
	font-size:1.8em;
    color: #ffa300;
	font-weight:normal;
	text-align:center;
	padding:0.5em 0;
	margin-bottom:15px;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
.papers h5 {
	font-size:15px;
    color: #00388f;
	font-weight:normal;
	text-align:right;
	padding:0;
}

.papers h5 i {
padding-left:3px;
	font-size:20px;
}

ul.list{
	padding:0 0 1.5em;
    direction: rtl;
}
ul.list li{
width:100%;
float:left;
	font-size:14px;
    direction: rtl;
	color:#333;
	margin-bottom:.5em;
	padding-bottom:0.5em;
    padding-top: 0.5em;
	border-bottom:1px dotted #d2d2d2;
	list-style-type:none;
	padding-right: 0;
}

.list a:visited{
	color:#ffa300
}

.list a {
	width:92%; float:left;
}

ul.list li i{
	padding-left:5px;
    font-size: 18px;
    color: #ffa300;
    direction: rtl;
}

/* Polls */

.poll-block ul {
	margin-top: 2px;
}
.poll-results-list {
  display: none;
}

.poll-block ul li {
	background: none;
	padding: 0 0 8px 0;
}
.poll-block ul li input,
.poll-block ul li label {
	float: right;
    padding-right: 5px;
    color:#333;
}
.poll-block ul li label {
	width: 92%;
}
.poll-block ul li input {
	margin-right: 7px;
}

ul.poll-results-list {
	padding-top: 2px;
	padding-bottom: 1px;
    color:#333;
}
ul.poll-results-list li {
	position: relative;
}
.percentage {
	font-weight: bold;
	display: none;
	position: absolute;
	left: 0;
    color:#333;
}
.nul {
	width: 0;
}

.out-bar {
	background: #f8f8f8;
	height: 13px;
	position: relative;
	margin-top: 1px;
	margin-bottom: 2px;
}
.inner-bar,
.voted {
	background: #ffa300;
	height: 13px;
	position: absolute;
	top: 0;
	right: 0;
}

/* -------------- */
/* Photo Album */
/* -------------- */

.photo_album li {
  display: block;
  float: right;
  width: 22%;
  margin-right: 8px;
  margin-bottom: 8px;
}
.photo_album li a {
  display:block;
  height: 75px;  
  width:100%;
}
.photo_album li a img{
  width: 100%;
  height: 100%;
  -webkit-transition:   all 0.5s;
   -moz-transition:   all 0.5s;
   -ms-transition:   all 0.5s;
   -o-transition:   all 0.5s;
   transition:  all 0.5s; 
}
.photo_album li a img:hover{
  opacity: 0.75;
   -webkit-transform:rotate(360deg); /* Safari and Chrome */
  -moz-transform:rotate(360deg); /* Firefox */
  -ms-transform:rotate(360deg); /* IE 9 */
  -o-transform:rotate(360deg); /* Opera */
  transform:rotate(360deg);
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter{
	background-attachment: fixed !important;
	background-image: url("../images/counter-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}
.counter-overlay{
	background: rgba(15, 22, 30, 0.5) none repeat scroll 0 0;
	color: #ffffff;
	display: inline;
	float: right;
	padding: 40px 0;
	width: 100%;
}
.counter-area{
	display: inline;
	float: right;
	width: 100%;
}

.single-counter{
	display: inline;
	float: right;
	text-align: center;
	width: 100%;
}
.single-counter .counter-icon{
	display: inline;
	float: right;
	width: 115%;
	color: #fff;
	font-size: 30px;
}
.single-counter .counter-no {
  color: #fff;
  display: inline;
  float: right;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-counter .counter-label {
  color: #fff;
  display: inline;
  float: right;
  font-size: 20px;
  width: 100%;
}
.single-counter .counter-label::after {
  content: "";
  height: 2px;
  margin: 8px auto;
  width: 35px;
  display: block;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
  background-color: #171717;
  display: inline;
  float: right;
  padding: 25px 0;
  width: 100%;
  direction:rtl;
}
.footer-left, .header-social{
  display: inline;
  float: left;
  width: 100%;
}

.footer-left p {
	float:left ; text-align:left; color:#bbb; font-size:13px; line-height:23px;
}

.footer-left a{
  color: #bbb;
  float: left;
  left: 0;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-social a{
  color: #f2f2f2;
  float: left;
  left: 0;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}



.footer-left a:hover, .header-social a:hover{
  text-decoration: none;
  outline: none;
  color:#ffa300;
}

.footer-right span{
	color:#525252
}


.footer-right{
  display: inline;
  float: right;
  width: 100%;
} 
.footer-right p,
.footer-right a {
  color: #bbb;
  font-size: 13px;
  padding: 0 5px;
}

.footer-right a:hover{ color:#ffa300; 
	
}

.footer-right a:visited { color:#bbb
	
}

.fixed {
    background-color: #171717;
    position: fixed;
    bottom: 0;
    display: inline;
    float: right;
    padding: 20px 0;
    width: 100%;
    direction:rtl;
}

/* ------------------ */
/* SINGLE PAGE */
/* ------------------ */

.single-page-header-right{
  display: inline;
  float: left;
  width: 100%;
  height:50px;
  direction: rtl;

  padding-top:5px;
}
.single-page-header-right .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-align: right;
}
.single-page-header-right .breadcrumb li a{ font-size:14px;
  color: #333;
}
.single-page-header-right .breadcrumb li a:hover{
  color: #4b8fac;
}


/*--------------------*/
/* CONTACT PAGE */
/*--------------------*/

.contact-form textarea{
  width: 100%;
}

.contact-social{
  text-align: left;
  margin-top: 10px;
}

#google-map{
  display: inline;
  float: left;
  width: 100%;
}

#google-map iframe {
  margin-bottom: -5px;
}


/*--------------------*/
/* LATEST NEWS & EVENTS */
/*--------------------*/

#latest-news{
  background-color: #fff;
  display: inline;
  float: left;
  padding: 20px 0;
  width: 100%;
  direction:rtl;
}
.news-single {

  background-color: #fff;
  display: inline;
  float: right;
  padding-bottom: 20px;
}
.news-img {
  display: inline;
  float: right;

  width: 100%;
}
.news-img img {
    border-radius: 5px;
    width: 100%;
    height: 180px;
    border: 1px solid #f2f2f2;
    padding: 4px;

}
.news-title {
  display: inline;
  float: right;
  padding: 20px 15px 0px;
  width: 100%;
}
.news-title h2,
.news-title h2>a{

  color: #838282;
  font-family: 'Droid Arabic Kufi',serif;
  font-size: 20px;
  font-weight: 500;
  text-align:justify;
  text-transform: uppercase; 
  padding: 0; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-title h2>a:hover{
  text-decoration: none;
  outline: none;
}

.news-title p {
  font-size: 14px;
  text-align:justify;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.news-title p> a:hover{
  text-decoration: none;
  outline: none;
  color:#ffa300;
}

.news-title .blog-date{}
.news-details{
  display: inline;
  float: right;
  padding: 0 15px;
  width: 100%;
}
.news-details p{
height:85px;
  font-size: 14px;
  text-align:justify;

}

.news-detail{
  display: inline;
  float: right;
  padding: 0 15px;
  width: 100%;
}
.news-detail p{
  font-size: 15px;
  text-align:justify;
  line-height:30px;
}

.news-more-btn {
  color: #ffa300;
  display: inline-block;
  font-size: 15px;
  margin-top: 15px;
  text-decoration: none;
  float:right;

}
.news-more-btn:hover,
.news-more-btn:focus{
  text-decoration: none;
  outline: none;
  color:#333; 
}

.blog-pagination {  
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
}
.pagination-nav{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pagination-nav li {
  display: inline-block;
}
.pagination-nav li a {
  color: #555;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 13px;  
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination-nav li a:hover,
.pagination-nav li a:focus { 
  color: #fff;
  text-decoration: none;
  outline: none;  
}

.news-navigation-area{
  display: inline;
  float: left;
  width: 100%;
}
.news-navigation-area {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.news-navigation-prev{
  float: right;
  text-align: right;
}
.news-navigation-prev a {
  border-right: 2px solid #ccc;
  display: inline-block;
  padding-right: 10px;
  color:#ffa300;
}

.news-navigation-prev a:hover,
.news-navigation-prev a:focus{
  text-decoration: none;
  outline: none;
}
.news-navigation-prev a>span{ 
  font-size: 14px;
}

.news-navigation-next{
  float: left;
  text-align: left;
}
.news-navigation-next a {
  border-left: 2px solid #ccc;
  display: inline-block;
  padding-left: 10px;
  color:#ffa300;
}

.news-navigation-next a:hover,
.news-navigation-next a:focus{
  text-decoration: none;
  outline: none;
}
.news-navigation-next a>span{ 
  font-size: 14px;
}

.news-single-social{
  display: inline;
  float: left;
  width: 100%;
  text-align: right;
}
.news-single-social a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  min-width: 30px;
  padding: 5px;
  text-align: center;
}
.news-single-social a:hover,
.news-single-social a:focus {  
  text-decoration: none;
  outline: none;
}


/*--------------------*/
/* PORTFOLIO PAGE */
/*--------------------*/

#portfolio{
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  min-height: 400px;
  padding: 70px 0;
}

.portfolio-area{
  display: inline;
  float: left;
  width: 100%;
}

.portfolio-menu{
  display: inline;
  float: left;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}

.portfolio-menu ul li {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active{  
  color: #fff;
}

#mixit-container .mix {
  display: none;
}

.portfolio-container {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.single-portfolio{
  background-color: #ccc;
  display: inline;
  float: left;
  width: 25%;  
}

.single-item>img {
  height: 220px;
  width: 100%;
}

.single-item{
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.single-item-content {  
  color: #fff;  
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  
  -webkit-backface-visibility: hidden; /*for a smooth font */
}

.single-item:hover .single-item-content{
  background-color: rgba(0,0,0,0.7);
 opacity: 1;  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);  
} 

.single-item-content::after {
  content: "";
  height: 85%;
  left: 18px;
  top: 15px;
  width: 90%;
  position: absolute;
  z-index: -1;
}

.view-icon{
  color: #fff;
  font-size: 30px;  
}


/*--------------------*/
/* Tables Style */
/*--------------------*/

.table {
    direction:rtl;
}
.table > tbody > tr > td h6{
	text-align:right;
}

.table > thead > tr > th {
	vertical-align:middle !important;
}
.thead {
    color:#fff;
    background-color:#ff8400;
}
.table th{

font-size:13px;
}
/*.border {
    background-color:#fff;
    border: 1px solid #ccc;
    padding-right:30px;
    padding-bottom:30px;
}*/


/*--------------------*/
/* Buttons Style */
/*--------------------*/

.btn-primary {
    background: #ffa300;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:fob.s, -bto,pri&ary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #ffa300;
}
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}


/*--------------------*/
/* Edit SharePoint */
/*--------------------*/
.ms-srch-result {
    margin-right: 30px !important;
}
.ms-textLarge {
    color:#ffa300 !important;
}
.ms-srch-sbLarge {
    margin-right:30px !important;
}

.srch-advancedtable {
   
    padding:30px !important;
    width:100%;
}
.ms-advsearch-header {
    margin-bottom:25px !important;
}
h3.ms-advsearch-header {
    text-align:right !important;
    padding-right:30px;
}
td.ms-advsrchText-v1 {
    padding-right:30px !important;
 
 text-align:right !important;
    font-size: 14px !important;
    width:20% !important;
}

td.ms-advsrchText-v1 label {
	font-weight:normal !important;
}

.ms-advsrchText-v2box {
    width:90% !important;
    height:30px !important;
    margin-bottom:5px !important;
}

.navbar-right {
    margin-top:6px ;
}
.ms-welcome-root {
	display:none;
}
.ms-inputBox {
    background-color:#f5f5f5 !important;
}
.form-control {
    padding:2px 10px !important;
}



/*--------------*/
/* Blue Buttons */
/*--------------*/
input[type=button], input[type=reset], input[type=submit]{
    margin-right: 0 !important;
    font-size:14px !important;
    background: #ffa300 !important;
    color: #ffffff !important;
     border-color: transparent !important;
     border-radius:3px;
     transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;

}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover{
    border-color: transparent !important;
    background-color: #243884 !important;
    color: #ffffff !important;
}



/*asmaaa*/

.navbar-header { margin-top:10px;

}


.navbar-default .navbar-toggle {
margin-top:20px !important;
	 min-width:44px !important
	 ;width:44px !important; 
}

.inner {
	min-height:600px
}

.poll-vote-list input[type="radio"]{ margin-right:5px; margin-left:3px;
	
}

.poll-vote-list label{
	color:#000; padding-top:6px;
}

.vote-button a{
color:#00388f ; margin-top:10px; font-weight:bold
} 


.dropdn-content li .fa {
	color:#000; font-size:10px;
}

.dropdn-content li:hover .fa {
	color:#FFF; 
}


.forms-frame {
	background-color:#f2f2f2; padding:20px; border:1px solid #d2d2d2; width:100%;
}

.ms-advsrchtips span {
	padding:30px; float:right; color:green
}

.ms-advsrchtips a{
	color:#ffa300
}

.ms-advsrchbutton {
text-align:right;
}

.ms-advsrchbutton  input[type=submit] { float:right; margin-top:20px; border:none;}

#latest-news label {  float:right; font-size:13px;}


.ms-advsrchText-v2 input[type=text]{
border:1px solid #d2d2d2 !important ; margin-bottom:15px !important; border-radius:5px; width:80% !important;
}

.ms-advsrchbutton input[type=submit] {
	border-radius:5px ; border:none;
}

.form-group input {
padding:4px;
	border-color:#d2d2d2;
}

.ms-rtestate-field h4, h4.ms-rteElement-H4 {
	line-height:24px !important
}


#products, #eservices{
	direction:ltr;	
}

.service-empty-div {
    float: left;
}
.title-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}
.title-area .line {
    background-color: #777;
    display: inline-block;
    height: 2px;
    width: 60px;
}

.error-page {
	text-align:center; width:100%; float:left;
}

.error-page b {
	width:100%; color:red; width:100%; text-align:center; margin-bottom:10px; float:right;
}

.error-page a:visited , .error-page a:hover  {
	color:#ffa300
}


/*new*/

.forms-table {
	float:right;
    margin: 30px 0px ;
    padding: 20px ;
    width: 100%;
    border: 1px solid #dbddde;
    background: #fafafa;
}

.but-submit {
	width:100% ; float:right;
}

.but-submit input{ border:none;
	
}

.message-label {
	width:100%; color:red; float:right; margin-bottom:10px; 
}

.loginbox {
	width:100%; float:right; padding-bottom:10px;
}

.modal-footer {
	width:100%; float:right
}

.form-group {
	width:100%; float:right ; margin-bottom:12px ;
}

.form-group input[type="checkbox"] , .form-group input[type="radio"] { margin-left:5px;
	width:auto !important; float:right; height:auto !important
}
.form-group label {
 font-size:14px;
}

.forms-table h4{
	margin-bottom:25px; 
}

#error1 {
	width:100%; float:right
}

.message-label a{
	color:#ffa300
}


.form-validate {
	margin:0 !important ; padding:0 !important
}


.form-group input{
	border-color:#d2d2d2 !important; float:right; width:100% ; 	border-radius:5px !important;

}

.form-group select{
	border-color:#d2d2d2 !important; float:right; 	border-radius:5px !important; padding:4px 6px ; height:32px;

}


.form-group  input[type=submit] {
	width:auto; margin-left:10px; font-family:Droid Arabic Kufi, sans-serif !important; border-color: transparent !important;
} 



.lang {
	 font-family:Verdana, serif;
}

.txtbox-but {
	width:100%; float:right
}

.txtbox-but  input[type=submit] {
	width:20%
}

.txtbox-but  input[type=submit] {
	width:20%;   border-top-right-radius:0 !important;      border-bottom-right-radius:0 !important ; border:none;
}

.txtbox-but input[type=text] {
	width:80%;      border-top-left-radius:0 !important;    border-bottom-left-radius:0 !important ; }
	
	.marg-bottom {
	margin-bottom:25px;
}

.loginbox  input{
	float:right;
}



.form-group select {
	width:100%;
}

.marg-top {
float:left;
	margin-top:20px;
}

.message-label-green span{
	color:green; width:100%; float:right
}


#login-content input{
	margin-bottom:10px;
}

.message-label-green {
	width:100%; float:right; margin-top:5px; margin-bottom:5px;
}

.Survey-Admin {
	width:100%; margin-top:15px; float:right;
}

.Survey-Admin input[type=text] { border:1px solid #d2d2d2
	
}

.Survey-Admin input[type=submit]{
	border:none; border-radius:5px; font-family:Droid Arabic Kufi, sans-serif
}

.survey-his .poll-block {
	width:100%; float:right; 
}

.Survey-Admin table th{ font-family:Droid Arabic Kufi, sans-serif
	
}

.Survey-Admin label {
	font-weight:normal
}

.but-submit {
	margin-top:10px;
}


.form-group.no-marg {
	margin-bottom:5px !important
}

.loginbox input[type=submit] { width:auto !important;
	
}

#message {
	color:green
}

#latest-news .modal-body { padding:0 !important;
	
}


.image-banner {
	width:100%; float:left; border-top:2px solid #e4e4e4; margin-top:160px;
}


#s4-workspace {
	width:100% !important ; height:100% !important ; overflow:hidden !important
}

.single-page-header-right .breadcrumb {
	padding:8px 0px;
}

.prof-title {
 padding-bottom:0 !important
}

.vote-button input[type="submit"] {
	border:none;  font-family:Droid Arabic Kufi, sans-serif;
}

.inner .newspapers-group {
	 margin-top:0 !important
}

.pup-serv  {
	width:100% ; float:right;
}

.pup-serv span{
	width:auto !important;
}

.group-form label {
	margin-bottom:8px !important
}

.ms-webpart-zone , .ms-webpart-cell-vertical , .ms-webpart-chrome-vertical { display:block !important}

.ms-srch-pagingPrev {
   
    left: -52px !important;
    top: -79px !important;
}

.ms-srch-pagingPrev:hover {
   
    left: -52px !important;
    top: -79px !important;
}

.Survey-Admin .modal-title {
	margin-bottom:10px;
}

.tender-details {
	width:100%
}

.panel-body img {margin-bottom:15px; border-bottom:1px solid #d2d2d2; width:auto !important;

}

.survey-input input{
	width:100%
}

.fileuploads input{
	margin-left:15px !important; height:40px !important; margin-bottom:10px; width:90% !important; float:right;
}

.fileuploads ul{
	width:100%;float:right;
}

.fileuploads li {
	width:33%; float:right;
}

.form-group h6{
	margin-bottom:15px !important;
}




.events-label {
	padding-right:15px;
}


.events-label span { float:right; color:#ffa300; margin-left:10px ; width:32%; font-size:14px;
}

.events-label i {
	float:right; color:#ffa300; margin-left:5px
}

.events-label li {
	width:100%; float:right;
}

.events-label em {
	 font-style:normal; float:right;
}

.brief { font-weight:bold; color:#f5822c; font-size:16px ; float:right; width:100%; padding-top:15px;
	
}

.brief p{
	padding-right:15px;
}

.GridPager , .GridPager tr{ border-bottom:none !important }

.grid-pager span {
   padding: 0px 8px ; text-align:center;  background-color:#ffa300;  color:#FFF ; border-radius:4px; font-size:12px; margin-left:0 !important;
}

.grid-pager a {
margin-right:5px;

 padding: 0px 8px;    
    background-color: #f9f9f9;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #eee;
    
}

.clients .item a , .clients .item h2 , .clients .item p{
	width:100%; float:right ; text-align:center;
}

.eservice-img{ background-color: transparent !important ; height: auto !important;
	
}

.pup-float {
	 width:100%; float:right;
	 
	 
}

.advanced-search-area h2 {
	 width:100%; float:right; color:#FFF
}

.ms-webpartzone-cell {
	 margin:0 0 0 !important;
}


input[type=button], input[type=reset], input[type=submit], button {
	 padding:6px 10px; font-family: Droid Arabic Kufi, sans-serif !important
}

.butn-blue {
    background-color: #ffa300 !important;
    color: #ffffff !important;
}

.newspapers-content h3 {
	 margin-bottom:25px; font-size:20px;
}

.filter span , .filter table {
	 float:right
}



.filter table input {
    padding: 3px 10px 4px;
    height:34px;
    border-radius: 5px 0px 0px 5px;
    border-color:#d2d2d2;float:right;
}



.filter {
	 width:100%; float:right; margin-bottom:20px; padding-top:10px;
}



.forms-table {
	float:right;
    margin: 30px 0px ;
    padding: 20px ;
    width: 100%;
    border: 1px solid #dbddde;
    background: #fafafa;
}

.but-submit {
	width:100% ; float:right;
}

.but-submit input{ border:none;
	
}

.message-label {
	width:100%; color:red; float:right; margin-bottom:10px; 
}

.loginbox {
	width:100%; float:right; padding-bottom:10px;
}

.modal-footer {
	width:100%; float:right
}

.form-group {
	width:100%; float:right ; margin-bottom:12px ;
}

.form-group input[type="checkbox"] , .form-group input[type="radio"] { margin-left:5px;
	width:auto !important; float:right; height:auto !important
}
.form-group label {

}

.forms-table h4{
	margin-bottom:25px; 
}

#error1 {
	width:100%; float:right
}

.message-label a{
	color:#ffa300
}


.form-validate {
	margin:0 !important ; padding:0 !important
}


.form-group input{
	border-color:#d2d2d2 !important; float:right; width:100% ; 	border-radius:5px !important;

}

.form-group select{
	border-color:#d2d2d2 !important; float:right; 	border-radius:5px !important; padding:4px 6px ;

}


.form-group  input[type=submit] {
	width:auto;
} 



.lang {
	 font-family:Verdana, serif;
}

.txtbox-but {
	width:100%; float:right
}

.txtbox-but  input[type=submit] {
	width:20%
}

.txtbox-but  input[type=submit] {
	width:20%;   border-top-right-radius:0 !important;      border-bottom-right-radius:0 !important ; border:none;
}

.txtbox-but input[type=text] {
	width:80%;      border-top-left-radius:0 !important;    border-bottom-left-radius:0 !important ; }
	
	.marg-bottom {
	margin-bottom:25px;
}

.loginbox  input{
	float:right;
}



.form-group select {
	width:100%;
}

.marg-top {
	margin-top:20px;
}

.message-label-green span{
	color:green; width:100%; float:right
}


#login-content input{
	margin-bottom:10px;
}

.message-label-green {
	width:100%; float:right; margin-top:5px; margin-bottom:5px;
}

.Survey-Admin {
	width:100%; margin-top:15px; float:right;
}

.Survey-Admin input[type=text] { border:1px solid #d2d2d2
	
}

.Survey-Admin input[type=submit]{
	border:none; border-radius:5px; font-family:Droid Arabic Kufi, sans-serif
}

.survey-his .poll-block {
	width:100%; float:right; 
}

.Survey-Admin table th{ font-family:Droid Arabic Kufi, sans-serif
	
}

.Survey-Admin label {
	font-weight:normal
}

.but-submit {
	margin-top:10px;
}


.form-group.no-marg {
	margin-bottom:5px !important
}

.loginbox input[type=submit] { width:auto;
	
}

#message {
	color:green
}

#latest-news .modal-body { padding:0 !important;
	
}


.image-banner {
	width:100%; float:left; border-top:2px solid #e4e4e4
}


#s4-workspace {
	width:100% !important ; height:100% !important ; overflow:hidden !important
}

.single-page-header-right .breadcrumb {
	padding:8px 0px;
}

.prof-title {
 padding-bottom:0 !important
}

.vote-button input[type="submit"] {
	border:none;  font-family:Droid Arabic Kufi, sans-serif;
}

.inner .newspapers-group {
	 margin-top:0 !important
}

.pup-serv  {
	width:100% ; float:right;
}

.pup-serv span{
	width:auto !important;
}

.group-form label {
	margin-bottom:8px !important
}

.ms-webpart-zone , .ms-webpart-cell-vertical , .ms-webpart-chrome-vertical { display:block !important}

.ms-srch-pagingPrev {
   
    left: -52px !important;
    top: -79px !important;
}

.ms-srch-pagingPrev:hover {
   
    left: -52px !important;
    top: -79px !important;
}

.Survey-Admin .modal-title {
	margin-bottom:10px;
}

.tender-details {
	width:100%
}

.panel-body img {
	width:100%;
}

.survey-input input{
	width:100%
}

.fileuploads ul{
	width:100%;float:right;
}

.fileuploads li {
	width:33%; float:right;
}

.form-group h6{
	margin-bottom:15px !important;
}




.events-label {
	padding-right:15px;
}


.events-label span { float:right; color:#ffa300; margin-left:10px ; width:32%; font-size:14px;
}

.events-label i {
	float:right; color:#ffa300; margin-left:5px
}

.events-label li {
	width:100%; float:right;
}

.events-label em {
	 font-style:normal; float:right;
}

.brief { font-weight:bold; color:#f5822c; font-size:16px ; float:right; width:100%; padding-top:15px;
	
}

.brief p{
	padding-right:15px;
}


.grid-pager table a:hover{
	text-decoration:underline;
}




  .table-card { border-collapse:collapse; background-color:transparent; border:1px solid #f2f2f2; border-radius:5px;

    }

        .table-card th, .table-card td { border: none;
 

        }


        .table-card th { border-bottom:2px solid #f2f2f2; font-size:12px;
        }

         .table-card td{ border-bottom:1px solid #f2f2f2
        }
          
        .but-card { width: 16px !important;
    height: 21px !important;
    margin:0 auto;
 
    padding-top: 5px;
    background-image: url('/Style Library/ar-sa/assets/images/remove-icon-md.png');
    background-repeat: no-repeat;
    background-position: bottom;  overflow:hidden !important      }
        
         .but-card input ,   .but-card input:hover { width:16px !important; height:16px !important; 
          background-color:transparent !important;
          border-color:transparent !important;	}
}

.product-req-list , .product-req-list li {	width:100%; float:left;
}

.product-req-list li { margin-bottom:15px;
}

.product-req-list span:first-of-type  {color: #333;
    font-size: 13px;
    width: 230px;
    float: right;
	 
}

.product-req-list  select {
	 float:right; 
}

.product-req-list input[type=submit] {
	  margin-top:25px; float:right
}

.receiving-table input[type=text] {
	width:100px;
}
.pricing-drop
{
padding-top: 20px; padding-bottom: 10px; float:right; width:100%
}

.pricing-drop span { float:right; padding-left:15px; padding-top:5px;
	
}
.pro-span span 
{
width:90%;
}
.pro-span i
{
padding-top:5px;
padding-left:5px;
color:red;
float:right;
} 
.publishing-links i { color:#ffa300; float:right; padding-left:10px; padding-top:2px; font-size:20px;
	
}

.puplish-services .shopping-cart
{
background-repeat:no-repeat !important;
margin-top:0 !important;
background-color:transparent !important; 
border-color:transparent !important;
background-image:url('../images/shopping-icon.png') !important;
width:30px;
height:28px;
background-position:right !important;
float:right;

}

.puplish-services .shopping-cart:hover {

background-repeat:no-repeat !important;
margin-top:0 !important;
background-color:transparent !important; 
border-color:transparent !important;
background-image:url('../images/shopping-icon.png') !important;
width:30px;
height:28px;
background-position:right !important;
float:right;

	
}


.form-admin .form-group {
	margin-bottom:0 !important;
}



        .media-body { width : 83%  !important;  }
        .parrent.media-body {  border:1px solid #e6e6e6 }
         .media > .pull-right {
			 padding-left:0 !important;
            margin-right: 0 !important;
            padding-right: 0 !important;
        }

        .media-body p { text-align:justify;
        } 

        .nav-tabs > li {
           
            margin-bottom: 0px;
            border-top: 1px solid #e6e6e6;
            border-left: 1px solid #e6e6e6 ;
        }

        .nav-tabs {
		border-bottom:1px solid #e6e6e6;
           
            border-right:1px solid #e6e6e6;
        }

            .nav-tabs > li > a {
				margin-left:0;
                background: #f5f5f5;
                color: #666;
                border-radius: 0;
                border: 0 none;
                line-height: 24px;
                margin-right: 0;
                padding: 13px 15px;
            }

            .nav-tabs li:last-child {
                border-bottom: 0 none;
            }

        .nav-stacked > li + li {
            margin-top: 0;
        }

        .nav-tabs > li > a:hover {
            background: #ffa300;
            color: #fff;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            border: 0;
            color: #fff;
            background: #ffa300;
            position: relative;
        }

          

        .tab-wrap {
     
            margin-bottom: 20px; margin-top:20px;
        }

        .tab-content {
            padding: 20px;
        }

            .tab-content h2 {
                margin-top: 0;
            }

            .tab-content img {
                border-radius: 4px 4px 0 0;
            }
			
			.parrent  h3 , .parrent p { margin-bottom:15px;  }
			
			
			
			.publishing-links li { margin-bottom:10px;}
			
			.publishing-links a , .publishing-links i { color:#ffa300} 
			
			.divider-v6 .divider-v6-element {
    position: relative;
    display: inline-block; }
	
	
	.text-center {
    text-align: center;
}

.tab-v2 .tab-pane {
    font-size: 15px;
    color: #606060;
    padding: 20px 0;
}

.divider-v6 .divider-v6-element-center:before, .divider-v6 .divider-v6-element-center:after {
    position: absolute;
    top: 20px;
    width: 2000px;
    height: 1px;
    background: #e6e6e6;
    content: " ";
}


.divider-v6 .divider-v6-element-center:before, .divider-v6 .divider-v6-element-center:after {
    position: absolute;
    top: 20px;
    width: 2000px;
    height: 2px;
    background: #e6e6e6;
    content: " ";
}


.divider-v6 .divider-v6-element-center:before {
    right: 100%;
}

.divider-v6 .divider-v6-element-center:after {
    left: 100%;
}


.divider-v6 .divider-v6-element-title {
color:#333;
    font-size: 26px;
    padding: 0px 15px;
    margin-top: 0px;}
	
	.divider-v6 { overflow:hidden ;
	    width: 100%;
    overflow: hidden;
margin-bottom:20px;
margin-top:10px;
    float: left;}
			
.container-border {
	 border:1px solid #e6e6e6 ; padding:20px; margin-top:20px;
}

.inner h4 {
	margin-bottom:20px;
}



.puplish-services.table-bordered > thead > tr > th, .puplish-services.table-bordered > tbody > tr > th, .puplish-services.table-bordered > tfoot > tr > th, .puplish-services.table-bordered > thead > tr > td, .puplish-services.table-bordered > tbody > tr > td, .puplish-services.table-bordered > tfoot > tr > td

{
	border : none;
}
.puplish-services tr {
	border-bottom:1px solid #f2f2f2 ;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td

{
	    padding: 8px !important;
}

.puplish-services th {
	background-color:#ff8400 ; color:#FFF; font-size:12px; 
}

.table-card.puplish-services  th {
	background-color:#f9f9f9 !important ; color:#333 !important; font-size:13px; 
}

.other-product img {
	    background-color: #fff;
    height: 122px;
    width: 148px;
    padding: 3px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}


.puplish-services {
	margin-top:25px; border:1px solid #f2f2f2;
}

#latest-news .col-md-12 {
	padding-left:0 !important; padding-right:0 !important; 
}


/*.puplish-services label:before {
    content: "\f291";
    padding-left: 5px;
    font-family: FontAwesome;
    color: #ffa300;
    font-size:18px;
}*/

.puplish-services span , .no-float span{
	width:auto !important; float:none  !important
}

.puplish-services i {     color: #ffa300;
margin-left:10px;
    font-size:16px;
    padding-top:2px;
 float:right;
	
}

.puplish-services .fa-cart-arrow-down , .puplish-services .fa-check-circle-o {
	font-size:20px; margin-left:12px
}

.grid-pager .none-bg
{
	text-align:right !important;
}

.grid-pager .none-bg , .ms-dtinput a{
	 border:none !important; background-color:transparent  !important; color:#333 !important;
}

.normal-font label {
font-weight:normal !important;
}

.mrg-top {width:100%; float:left;
	margin-top:15px
}

.txtbox-width input[type=text] , .txtbox-width select , .txtbox-width input[type=number] , .txtbox-width textarea {
width:44%;
height:33px;
font-size:13px;
border-color: #d2d2d2 !important;
border:1px solid #d2d2d2;
padding:5px;

}


.txtbox-width table input[type=text]  {
width:100% !important;
height:32px;
font-size:13px;

}


.table-scroll
{
	overflow:auto; font-size:13px ; width:100%; float:right; margin-bottom:30px;
}

.modal-content .close {
	
 color: #000 !important;
    background-color: #ffa300 !important;
    padding: 0 5px !important;
    border-radius: 3px;
    font-size: 23px !important; }
    
 .modal-content p {
 font-size:14px;
     color: #000 !important;

    width: 100% !important;
    float: right !important;

	
} 



.media, .media-body {
 overflow:visible !important;
}

#ctl00_ctl54_g_309912f6_ae17_4f6c_a83d_a12a5aa815c1_spPeoplePicker_errorLabel {
	/*background-color:transparent !important;*/
}


.advanced-search-area h2{
	margin-top:0; margin-bottom:30px;
}




        .post-thumbnail {
            margin-bottom: 20px;
        }

        .timeline .post-thumbnail,
        .project-item .post-thumbnail {
            margin-bottom: 0px;
            -webkit-transform: translateZ( 0 );
        }

        .post-thumbnail img {
            width: 100%;
            height: 190px;
        }

        .post-thumbnail:hover img {
            -webkit-transition: 700ms;
            -moz-transition: 700ms;
            -o-transition: 700ms;
            -ms-transition: 700ms;
            transition: 700ms;
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -o-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }

        .element {
            display: inline-block;
            overflow: hidden;
            position: relative !important;
            width: 100%;
            border-radius: 5px;
        }

        .element-overly {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            bottom: -300px;
            text-indent: -9999em;
            -webkit-transition: 500ms;
            -moz-transition: 500ms;
            -o-transition: 500ms;
            -ms-transition: 500ms;
            transition: 500ms;
            z-index: 10;
            opacity: 0;
            background-color: rgba(255, 163, 0 , 1);
            border-radius: 5px;
        }

        .element a {
            z-index: 30;
        }

        .element .element-link,
        .element .element-lightbox {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background-position: 50%;
            display: inline-block;
            position: absolute;
            top: 50%;
            margin-top: -20px;
            font-size: 16px;
            border: 2px solid #fff;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            filter: alpha(opacity=0);
            opacity: 0;
            -webkit-transition: 300ms;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            -ms-transition: 300ms;
            transition: 300ms;
        }

        .element .element-lightbox {
            left: 50%;
            margin-left: -150px;
        }


        .element .element-link {
            right: 50%;
            margin-right: -150px;
        }

        .team-member .element .element-link {
            right: 42%;
            margin-right: -150px;
        }

        .element:hover .element-overly {
            bottom: 0;
            opacity: 0.9;
        }

        .element a:hover {
            text-decoration: none;
            background: #fff;
            color: #9ED154 !important;
        }


        .element:hover .element-lightbox {
            margin-left: 5px;
            opacity: 1;
            color: #fff;
        }


        .element:hover .element-link {
            margin-right: 5px;
            opacity: 1;
            color: #fff;
        }



        .project-item {
            min-height: 250px;
        }

        .project-details {
            margin-bottom: 30px;
        }

            .project-details h2 {
                margin-top: 20px;
                margin-bottom: 10px;
            }

                .project-details h2 a {
                    font-size: 16px;
                    color: #222;
                }

            .project-details p {
                margin: 10px 0;
                display: block;
            }

            .project-details .readmore a {
                display: inline-block;
                font-size: 12px;
                font-weight: 400;
                margin-top: 0px;
                padding-top: 5px;
                text-transform: uppercase;
                display: inline-block;
                margin-bottom: 20px;
            }

        .folder div {
            padding: 1px;
        }

        .element img {
            border: 1px solid #d2d2d2;
        }


        .element .element-link.gallery-link {
            right: 43%;
        }

        figcaption.gallery-icons {
            background-color: #f2f4f5;
            padding: 7px;
            border: 1px solid #CCC;
        }

        .portfolio-item-like i {
            color: #6d6461;
            font-style: normal;
            padding-left: 5px;
            font-size: 11px;
            letter-spacing: 0;
        }

        .gallery-icons .fa {
            color: #a2b830;
            margin-left: 10px;
        }


        figcaption {
            width: 100%;
            float: left;
            background-color: #f2f4f5;
            padding: 4px 20px;
            border: 1px solid #eee;
        }


        .element .element-lightbox.expand {
            left: 41%;
        }
        
        .project-item i { color:#FFF; 
	
}

    .element .element-lightbox.expand:hover i{ color:#ffa300
	
}

.full-width{
	width:100%; float:left; margin-bottom:20px;
}

.col-sm-3.img-responsive {
	padding-left:4px !important; padding-right:4px !important
}

.pp_close , .pp_expand {
	color: transparent !important;
}

#content {
	 float:left;
}

#grid .item {
	padding-right:0 !important ; 
}

.wow {
	visibility:visible !important;
}


#header .navbar-brand {
	    padding: 10px 15px;
}

.shrink .navbar-brand > img {
	height: 70px;
	  -moz-transition: height 3s ease;
    -webkit-transition: height 3s ease;
    -o-transition: height 3s ease;
    transition: height 3s ease;
}



.navbar-brand  {

	background-image: url('/Style Library/ar-sa/assets/images/logo.png');
  
    background-repeat: no-repeat;
    width: 146px;
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    }
    
    
 .shrink .navbar-brand 
 {
	width: 99px;
    display: inline-block;
    height: 68px;

}

 .shrink .navbar-header { margin-top:3px;

}




.shrink .navbar-nav > li > a {
	 padding-top:10px !important; padding-bottom:5px !important;
}



.shrink #menu-area #navbar {
	padding-top:32px !important;
}

.shrink .navbar {
	    min-height: 80px !important;
}


        .single-item-header {
            border-radius: 5px;
            position: relative;
            overflow: hidden;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .ribbon {
            z-index: 999;
        }

        .single-item:hover a.add-to-cart {
            background: #f90;
        }

        .single-item:hover img {
            -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
            filter: alpha(opacity=70);
        }


        .single-item img {
            border-radius:5px;
            width:100%;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }



        .single-item {
            border-radius: 5px;
            position: relative;
        }



        .first-header {
            position: relative;
            height: 6px;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            z-index: 999999;
            bottom: 270px;
            right: 60px;
            line-height: 35px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        .single-item:hover .first-header, .single-item:hover .third-header, .single-item:hover .fourth-header, .single-item:hover .fifth-header {
            color: #333;
            -webkit-transform: scale(.5, .5);
            transform: scale(.9, .9);
        }
        .single-item-header:before {
            border-radius: 5px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 163, 0, .1);
            content: " ";
            transition-duration: 400ms;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

        .single-item:hover .single-item-header:before {
            border-radius: 5px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0);
            content: " ";
            transition-duration: 400ms;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

        .third-header {
            height: 6px;
            position: relative;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            z-index: 999999;
            bottom: 80px;
            right: 60px;
            line-height: 35px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }


        .third-header:hover {
            -webkit-transform: scale(.5, .5);
            transform: scale(.9, .9);
        }



        .fourth-header {
            height:6px;
            position: relative;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            z-index: 999999;
            bottom: 140px;
            right: 60px;
            line-height: 35px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .fifth-header {
            height: 6px;
            position: relative;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            z-index: 999999;
            bottom: 140px;
            right: 70px;
            line-height: 35px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        
        
        


#btnDetails , #btnReadMore {
	color:#ffa300
}

#btnDetails i {
	float:right; padding-left:8px; padding-top:2px;
}
        
.archive-modal .txtbox-width label {
	width:80%; text-align:right;
}

.txtbox-width td {
text-align:right
}

.form-group  input[type=submit]:hover { border-color: transparent  !important
	
}

.archive th { background-color:#ffa300; color:#FFF;
	
}

.txtbox-width table{
	width:100%;
}


    .modal.archive-modal {
       
        position: fixed;
        color: #275721;
        text-align: center;
    }

    /* Modal Content */
    
    
    .modal{
	    float: left;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999999999999999999999;
  
    position: absolute;
    color: #275721;
    text-align: center;
}
    
 .modal.archive-modal    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #f2f2f2;
        width: 60%;
        height: 560px;
        word-break: break-all;
    }

    /* The Close Button */
  .modal.archive-modal   .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        width:auto;
    }
 .modal.archive-modal    .modal-content .close { width:auto;
    }

 .modal.archive-modal .close:hover,  .modal.archive-modal .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
        
        
        
        
           .modal.mod2 {
      
        position: fixed;
        color: #275721;
        text-align: center;
    }

    /* Modal Content */
 .modal.mod2    .modal-content {
        background-color: #fefefe;
      
        padding: 20px;
        border: 1px solid #f2f2f2;
        width: 30%;
        height: 250px;
        word-break: break-all;
    }

    /* The Close Button */
/*
Author: BlueCloudCorp
Author URI: www.BlueCloudCorp.com
*/
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,html{  		
}
body {
	font-family:Droid Arabic Kufi, sans-serif !important;
	font-size: 14px;
    color: #333;
	overflow-x: hidden !important;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{ 
	text-decoration: none;
	color: #2f2f2f;  
}
a:focus, a:hover{
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
	font-family: 'Droid Arabic Kufi', sans-serif;
    direction: rtl;
}

img{
 border:none;
}

/* Arabic Font */
.kufi {
  font-family: 'Droid Arabic Kufi' , serif;
}

/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */ 
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url("../images/loader.gif"); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* Scroll To Top*/
.scrollToTop {
  bottom: 60px;
  border-radius: 8px;
  display: none;
  font-size: 18px;
  line-height: 45px;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  color: #fff;    
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.scrollToTop:hover,
.scrollToTop:focus {
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

.scrollToTop:visited {
	 color:#FFF;
	 background-color:#ffa300;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
  
    float: right;
    display: inline;
    width: 100%;
      position: fixed; top: 0;

    z-index: 999999999999999;
    -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s;  }
    
    
    .shrink {  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);   }
    
    

    
.header-top{
	background-color: #ffa300;
	display: none;
	float: right;
    direction: rtl;
	width: 100%;
	padding: 20px 0;	
}

#search{
	margin: 0 auto;
	width: 50%;
}
#search a {
	line-height:30px;
}
#search input {
  background-color: #fff;
  border: medium none;
  color: #333;
  float: right;
  height: 100%;
  text-align: center;
  width: 90%;
}
#search a {
  background: inherit;
  border: medium none;
  color: #fff;
  height: 20px;
  width: 30px;
  margin-right:10px;
}
#search-icon { 
  font-size:17px; 
}

.header-bottom{
border-bottom:2px solid #ffa300;
line-height:13px;
	background-color: #243884;
	color: #949494;
	font-size: 12px;
	height: 40px;
	display: inline;
	float: left;
	width: 100%;
	overflow: visible;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}




.header-bottom2{
padding-top:5px;
padding-bottom:5px;
border-top:1px solid #e4e4e4;
border-bottom:1px solid #e4e4e4;
background-color: rgba(0, 0, 0, 0.02);
	color: #949494;
	font-size: 14px;
	height: 45px;
	display: inline;
	float: left;
	width: 100%;
	overflow: visible;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}

.header-left{
	display: inline;
	float: left;
	width: 100%;
}
.header-left ul{}
.header-left ul li { padding:0 12px;
height:38px;
line-height:40px;
  border-right: 1px solid #455696;
  display: inline-block;
  float: left;

}

.header-left ul li a{
	line-height:40px; 
}


.header-left ul li:nth-of-type(3) , .header-left ul li:nth-of-type(4) , .header-left ul li:nth-of-type(5){
	padding:0 !important; float:right
}

.header-left ul li:nth-of-type(3) a , .header-left ul li:nth-of-type(4) a , .header-left ul li:nth-of-type(5) a{
	padding:0 12px;
}

.header-left ul li:first-child{
	border-left: 1px solid #455696;
}

.header-login{
	display: inline;
	float: left;
	text-align: right;
	width: 100%;
}

.header-login a{ color:#f2f2f2}
 

.header-left li:hover .login:visited , .header-login:hover .login:visited{
	background-color:#ffa300; color:#FFF !important;
}

.header-login a {
    font-family:"Droid Arabic Kufi";
}
.login {

line-height:40px;
  color: #f2f2f2;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.login:hover,.login:focus{	
	color: #fff;
	text-decoration: none;
	outline: none;
}

.login:visited {
	color:#f2f2f2
}

/* Dropdown Item */

.dropdown span {

margin-right:3px;	 
}

.dropbtn {width:100%;
float:left;
    background-color: transparent;
    color: #f2f2f2;
    padding:0px 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdn .dropbtn:visited {
	color:#ffa300 !important;
}

.dropdn:hover .dropbtn:visited {
background-color:#ffa300;
color:#FFF !important
	
}

.dropdn {
width:100%;
float:left;
    position: relative;
    display: inline-block;
}

.dropdn-content {
width:190px;
    display: none;
    position: absolute;
    right:0;
    z-index:9999;
    margin-top:39px;
    background-color: #f9f9f9;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdn-content li { width:100%; float:right !important;
    color: #333;
      text-decoration: none;
      line-height:40px;
      border-bottom:1px solid #e4e4e4;
      border-left:1px solid #e4e4e4 !important;
   
}




.dropdn-content li:hover {
    background-color: #ffa300;
}

.dropdn-content li:hover a{
	color:#FFF;
}

.dropdn-content a:hover {
    color:#fff;
}

.dropdn:hover .dropdn-content {
    display: block;   
}

.dropdn:hover .dropbtn {
    background-color: #ffa300;
    color:#fff;
}

.noborder{
	border-right: 0 !important;
}


/*login modal window*/
#login-form {
  background-color: rgba(0, 0, 0, 0.2); 
  direction: rtl; 
}
#login-form .modal-dialog {
  margin: 130px auto;
  width: 400px;
}

#login-content {
float:right;
  border-radius:0;
  direction:rtl;
}
#login-content .modal-title { 
text-align:right; 
  font-size:18px;
  font-family: 'Droid Arabic Kufi', serif;
}
#login-content .modal-title i{
}
#login-content .form-group input{
  height: 35px;
  border-radius: 0;
}
#login-content .form-control:focus { 
  box-shadow: none;  
}

.loginbox label {
margin-top:10px;
font-weight:normal;
  float: right;
  padding-right:5px;

  font-family:'Droid Arabic Kufi', serif;
}

.loginbox input[type="checkbox"] {
	margin-top:14px;
}
.loginbox label input{
  float: right;
  margin-left: 5px;
}
.loginbox span {
  font-weight: normal;
  margin-right:5px;
}
.loginbox .signin-btn { 
width:auto !important; 
border:none;
  border-radius: 3px;
  color: #fff;
  float:left;
  font-family:'Droid Arabic Kufi', serif;
  font-size:14px;
}

.form-validate {
  font-size:12px;
  color:#f00;
}

.footer-box {
  text-align: right;
  font-size: 14px;
  font-family: 'Droid Arabic Kufi', serif;
}
.footer-box a:hover, .footer-box a:focus{  
  text-decoration: none;
  outline: none;
}

#signup-content {
  display: none;
}
#signup-content {
  border-radius: 0;
  direction:rtl;
}
#signup-content .modal-title {  
  font-size: 18px;
  font-family: 'Droid Arabic Kufi', serif;
}
#signup-content .modal-title i{
}
#signup-content .form-group input{
  height: 25px;
  border-radius: 0;
  font-size:12px;
}
#signup-content .form-group label{
  font-size:13px;
}
#signup-content .form-group select{

  height: 30px;
  border-fadius: 0;
  font-size:12px;
}
#signup-content .form-control:focus {  
  box-shadow: none;  
}

.signupbox span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
}
.signupbox span a:hover{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area{
	background-color: #fff;
	display: inline;
	float: right;
	width: 100%;
	position: relative;	
   border-bottom: 1px solid #CCC;
}
#menu-area #navbar {  
  float: left;
  padding-top: 53px;
  padding-right: 70px;
  float: left;
}
#menu-area .navbar-default {
background-color: #fff;
  border-color: #fff;
  margin-bottom: 0;
}

.navbar-brand > img {
  display: block;
  margin-top: -15px;
}
.main-nav li {
  padding-bottom:5px;
  position: relative;
  margin: 0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > ul li > a {
  color: #333;
  display: inline-block !important;
  font-family: "Droid Arabic Kufi",sans-serif;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	border-top: 0px solid #4396ff;
	background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;  
}

.navbar-nav > li > a::before {
  background-color: transparent;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;  
  ,&ebj t-t`anr&tion: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}
.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
  width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before{	
	width: 100%;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent; 
}

.navbar-nav > li > .dropdown-menu li {

  padding: 0;
}

.navbar-nav > li > .dropdown-menu li:last-child{
	 border-bottom:none;
}

.navbar-right .dropdown-menu {
	right:0 ; min-width:200px;
}

.dropdown-menu li { border-bottom:1px solid #e4e4e4;}
.navbar-nav > li > .dropdown-menu > li > a {
	color: #333;
	font-family: "Droid Arabic Kufi",sans-serif;
	font-size: 14px;
	padding: 8px 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: #ffa300;
    color:#fff;	
}

/*--------------------*/
/* SLIDER */
/*--------------------*/

#slider{
border-top:1px solid #e4e4e4;
	display: inline;
	float: left;
	width: 100%;
	margin-top:160px;
}
.main-slider {
  display: inline;
  float: left;
  margin-bottom: 0;
  width: 100%;
}
.single-slide{
	float: left;
	display: inline;
	width: 100%;
}
.single-slide img{
	width: 100%;
}

.slide-content {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.main-slider .slick-prev {
  left: 23px;
}
.main-slider .slick-next {
  right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  background-color: rgba(0,0,0,0.5);
  top: 48%;
  height: 50px;
  width: 50px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-slider .slick-prev::before {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 30px;
}
.main-slider .slick-next::before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-dots {
  bottom: 10px;  
}
.main-slider .slick-dots li {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.main-slider .slick-dots li button::before {
  font-size: 25px;
  line-height: 21px;
}

.slide-article {
  display: inline;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 150px;
  width: 100%;
}
.slide-article h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 25px;
  text-transform: uppercase;
  direction: rtl;
}
.slide-article p {
  color: #fff;
  margin-bottom: 50px;
  line-height: 30px;
  direction: rtl;
}
.read-more-btn{
	color: #fff;
    float: right;
	border: 1px solid #fff;
	display: inline-block;
	padding: 12px 22px;
	font-weight: 700px;
	font-size: 16px;	
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.read-more-btn:hover,
.read-more-btn:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}
.slider-img{
	display: inline;
	float: left;
	padding: 0 30px;
	width: 100%; 
}

/*--------------------*/
/* PRODUCTS */
/*--------------------*/

#products{
  background-color: #fff;
  display: inline;
  float: right;
  padding: 45px 0;
  width: 100%;
}
.products-area{
  display: inline;
  float: right;
  width: 100%;
}
.products-slide {
  margin-bottom: 0;
  width: 100%;
}
.products-slide .slick-slide{
  outline: none;
}

.single-product {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  display: inline;
  float: right;
  height:300px;
  width:365px;
  text-align: center;
  width: 100%;
}
.single-product img {
  display: inline-block;
}
.single-product a{
  background-color: #ffa300;
  display: inline;
  float: right;
  height:100px;
  width:100%;
  font-family: 'Droid Arabic Kufi', serif;
  font-size:14px;
  color:#fff;
  text-align: right;
  padding:15px;
  direction:rtl;
}


/*--------------------*/
/* Advanced Search */
/*--------------------*/

#advanced-search{
  background-attachment: fixed !important;
  background-image: url("../images/advanced-search-bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;    
  width: 100%;
}
.advanced-search-overlay{
  background-color: rgba(0,0,0,0.6); 
  padding: 70px 0;
  float: left;
  width: 100%;
}
.advanced-search-area{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
.advanced-search h2 {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-bottom:20px !important;
}
.advanced-search-form {
  margin: 0 auto;
  width: 478px;
  position: relative;
  direction: rtl;
}
.advanced-search-form input[type='text'] { 
  border: medium none;
 border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #444;
  font-size: 18px;
  height: 50px;
  outline: medium none;
  padding: 5px;

}
.advanced-search-btn { 
position:relative;
left:6px;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  letter-spacing: 0.5px;
  outline: medium none;

  text-transform: uppercase;
  width: 125px;
}

.advanced-search-btn:hover{
	background-color:#ffa300;
}

.advanced-search-area input {  height: 50px;
	
}


/*--------------------*/
/* Newspapers */
/*--------------------*/

#newspapers{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 50px 0;
	width: 100%;
}
.newspapers-content {
	display: inline;
	margin-top: 50px;
	width: 100%;
    direction: rtl;
}

.newspapers{
	display: inline;
	float: right;
	width: 100%;
}
.newspapers h3{	
	position: relative;
}
.newspapers-group{
	margin-top: 50px;
}

.panel-group .panel {  
  border-radius: 0px;
}
.panel-default > .panel-heading {
height:43px;
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0;
  color: #333;
  padding: 0;
}
.panel-title > a {

  color: #333;
  display: block;
  padding: 10px 15px;
}
.panel-title > a span {

  float: left;
  font-size: 20px;
}

.newspapers-img {
  display: inline-block;
  float: right;
  margin-left: 14px;
  margin-bottom: 3px;
  width: 20%;
}

.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

/*--------------------*/
/* E-services */
/*--------------------*/

#eservices {
  background-attachment: fixed !important;
  background-image: url("../images/services-bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;
  width: 100%;
  padding: 35px 0;
}
#eservices .title-area {
text-align:center;
  padding: 0 50px;
}
#eservices .title-area .title {
  font-size: 35px;
  line-height: 35px;

  width:100%; float:left;
  color:#ffd800; 
  text-align:center;
}

.eservices-slider {
  display: inline;
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.single-slider{
	display: inline;
	float: left;
	text-align: center;
    width: 100%;
    outline: none;
}

.eservices-img {
  border-radius: 20%;
  height: 200px;
  margin: 0 auto 30px;
  text-align: center;
  width: 200px;
}
.eservices-img img{
	width: 100%;
	border-radius: 20%;
}

.eservices-content{}
.eservices-content p{
	font-size: 16px;
    font-family: 'Droid Arabic Kufi', serif;
    line-height:30px;
    direction: rtl;
}

.eservices-content h6 {
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
}
.eservices-content h6 span {
  margin-left: 3px;
}

.eservices-slider .slick-dots li {
  border-radius: 50%;
  color: #fff;  
}
.eservices-slider .slick-dots li button::before {
  display: none;
}

/*--------------------*/
/* SERVICE */
/*--------------------*/

#service{
	background-color: #fff;
	display: inline;
	float: left;
	padding: 30px 0;
	width: 100%;
    direction: rtl;
}
.service-content{
	display: inline;
	float: right;
	margin-top: 50px;
	width: 100%;
}
.single-service {
  display: inline;
  float: right;
  margin-bottom: 30px;
  padding-right: 80px;
  position: relative;
  width: 100%;
}
.service-icon {	
  font-size: 50px;
  color:#ffa300;
  height: 60px;
  right: 0;
  line-height: 50px;
  position: absolute;
  top: 10px;
  width: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-service:hover .service-icon{
	color: #222;
}
.service-title{
	color: #222 !important;
    font-family: 'Droid Arabic Kufi', serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.single-service p {
  font-size: 14px;
  height:80px;
  line-height: 25px;
  text-align: justify;
}

/* ------------------ */
/* About Footer */
/* ------------------ */

#about-header{
  background-attachment: fixed !important;
  background-image: url("../images/map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: right;    
  width: 100%;
}
.overlay{
  background-color: rgba(0,0,0,0.2); 
  padding:0;
  float: left;
  width: 100%;
}

#papers{
  display: inline;
  float: right;
  padding: 40px 0;
  width: 100%;
  direction:rtl;
}
.papers,.papers:before,.papers:after {
	background-color:#fff;
	border:1px solid #ccc;
	box-shadow:inset 0 0 30px rgba(0,0,0,0.1),1px 1px 3px rgba(0,0,0,0.2);
}
.papers {
	position:relative;
	width:100%;
	padding:2.5em;
	margin:0px auto;
	margin-top:40px;
	font-size:12px;
}
.papers:before,.papers:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:rotateZ(2.5deg);
	-o-transform:rotate(2.5deg);
	transform:rotateZ(2.5deg);
	z-index:-1;
}
.papers:after {
	-webkit-transform:rotateZ(-2.5deg);
	-o-transform:rotate(-2.5deg);
	transform:rotateZ(-2.5deg);
}
.papers h4 {
	font-size:1.8em;
    color: #ffa300;
	font-weight:normal;
	text-align:center;
	padding:0.5em 0;
	margin-bottom:15px;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
.papers h5 {
	font-size:15px;
    color: #00388f;
	font-weight:normal;
	text-align:right;
	padding:0;
}

.papers h5 i {
padding-left:3px;
	font-size:20px;
}

ul.list{
	padding:0 0 1.5em;
    direction: rtl;
}
ul.list li{
width:100%;
float:left;
	font-size:14px;
    direction: rtl;
	color:#333;
	margin-bottom:.5em;
	padding-bottom:0.5em;
    padding-top: 0.5em;
	border-bottom:1px dotted #d2d2d2;
	list-style-type:none;
	padding-right: 0;
}

.list a:visited{
	color:#ffa300
}

.list a {
	width:92%; float:left;
}

ul.list li i{
	padding-left:5px;
    font-size: 18px;
    color: #ffa300;
    direction: rtl;
}

/* Polls */

.poll-block ul {
	margin-top: 2px;
}
.poll-results-list {
  display: none;
}

.poll-block ul li {
	background: none;
	padding: 0 0 8px 0;
}
.poll-block ul li input,
.poll-block ul li label {
	float: right;
    padding-right: 5px;
    color:#333;
}
.poll-block ul li label {
	width: 92%;
}
.poll-block ul li input {
	margin-right: 7px;
}

ul.poll-results-list {
	padding-top: 2px;
	padding-bottom: 1px;
    color:#333;
}
ul.poll-results-list li {
	position: relative;
}
.percentage {
	font-weight: bold;
	display: none;
	position: absolute;
	left: 0;
    color:#333;
}
.nul {
	width: 0;
}

.out-bar {
	background: #f8f8f8;
	height: 13px;
	position: relative;
	margin-top: 1px;
	margin-bottom: 2px;
}
.inner-bar,
.voted {
	background: #ffa300;
	height: 13px;
	position: absolute;
	top: 0;
	right: 0;
}

/* -------------- */
/* Photo Album */
/* -------------- */

.photo_album li {
  display: block;
  float: right;
  width: 22%;
  margin-right: 8px;
  margin-bottom: 8px;
}
.photo_album li a {
  display:block;
  height: 75px;  
  width:100%;
}
.photo_album li a img{
  width: 100%;
  height: 100%;
  -webkit-transition:   all 0.5s;
   -moz-transition:   all 0.5s;
   -ms-transition:   all 0.5s;
   -o-transition:   all 0.5s;
   transition:  all 0.5s; 
}
.photo_album li a img:hover{
  opacity: 0.75;
   -webkit-transform:rotate(360deg); /* Safari and Chrome */
  -moz-transform:rotate(360deg); /* Firefox */
  -ms-transform:rotate(360deg); /* IE 9 */
  -o-transform:rotate(360deg); /* Opera */
  transform:rotate(360deg);
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter{
	background-attachment: fixed !important;
	background-image: url("../images/counter-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}
.counter-overlay{
	background: rgba(15, 22, 30, 0.5) none repeat scroll 0 0;
	color: #ffffff;
	display: inline;
	float: right;
	padding: 40px 0;
	width: 100%;
}
.counter-area{
	display: inline;
	float: right;
	width: 100%;
}

.single-counter{
	display: inline;
	float: right;
	text-align: center;
	width: 100%;
}
.single-counter .counter-icon{
	display: inline;
	float: right;
	width: 115%;
	color: #fff;
	font-size: 30px;
}
.single-counter .counter-no {
  color: #fff;
  display: inline;
  float: right;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-counter .counter-label {
  color: #fff;
  display: inline;
  float: right;
  font-size: 20px;
  width: 100%;
}
.single-counter .counter-label::after {
  content: "";
  height: 2px;
  margin: 8px auto;
  width: 35px;
  display: block;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
  background-color: #171717;
  display: inline;
  float: right;
  padding: 25px 0;
  width: 100%;
  direction:rtl;
}
.footer-left, .header-social{
  display: inline;
  float: left;
  width: 100%;
}

.footer-left p {
	float:left ; text-align:left; color:#bbb; font-size:13px; line-height:23px;
}

.footer-left a{
  color: #bbb;
  float: left;
  left: 0;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-social a{
  color: #f2f2f2;
  float: left;
  left: 0;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}



.footer-left a:hover, .header-social a:hover{
  text-decoration: none;
  outline: none;
  color:#ffa300;
}

.footer-right span{
	color:#525252
}


.footer-right{
  display: inline;
  float: right;
  width: 100%;
} 
.footer-right p,
.footer-right a {
  color: #bbb;
  font-size: 13px;
  padding: 0 5px;
}

.footer-right a:hover{ color:#ffa300; 
	
}

.footer-right a:visited { color:#bbb
	
}

.fixed {
    background-color: #171717;
    position: fixed;
    bottom: 0;
    display: inline;
    float: right;
    padding: 20px 0;
    width: 100%;
    direction:rtl;
}

/* ------------------ */
/* SINGLE PAGE */
/* ------------------ */

.single-page-header-right{
  display: inline;
  float: left;
  width: 100%;
  height:50px;
  direction: rtl;

  padding-top:5px;
}
.single-page-header-right .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-align: right;
}
.single-page-header-right .breadcrumb li a{ font-size:14px;
  color: #333;
}
.single-page-header-right .breadcrumb li a:hover{
  color: #4b8fac;
}


/*--------------------*/
/* CONTACT PAGE */
/*--------------------*/

.contact-form textarea{
  width: 100%;
}

.contact-social{
  text-align: left;
  margin-top: 10px;
}

#google-map{
  display: inline;
  float: left;
  width: 100%;
}

#google-map iframe {
  margin-bottom: -5px;
}


/*--------------------*/
/* LATEST NEWS & EVENTS */
/*--------------------*/

.news-single {

  background-color: #fff;
  display: inline;
  float: right;
  padding-bottom: 20px;
}
.news-img {
  display: inline;
  float: right;

  width: 100%;
}
.news-img img {
  width: 100%; height:180px;

}
.news-title {
  display: inline;
  float: right;
  padding: 20px 15px 0px;
  width: 100%;
}
.news-title h2,
.news-title h2>a{

  color:#ffa300;
  font-family: 'Droid Arabic Kufi',serif;
  font-size: 20px;
  font-weight: 500;
  text-align:justify;
  text-transform: uppercase; 
  padding: 0; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-title h2>a:hover{
  text-decoration: none;
  outline: none;
}

.news-title p {
  font-size: 14px;
  text-align:justify;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.news-title p> a:hover{
  text-decoration: none;
  outline: none;
  color:#ffa300;
}

.news-title .blog-date{}
.news-details{
  display: inline;
  float: right;
  padding: 0 15px;
  width: 100%;
}
.news-details p{
height:85px;
  font-size: 14px;
  text-align:justify;

}

.news-detail{
  display: inline;
  float: right;
  padding: 0 15px;
  width: 100%;
}
.news-detail p{
  font-size: 15px;
  text-align:justify;
  line-height:30px;
}

.news-more-btn {
  color: #ffa300;
  display: inline-block;
  font-size: 15px;
  margin-top: 15px;
  text-decoration: none;
  float:right;

}
.news-more-btn:hover,
.news-more-btn:focus, .news-more-btn:visited{
  text-decoration: none;
  outline: none;
  color:#ffa300; 
  text-decoration:underline;
}

.blog-pagination {  
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
}
.pagination-nav{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pagination-nav li {
  display: inline-block;
}
.pagination-nav li a {
  color: #555;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 13px;  
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination-nav li a:hover,
.pagination-nav li a:focus { 
  color: #fff;
  text-decoration: none;
  outline: none;  
}

.news-navigation-area{
  display: inline;
  float: left;
  width: 100%;
}
.news-navigation-area {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.news-navigation-prev{
  float: right;
  text-align: right;
}
.news-navigation-prev a {
  border-right: 2px solid #ccc;
  display: inline-block;
  padding-right: 10px;
  color:#ffa300;
}

.news-navigation-prev a:hover,
.news-navigation-prev a:focus{
  text-decoration: none;
  outline: none;
}
.news-navigation-prev a>span{ 
  font-size: 14px;
}

.news-navigation-next{
  float: left;
  text-align: left;
}
.news-navigation-next a {
  border-left: 2px solid #ccc;
  display: inline-block;
  padding-left: 10px;
  color:#ffa300;
}

.news-navigation-next a:hover,
.news-navigation-next a:focus{
  text-decoration: none;
  outline: none;
}
.news-navigation-next a>span{ 
  font-size: 14px;
}

.news-single-social{
  display: inline;
  float: left;
  width: 100%;
  text-align: right;
}
.news-single-social a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  min-width: 30px;
  padding: 5px;
  text-align: center;
}
.news-single-social a:hover,
.news-single-social a:focus {  
  text-decoration: none;
  outline: none;
}


/*--------------------*/
/* PORTFOLIO PAGE */
/*--------------------*/

#portfolio{
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  min-height: 400px;
  padding: 70px 0;
}

.portfolio-area{
  display: inline;
  float: left;
  width: 100%;
}

.portfolio-menu{
  display: inline;
  float: left;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}

.portfolio-menu ul li {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active{  
  color: #fff;
}

#mixit-container .mix {
  display: none;
}

.portfolio-container {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.single-portfolio{
  background-color: #ccc;
  display: inline;
  float: left;
  width: 25%;  
}

.single-item>img {
  height: 220px;
  width: 100%;
}

.single-item{
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.single-item-content {  
  color: #fff;  
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  
  -webkit-backface-visibility: hidden; /*for a smooth font */
}

.single-item:hover .single-item-content{
  background-color: rgba(0,0,0,0.7);
 opacity: 1;  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);  
} 

.single-item-content::after {
  content: "";
  height: 85%;
  left: 18px;
  top: 15px;
  width: 90%;
  position: absolute;
  z-index: -1;
}

.view-icon{
  color: #fff;
  font-size: 30px;  
}


/*--------------------*/
/* Tables Style */
/*--------------------*/

.table {
    direction:rtl;
}
.table > tbody > tr > td h6{
	text-align:right;
}

.table > thead > tr > th {
	vertical-align:middle !important;
}
.thead {
    color:#fff;
    background-color:#ff8400;
}
.table th{

font-size:13px;
}
/*.border {
    background-color:#fff;
    border: 1px solid #ccc;
    padding-right:30px;
    padding-bottom:30px;
}*/


/*--------------------*/
/* Buttons Style */
/*--------------------*/

.btn-primary {
    background: #ffa300;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:fob.s, -bto,pri&ary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #ffa300;
}
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}


/*--------------------*/
/* Edit SharePoint */
/*--------------------*/
.ms-srch-result {
    margin-right: 30px !important;
}
.ms-textLarge {
    color:#ffa300 !important;
}
.ms-srch-sbLarge {
    margin-right:30px !important;
}

.srch-advancedtable {
   
    padding:30px !important;
    width:100%;
}
.ms-advsearch-header {
    margin-bottom:25px !important;
}
h3.ms-advsearch-header {
    text-align:right !important;
    padding-right:30px;
}
td.ms-advsrchText-v1 {
    padding-right:30px !important;
 
 text-align:right !important;
    font-size: 14px !important;
    width:20% !important;
}

td.ms-advsrchText-v1 label {
	font-weight:normal !important;
}

.ms-advsrchText-v2box {
    width:90% !important;
    height:30px !important;
    margin-bottom:5px !important;
}

.navbar-right {
    margin-top:6px ;
}
.ms-welcome-root {
	display:none;
}
.ms-inputBox {
    background-color:#f5f5f5 !important;
}
.form-control {
    padding:2px 10px !important;
}



/*--------------*/
/* Blue Buttons */
/*--------------*/
input[type=button], input[type=reset], input[type=submit]{
    margin-right: 0 !important;
    font-size:14px !important;
    background: #ffa300 !important;
    color: #ffffff !important;
     border-color: transparent !important;

}




/*asmaaa*/

.navbar-header { margin-top:10px;

}


.navbar-default .navbar-toggle {
margin-top:20px !important;
	 min-width:44px !important
	 ;width:44px !important; 
}

.inner {
	min-height:600px
}

.poll-vote-list input[type="radio"]{ margin-right:5px; margin-left:3px;
	
}

.poll-vote-list label{
	color:#000; padding-top:6px;
}

.vote-button a{
color:#00388f ; margin-top:10px; font-weight:bold
} 


.dropdn-content li .fa {
	color:#000; font-size:10px;
}

.dropdn-content li:hover .fa {
	color:#FFF; 
}


.forms-frame {
	background-color:#f2f2f2; padding:20px; border:1px solid #d2d2d2; width:100%;
}

.ms-advsrchtips span {
	padding:30px; float:right; color:green
}

.ms-advsrchtips a{
	color:#ffa300
}

.ms-advsrchbutton {
text-align:right;
}

.ms-advsrchbutton  input[type=submit] { float:right; margin-top:20px; border:none;}

#latest-news label {  float:right; font-size:13px;}


.ms-advsrchText-v2 input[type=text]{
border:1px solid #d2d2d2 !important ; margin-bottom:15px !important; border-radius:5px; width:80% !important;
}

.ms-advsrchbutton input[type=submit] {
	border-radius:5px ; border:none;
}

.form-group input {
padding:4px;
	border-color:#d2d2d2;
}

.ms-rtestate-field h4, h4.ms-rteElement-H4 {
	line-height:24px !important
}


#products, #eservices{
	direction:ltr;	
}

.service-empty-div {
    float: left;
}
.title-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}
.title-area .line {
    background-color: #777;
    display: inline-block;
    height: 2px;
    width: 60px;
}

.error-page {
	text-align:center; width:100%; float:left;
}

.error-page b {
	width:100%; color:red; width:100%; text-align:center; margin-bottom:10px; float:right;
}

.error-page a:visited , .error-page a:hover  {
	color:#ffa300
}


/*new*/

.forms-table {
	float:right;
    margin: 30px 0px ;
    padding: 15px ;
    width: 100%;
    border: 1px solid #dbddde;
    background: #fafafa;
}

.but-submit {
	width:100% ; float:right;
}

.but-submit input{ border:none;
	
}

.message-label {
	width:100%; color:red; float:right; margin-bottom:10px; 
}

.loginbox {
	width:100%; float:right; padding-bottom:10px;
}

.modal-footer {
	width:100%; float:right
}

.form-group {
	width:100%; float:right ; margin-bottom:12px ;
}

.form-group input[type="checkbox"] , .form-group input[type="radio"] { margin-left:5px;
	width:auto !important; float:right; height:auto !important
}
.form-group label {
 font-size:14px;
}

.forms-table h4{
	margin-bottom:25px; 
}

#error1 {
	width:100%; float:right
}

.message-label a{
	color:#ffa300
}


.form-validate {
	margin:0 !important ; padding:0 !important
}


.form-group input{
	border-color:#d2d2d2 !important; float:right; width:100% ; 	border-radius:5px !important;

}

.form-group select{
	border-color:#d2d2d2 !important; float:right; 	border-radius:5px !important; padding:4px 6px ; height:32px;

}


.form-group  input[type=submit] , .form-group  input[type=button] {
	width:auto; margin-left:10px; margin-bottom:10px; font-family:Droid Arabic Kufi, sans-serif !important; border-color: transparent !important;
} 

.form-group span { float:right;margin-left:10px;  font-size:13px; margin-top:5px; margin-bottom:5px; width:100%;
	
}


.lang {
	 font-family:Verdana, serif;
}

.txtbox-but {
	width:100%; float:right
}

.txtbox-but  input[type=submit] {
	width:20%
}

.txtbox-but  input[type=submit] {
	width:20%;   border-top-right-radius:0 !important;      border-bottom-right-radius:0 !important ; border:none;
}

.txtbox-but input[type=text] {
	width:80%;      border-top-left-radius:0 !important;    border-bottom-left-radius:0 !important ; }
	
	.marg-bottom {
	margin-bottom:25px;
}

.loginbox  input{
	float:right;
}


.form-admin .form-group input , .form-admin .form-group select{
	width:35% ;
}

.form-admin  input , .form-admin select , .form-admin textarea{
	width:35% ; float:right; display:inherit; border:1px solid #eee
}


.form-group select {
	width:100%;
}

.marg-top {
float:left;
	margin-top:20px;
}

.message-label-green span{
	color:green; width:100%; float:right
}


#login-content input{
	margin-bottom:10px;
}

.message-label-green {
	width:100%; float:right; margin-top:5px; margin-bottom:5px;
}

.Survey-Admin {
	width:100%; margin-top:15px; float:right;
}

.Survey-Admin input[type=text] { border:1px solid #d2d2d2
	
}

.Survey-Admin input[type=submit]{
	border:none; border-radius:5px; font-family:Droid Arabic Kufi, sans-serif
}

.survey-his .poll-block {
	width:100%; float:right; 
}

.Survey-Admin table th{ font-family:Droid Arabic Kufi, sans-serif
	
}

.Survey-Admin label {
	font-weight:normal
}

.but-submit {
	margin-top:10px;
}


.form-group.no-marg {
	margin-bottom:5px !important
}

.loginbox input[type=submit] { width:auto !important;
	
}

#message {
	color:green
}

#latest-news .modal-body { padding:0 !important;
	
}


.image-banner {
	width:100%; float:left; border-top:2px solid #e4e4e4; margin-top:160px;
}


#s4-workspace {
	width:100% !important ; height:100% !important ; overflow:hidden !important
}

.single-page-header-right .breadcrumb {
	padding:8px 0px;
}

.prof-title {
 padding-bottom:0 !important
}

.vote-button input[type="submit"] {
	border:none;  font-family:Droid Arabic Kufi, sans-serif;
}

.inner .newspapers-group {
	 margin-top:0 !important
}

.pup-serv  {
	width:100% ; float:right;
}

.pup-serv span{
	width:auto !important;
}

.group-form label {
	margin-bottom:8px !important
}

.ms-webpart-zone , .ms-webpart-cell-vertical , .ms-webpart-chrome-vertical { display:block !important}

.ms-srch-pagingPrev {
   
    left: -52px !important;
    top: -79px !important;
}

.ms-srch-pagingPrev:hover {
   
    left: -52px !important;
    top: -79px !important;
}

.Survey-Admin .modal-title {
	margin-bottom:10px;
}

.tender-details {
	width:100%
}

.panel-body img {margin-bottom:15px; border-bottom:1px solid #d2d2d2; width:auto !important;

}

.survey-input input{
	width:100%
}


.fileuploads ul{
	width:100%;float:right;
}

.fileuploads li {
	width:33%; float:right;
}

.form-group h6{
	margin-bottom:15px !important;
}




.events-label {
	padding-right:15px;
}


.events-label span { float:right; color:#ffa300; margin-left:10px ; width:32%; font-size:14px;
}

.events-label i {
	float:right; color:#ffa300; margin-left:5px
}

.events-label li {
	width:100%; float:right;
}

.events-label em {
	 font-style:normal; float:right;
}

.brief { font-weight:bold; color:#f5822c; font-size:16px ; float:right; width:100%; padding-top:15px;
	
}

.brief p{
	padding-right:15px;
}

.GridPager , .GridPager tr{ border-bottom:none !important }

.grid-pager span {
   padding: 0px 8px ; text-align:center;  background-color:#ffa300;  color:#FFF ; border-radius:4px; font-size:12px; margin-left:0 !important;
}

.grid-pager a {
margin-right:5px;

 padding: 0px 8px;    
    background-color: #f9f9f9;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #eee;
    
}

.clients .item a , .clients .item h2 , .clients .item p{
	width:100%; float:right ; text-align:center;
}

.eservice-img{ background-color: transparent !important ; height: auto !important;
	
}

.pup-float {
	 width:100%; float:right;
	 
	 
}

.advanced-search-area h2 {
	 width:100%; float:right; color:#FFF
}

.ms-webpartzone-cell {
	 margin:0 0 0 !important;
}


input[type=button], input[type=reset], input[type=submit], button {
	 padding:6px 10px; font-family: Droid Arabic Kufi, sans-serif !important
}

.butn-blue {
    background-color: #ffa300 !important;
    color: #ffffff !important;
}

.filter span , .filter table {
	 float:right; 
}



.filter span:first-of-type , .filter .filter-lbl{
    font-size: 14px;
    color: #333 !important;
    padding: 6px 15px;
    font-weight: normal !important;
    background-color: #f2f2f2 ;
    color: #FFF;
    border-radius: 0 5px 5px 0;
    border: 1px solid #d2d2d2; float:right;}

.filter-2  span:nth-of-type(2) {   font-size: 14px;
    color: #333 !important;
    padding: 6px 15px;
    font-weight: normal !important;
    background-color: #f2f2f2 !important;
    color: #FFF;
    border-radius: 0 5px 5px 0;
    border: 1px solid #d2d2d2; float:right  }
    
  .filter3 .filter-lbl {   font-size: 14px;
    color: #333 !important;
    padding: 6px 15px;
    font-weight: normal !important;
    background-color: transparent !important;
    color: #FFF;
    border-radius: 0 5px 5px 0;
    border: 1px solid #d2d2d2; float:right  }
    
    .filter3 { margin-bottom:20px; float:left; width:100%}
    
    .filter3 input  {
    width:57%;
    padding: 3px 10px 4px;
    height:34px;
    border-radius: 5px 0px 0px 5px;
    border-color:#d2d2d2; float:right; margin-left:5px;

}


    
.filter table input {
width:100%;
    padding: 3px 10px 4px;
    height:34px;
    border-radius: 5px 0px 0px 5px;
    border-color:#d2d2d2; float:right; margin-left:5px;
}


 .filter input  {
width:70%;
    padding: 3px 10px 4px;
    height:34px;
    border-radius: 5px 0px 0px 5px;
    border-color:#d2d2d2; float:right; margin-left:5px;
}


.filter table {
    float: right;
    width: 70%;
	 margin-left:10px;
}


.filter {
	 width:100%; float:right; margin-bottom:10px; padding-top:10px;
}

.filter select {
    margin-left: 5px;
    height: 34px;
    width: 62%;
    border-radius: 5px 0px 0px 5px !important;
    float: right;
    border:1px solid #d2d2d2; 
}






.forms-table {
	float:right;
    margin: 30px 0px ;
    padding: 20px ;
    width: 100%;
    border: 1px solid #dbddde;
    background: #fafafa;
}

.but-submit {
	width:100% ; float:right;
}

.but-submit input{ border:none;
	
}

.message-label {
	width:100%; color:red; float:right; margin-bottom:10px; 
}

.loginbox {
	width:100%; float:right; padding-bottom:10px;
}

.modal-footer {
	width:100%; float:right
}

.form-group {
	width:100%; float:right ; margin-bottom:12px ;
}

.form-group input[type="checkbox"] , .form-group input[type="radio"] { margin-left:5px;
	width:auto !important; float:right; height:auto !important
}
.form-group label {

}

.forms-table h4{
	margin-bottom:25px; 
}

#error1 {
	width:100%; float:right
}

.message-label a{
	color:#ffa300
}


.form-validate {
	margin:0 !important ; padding:0 !important
}


.form-group input{
	border-color:#d2d2d2 !important; float:right; width:100% ; 	border-radius:5px !important;

}

.form-group select{
	border-color:#d2d2d2 !important; float:right; 	border-radius:5px !important; padding:4px 6px ;

}


.form-group  input[type=submit] {
	width:auto;
} 



.lang {
	 font-family:Verdana, serif;
}

.txtbox-but {
	width:100%; float:right
}

.txtbox-but  input[type=submit] {
	width:20%
}

.txtbox-but  input[type=submit] {
	width:20%;   border-top-right-radius:0 !important;      border-bottom-right-radius:0 !important ; border:none;
}

.txtbox-but input[type=text] {
	width:80%;      border-top-left-radius:0 !important;    border-bottom-left-radius:0 !important ; }
	
	.marg-bottom {
	margin-bottom:25px;
}

.loginbox  input{
	float:right;
}

.form-admin th , .form-admin td{
 font-weight:normal; text-align:right; 
}


.form-group select {
	width:100%;
}

.marg-top {
	margin-top:20px;
}

.message-label-green span{
	color:green; width:100%; float:right
}


#login-content input{
	margin-bottom:10px;
}

.message-label-green {
	width:100%; float:right; margin-top:5px; margin-bottom:5px;
}

.Survey-Admin {
	width:100%; margin-top:15px; float:right;
}

.Survey-Admin input[type=text] { border:1px solid #d2d2d2
	
}

.Survey-Admin input[type=submit]{
	border:none; border-radius:5px; font-family:Droid Arabic Kufi, sans-serif
}

.survey-his .poll-block {
	width:100%; float:right; 
}

.Survey-Admin table th{ font-family:Droid Arabic Kufi, sans-serif
	
}

.Survey-Admin label {
	font-weight:normal
}

.but-submit {
	margin-top:10px;
}


.form-group.no-marg {
	margin-bottom:5px !important
}

.loginbox input[type=submit] { width:auto;
	
}

#message {
	color:green
}

#latest-news .modal-body { padding:0 !important;
	
}


.image-banner {
	width:100%; float:left; border-top:2px solid #e4e4e4
}


#s4-workspace {
	width:100% !important ; height:100% !important ; overflow:hidden !important
}

.single-page-header-right .breadcrumb {
	padding:8px 0px;
}

.prof-title {
 padding-bottom:0 !important
}

.vote-button input[type="submit"] {
	border:none;  font-family:Droid Arabic Kufi, sans-serif;
}

.inner .newspapers-group {
	 margin-top:0 !important
}

.pup-serv  {
	width:100% ; float:right;
}

.pup-serv span{
	width:auto !important;
}

.group-form label {
	margin-bottom:8px !important
}

.ms-webpart-zone , .ms-webpart-cell-vertical , .ms-webpart-chrome-vertical { display:block !important}

.ms-srch-pagingPrev {
   
    left: -52px !important;
    top: -79px !important;
}

.ms-srch-pagingPrev:hover {
   
    left: -52px !important;
    top: -79px !important;
}

.Survey-Admin .modal-title {
	margin-bottom:10px;
}

.tender-details {
	width:100%
}

.panel-body img {
	width:100%;
}

.survey-input input{
	width:100%
}


.fileuploads ul{
	width:100%;float:right;
}

.fileuploads li {
	width:33%; float:right;
}

.form-group h6{
	margin-bottom:15px !important;
}




.events-label {
	padding-right:15px;
}


.events-label span { float:right; color:#ffa300; margin-left:10px ; width:32%; font-size:14px;
}

.events-label i {
	float:right; color:#ffa300; margin-left:5px
}

.events-label li {
	width:100%; float:right;
}

.events-label em {
	 font-style:normal; float:right;
}

.brief { font-weight:bold; color:#f5822c; font-size:16px ; float:right; width:100%; padding-top:15px;
	
}

.brief p{
	padding-right:15px;
}


.grid-pager table a:hover{
	text-decoration:underline;
}




  .table-card { border-collapse:collapse; background-color:transparent; border:1px solid #f2f2f2; border-radius:5px;

    }

        .table-card th, .table-card td { border: none;
 

        }


        .table-card th { border-bottom:2px solid #f2f2f2; font-size:12px;
        }

         .table-card td{ border-bottom:1px solid #f2f2f2
        }
          
        .but-card { width: 16px !important;
    height: 21px !important;
    margin:0 auto;
 
    padding-top: 5px;
    background-image: url('/Style Library/ar-sa/assets/images/remove-icon-md.png');
    background-repeat: no-repeat;
    background-position: bottom;  overflow:hidden !important      }
        
         .but-card input ,   .but-card input:hover { width:16px !important; height:16px !important; 
          background-color:transparent !important;
          border-color:transparent !important;	}
}

.product-req-list , .product-req-list li {	width:100%; float:left;
}

.product-req-list li { margin-bottom:15px;
}

.product-req-list span:first-of-type  {color: #333;
    font-size: 13px;
    width: 230px;
    float: right;
	 
}

.product-req-list  select {
	 float:right; 
}

.product-req-list input[type=submit] {
	  margin-top:25px; float:right
}

.receiving-table input[type=text] {
	width:100px;
}
.pricing-drop
{
padding-top: 20px; padding-bottom: 10px; float:right; width:100%
}

.pricing-drop span { float:right; padding-left:15px; padding-top:5px;
	
}
.pro-span span 
{
width:90%;
}
.pro-span i
{
padding-top:5px;
padding-left:5px;
color:red;
float:right;
} 
.publishing-links i { color:#ffa300; float:right; padding-left:10px; padding-top:2px; font-size:20px;
	
}

.puplish-services .shopping-cart
{
background-repeat:no-repeat !important;
margin-top:0 !important;
background-color:transparent !important; 
border-color:transparent !important;
background-image:url('../images/shopping-icon.png') !important;
width:30px;
height:28px;
background-position:right !important;
float:right;

}

.puplish-services .shopping-cart:hover {

background-repeat:no-repeat !important;
margin-top:0 !important;
background-color:transparent !important; 
border-color:transparent !important;
background-image:url('../images/shopping-icon.png') !important;
width:30px;
height:28px;
background-position:right !important;
float:right;

	
}


.form-admin .form-group {
	margin-bottom:0 !important;
}



        .media-body { width : 83%  !important;  }
        .parrent.media-body {  border:1px solid #e6e6e6 }
         .media > .pull-right {
			 padding-left:0 !important;
            margin-right: 0 !important;
            padding-right: 0 !important;
        }

        .media-body p { text-align:justify;
        } 

        .nav-tabs > li {
           
            margin-bottom: 0px;
            border-top: 1px solid #e6e6e6;
            border-left: 1px solid #e6e6e6 ;
        }

        .nav-tabs {
		border-bottom:1px solid #e6e6e6;
           
            border-right:1px solid #e6e6e6;
        }

            .nav-tabs > li > a {
				margin-left:0;
                background: #f5f5f5;
                color: #666;
                border-radius: 0;
                border: 0 none;
                line-height: 24px;
                margin-right: 0;
                padding: 13px 15px;
            }

            .nav-tabs li:last-child {
                border-bottom: 0 none;
            }

        .nav-stacked > li + li {
            margin-top: 0;
        }

        .nav-tabs > li > a:hover {
            background: #ffa300;
            color: #fff;
        }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            border: 0;
            color: #fff;
            background: #ffa300;
            position: relative;
        }

          

        .tab-wrap {
     
            margin-bottom: 20px; margin-top:20px;
        }

        .tab-content {
            padding: 20px;
        }

            .tab-content h2 {
                margin-top: 0;
            }

            .tab-content img {
                border-radius: 4px 4px 0 0;
            }
			
			.parrent  h3 , .parrent p { margin-bottom:15px;  }
			
			
			
			.publishing-links li { margin-bottom:10px;}
			
			.publishing-links a , .publishing-links i { color:#ffa300} 
			
			.divider-v6 .divider-v6-element {
    position: relative;
    display: inline-block;}
	
	
	.text-center {
    text-align: center;
}

.tab-v2 .tab-pane {
    font-size: 15px;
    color: #606060;
    padding: 20px 0;
}

.divider-v6 .divider-v6-element-center:before, .divider-v6 .divider-v6-element-center:after {
    position: absolute;
    top: 20px;
    width: 2000px;
    height: 1px;
    background: #e6e6e6;
    content: " ";
}


.divider-v6 .divider-v6-element-center:before, .divider-v6 .divider-v6-element-center:after {
    position: absolute;
    top: 20px;
    width: 2000px;
    height: 2px;
    background: #e6e6e6;
    content: " ";
}


.divider-v6 .divider-v6-element-center:before {
    right: 100%;
}

.divider-v6 .divider-v6-element-center:after {
    left: 100%;
}


.divider-v6 .divider-v6-element-title {
color:#333;
font-size: 22px;
padding: 0px 15px;
margin-top: 0px;}
	
	.divider-v6 { overflow:hidden ;
	    width: 100%;
    overflow: hidden;

    float: left;}
			
.container-border {
	 border:1px solid #e6e6e6 ; padding:20px; margin-top:20px;
}

.inner h4 {
	margin-bottom:20px;
}



.puplish-services.table-bordered > thead > tr > th, .puplish-services.table-bordered > tbody > tr > th, .puplish-services.table-bordered > tfoot > tr > th, .puplish-services.table-bordered > thead > tr > td, .puplish-services.table-bordered > tbody > tr > td, .puplish-services.table-bordered > tfoot > tr > td

{
	border : none;
}
.puplish-services tr {
	border-bottom:1px solid #f2f2f2 ;
}



.puplish-services th {
	background-color:#ff8400 ; color:#FFF; font-size:12px; 
}

.table-card.puplish-services  th {
	background-color:#f9f9f9 !important ; color:#333 !important; font-size:13px; 
}

.other-product img {
	    background-color: #fff;
    height: 122px;
    width: 148px;
    padding: 3px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}


.puplish-services {
	margin-top:25px; border:1px solid #f2f2f2; float:right;
}

#latest-news .col-md-12 {
	padding-left:0 !important; padding-right:0 !important; 
}


/*.puplish-services label:before {
    content: "\f291";
    padding-left: 5px;
    font-family: FontAwesome;
    color: #ffa300;
    font-size:18px;
}*/

.puplish-services span{
	width:auto !important; float:none  !important
}

.puplish-services i {     color: #ffa300;
margin-left:10px;
    font-size:16px;
    padding-top:2px;
 float:right;
	
}

.puplish-services .fa-cart-arrow-down , .puplish-services .fa-check-circle-o {
	font-size:20px; margin-left:12px
}

.grid-pager .none-bg
{
	text-align:right !important;
}

.grid-pager .none-bg , .ms-dtinput a{
	 border:none !important; background-color:transparent  !important; color:#333 !important;
}

.normal-font label {
font-weight:normal !important;
}

.mrg-top {width:100%; float:left;
	margin-top:15px
}

.txtbox-width input[type=text] , .txtbox-width select , .txtbox-width input[type=number] , .txtbox-width textarea {
width:44%;
height:33px;
font-size:13px;
border-color: #d2d2d2 !important;
border:1px solid #d2d2d2;
padding:5px;

}


.txtbox-width table input[type=text]  {
width:100% !important;
height:32px;
font-size:13px;

}


.table-scroll
{
	overflow:auto; font-size:13px ; width:100%; float:right; margin-bottom:30px;
}

.modal-content .close {
	
 color: #000 !important;
    background-color: #ffa300 !important;
    padding: 0 5px !important;
    border-radius: 3px;
    font-size: 23px !important; }
    
 .modal-content p {
 font-size:14px;
     color: #000 !important;

    width: 100% !important;
    float: right !important;

	
} 



.media, .media-body {
 overflow:visible !important;
}

#ctl00_ctl54_g_309912f6_ae17_4f6c_a83d_a12a5aa815c1_spPeoplePicker_errorLabel {
	/*background-color:transparent !important;*/
}


.advanced-search-area h2{
	margin-top:0; margin-bottom:30px;
}




        .post-thumbnail {
            margin-bottom: 20px;
        }

        .timeline .post-thumbnail,
        .project-item .post-thumbnail {
            margin-bottom: 0px;
            -webkit-transform: translateZ( 0 );
        }

        .post-thumbnail img {
            width: 100%;
            height: 190px;
        }

        .post-thumbnail:hover img {
            -webkit-transition: 700ms;
            -moz-transition: 700ms;
            -o-transition: 700ms;
            -ms-transition: 700ms;
            transition: 700ms;
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -o-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }

        .element {
            display: inline-block;
            overflow: hidden;
            position: relative !important;
            width: 100%;
            border-radius: 5px;
        }

        .element-overly {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            bottom: -300px;
            text-indent: -9999em;
            -webkit-transition: 500ms;
            -moz-transition: 500ms;
            -o-transition: 500ms;
            -ms-transition: 500ms;
            transition: 500ms;
            z-index: 10;
            opacity: 0;
            background-color: rgba(255, 163, 0 , 1);
            border-radius: 5px;
        }

        .element a {
            z-index: 30;
        }

        .element .element-link,
        .element .element-lightbox {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background-position: 50%;
            display: inline-block;
            position: absolute;
            top: 50%;
            margin-top: -20px;
            font-size: 16px;
            border: 2px solid #fff;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            filter: alpha(opacity=0);
            opacity: 0;
            -webkit-transition: 300ms;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            -ms-transition: 300ms;
            transition: 300ms;
        }

        .element .element-lightbox {
            left: 50%;
            margin-left: -150px;
        }


        .element .element-link {
            right: 50%;
            margin-right: -150px;
        }

        .team-member .element .element-link {
            right: 42%;
            margin-right: -150px;
        }

        .element:hover .element-overly {
            bottom: 0;
            opacity: 0.9;
        }

        .element a:hover {
            text-decoration: none;
            background: #fff;
            color: #9ED154 !important;
        }


        .element:hover .element-lightbox {
            margin-left: 5px;
            opacity: 1;
            color: #fff;
        }


        .element:hover .element-link {
            margin-right: 5px;
            opacity: 1;
            color: #fff;
        }



        .project-item {
            min-height: 250px;
        }

        .project-details {
            margin-bottom: 30px;
        }

            .project-details h2 {
                margin-top: 20px;
                margin-bottom: 10px;
            }

                .project-details h2 a {
                    font-size: 16px;
                    color: #222;
                }

            .project-details p {
                margin: 10px 0;
                display: block;
            }

            .project-details .readmore a {
                display: inline-block;
                font-size: 12px;
                font-weight: 400;
                margin-top: 0px;
                padding-top: 5px;
                text-transform: uppercase;
                display: inline-block;
                margin-bottom: 20px;
            }

        .folder div {
            padding: 1px;
        }

        .element img {
            border: 1px solid #d2d2d2;
        }


        .element .element-link.gallery-link {
            right: 43%;
        }

        figcaption.gallery-icons {
            background-color: #f2f4f5;
            padding: 7px;
            border: 1px solid #CCC;
        }

        .portfolio-item-like i {
            color: #6d6461;
            font-style: normal;
            padding-left: 5px;
            font-size: 11px;
            letter-spacing: 0;
        }

        .gallery-icons .fa {
            color: #a2b830;
            margin-left: 10px;
        }


        figcaption {
            width: 100%;
            float: left;
            background-color: #f2f4f5;
            padding: 4px 20px;
            border: 1px solid #eee;
        }


        .element .element-lightbox.expand {
            left: 41%;
        }
        
        .project-item i { color:#FFF; 
	
}

    .element .element-lightbox.expand:hover i{ color:#ffa300
	
}

.full-width{
	width:100%; float:left; margin-bottom:20px;
}

.col-sm-3.img-responsive {
	padding-left:4px !important; padding-right:4px !important
}

.pp_close , .pp_expand {
	color: transparent !important;
}

#content {
	 float:left;
}

#grid .item {
	padding-right:0 !important ; 
}

.wow {
	visibility:visible !important;
}


#header .navbar-brand {
	    padding: 10px 15px;
}

.shrink .navbar-brand > img {
	height: 70px;
	  -moz-transition: height 3s ease;
    -webkit-transition: height 3s ease;
    -o-transition: height 3s ease;
    transition: height 3s ease;
}



.navbar-brand  {

	background-image: url('/Style Library/ar-sa/assets/images/logo.png');
  
    background-repeat: no-repeat;
    width: 146px;
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    }
    
    
 .shrink .navbar-brand 
 {
	width: 99px;
    display: inline-block;
    height: 68px;

}

 .shrink .navbar-header { margin-top:3px;

}




.shrink .navbar-nav > li > a {
	 padding-top:10px !important; padding-bottom:5px !important;
}



.shrink #menu-area #navbar {
	padding-top:32px !important;
}

.shrink .navbar {
	    min-height: 80px !important;
}


        .single-item-header {
            border-radius: 5px;
            position: relative;
            overflow: hidden;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .ribbon {
            z-index: 999;
        }

        .single-item:hover a.add-to-cart {
            background: #f90;
        }

        .single-item:hover img {
            -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
            filter: alpha(opacity=70);
        }


        .single-item img {
            border-radius:5px;
            width:100%;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }



        .single-item {
            border-radius: 5px;
            position: relative;
        }



        .first-header {
            position: relative;
            height: 6px;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            z-index: 999999;
            bottom: 270px;
            right: 60px;
            line-height: 35px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        .single-item:hover .first-header, .single-item:hover .third-header, .single-item:hover .fourth-header, .single-item:hover .fifth-header {
            color: #333;
            -webkit-transform: scale(.5, .5);
            transform: scale(.9, .9);
        }
        .single-item-header:before {
            border-radius: 5px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 163, 0, .1);
            content: " ";
            transition-duration: 400ms;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

        .single-item:hover .single-item-header:before {
            border-radius: 5px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0);
            content: " ";
            transition-duration: 400ms;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

        .third-header {
            height: 6px;
            position: relative;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            z-index: 999999;
            bottom: 80px;
            right: 60px;
            line-height: 35px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }


        .third-header:hover {
            -webkit-transform: scale(.5, .5);
            transform: scale(.9, .9);
        }



        .fourth-header {
            height:6px;
            position: relative;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            z-index: 999999;
            bottom: 140px;
            right: 60px;
            line-height: 35px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .fifth-header {
            height: 6px;
            position: relative;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            z-index: 999999;
            bottom: 140px;
            right: 70px;
            line-height: 35px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        
        
        


#btnDetails , #btnReadMore {
	color:#ffa300
}

#btnDetails i {
	float:right; padding-left:8px; padding-top:2px;
}
        
.archive-modal .txtbox-width label {
	width:80%; text-align:right;
}

.txtbox-width td {
text-align:right
}

.form-group  input[type=submit]:hover { border-color: transparent  !important
	
}

.archive th { background-color:#ffa300; color:#FFF;
	
}

.txtbox-width table{
	width:100%;
}


    .modal.archive-modal {
       
        position: fixed;
        color: #333;
        text-align: center;
    }

    /* Modal Content */
    
    
    .modal{
	    float: left;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999999999999999999999;
  
    position: absolute;
    color: #275721;
    text-align: center;
}
    
 .modal.archive-modal    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #f2f2f2;
        width: 60%;
        height: 560px;
        word-break: break-all;
    }

    /* The Close Button */
  .modal.archive-modal   .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        width:auto;
    }
 .modal.archive-modal    .modal-content .close { width:auto;
    }

 .modal.archive-modal .close:hover,  .modal.archive-modal .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
        
        
        
        
           .modal.mod2 {
      
        position: fixed;
        color: #275721;
        text-align: center;
    }

    /* Modal Content */
 .modal.mod2    .modal-content {
        background-color: #fefefe;
      
        padding: 20px;
        border: 1px solid #f2f2f2;
        width: 30%;
        height: 250px;
        word-break: break-all;
    }

    /* The Close Button */
.modal.mod2  .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        width:auto;
    }
.modal.mod2    .modal-content .close { width:auto;
    }
    
    
      .modal.mod2 .close:hover, .modal.mod2 .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }


 #popupdiv.modal.mod2 .modal-content ,   #popupdiv.modal .modal-content {
    left: 50%;
    float: none;
    position: absolute;
    top: 20%;
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #f2f2f2;
    width: 30%;
    height: 250px;
    word-break: break-all;
    margin-left: -15%;
}



#detailsdiv.modal.archive-modal .modal-content{
    left: 50%;
    float: none;
    position: absolute;
    top: 5%;
    background-color: #fefefe;
    margin: 0 auto;
    padding: 15px 20px;
    border: 1px solid #f2f2f2;
    width: 50%;
    height: 575px;
    word-break: break-all;
    margin-left: -25%;}



 
        

 #popupdiv.modal {
        
    }
    #detailsdiv.modal {

  
    }
    
    /*this class affect piple picker*/

    #content {
  
        word-break: break-word;
        text-align:justify;
    }
    
    
     #popupdiv.modal.mod2   #content {
        margin-top: 10px;
    }
    
    
.archive-forms  table , .archive-forms input{ margin-bottom:5px; float:right; width:100%; padding:6px 10px; 
	
	
}




.archive-details input[type=text], .archive-details select, .archive-detailstxtbox-width input[type="number"], .archive-details textarea

{

width:44%;
	
}

.archive-details table{
	width:49.5%;
}

.textbox-width-archive
{
	width:89.5% !important;
}

.archive a:hover{
	color:#ffa300 ; text-decoration:underline;
}

.btn-archive { color:#ffa300 ; text-decoration:underline;

	
}

.btn-archive:hover {
 text-decoration: none;
}

.tp-banner-container {
	display:none;
}

.table textarea{
	border-color:#d2d2d2
}

.archive .grid-pager span {
padding:0px 9px;
	
}

.archive-modal input, .archive-modal select {
	width:100% !important
}

.archive a , .btn-archive {
	color:#ffa300; text-decoration:underline;
}

.archive a:hover , .btn-archive:hover , .btn-archive:visited{
	 color:#333
}

.archive { width:100%; float:right; 
	
}

.load-container {
background-color: Gray; filter: alpha(opacity=60); opacity: 0.60; width:100%; top: 0px; left: 0px; position: fixed; height: 100%	
}

.load-container img{
	height: 64px; width: 64px;
}

.load-in {
	margin: auto; font-family: Trebuchet MS; filter: alpha(opacity=100); opacity: 1; font-size: small; vertical-align: middle; top: 45%; position: fixed; right: 45%; color: #275721; text-align: center; background-color: White; height: 66px;
}

.warning-message{
	color:red; width:100%; margin-bottom:20px; float:left
}

.popup-title span{
	font-size:15px; font-weight:bold;
}

.archive i{
	float:right; margin-left:4px; margin-top:2px; color:#ffa300;
}

.archive-details input[type=submit] {
	 margin-top:0 !important;
}

.puplish-services select{
	width:37.5% !important;
}


.plus-img {
	float:left;
}


.puplish-services a {
	color:#ffa300
}

.puplish-services a:hover{
	text-decoration:underline;
}

.puplish-services h4 {
	margin-bottom:0 !important;
}

.title-color {
	color:#ffa300;
}

.all-but {
	 float:left; width:100%;
}

.all-but i{
	 float:right; margin-left:0 ; margin-top:8px;
}

.all-but a{
	float:right; color:#ffa300;
}

.recieving-types
{
height:36px;
width:171px !important;
	}

.warning-message{
	color:red; width:100%; margin-bottom:20px; float:left
}


.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{ background-color:#ffa300 !important;
border-color:#f59d00
	
}

.pagination-nav .btn-default:hover {
	border-color:#f2f2f2 ; color:#333 !important; background-color:#f9f9f9

	
}

.pagination-nav .btn-default {
	border-color:#f2f2f2 ; color:#ffa300 !important; background-color:#f9f9f9
}

.puplish-services input[type=submit] {
	margin-top:0 !important;
}

.filter-lbl-dropdown {
	    font-size: 14px;
    color: #333 !important;
    padding: 6px 10px;
    font-weight: normal !important;
    background-color: #f2f2f2 !important;
    color: #FFF;
    border-radius: 0 5px 5px 0;
    border: 1px solid #d2d2d2;
    font-weight: bold;
}
.table-responsive {
	 width:100%; float:right;
}


.form-group  input[type=number] {
	border:1px solid #f2f2f2
}

.archive-td-width th {
	 width:15%;
}

.archive-td-width th:nth-of-type(5){
	width:10%
}
	
.forms-table p {
	text-align:justify ;
	font-size:14px;
}




.modal.mod2  .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        width:auto;
    }
.modal.mod2    .modal-content .close { width:auto;
    }
    
    
      .modal.mod2 .close:hover, .modal.mod2 .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }


 #popupdiv.modal.mod2 .modal-content ,   #popupdiv.modal .modal-content {
    left: 50%;
    float: none;
    position: absolute;
    top: 20%;
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #f2f2f2;
    width: 30%;
    height: 250px;
    word-break: break-all;
    margin-left: -15%;
}



#detailsdiv.modal.archive-modal .modal-content{
    left: 50%;
    float: none;
    position: absolute;
    top: 5%;
    background-color: #fefefe;
    margin: 0 auto;
    padding: 15px 20px;
    border: 1px solid #f2f2f2;
    width: 60%;
    height: 600px;
    word-break: break-all;
    margin-left: -30%;
}



 
        

 #popupdiv.modal {
        
    }
    #detailsdiv.modal {

  
    }

     #popupdiv.modal.mod2   #content {
        margin-top: 10px;
    }
    
    
.archive-forms  table , .archive-forms input{ margin-bottom:5px; float:right; width:100%; padding:6px 10px; 
	
	
}




.archive-details input[type=text], .archive-details select, .archive-detailstxtbox-width input[type="number"], .archive-details textarea

{

width:44%;
	
}

.archive-details table{
	width:49.5%;
}

.textbox-width-archive
{
	width:89.5% !important;
}

.archive a:hover{
	color:#ffa300 ; text-decoration:underline;
}

.btn-archive { color:#ffa300 ; text-decoration:underline;

	
}

.btn-archive:hover {
 text-decoration: none;
}

.tp-banner-container {
	display:none;
}

.table textarea{
	border-color:#d2d2d2
}

.archive .grid-pager span {
padding:0px 9px ;
	
}

.archive-modal input, .archive-modal select {
	width:100% !important
}

.archive a , .btn-archive {
	color:#ffa300; text-decoration:underline;
}

.archive a:hover , .btn-archive:hover , .btn-archive:visited{
	 color:#333
}

.archive { width:100%; float:right; 
	
}

.load-container {
background-color: Gray; filter: alpha(opacity=60); opacity: 0.60; width:100%; top: 0px; left: 0px; position: fixed; height: 100%	
}

.load-container img{
	height: 64px; width: 64px;
}

.load-in {
	margin: auto; font-family: Trebuchet MS; filter: alpha(opacity=100); opacity: 1; font-size: small; vertical-align: middle; top: 45%; position: fixed; right: 45%; color: #275721; text-align: center; background-color: White; height: 66px;
}

.warning-message{
	color:red; width:100%; margin-bottom:20px; float:left
}

.popup-title span{
	font-size:20px; font-weight:bold;
}

.archive i{
	float:right; margin-left:4px; margin-top:2px;
}

.archive-details input[type=submit] {
	 margin-top:0 !important;
}

.puplish-services select{
	width:37.5% !important;
}

.plus-img {
	float:left;
}

.all-but {
	 float:left; width:100%;
}

.all-but i{
	 float:right; margin-left:0 ; margin-top:8px; color:#ffa300;
}

.all-but a{
	float:right; color:#ffa300;
}

.all-but a:hover{
	text-decoration:underline
}
.recieving-types
{
height:36px;
width:171px !important;
	}
	
.table-responsive {
	 width:100%; float:right;
}
	

.law-bg { background-image:url("../images/LAW.jpg") ;  background-repeat:no-repeat; background-position:bottom right; border: 1px solid #e3e3e2 ; min-height:400px;  }

.message-bg { background-image:url("../images/girl-message.jpg") ;  background-repeat:no-repeat; background-position:bottom right; border: 1px solid #e3e3e2 ; height:400px;  }

.message-bg p{
	text-align:justify
}	
.light-gray { background-color:#f2f2f5 ; width:100%; float:left}

.white-bg { background-color:#FFF; min-height:398px; float:left; border-left:1px solid #e3e3e2; border-right:1px solid #e3e3e2  }

.law-txt  h2 span , .law-txt  h2  { color:#333; font-size:18px; width:100%; margin-top:0; margin-bottom:0  }

.law-txt span{color:#ffa300; font-size:16px; direction:rtl ; float:right; width:100%; margin-bottom:10px;}

.law-txt p span{color:#8f8f8f; text-align:justify; direction:rtl; font-size:14px; }

.law-txt { padding:30px; }

span.required-form{
	width:60px
}
 
.form-admin .form-group span{
	 width:auto; color:red }
	 
	 .form-admin table input{
	width:100%
}


.form-admin .form-group .form-validate {
	width:100%; color:red; font-weight:bold 
}

.form-admin .form-group .input-num { width:25.5%
	
}

.form-admin .form-group .input-num2 {     width: 27%;
    margin-right: 5px;
	
}


.form-admin input[type=submit] {
	 width:auto !important; margin-left:10px;
}

.update-btn {
	 background-color:transparent !important; color:green !important; font-size:18px; text-decoration:none !important; padding:0 10px !important }

.update-btn:before{
  content:  "\f021";
  font-family: fontAwesome;
  font-size:19px;

	
}

.delete-btn {color:red  !important; font-size:18px; text-decoration:none !important	;padding:0 0px !important 
}


.delete-btn:before{
  content:  "\f00d";
  font-family: fontAwesome;
  font-size:20px;

	
}

.dession-table th:nth-of-type(1){
	width:20%
}

.dession-table th:nth-of-type(9) , .dession-table th:nth-of-type(11) {
	width:20%
}


 .dession-table th:nth-of-type(4), .dession-table th:nth-of-type(7),  .dession-table th:nth-of-type(13){ width:13%
	
}

.dession-table #btnDetails {
	font-size:12px !important;
}

.atitle {
	color:#333;
}

.lbl-message {
	width:100%; float:right; direction:rtl; text-align:right;margin-top:15px; color:green;
}

.form-admin span{
	font-size:13px;
}

.puplication-tbl th {
	width:9%
} 

.puplication-tbl th:nth-of-type(10) {width:12%
	
}


.puplication-tbl th:nth-of-type(8) {width:16%
	
}

.msg-lbl-pup {
	color:red;  direction:rtl; float:right; width:100%; font-size:12px;
}

.form-control {
	padding:0 15px !important ; 
}

.edit-table .form-control {
	width:83%; float:right; padding:0 15px !important; 
}

.pricing-drop select {
	width:35%;
}

.pricing-tbl th:nth-of-type(7) {
	width:20%
}

.pro-other-price th {
	width:10%
}
.pro-other-price input[type=file] {
	width:165px  !important;
}


.pro-other-price th:nth-of-type(8) {width:20%
	
}


.no-radius-right{
	border-radius:5px 0 0 5px!important
}

.home-decision-link {
	width:100%; float:right; padding:8px 15px; background-color:#ffa300; color:#FFF; border:1px solid #d2d2d2
}
.newspapers-group {
	 margin-bottom:5px !important;
}

.table-select-first th:nth-of-type(1) {
	width:9%
}

.result-number {
	color:#ffa300; font-weight:bold;
}

.puplication-tbl th:nth-of-type(2),.puplication-tbl th:nth-of-type(3) ,.puplication-tbl th:nth-of-type(7) {
	width:6%
}

.puplication-tbl th:nth-of-type(8) {
	width:10%
}

.publishing-bg {
    background-image: url(../images/publishing-bg.jpg);
    margin-top: 25px;
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #e3e3e2;
    min-height: 400px;
}


.valuable-products {
    background-image: url(../images/valuable-products.jpg);

    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #e3e3e2;
    height: 400px;
}

.counting-products {
    background-image: url(../images/counting-products.jpg);

    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #e3e3e2;
    min-height: 400px;
}

.other-products {
    background-image: url(../images/other-products.jpg);
  
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #e3e3e2;
    height: 400px;
}

.archive-bg {
    background-image: url(../images/archive-bg.jpg);
  
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #e3e3e2;
    min-height: 400px;
}



.float-r {
	width:100%; float:right;
}


.codnum {
	width:65px !important;
}

.filter3 .ms-inputBox
{
    height: 34px;
    background-color: #f5f5f5 !important;
    border: 1px solid #d2d2d2;	
}

.form-admin input[type="checkbox"] {
	width:auto !important;
}

.ui-datepicker-inline
{
	
	display:none !important;
}

.btn.btn-primary.disabled
{
 background-color:#ffa300 !important;	
}


.filter3 .ms-usereditor {
width: 68%;
	
}

.filter div , .filter3 div {
	padding-right:0;
}

.forms-table h2 {
	font-size:17px;
}


.filter-fixed span:first-of-type, .filter-fixed .filter-lbl

{
 width:45%;	
}

.filter-fixed input ,.filter-fixed select {
	width:53%;
}

.pagination-nav a , .pagination-nav span {
	width:auto !important ; float:none !important; margin-top:0 !important ; margin-left: 0 !important;
}

.owl-page {
	 float:right !important
}


.close {
    opacity: 1 !important; border-radius:3px !important; border:none !important}
    
    
    @media (max-width: 767px) {
    .table-responsive {
        width: 320px !important;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll ;
       border: 1px solid #DDD;
       -webkit-overflow-scrolling: touch !important;
    }
    
    
    .custom-width{
        width: 244px !important ;
            }

    
}
.sqlrv-ParameterContainerCell
{
	height:300px !important;
}
.sqlrv-WaitControlBackground
{
	
	left:725px !important;
	top:500px !important;
}

#ctl00_ctl56_g_3d103c2b_fc77_46c2_850a_aa483da5eb59_ctl00_ReportViewer

{
	overflow-y:auto !important;
}
td[id*="oReportCell"] {
   display: inline-flex !important;
} 
/*style-ar*/




