.csi-nav {
  position: initial;
  z-index: 2;
}
.csi-header .col-lg-8.col-6{
	position: initial;
}
.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;
}

.carousel-item {
  position: relative;
  height: 61.2vh;
  min-height: 517.5px;
}

.carousel-caption {
  text-align: left;
  bottom: 0;
  left: 4rem;
  right: 4rem;
  padding: 0;
}
.carousel-caption h1, .carousel-caption p {
  color: white;
  text-shadow: 0 0 10px #02162B;
}
.carousel-caption h1{
	font-weight: bold;
}
.carousel-caption p{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.8rem;
	line-height: 2.25rem;
}
.carousel-caption .col-md-4 {
  background: white;
  box-shadow: 0px 0px 33px 1px rgba(0, 0, 0, 0.25);
  padding: 3.6rem 2.7rem;
}
.carousel-caption .col-md-8 {
  background-color: rgba(23, 70, 136, 0.85);
  padding: 1.8rem 3.6rem 3.6rem;
}
.carousel-caption .tagline {
  background-color: rgba(23, 70, 136, 0.85);
}

.box-side {
  position: relative;
}

.box-top, .box-bottom {
  height: 50%;
  background: white;
  padding: 3.6rem 2.7rem;
  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: 1.8rem;
    left: 0rem;
    right: 0rem;
    position: relative;
    text-align: center;
    transform: translateY(0%);
  }

  .carousel-item {
    position: relative;
    min-height: 100px;
    height: auto;
    padding: 1.8rem 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%;
  }
}
