@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #AD1010;
  background: -moz-linear-gradient(top, #C84949 0%, #AE2020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C84949), color-stop(100%, #AE2020));
  background: -webkit-linear-gradient(top, #C84949 0%, #AE2020 100%);
  background: -o-linear-gradient(top, #C84949 0%, #AE2020 100%);
  background: -ms-linear-gradient(top, #C84949 0%, #AE2020 100%);
  background: linear-gradient(to bottom, #C84949 0%, #ground 100%);
}
#cssmenu > ul {
  background: url('images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 18px 25px 21px 25px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #d3eced;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #AF1F30;
  background: rgba(0, 0, 0, 0.1);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 800;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #DFDFDF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
  background:#AD1010;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: #B92222;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('images/iconbackgroud.png');
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 1050px;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 1050px;
  }
  #cssmenu ul ul li a {
    width: 1050px;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}
/****Button List of Kafalah****/
.btnKafalah
{
    position: relative;
    vertical-align: top;
    width: 15%;
    height: 25px;
    padding: 0;
    font-size: 12px;
    color: white;
    text-align: center;
    font-weight: bold;
    background: #990000;
    border-bottom: 1px solid #000;
    cursor: pointer;
    top: 0px;
    left: 0px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;
}

@charset "utf-8";
body 
{
    margin:0; 
    padding:0;  
    background:#f0f0f0;
}
.main 
{ 
    margin:0 auto; 
    padding:0;
}


/********** header **********/
.header_resize 
{
    background: url(images/header_bg.gif) top repeat-x; 
    margin:0; 
    padding:0;
}
.header 
{ 
    width:1050px; 
    padding:0; 
    margin:0 auto; 
}
.header_blog 
{ 
    background: url(images/header_block_bg.jpg) top center repeat-x; 
    padding:20px 0 0 0; 
    margin:0; 
    height:280px;
}
.header_blog2 
{ 
    background: url(images/header_bglog2_bg.gif) top center repeat-x; 
    padding:20px 0 0 0; 
    margin:0; 
    height:105px;
}
.header_blog2 h2 
{ 
    width:1050px;
    float:left; 
    font: bold 36px Arial, Helvetica, sans-serif; 
    color:#292929; 
    padding:10px 0 0 15px; 
    margin:0;
}
.header_blog2 p 
{ 
    font: italic 12px Arial, Helvetica, sans-serif; 
    color:#6d6d6d; 
    padding:10px 0 0 0; 
    margin:0; 
    width:300px; 
    float:right;
}
.header_blog h2 
{ 
    font: normal 18px Arial, Helvetica, sans-serif; 
    color:#1d1d1d; 
    padding:10px 0 0 0; 
    margin:0;
}
.header_blog p 
{ 
    font: normal 11px Arial, Helvetica, sans-serif; 
    color:#fff; 
    padding:0 0 30px 0; 
    margin:0;
}

/* body */
.body_resize  
{ 
    padding:0; 
    width:1050px; 
    margin:0 auto;
 }
.body 
{ 
    width:1050px; 
    padding:20px 0; 
    margin:0 auto; 
    background:#FFFFFF; 
    border-top:none; 
 }
.body h2 
{
    font: bold 20px Helvetica, sans-serif;
    color: #CC0000; 
    padding: 10px 5px 20px 5px; 
    margin: 0;
    height: 2px;
}
.body p
{
    font:normal; 
    color: #000000;
    line-height: 1.8em;
    padding: 3px 5px;
    margin: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    font-family: Helvetica, sans-serif; 
}
.body p span 
{ 
    color:#247ca4; 
    font: normal 11px Arial, Helvetica, sans-serif; 
    line-height:1.8em; 
    padding:5px 0; 
    margin:0;
}
.body a 
{ 
    color:#247ca4; 
    text-decoration:none; 
    font: bold 12px Arial, Helvetica, sans-serif;
}
.body img 
{ 
    margin:5px 0px;
    padding:0;
}
.body img.floated 
{ 
    float:left; 
    margin:10px 10px; 
    padding:0;
}
.full 
{ 
    margin:0; 
    padding:10px;
}
.right_menu 
{
    float:right;
}
.right 
{ 
    width:70%;
    margin:0 0 0 23px; 
    padding:10px;
    float:right;
    height: 340px;
}
.left 
{
    width:20%;
    margin:0 0 0 23px; 
    padding:10px; 
    float:left;
    height: 343px;
}
.blog_port 
{ 
    width:281px; 
    margin:0 5px; 
    padding:15px 10px; 
    float:left; 
    border:1px solid #ddd; 
    background:#fefefe;
}
.blog_port img 
{ 
    margin:0; 
    padding:0 5px 10px 5px; 
    float:none;
}
.butons 
{ 
    width:50px; 
    margin:10px auto; 
    padding:0;
}

/*************footer**********/
.footer 
{
    width:1050px; 
    padding:0;  
    margin:0; 
    border-top:1px solid #e9e9e9; 
    background:#D1D1D1;
}
.footer_resize 
{ 
    width:1050px; 
    margin:0 auto; 
    padding:10px 10px;
}
.footer p 
{ 
    font:normal 14px  Arial, Helvetica, sans-serif; 
    color:#777;
}
.footer a 
{ 
    font:bold 14px Arial, Helvetica, sans-serif; 
    color:#777; 
    text-decoration:none; 
    padding:5px;
    margin:0;
}
.footer p.right 
{ 
    text-align:right; 
    width:350px; 
    margin:0; 
    padding:15px 0 0 0; 
    float:right;
} 
.footer p.leftt 
{ 
    text-align:left; 
    width:550px; 
    margin:0; 
    padding:15px 0 0 0; 
    float:left;
}
p.clr, .clr 
{ 
    clear:both; 
    padding:0; 
    margin:0; 
    background:none;
}
li.bg, .bg 
{ 
    float:right; 
    clear:both; 
    border-top:1px solid #e2e2e2; 
    width:100%; 
    padding:0; 
    margin:5px 0; 
    background:none; 
    line-height:0;
}
.columnOdd 
{ 
    width: 15%; 
}
.columnEven 
{ 
    width: 35%; 
}
.columnOdd1 
{ 
    width: 17%; 
}
.btnSubmit { 
  display: inline-block;
  *display: inline;
  zoom: 1;  
  height: 22px;
  width: 150px;
  padding: 4px 20px;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 12px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
  -webkit-transition: background-color .2s ease-out;  
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 
              0 2px 2px -1px rgba(0, 0, 0, .5), 
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);  
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    margin-left: 0;
    margin-right: 0;
}
.btnSubmit:hover {
  background-color: #eee;
  color: #555;
}