#sp-header {
  height: 130px;
background: rgb(13,11,59);
background: linear-gradient(0deg, rgba(13,11,59,1) 0%, rgba(47,68,111,1) 100%);
}

#sp-header .logo {
    height: 130px;
}

#offcanvas-toggler {
    height: 130px;
    line-height: 130px;
}

.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
    line-height: 130px;
}

#sp-bottom h2 {
  color: #ffffff;
}

#sp-bottom {
background: rgb(13,11,59);
background: linear-gradient(0deg, rgba(13,11,59,1) 0%, rgba(47,68,111,1) 100%);
}

#sp-main-body {
  padding: 20px 0 0 0 ;
}

.sp-menu-separator {
  color:#000000;
  background: #ffffff;
  display:block;
  padding-left: 10px;
  font-weight: bold;
}

a.contact {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px;
}