body.jtp-custom #jtp-menu-top {
  border-radius: 0;
  -moz-box-shadow: 0 3px 3px #ccc;
  -webkit-box-shadow: 0 3px 3px #ccc;
  box-shadow: 0 3px 3px #ccc;
  border-top: 1px solid #557FC8;
  border-bottom: 1px solid #eee;
  background: #4d77c1; /* Old browsers */
  background: -moz-linear-gradient(top,  #4d77c1 0%, #325da7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d77c1), color-stop(100%,#325da7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4d77c1 0%,#325da7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4d77c1 0%,#325da7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4d77c1 0%,#325da7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4d77c1 0%,#325da7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d77c1', endColorstr='#325da7',GradientType=0 ); /* IE6-9 */
}
/* Limit logo / images */
.img-fluid {
  height: 100px;
}

/* Navbar brand text */
.navbar-brand {
  color: #023763 !important;
  font-weight: 500;
}

/* Site name / slogan */
.site-name-slogan {
  color: #023763;
  font-weight: 500;
  padding-left: 120px;
  margin-top: -50px;
}
.header-background-image{
  min-height:180px !important;
}
.navbar{
	background-color:#023763 !important;
}