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

.csi-ib-container {
  background: #174688;
  width: 360px;
  padding: 2rem 2.5rem;
  position: absolute;
  top: 0;
  z-index: 5;
  border-radius: 0 0 6px 0;
}
.csi-ib-container h5 {
  color: #fff;
}
.csi-ib-container button {
  color: #fff;
  background: #925a05;
  border-color: #925a05;
}
.csi-ib-container .csi-helper-btn {
  color: #fff;
  background: #10305c;
  border-color: #10305c;
}

.blank-col {
  min-width: 360px;
}

.carousel-text {
  min-height: 575px;
  height: 68vh;
}

.carousel-item {
  position: relative;
  min-height: 575px;
  height: 68vh;
}
.carousel-item:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.85;
  background-color: rgba(0, 0, 0, 0.6);
}

.carousel-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.carousel-text h2, .carousel-text p {
  color: #fff;
}
.carousel-text h2 {
  font-size: calc( 2rem + 2vw);
  font-weight: 800;
  line-height: 1.1;
}

.csi-ib {
  margin-top: 1rem;
}
.csi-ib h2 {
  display: none;
}
.csi-ib button {
  width: 100%;
}
.csi-ib .form-row > .col-auto:nth-child(2),
.csi-ib .form-row > .col-auto:nth-child(3) {
  width: 100%;
}

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

/* Navigation	
-------------------------------------------------------------------------------------- */
/*



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

  .csi-ib-container {
    position: relative;
    width: 100%;
  }

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

  .carousel-text {
    left: 1rem;
    right: 1rem;
    position: relative;
    text-align: center;
    transform: translateY(0%);
  }

  .carousel-item, .carousel-text {
    position: relative;
    min-height: 100px;
    height: auto;
    padding: 2rem 0;
  }
}
