body{
    direction: rtl;
	padding:0;
	margin:0;
    font-family: 'Open Sans', sans-serif;
	background:#FFF;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
body a:hover {
    text-decoration: none;
    color:black;
}
@font-face {
   font-family: 'Dorsa-Regular';
   src: url(images_madacto/fonts/Dorsa-Regular.ttf)format('truetype');
}
header {
    background-color: #fbf6f61a;
    border-bottom: 0 dashed #f5e5e5;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
	
  direction: rtl;
}
ul{
    padding-right: 1.2em;
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.team {
    padding: 4em 0;
}
.ch-grid {
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
.ch-grid::after {
    clear: both;
}
.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
    -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;
}
.ch-info h4 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:2.5em;
	margin: 0 30px;
	padding: 70px 0 0 0;
	height: 140px;
	font-weight:300;
	text-shadow:0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
	letter-spacing:2px;
}
.ch-item:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
}
.ch-grid::after 
,.ch-item::before 
{
    content: '';
    display: table;
}
.ch-grid::after,
.ch-item::before {
    content: '';
    display: table;
}
.ch-info {
    position: absolute;
    background: rgba(255,200,0,0.5);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity: 0;
    -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;
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


.ch-img-2 {
    background-image: url(../images/f_20.jpg);
    background-size: 100% 100%;
}
.ch-img-4 {
    background-image: url(../images/238917_0c1c5.jpg);
    background-size: 100% 100%;
}
.ch-info p {
  direction: rtl;
font-weight: bold;
  color: #121111;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0.4s;
    -moz-transition: all 1s ease-in-out 0.4s;
    -o-transition: all 1s ease-in-out 0.4s;
    -ms-transition: all 1s ease-in-out 0.4s;
    transition: all 1s ease-in-out 0.4s;
}
.ch-item:hover .ch-info p {
	opacity: 1;
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.ch-grid li {
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 20px;
}
.ch-img-1 {
    background-image: url(../images/spr.jpg);
    background-size: 100% 100%;
}
.ch-img-3 {
    background-image: url(../images/p3150729829.jpg);
    background-size: 100% 100%;
}
.abt_img {
    width: 80%;
    margin: 5% auto 0;
}
.heading {
       font-size: 1em;
}
.about-top p {
    color: #000000;
    font-weight: 300;
    font-size: 0.965em;
    line-height: 1.8em;
    max-width: 810px;
    margin: 0 auto 13px;
    opacity: 0.7;
}