.header {
    background-color: #e1e1e1;
    box-shadow: none;
    padding: 0px;
}
ul#main-menu li a {
    padding: 16px 20px;
    color: #2e2e2e;
}


@media(min-width:768px){
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}


/*
.col-md-9 {
    margin: auto;
    text-align: center;
}

.row {
    display: block;
}
*/
#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 {
    width: 100%;
    background-color:#070772;
}


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