.csi-topContainer {
  background: white;
  max-width: 64rem;
  margin: auto;
}

.ib-column {
  padding-right: 0;
}

.logo-column {
  padding-left: 0;
}

.header-socials a {
  color: #757575;
  text-decoration: none;
  padding-left: 0.75rem;
}

.header-socials i {
  font-size: 1.75rem;
}

.header-socials a:hover, 
.header-socials a:focus {
  color: black;
}

.social-icons {
  position: relative;
  left: 4rem;
  top: 1.5rem;
}

.nav-row {
  justify-content: flex-end;
}

/*.csi-nav {
  margin-right: 2rem;
}*/

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

.csi-navContainer {
  width: 100%;
}

.csi-Menu-inner {
  flex-direction: column;
  align-items: flex-end !important;
}

/*.csi-ibContainer .form-row {
  justify-content: flex-end !important;
}*/

.csi-imageTwo {
  width: 300px;
  height: 200px;
}

.home .carousel-item {
  position: relative;
  height: 34.5vw;
  max-height: 575px;
  min-height: 575px;
}

.carousel-item {
  position: relative;
  height: 18vw;
  max-height: 280px;
  min-height: 140px;
}
/*.carousel-item:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  background: white;
  background: linear-gradient(281deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 70%, white 100%);
}*/

.carousel-caption {
  position: relative;
  text-align: center;
}

.carousel-indicators {
  bottom: -16px;
}

.csi-captionRow {
  margin: auto;
  width: 100%;
}

.carousel-caption h2, 
.carousel-caption p {
  color: white;
  position: relative;
  text-shadow: 3px 3px 8px #545353;
}

.carousel-caption p {
  text-shadow: 5px 5px 8px black;
  margin-top: 0.5rem;
}

.carousel-caption .btn a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.carousel-caption .btn {
  border-radius: 0;
  background: #e51b24;
  border-color: #e51b24;
  margin-top: 0.5rem;
}

.carousel-caption a:hover,
.carousel-caption a:focus {
  text-decoration: underline;
  background: #e51b24;
  border-color: #e51b24;
}


.csi-caption-div {
  margin: auto;
}

.carousel-caption h2 {
  font-size: 3rem;
  font-family: obviously, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 4rem;
  padding: 0;
}
.carousel-caption .col-lg-4 {
  background: white;
  box-shadow: 0px 0px 33px 1px rgba(0, 0, 0, 0.25);
  padding: 4rem 3rem;
}
.csi-captionRow .carousel-caption {
  left: 0;
}

.modkitHeroSlideUp {
  animation-name: modkitHeroSlideUp;
  -webkit-animation-name: modkitHeroSlideUp;
  animation-duration: 1.25s;
  -webkit-animation-duration: 1.25s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes modkitHeroSlideUp {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes modkitHeroSlideUp {
  0% {
    -webkit-transform: translateY(25%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
.home .csi-bgCarouselImage {
  width: 100%;
  height: 34.5vw;
  max-height: 575px;
  min-height: 575px;
}

.csi-bgCarouselImage {
  width: 100%;
  height: 18vw;
  max-height: 280px;
  min-height: 140px;
}

.csi-socialLinks {
  position: absolute;
  width: 100%;
  margin-top: -5rem;
  margin-left: 2rem;
}
.csi-socialLinks .list-inline-item:not(:last-child) {
  margin-right: 1em;
}

.csi-twoBoxes {
  width: 100%;
  bottom: 0;
  z-index: 5;
  position: absolute;
  right: 0;
}
.csi-twoBoxes .row {
  width: 100%;
}

.box-1 {
  background: red;
  padding: 3rem;
}
.box-1 h4, .box-1 p {
  color: white;
  position: relative;
  z-index: 5;
}
.box-1 h4 {
  font-weight: 800;
}
.box-1 .col-lg-8 {
  padding: 3rem;
}

/* Navigation	
-------------------------------------------------------------------------------------- */
/* Media Queries
-------------------------------------------------------------------------------------- */
/* 1600  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1600px) {
  .home .csi-bgCarouselImage {
    min-height: 200px;
  }
  .home .carousel-item {
    min-height: 200px;
  }
}

@media (max-width: 1200px) {
  .carousel-caption h2 {
    margin-top: 2rem;
  }
}

@media (max-width: 992px) {
  .csi-banner-11 > div:not(.csi-nav),
.csi-navContainer,
.csi-ibContainer {
    position: relative;
    display: block !important;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
  }

  .csi-ibContainer .form-row {
    justify-content: center !important;
  }

  .csi-ibContainer {
    top: auto;
    transform: translateY(0%);
  }

  .csi-ib {
    box-shadow: none;
  }

  .carousel-caption {
    transform: translateY(0%);
    top: auto;
  }
  .carousel-caption h2, .carousel-caption p {
    color: #fff;
  }


  .csi-nav {
    padding-left: 0 !important;
  }

  .csi-logo {
    width: 350px;
  }

  /*.csi-bgCarouselImage {
    width: 100%;
    min-height: auto;
    border-radius: 0;
    top: 0;
    height: 250px;
  }*/

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

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

  .carousel-item {
    position: relative;
    height: 18vw;
    max-height: 280px;
    min-height: 140px;
  }
  .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 Queries
-------------------------------------------------------------------------------------- */

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

  .carousel-caption {
    transform: translateY(0%);
    top: auto;
  }


  .csi-nav {
    padding-left: 0 !important;
  }

  .csi-logo {
    width: 250px;
  }

  /*.csi-bgCarouselImage {
    width: 100%;
    min-height: auto;
    border-radius: 0;
    top: 0;
    height: 250px;
  }*/

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

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

  .carousel-item {
    position: relative;
    height: 18vw;
    max-height: 280px;
    min-height: 140px;
  }
  .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) {
  .carousel-caption h2 {
    line-height: 2rem;
  }
}


