body {
	font-size: 14px;
	line-height: 22px;
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	font-weight: 400;
	color: #848484;
	background:url(../images/slider_1.png) 0px 83px no-repeat;
	background-size: cover;

}

.clear {
	clear:both;
}
.logo {
	float: left;
	margin: 5px 30px 0 0px;
	background: url(../images/logo.svg) no-repeat;
	height: 99px;
	width: 200px;
}
.right {
	/* float: right; */
	/* width: 450px; */
}
.shadow {
	/* -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); */
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	/* box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); */
}
.box {
	/* height: 155px; */
	width: 155px;
	padding: 12px;
	opacity: .9;
	/* float:left; */
	margin: 0 0px 20px 20px;
	border-radius: 5px;
}
.tital {
	font-size: 30px;
	/* text-transform: uppercase; */
	color: #1a4681;
	margin-top: 30px;
	font-weight: bold;
}
.left {
	background: url(../images/left.svg) no-repeat 0 -1px;
	width: 28px;
	height: 28px;
	background-size: 24%;
	padding-left: 25px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	margin-left: 69px;
}
p {
	color: #000;
	font-size: 18px;
	line-height: 31px;
	margin: 0;
	padding-top: 10px;
	/* height: 95px; */
}
.admin {
	background: #fff;
}
.Teacher {
	background:#91c847;
}
.Student {
	background: #fff;
	/* margin-top: -10px; */
}
.EMS {
	background:#ee821e;
}
.ExcelImport {
	background:#8661C7;
}
.ReportTool {
	background:#1F9DD6;
}
 @media only screen and (max-width : 320px) {
.main_area {
width:100%;
}
.logo {
margin: 0px;
background-size: 63%;
height: 80px;
}
 .right {
 float: left;
 margin-top:0px;
 width: 301px;
}
.box {
 height: 100px;
 width: 86%;
 margin: 0 0px 10px 10px;
}
p {
height: 50px;
padding-top: 5px;
}
.left {
margin-left: 172px;
}
body {
background: url(../images/slider_1.png) no-repeat;
}
}
 @media only screen and (min-width : 480px) {
 .right {
 /* float: right; */
}
}
 @media only screen and (min-width : 600px) {
 
 .right {
 /* float: right; */
}
}
@media only screen and (min-width : 768px) {
.right {
 /* float: right; */
 /* width: 450px; */
 /* width: 100%; */
 text-align: center;
 display: flex;
 justify-content: center;
 margin-top:50px;
}
 .box {
 height: 215px;
 width: 295px;
 padding: 32px 32px 12px 32px;
 opacity: .9;
 /* float:left; */
 /* margin: 0 0px 20px 20px; */
 /* display: inline-block; */
 text-align: left;
 position: relative;
}
.left:hover{
		transition: all .2s linear;
	transform:scale(1.1)
}
.left {
 background: #1c4781 url(../images/left.svg) no-repeat 1px 1px;
 width: 3px;
 height: 28px;
 /* background-size: 24%; */
 padding-left: 25px;
 color: #fff;
 text-decoration: none;
 font-size: 13px;
 margin-left: 68px;
 padding: 22px;
 /* text-indent: 30px; */
 height: 4px;
 position: absolute;
 border-radius: 50px;
 right: 20px;
 bottom: 10px;
}
p {
 /* height: 95px; */
}
}
 @media only screen and (max-width : 800px) {
 .main_area {
width:100%;
}
.right {
 /* float: right; */
 /* width: 450px; */
 width: 100%;
 display: flex;
 justify-content: center;
}
 .box {
 height: 150px;
 width: 265px;
 padding: 12px;
 opacity: .9;
 float:left;
 margin: 0 0px 20px 20px;
}
.left {
 background: url(../images/left.svg) no-repeat 0 -1px;
 width: 28px;
 height: 28px;
 background-size: 24%;
 padding-left: 25px;
 color: #fff;
 text-decoration: none;
 font-size: 13px;
 margin-left: 69px;
}
p {
 height: 95px;
}
.logo {
 float: left;
 margin: 0px 30px 0 0px;
 background: url(../images/logo.png) no-repeat;
 height: 99px;
 width: 200px;
}
}
