@font-face {
    font-family: "flat-arabic";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html{
    position: relative;
}
html,body{
    min-height: 100%;
    height: 100%;
}
body {
    font-family: 'flat-arabic', Arial, sans-serif;
    font-size: 14px;
    background: #FFF;
    direction: rtl;
    color: #585757;
}
a:active,
a:hover,
a:focus,
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn.focus:active, 
.btn:active:focus, 
.btn:focus{
    outline: 0;
    text-decoration: none;
}
a{
    color: #303946;
    transition: all 0.3s ease-in-out 0s;
}
*a:hover{
    color: #4b7002;
    text-decoration: none;
    
}
img{
	max-width:100%;
}
strong{
	font-weight:bold;
}
/*general styles*/
.no-margin{
    margin: 0;
}
.no-padding{
	padding: 0;
}
.line_text{
    line-height: 30px;
}
.ul_clear{
    padding: 0;
    list-style: none;
    margin: 0;
}
.tooltip{
    font-family: inherit;
}
.text-small{
    font-size: 13px;
}
.italic{
    font-style: italic;
}
.text-white{
    color: #FFF;
}
a.text-white{
    color: #FFF;
}
.bg-white{
    background: #FFF;
}
.w-50{
	width: 50%;
}
.w-75{
	width: 75%;
}
.position-relative{
	position: relative;
}
/*start styles*/

@media (min-width: 544px) {
  .container {
    max-width: 606px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }
}
.intro_content {
    background: #303946;
    height: 100%;
    text-align: center;
    
}
.home_logo a{
    display: inline-block;
    margin-bottom: 50px;
/*    background:rgba(255,255,255,.5);*/
    height: 160px;
    padding: 20px 75px;
    border-radius: 4px;
}
.home_logo a img{
    height: 100%;
}
.intro_title{
    color: #FFF;
    font-size: 22px;
    margin-bottom: 35px;
}
.intro_social li{
    display: inline-block
}
.intro_social li a{
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    padding: 5px;
    line-height: 30px;
    margin: 10px;
}
.intro_social li a:hover{
    background: #FFF;
    color: #303946;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}
#particles-js canvas {
  display: block;
  vertical-align: bottom;
}