html, body {
  height: 100%;
}
      
body {
  margin: 0%;
  padding: 0%;
}


.topbar {
  height: 50px;
  width: 100%;
  background-color: rgb(6, 83, 4);

}
.topbar a:hover{ 
color: #ffffff;
}

.smicon span a {
  margin-left: 25px;
}


.topcolor{
  background-color:rgb(250, 250, 232) !important;
}

.ncontainer {
  width: 90%;
  margin: auto;
}

/*  */
.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:99;
}

.ncolor {
  background-color: rgb(255, 255, 255);
}



.logo {
  /* margin-top: 5px; */
  margin-bottom: 5px;
  height: 60px;
}



/* footer */
.social-icons{
  display: flex;
  
}
.social-icons a{
  margin-left: 7px;
  width: 30px;
  height: 30px;
  padding: 4px;
  border: solid 1px #fff;
  color: #fff;
}

.social-icons li a:hover{
  color:#047a0e !important ;
}


/* footer hover */
.foot_hvr  a:hover{
  color:#03753c !important ;

}
.foot_hvr li a:active{
  color:#000000 !important ;

}

.toolbarele{
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
/* slider teacher */


