div.header{
    background: #e1e1e1;
    box-shadow: none;
    padding: 0px;
    border-radius: 7px;
    margin-top: 8px;
}
ul#main-menu li a {
    padding: 16px 20px;
    color: #2e2e2e;
      font-family: kalimati;
    font-weight: bold;
    color: #001a1e !important;
    font-size: 19px;
}



.header .col-md-9 {
    max-width: 100% !important;
    flex:0 0 100% !important;
}

#main-menu li::after {
   content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .8s ease,background-color .8s ease;
}

#main-menu li:hover::after, #main-menu li.active::after {
    width: 100%;
    background-color:#038da3;
}


#main-menu li a:hover{
	color:#0c0ca9;
}

ul#main-menu li li {
    background-color: #faddbc;
}

span.sub-arrow
{
	border-color:#000 transparent transparent transparent !important;
}