/*Header section styling*/

#header
{  
  border-bottom: 10px solid #f2f2f2;
}

#header .dark .left-top, .right-top
{
  font-size: 16px;
  color: #FFF;
}

#header .dark .right-top
{
  background: #000e25;
}

#header .dark .left-top
{
  background: #ffbc01;
}

#header .dark i
{
  font-size:18px; 
  margin-right:5px; 
  color:#FFF;
}

#header .navbar-brand img
{
  width: 70%;
  height: auto;
}

/*------------------------------------------End of the top section in header----------------------------*/

#header .nav-bar-head-text
{
  text-align: right;
  padding: 10px 16px 0 0;
  color: #92D050;
}

#header .nav-bar-head-text p
{
  font-size: 18px;
  margin: 0;
}

#header .nav-bar-head-text h1
{
  font-size: 24px;
}

#header nav
{
  padding: 13px 9px; 
}

#header nav ul li a
{
  color: #0A2B6D;
  padding: 5px 12px; 
  font-size: 15px;
  transition: 0.1s;
  font-weight: 500;
}

#header nav ul li a:hover
{
  background: #92D050;
  color: #FFF;
}

#header nav ul li .dropdown-menu
{
  padding: 10px;
}

#header nav ul li .dropdown-menu .dropdown-item
{
  border: 1px solid #000e25;
  margin: 5px 0;
}

#header nav ul .active
{
  background: #000e25;
  color: #fff;
}
/*End of the HEADER section styling*/
