@charset "utf-8";
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#74777b;text-decoration: none;}
.htmleaf-container{
	margin: 0 auto;
}
.demo{margin: 2em 0}

a:hover,a:focus{
	text-decoration: none;
	outline: none;
}
#accordion .panel{
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: -5px;
	border-bottom: 1px dashed #D9D9D9;
}
#accordion .panel-heading{
	padding: 0;
	border-radius: 0;
	border: none;
	text-align: center;
	border-top: 1px dashed #D9D9D9;
}
#accordion .panel-title a{
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	color: #333;
	background: #fff;
	position: relative;
	transition: all 0.5s ease 0s;
	WIDTH: 100%;
	text-align: right;
}
#accordion .panel-title a:hover{
	background: #ffffff;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
	content: "\f067";
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: 200;
	position: absolute;
	top: 8px;
	left: 15px;
	transform: rotate(135deg);
	transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:after{
	transform: rotate(0deg);
}
#accordion .panel-body{
	background: #ffffff;
	padding: 5px;
	border: none;
	position: relative;
}
#accordion .panel-body p{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	background: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0;
}
#accordion .panel-collapse .panel-body p{
	opacity: 0;
	transform: scale(0.9);
	transition: all 0.5s ease-in-out 0s;
}
#accordion .panel-collapse.in .panel-body p{
	opacity: 1;
	transform: scale(1);
	line-height: 2em;
    direction: rtl;
    text-align: justify;
    text-indent: 25px;
}

.qosymsha{

direction: rtl;

text-align: justify;

margin-top: 5px;

margin-bottom: 5px;

line-height: 1.6em;


font-size: 14px;
}

 @font-face {
  /* font-test*/
  font-family: webfont;
  src: url(webfont.ttf);
}
@font-face {
    font-family: 'ALKATIP Kufi';
    src: url('ALKATIP Kufi.woff') format('woff'),
         url('ALKATIP Kufi.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'webfont';
    src: url('webfont.woff') format('woff'),
         url('webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
        @font-face {
            font-family: "Ukk tlk1";
            src: url("Ukk tlk1.ttf");
        }