* {
 margin:0;
 padding:0;
}

html{
  width:100%;
  height:100%;
}

body {
 margin:0;
 padding:0;
 min-width:100%;
 width:100% !important;
 height:100% !important;
 font-family: 'OpenSans', Arial;
 color: #fff; 
 background: #04376e url('../images/body-bg.png') no-repeat;
 background-position:center top;
 direction:rtl;
  font-size:13pt;
}


a, a:visited {
 color: #0995F9;
 text-decoration: none;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 transition: all 0.3s ease;
}

a:hover {
 color: #fff;
}

header {
width:100%;
max-width:1000px;
margin:0 auto;
}

img.logo {
margin:10px auto;
display: block;
width: 120px;
}



#main_wrapper {
	width: 100%;
	height: auto !important;
	margin:0 auto;
	clear: both;
}

#sidebar_left, #sidebar_right {
	width: 230px;
	height:auto;
	padding: 0 5px;
}

#sidebar_left {
	float: left;
}

#sidebar_right {
	float: right;
}
	
#maincolumn0 {
	position: relative;
	width: 470px;
	float: left;
	padding: 0 5px;
}

#maincolumn1 {
	position: relative;
	width: 710px;
	float: left;
	padding: 0 5px;
}

#maincolumn2 {
    width:100%;
	max-width: 550px;
    margin:0 auto;
  padding:0 5px;
}

#bottom-helper{
  width:100%;
   background: #333333;
  clear:both;
}
.bottom-holder{
  width:950px;
  margin:0 auto;
  clear:both;
  padding:20px 0;
}

.custom.main-text{
 text-align:justify;
  color:#fff;
    font-size: 16pt;
}


footer {
width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 35px 0;
  clear: both;

}


div.tmark {
margin: 0 auto;
width: 762px;
color: #fff;
position: relative;
clear: both;
font-family: arial;
font-size: 11pt;
text-align: center;
}


span.t {
 float:right;
 position:relative;
 top: 15px;
 direction:rtl;
}

span.t a, span.t a:visited {
 color:#ffffff;
 font-size: 10pt;
 text-decoration: none;
}

    
div#mainform {
  margin: 50px auto 0;
  width: 100%;
  max-width: 950px;
  padding: 0 0 30px 0;

}

div#mainform input.inpt {      /* <----------------------------------- inputs --------------*/
display: block;
width: 30%;
height: 40px;
float: right;
 margin: 1px 0 0 3px;
padding-right: 16px;
font-family: 'alef',Arial;
color: rgba(255,255,255,1);
border: 0;
background: #032a54;
font-size: 15pt;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}

div#mainform input.inpt.input-left{
  float: left !important;
  margin: 0 0 5px 0;
}

div#mainform input.butt {
display: block;
margin: 5px 0 5px 0;
text-align: center;
font-size: 16pt;
width: 100%;
height: 40px;
border: 0;
font-family:  'alef',Arial;
color: rgba(255,255,255,1);
background:#0881d5;
cursor: pointer;
  clear: both;
-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 transition: all 0.3s ease;
}


div#mainform input.butt:hover {
background: #AE6C38;
}


img.web {
float: left;
  margin-right:10px;
}
img.phone {
float: left;
}

/*---------------------------------*/
/*-----------  main-icon
/*---------------------------------*/
.user img{
  width:100%;
  max-width:780px;
}

.user .contact-holder img {
  width: auto;
  max-width: none;
}

.custom.main-pic img {
  margin: 20px 0;
    max-width:815px;
}

.user .links img {
  width: auto;
  max-width: none;
}

.links ul{
  display:block;
  margin:10px 0;
  height:60px;
}
.links ul li{
  display:block;
  float:right;
  list-style-type:none;
  padding: 0 10px;
  border-left:1px solid #fff;
  height:45px;
}

.links ul li:last-child{
  border-left:none;
}

img.goo {
  top: 13px;
  position: relative;
}

.customsecond-text {
  color: #71ccfc;
  font-size: 16pt;
  text-align: justify;
}

.customsecond-text h2{
  color: #fff;
}

.customsecond-text img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  position: relative;
  top: 9px;
}


.custom.links h2 {
    font-size: 13pt;
    width: 165px;
    display: block;
    text-align: center;
}

h5 {
    color: #fff;
    font-size: 10pt;
    font-weight: normal;
}