/* @import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700); */
body{
	background:transparent;
	/* width:270px; */
	margin: 0px auto;
	margin-top:0px;
	font-family: 'Segoe UI' !important;
	}
#newsticker-demo {
	margin:0ps auto;
	float:left;
	width:450px ;
	height:518px;
}
#newsticker-demo li {
	list-style:none;
	display:block; 
    width:100%;
	height:100% !important;
	float:left;
	font-family: 'Segoe UI' !important;
	font-size:14px;
	border :0px solid red;
	text-align:center;
}
#newsticker-demo li a {
	color:blue;
	text-decoration:none;	
}
#newsticker-demo li a:hover {
	text-decoration:underline;
}

 .previous1  /* Css for Previous Icon */
{
    width :10px;
    height :15px;
	padding:5px;
	/* background:#002756; */
	cursor:pointer; 
	right:10px;
	position:fixed;
	top:70px;
	z-index:9999;
	
}
.next1  /* Css for Next Icon */
{
    width :10px;
    height :15px;
	padding:5px;
	/* background:#002756; */
	outline:none;
	cursor:pointer;
	top:70px; 
	position:fixed;
    left:10px;
    z-index:9999;
}

div#newsticker-demo {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.bir-sec {
	/* background: url(https://resources.edunexttechnologies.com/web-data/xaviersrohini/img/bir-bg.png);
			background-size: cover; */
}

.name-bg-sec {
	/* background: #feba17; */
	background-image: url(https://resources.edunexttechnologies.com/web-data/xaviersrohini/img/name-bg.png);
	padding: 10px 5px;
	/* border-radius: 4px; */
	background-size: cover;
	
}
.name-bg-sec p img{
width: ;
}

.name-stu {
	font-size: 31px;
	font-family: Jamjuree;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.bir-img{
		position: absolute;
			width: 350px;
			height: 350px;
			float: left;
			margin-left: 33px;
			margin-bottom: 20px;
			background: #fff;
			border-radius: 50%;
			padding: 10px;
}
.bir-img img {
	border-radius: 50% !important;
	width: 350px;
	height: 350px;
}
.bir-nmae-sect{
	position: relative;
		width: 450px;
		padding-top: 344px;
		/* top: 68%; */
		height: 231px;
		line-height: 1.2;
}
.bir-nmae-sect p{
	
		font-size: 16px;
		text-align: center;
		color: #000;
		padding-top: 0px;
		margin-bottom: 21px;
		
}
