*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#shiva
{
  width: 150px;
  height: 150px;
  background: #228b22;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 80px;
     margin-left: 32px;
    margin-top: 74px;
}
.count
{
  line-height: 145px;
  color:white;
  
  font-size:25px;
}

.content1 {
	display: block;
	width: 1170px;
	background: rgb(215, 215, 215);
	
	overflow: hidden;
	margin: 0 auto;

}

.container1 {
	width: 100%;
	background: #69B241;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 35px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling {
	 padding: 0;
    background: #019241;
    width: 14%;
    height: 37px;
    line-height: 35px;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    float: left;
    font-weight: bold;
    left: 0;
    z-index: 2000;
    box-shadow: 0px 13px 10px -11px rgba(0, 0, 0, 0.5), 0 1px 7px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 37px;
  position: relative;
}

.marquee-content-items li{
  display: inline-block;
  line-height: 26px;
  color: #fff;
}

.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}
