/*
Theme Name: School Managment
Theme URI:
Author: Mamunur Rashid
Author URI: https://www.mamunr.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maxSchoolMng
Tags:


*/
.managmentItem{
  color: #fff;
}
.managmentItem hr{
	margin: 8px 0;
}
.managmentItem:hover, .managmentItem:active{
  color: #fff;
  text-decoration: none;
}
.managmentItem:focus{
  box-shadow: none;
}
.managmentItem .dashicons{
  font-size: 43px;
}

.managmentItem .dashicons{
  width: 50px;
}
.managmentItem  p{
  margin: 0;
}

.managmentItem .media{
  border-radius: 5px;
  margin-bottom: 15px;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.managmentItem .media:hover{
  box-shadow: 0px 1px 5px 1px #d8d5d5;
  transform: scale(1.01);
}


.managmentItem .media .media-left {
  background: #fcab33;
  padding: 5px;
}
.managmentItem .media .media-body {
  background: #76bed2;
  padding: 5px;
}

