body{
	/* margin:0px;
	padding: 0px; */
	background-color:#F1EFEF;
	overflow: hidden;
	font-family: system-ui;
}
.head a{
    position: relative;
    left: 30%;
    background-color: #1c4853;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border: none;
    border-radius:10px;
    transition: 0.2s all linear;
}
.head a:hover{
    transform: scale(1.1);
}
.clearfix{
	clear: both;
}
.logo{
	margin: 0px;
	margin-left: 28px;
    font-weight: bold;
    color: white;
    margin-bottom: 30px;

}
.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f1f8f8;
  overflow: hidden;
  transition: 0.1s all linear ;
  padding-top: 30px;
}
.sidenav p{
    color: #1c4853;
}
.sidenav a {
    padding: 15px 8px 15px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #0a0a0a;
    display: block;
  /* transition: 0.1s all linear; */
}
.sidenav a:hover {
    color: #1c4853;
    background-color:#F0F0F0;
}
.sidenav{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
    margin-left: 300px;
}
.head{
    padding:20px;
}
.col-div-6{
    width: 50%;
	float: left;
}
.profile{
    display: inline-block;
	width: 160px;
}
.pro-img{
    float: left;
	width: 40px;
	margin-top: 5px;
}

.profile p span{
    font-weight: 400;
    font-size: 12px;
    display: block;
    color: #8e8b8b;
}
.col-div-3{
    width: 25%;
	float: left;
}
.box{
    position: relative;
    width: 85%;
	/* height: 100px; */
    height: 40vh;
    border-radius: 20px;
	background-color: #fff;
	margin-left: 10px;
	padding:10px;
}
.blue{
    font-family:'Pacifico', cursive;
    font-weight: 400;
}
.yellow{
    background-color: #EE9322;
}
.lavender{
    background-color: #6F61C0;
}
.grey{
    background-color: #0a0a0a;
}
.box svg{
    width: 90px;
    position: absolute;
    top: 70%;
}
svg path{
    fill: rgba(0, 0, 0, 0.324);
}
.box p{
    font-size: 35px;
    color: white;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    margin-top: 20px;
    display: inline-block;
}
.box p span{
    font-size: 20px;
	font-weight: 400;
	color: #818181;
}
.yellow p span{
    border: 1px solid silver;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    background-color: #fff;
 /* font-size: medium; */
 line-height:12px;
 margin-top: 0px;
}
.box-icon{
	font-size: 40px!important;
    float: right;
    margin-top: 35px!important;
    color: #818181;
    padding-right: 10px;
}

.box-8, .box-4{
	width: 95%;
	background-color: #E4F1FF;
	height: 330px;
	
}
.nav2{
	display: none;
}

