.csi-nav {
  position: relative;
  z-index: 5;
}

.csi-ib {
  position: relative;
  margin-top: 0px;
}
.csi-ib h5 {
  color: #fff;
}
.csi-ib button {
  color: #fff;
  background: #925a05;
  border-color: #925a05;
}
.csi-ib .csi-helper-btn {
  color: #fff;
  background: #10305c;
  border-color: #10305c;
}
.csi-ib form {
  background: #174688;
}

.carousel-item {
  position: relative;
  height: 68vh;
  min-height: 575px;
}

.carousel-caption {
  text-align: center;
  bottom: 0 !important;
  left: 4rem;
  right: 4rem;
  padding: 0 !important;
}
.carousel-caption h2, .carousel-caption p {
  color: white;
}
.carousel-caption h2 {
  font-size: calc(1.5rem + 2vw);
  font-weight: 800;
}
.carousel-caption .col-md-4 {
  background: white;
  box-shadow: 0px 0px 33px 1px rgba(0, 0, 0, 0.25);
  padding: 4rem 3rem;
}
.carousel-caption .col-md-8 {
  background-color: rgba(23, 70, 136, 0.85);
  padding: 2rem 4rem 4rem;
}
.carousel-caption .tagline {
  background-color: rgba(23, 70, 136, 0.85);
}

.box-side {
  position: relative;
}

.box-top, .box-bottom {
  height: 50%;
  background: white;
  padding: 4rem 3rem;
  overflow: scroll;
}

.box-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.carousel-indicators {
  background-color: transparent;
}

/* Media Queries
-------------------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .csi-banner-7 > div:not(.csi-nav) {
    position: relative;
    display: block !important;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
  }

  .csi-nav {
    z-index: 100;
    width: 100%;
  }

  .carousel-caption {
    padding: 2rem ;
    left: 0rem !important;
    right: 0rem !important;
    position: relative!important;
    text-align: center;
    transform: translateY(0%);
  }

  .carousel-item {
    position: relative !important;
    min-height: 100px;
    height: auto;
    padding: 2rem 0;
  }
  .carousel-item:before {
    opacity: 0.8;
    background: black;
  }

  .carousel-image {
    min-height: 250px;
    border-radius: 0;
    height: auto;
  }
  .carousel-image:before {
    background: transparent;
    border-radius: 0;
  }

  .modkitHeroSlideUp {
    animation-duration: initial;
    animation-timing-function: initial;
  }
}
@media (max-width: 768px) {
  .csi-ib {
    padding: 0 1rem;
    transition: all 0.5s ease;
  }
  .csi-ib form {
    background: transparent;
  }
  .csi-ib h5 {
    color: #343434;
  }
  .csi-ib .col-auto, .csi-ib .csi-btn {
    width: 100%;
  }
}
