@import url('https://fonts.googleapis.com/css?family=Cairo:400,600,700');
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
html{
  direction: rtl;
}
body{
    font-family: 'Cairo', sans-serif;
    background-color: #fff;
    font-size:12px;
    font-weight:400;
    text-align: right;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cairo', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img{
  max-width: 100%;
}
/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
}
.container_mobile{
  max-width: 640px;
  margin: auto;
  padding: 0 15px;
}
.page_head{
  text-align: center;
  padding: 50px 0 20px;
}
.page_head > img{
  width: 120px;
}
.page_head h3{
  font-weight: 600;
  margin: 20px 0 10px;
  font-size: 20px;
}
.page_head > p{
  font-size: 16px;
  display: ltr;
}
.vedio_thumb{
  position: relative;
  text-align: center;
  display: table;
  margin: auto;
  margin-bottom: 20px;
}
.vedio_thumb > img{
  border-radius: 8px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.vedio_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.vedio_icon > img{
  width: 70px;
  height: 70px;
}
.text_desc p{
  font-size: 15px;
  line-height: 25px;
}
.link_home{
  display: table;
  margin: 20px auto;
  background-color: #ff585d;
  color: #fff;
  border-radius:30px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 40px;
}
.link_home:hover,.link_home:focus{
  color: #fff;
  background-color: #ff585d;
}
.page_footer{
  padding: 20px 0;
}
.app_thumb{
  display: table;
  margin: auto;
}
.app_thumb li{
  float: right;
  margin-left: 20px;
}
.app_thumb li:last-child{
  margin-left: 0;
}
.app_thumb li a{
  display: block;
}
.app_thumb li a > img{
  width: 150px;
}
.develop-right{
  text-align: center;
  margin-top: 10px;
}
.develop-right h2 {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    color: #000;
}
.develop-right h2 > a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin-right: 3px;
}
.develop-right h2 > a > img {
    margin-right: 10px;
    width: 70px;
    height: 30px;
    display: inline-block;
    vertical-align: text-bottom;
}



.aligncenter{
  margin: 15px auto;
  display: block;
  float: none;
}

.alignleft{
  float: left;
  margin-right: 10px;
}
.alignright{
  float: right;
  margin-left: 10px;
}


.text_desc img{
  height: auto;
}
.text_desc p{
  margin-bottom: 15px;
}

.text_desc ul li{
  list-style: disc;
  list-style-position: inside;
  font-size: 13px;
  margin-bottom: 5px;
}
.text_desc ol li{
  list-style-position: inside;
  font-size: 13px;
  margin-bottom: 5px;
}
