/*
.layout-boxed .body-innerwrapper {
  background: rgba(255, 255, 255, 0.7);
  margin-top: 30px;
  max-width: 1100px;
  border-radius: 25px;
}
*/


#sp-main-body {
  padding: 25px 30px !important;

  min-height: 500px;
  }

#sp-main-body .container {
  background-color: white !important;
  opacity: 0.85;
  border-radius: 7px;
}

#sp-topbar {
  height: 50px;
}

#sp-top2 .sp-column {
  float: right;
  vertical-align: middle;
  margin-top: 15px;
}

.sp-contact-info li {
  font-size: 100%;
}

#sp-header .logo {
  display: inline-flex;
  align-items: flex-end !important;
  padding-bottom: 8px !important;
  padding-top: 2px !important;
}

#sp-top1 {
  margin-top: 5px;
}

#sp-header {
  background-color: rgba(0, 68, 129, 0.9);
  color: #ffffff;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>a:hover, .sp-megamenu-parent>li.active:hover>a, .sp-megamenu-parent>li.active>a {
  color: #ffffff;
}

#sp-footer {
  background-color: rgba(0, 68, 129, 0.9);
  color: #ffffff;
}

/****** CARRUSEL ******/

.carousel-control-next, .carousel-control-prev {
  width: 5%;
}

.carousel-padding {
  padding-left: 7%;
  padding-right: 7%;
}
