@charset "utf-8";
/* CSS Document */
body{ margin:0; padding:0;background: repeating-linear-gradient(
  45deg,
  #fff,
  #d8d8d6 1px,
  #fff 2px,
  #fff 20px
);}
img{ text-align:center; max-width:100%; height:auto; width:auto;} 
.serbanner{ width:100%; height:200px; background:#00a7e5; float:left;}
.serbanner p{ font-family:Aileron; font-size:48px; color:#fff; text-align:center; margin-top:6%;}
.bull{ icon:url(../images/bullet.png);}
.smallban{ float:left; margin: 11% 0 0 2.5%;}
.context1{ width:80%; height:auto; margin: 0% 1% 0 1%; float:left;}
.context2{ font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#039; font-weight:600; line-height:2;}

.marquee {
  height: 25px;
  width: 420px;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 5s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

center{ font-size:20px; color:# 06F; font-family: 'Libre Baskerville', serif; font-weight:800; margin: 6% 0 0 0;}



.logee{  background-color:#000;border-radius:10px;margin-right:2%;	}