*{
	color:black;
	
}
body{
	font-family: 'PT Sans',sans-serif;
	background-color: #373c56;
	font-size: 13px;
	margin-bottom: 0px;
}

#menu{
	width: 35px;
	height: 30px;
	margin: 30px 0 20px 20px;
	cursor: pointer;
}


.bar{
	height: 5px;
	width: 100%;
	background-color: #b81568;
	display: block;
	border-radius: 5px;
	transition: 0.3s ease;
}
#bar1{
	transform: translateY(-4px);
}
#bar3{
	transform: translateY(4px);
}
.nav li a{
	color: #fff;
	text-decoration: none;
}
.nav li a:hover{
	font-weight: bold;
}
.nav li{
	list-style: none;
	padding: 10px;
}
.nav{
	padding: 0;
	margin: 0 15px;
	transition: 0.3s ease;
	display: none;
}
.menu-bg, #menu-bar{
	top: 0;
	left: 0;
	position: absolute;
}
.menu-bg{
	z-index: 1;
	width: 0;
	height: 0;
	margin: 30px 0 20px 20px;
	background: radial-gradient(circle,#e94498,#b81568);
	border-radius: 50%;
	transition: 0.3s ease;
}
#menu-bar{
	z-index: 2;	
}
.change-bg{
	width: 550px;
	height: 540px;
	transform: translate(-60%,-30%);
}
.change .bar{
	background-color: white;
}
.change #bar1{
	transform: translateY(4px) rotateZ(-45deg);
}
.change #bar3{
	transform: translateY(-6px) rotate(45deg);
}
.change #bar2{
	opacity: 0;
}
.change{
	display: block;
}

 .hed .log{
    
    float:right;
    width:250px;
    height:60px;
    padding-right:5%;
}
.hed{
  padding-left:10%;
  margin-top:2%;
  color:white;
}
hr{
width:100%;
background:white;
margin-bottom: 0;
}

/* Bresdcrumbs*/

.breadcrumbs {
	padding: 15px 0;
	background-color:#32364f;
	min-height: 40px;
	
  }

  .d-flex{
	margin-right:1.45%;
	  margin-left:1.45%;
  }
  
  .breadcrumbs h2 {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0px
  }
  
  .breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
  }
  
  .breadcrumbs ol li+li {
	padding-left: 10px;
  }
  
  .breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
  }
  @media (max-width: 768px) {
	.breadcrumbs .d-flex {
	  display: block !important;
	}
  
	.breadcrumbs ol {
	  display: block;
	}
  
	.breadcrumbs ol li {
	  display: inline-block;
	}
  }
  
/* Tabale Css ---*/

.dataTables_wrapper>div {
	float: left;
	margin: 0 0 15px 15px
}
.dataTables_wrapper>div+div {
	float: right;
	margin: 0 15px 15px 0
}

/* Footer Css ---*/

.main-footer {
    background: #fff;
    padding: 15px;
	margin-top: 75px;
	padding-right: 26px;
	padding-left: 26px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

